shithub: aubio

RSS feed

ee4fc9ce – Paul Brossier <piem@piem.org> authored on 2017/09/30 18:37
scripts/get_waf.sh: build waf from source tarball, add emscripten and syms (see #126)

fee00949 – Paul Brossier <piem@piem.org> authored on 2017/09/30 16:24
wscript: remove trailing spaces

23facacb – Paul Brossier <piem@piem.org> authored on 2017/09/30 16:22
Merge branch 'master' into PR/simplify_emscripten

5b679ba1 – Paul Brossier <piem@piem.org> authored on 2017/09/30 16:19
scripts/get_waf.sh: waf 2.0.1

89bc6f49 – Paul Brossier <piem@piem.org> authored on 2017/09/30 14:00
.travis.yml: also upload to codecov.io

a2b6523e – Paul Brossier <piem@piem.org> authored on 2017/09/30 13:48
Makefile: build python against libaubio to get all coverage

1ae5fc5f – Paul Brossier <piem@piem.org> authored on 2017/09/17 19:15
.travis.yml: only upload lcov for now

6409cba0 – Paul Brossier <piem@piem.org> authored on 2017/09/17 19:14
.travis.yml: also install lcov on osx

dc8864d2 – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:55
Makefile: always generate coverage.info

d85e16fd – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:42
Makefile: set PYTHONPATH=./lib/python for coverage

39b686c4 – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:34
.travis.yml: add lcov and coveralls-lcov

639bf5e2 – Paul Brossier <piem@piem.org> authored on 2017/09/17 18:31
Makefile: add coverage target

dfa4095d – Paul Brossier <piem@piem.org> authored on 2017/09/17 17:22
Merge branch 'master' into coveralls

5eaed62b – Paul Brossier <piem@piem.org> authored on 2017/09/17 17:09
python/tests/test_aubio_cmd.py: avoid unused variable

bdc980bc – Paul Brossier <piem@piem.org> authored on 2017/09/17 17:06
.coveragerc: measure branch coverage

b7399f12 – Paul Brossier <piem@piem.org> authored on 2017/09/17 15:12
.travis.yml: remap from installed package to local source

644c03a8 – Paul Brossier <piem@piem.org> authored on 2017/09/17 11:11
.travis.yml: run coverage only second time, do not clean, coveralls only when tests are run

b57ae47a – Paul Brossier <piem@piem.org> authored on 2017/09/17 11:10
Merge branch 'master' into coveralls

f4fcf022 – Paul Brossier <piem@piem.org> authored on 2017/09/17 10:06
python/tests/test_aubio_cmd.py: fix for python << 3

a729232e – Paul Brossier <piem@piem.org> authored on 2017/09/16 23:42
Merge branch 'master' into coveralls

cfb7fb7b – Paul Brossier <piem@piem.org> authored on 2017/09/16 14:26
aubio.pc.in: remove trailing space

f2a07696 – Paul Brossier <piem@piem.org> authored on 2017/09/16 14:04
src/spectral/mfcc.c: fix typo

799a9403 – Paul Brossier <piem@piem.org> authored on 2017/09/16 13:46
python/tests/test_aubio_*.py: add basic tests

38a965e3 – Paul Brossier <piem@piem.org> authored on 2017/09/16 13:41
Merge branch 'master' into coveralls

c3e98d76 – Paul Brossier <piem@piem.org> authored on 2017/09/16 13:39
src/io/source_avcodec.c: improve error message, prevent un-opened bracket

930bfece – Paul Brossier <piem@piem.org> authored on 2017/09/16 12:49
python/lib/aubio/cmd.py: add silence and time format

c81c3d24 – Paul Brossier <piem@piem.org> authored on 2017/09/16 12:42
python/lib/aubio/cut.py: use AubioArgumentParser

8dd5d403 – Paul Brossier <piem@piem.org> authored on 2017/09/16 12:41
python/lib/aubio/cmd.py: add basic cut command

eb8f7d5c – Paul Brossier <piem@piem.org> authored on 2017/09/16 11:46
python/lib/aubio/cut.py: remove unused variable

c95062be – Paul Brossier <piem@piem.org> authored on 2017/09/16 11:45
python/lib/aubio/cmd.py: use custom parser class

b02d52f1 – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:36
python/lib/aubio/cut.py: clean-up, split in functions

5e56bbdb – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:18
Makefile: run test once, verbose is default

6cf48bc9 – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:16
.travis.yml: custom NOSE2 command

8991aafe – Paul Brossier <piem@piem.org> authored on 2017/09/16 08:09
Makefile: add NOSE2= to redefine nose2 command

f2f06f97 – Paul Brossier <piem@piem.org> authored on 2017/09/15 15:08
.coveragerc: simplify

9a529620 – Paul Brossier <piem@piem.org> authored on 2017/09/14 12:33
python/tests/test_filterbank_mel.py: ignore UserWarnings