- 27 Apr, 2015 2 commits
-
-
Tim Mayberry authored
-
Tim Mayberry authored
The mmsystem.h header check didn't include windows.h so check fails even though mmsystem.h was present.
-
- 21 Apr, 2015 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 20 Apr, 2015 1 commit
-
-
Stephane Letz authored
-
- 15 Apr, 2015 4 commits
-
-
Adrian Knoth authored
No biggie, but since this is C++, let's use the C++ includes.
-
Adrian Knoth authored
Partial merge from pr/77 Setting the JACK_NO_AUDIO_RESERVATION environment variable let one skip the audio reservation bits.
-
Adrian Knoth authored
Indentation fix from smiszym
-
Adrian Knoth authored
Correct date/version ordering in jackd.1
-
- 13 Apr, 2015 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 11 Apr, 2015 8 commits
-
-
Nedko Arnaudov authored
Doxygen fixes, less hardcoding and --htmldir
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
fix install with doxygen by generating doxyfile from doxyfile.in and letting waf do most of the process
-
Karl Lindén authored
rename the html_source_dir variable to html_build_dir (the directory contains built files, not sources)
-
Karl Lindén authored
-
Nedko Arnaudov authored
Auto options and removed automagic dependencies
-
- 10 Apr, 2015 21 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
add the --sndfile auto option and check sndfile availability with env['SNDFILE'] instead of is_defined('HAVE_SNDFILE')
-
Karl Lindén authored
use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE since check_cfg deals with it)
-
Karl Lindén authored
-
Karl Lindén authored
(the AutoOption class takes care of defining env['SAMPLERATE'] and HAVE_SAMPLERATE)
-
Karl Lindén authored
use conf.env['SAMPLERATE'] to determine wether samplerate is available instead of conf.is_defined('HAVE_SAMPLERATE')
-
Karl Lindén authored
move check for samplerate.h to before conf.sub_config('common') and remove the duplicate check in common
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
(drop conf.define('HAVE_CELT', ...) since the AutoOption class handles this)
-
Karl Lindén authored
make build option --winmme an auto option and use mmsystem.h and windows.h to check if winmme can be built
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-