shithub: aubio

RSS feed

e6c83dc2 – Paul Brossier <piem@piem.org> authored on 2016/05/16 03:47
.travis.yml: always set PATH on osx

c69c2190 – Paul Brossier <piem@piem.org> authored on 2016/05/16 03:35
Makefile: user install on osx

2e654265 – Paul Brossier <piem@piem.org> authored on 2016/05/16 03:15
.travis.yml: test pure python build

f465088b – Paul Brossier <piem@piem.org> authored on 2016/05/16 03:14
Makefile: added rules to build python-aubio without libaubio

19c3d75d – Paul Brossier <piem@piem.org> authored on 2016/05/16 03:12
python/lib/gen_external.py: improve compiler detection, fixes build on windows (#55)

e0c74c24 – Paul Brossier <piem@piem.org> authored on 2016/05/16 03:10
appveyor.yml: update, add environments, build and test python (see #55, #2)

3c4fb67a – Paul Brossier <piem@piem.org> authored on 2016/05/16 02:09
python/tests/utils.py: try reopening the file is deleting it fails on windows

44a3e5e3 – Paul Brossier <piem@piem.org> authored on 2016/05/15 17:52
src/onset/onset.c: fix for "conversion from 'smpl_t' to 'uint_t', possible loss of data"

a6f9ebfc – Paul Brossier <piem@piem.org> authored on 2016/05/16 01:23
python/tests/test_mathutils.py: can also raise NotImplementedError (darwin)

0b6d23d4 – Paul Brossier <piem@piem.org> authored on 2016/05/16 01:08
python/tests: fix most prospect warnings

58a5fb97 – Paul Brossier <piem@piem.org> authored on 2016/05/16 01:01
.landscape.yml: also parse tests

a3772047 – Paul Brossier <piem@piem.org> authored on 2016/05/15 23:29
python/demos/demo_specdesc.py: remove unused import

f44384dc – Paul Brossier <piem@piem.org> authored on 2016/05/15 23:26
python/: fix comparison to False

dc654f8f – Paul Brossier <piem@piem.org> authored on 2016/05/15 23:24
python/: fix comparisons to None

4120fbc9 – Paul Brossier <piem@piem.org> authored on 2016/05/15 23:16
python/demos: python3 and double precision compatibility

416ddd12 – Paul Brossier <piem@piem.org> authored on 2016/05/15 21:55
setup.py: clean up, remove ~

f5a0e82f – Paul Brossier <piem@piem.org> authored on 2016/05/15 21:46
python/demos/__init__.py: added empty file

cc77636e – Paul Brossier <piem@piem.org> authored on 2016/05/15 21:46
.landscape.yml: added basic configuration

6a280722 – Paul Brossier <piem@piem.org> authored on 2016/05/15 21:04
python/demos/demo_create_test_sounds.py: python 3 compat

6fb0f070 – Paul Brossier <piem@piem.org> authored on 2016/05/15 20:17
python/demos/demo_create_test_sounds.py: add script to create simple sound files to test on

5bba662f – Paul Brossier <piem@piem.org> authored on 2016/05/15 19:39
wscript: add /MD and /D_CRT_SECURE_NO_WARNINGS on windows

b8ea001b – Paul Brossier <piem@piem.org> authored on 2016/05/15 13:25
src/aubio_priv.h: use _isnan on windows msvc 9 to avoid linking error

e27b6a1f – Paul Brossier <piem@piem.org> authored on 2016/05/15 13:17
python/lib/moresetuptools.py: define HAVE_WIN_HACKS on windows

999b1823 – Paul Brossier <piem@piem.org> authored on 2016/05/15 13:02
python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS

1772630a – Paul Brossier <piem@piem.org> authored on 2016/05/15 12:51
python/lib/moresetuptools.py: also catch WindowsError and other exceptions

b1d37c04 – Paul Brossier <piem@piem.org> authored on 2016/05/15 18:51
setup.py: only generate source files in build_ext

ca89d9f0 – Paul Brossier <piem@piem.org> authored on 2016/05/15 17:59
python/tests/test_source.py: fix when python/tests/sounds exists

15a005d6 – Paul Brossier <piem@piem.org> authored on 2016/05/15 17:25
python/tests/test_source.py: skip tests if no sounds were found

85e0e764 – Paul Brossier <piem@piem.org> authored on 2016/05/15 11:34
nose2.cfg: set multiprocess always-on=false (fixes coverage, pass -N to speed up)

981e7082 – Paul Brossier <piem@piem.org> authored on 2016/05/15 11:32
wscript: exclude more files from dist

0065c6a6 – Paul Brossier <piem@piem.org> authored on 2016/05/15 11:31
.gitignore: ignore .egg-info

89b04e84 – Paul Brossier <piem@piem.org> authored on 2016/05/15 11:31
python/lib/gen_external.py: use os.path.join

5f6324e9 – Paul Brossier <piem@piem.org> authored on 2016/05/15 11:09
setup.py: do not fail if numpy is not installed yet