3360 Commits (d6b0620188a3e9b51e37fe33b0f7d16cba077464)
 

Author SHA1 Message Date
  Karl Lindén d6b0620188 replace deprecated call to opt.sub_options with opt.recurse 10 years ago
  Karl Lindén bf3a21ef2a drop calls to deprecated conf.check_tool since they have been replaced with conf.load 10 years ago
  Karl Lindén a7936d51de replace calls to conf.sub_config with calls to conf.recurse 10 years ago
  Karl Lindén 4a1934cb13 explicitly import Logs, Options, Task and Utils from waflib 10 years ago
  Karl Lindén 11ee46fbbd use Options instead of waflib.Options 10 years ago
  Karl Lindén d2c85fab0d catch IOError instead of FileNotFoundError to not break compilation on python2 10 years ago
  Nedko Arnaudov ba9659481b Merge pull request #120 from lilrc/master 10 years ago
  Karl Lindén 5db744029a let svnversion_regenerate.sh be a source to svnversion.h to make the waf output 10 years ago
  Karl Lindén 28fe48cd1a generate svnversion.h before building cxx objects (so that also cxx sources can 10 years ago
  Karl Lindén dd934f8f86 do not hardcode path to svnversion_regenerate.sh, but instead use find_resource 10 years ago
  Karl Lindén 1e096d2052 inline create_svnversion_task as it is called only once 10 years ago
  Karl Lindén 9cbc7901e0 move the svnversion.h handling in build function 10 years ago
  Karl Lindén 7f36813c55 fix configuration when svnversion.h exists in source directory 10 years ago
  Karl Lindén 0dcd1ce2d9 fix svnversion.h generation upon dist 10 years ago
  Karl Lindén e963ff8f7c drop unnecessary OLDPWD stuff 10 years ago
  Karl Lindén ac87950243 use dirname to always generate the svnversion.h from the correct directory 10 years ago
  Stephane Letz 40341d16fb Correct NetJack2 time out handling. 10 years ago
  Nedko Arnaudov 0ae479ed02 Merge pull request #119 from lilrc/master 10 years ago
  Karl Lindén 7b824ef68b document global auto option related funtions with comments rather than docstrings so that ./waf --help is not polluted with internal documentation 10 years ago
  Stéphane Letz aed15eb971 Merge pull request #78 from sdrik/pull/proxydriver-v1 10 years ago
  Cédric Schieli 8f6c3c6d1f Add JackProxyDriver 10 years ago
  Cédric Schieli 1cd25cb975 Add JackWaitCallbackDriver 10 years ago
  Cédric Schieli c1ae33f934 Split JackWaitThreadedDriver's Execute method 10 years ago
  Stéphane Letz 61efee41a7 Merge pull request #118 from mojofunk/mingw-waf-fixes 10 years ago
  Tim Mayberry ae66d7464a Fix windows mingw/waf build when readline is used/present 10 years ago
  Tim Mayberry 40587b7345 Fix transport example client for waf/mingw build 10 years ago
  Tim Mayberry 4a6f026c93 Fix check for mmsystem.h when building with --winmme option 10 years ago
  Stephane Letz 2963e0bfb4 Add 'assert' for more robust code. 10 years ago
  Stephane Letz edce250039 Correct NetFloatAudioBuffer::NetFloatAudioBuffer. 10 years ago
  Stephane Letz 9d0acd402f Correct NetJack2 API. 10 years ago
  Adrian Knoth dea38860a8 Use cstdlib instead of stdlib.h 10 years ago
  Adrian Knoth 3c05a0b36e Merge commit 'a450cdcc4874028a52a82207c38b39ecb1ee1d64' 10 years ago
  Adrian Knoth e72d0441f4 Merge pull request #68 from smiszym/master 10 years ago
  Adrian Knoth f0ad74ed66 Merge pull request #97 from olafhering/master 10 years ago
  Stephane Letz d0679708c9 Correct priority management for Windows. 10 years ago
  Stephane Letz b7354b396c Compiles again on Windows. 10 years ago
  Nedko Arnaudov 11a49a7de7 Merge pull request #114 from lilrc/master 10 years ago
  Karl Lindén e869769b3c add the --htmldir option and install HTML docs into it if given 10 years ago
  Karl Lindén aa118070e4 fix uninstall with doxygen by moving definition of share_dir and html_install_dir 10 years ago
  Karl Lindén ad5d803a2c do not hardcode version in doxyfile.in, subst it from waf instead 10 years ago
  Karl Lindén 66c37eb9f2 fix install with doxygen by generating doxyfile from doxyfile.in and letting waf do most of the process 10 years ago
  Karl Lindén 5f85e9731d rename the html_source_dir variable to html_build_dir (the directory contains built files, not sources) 10 years ago
  Karl Lindén 55ccbaf5c2 rename html_docs_*_dir variables to the shorter and unambiguous html_*_dir 10 years ago
  Nedko Arnaudov df14992572 Merge pull request #113 from lilrc/master 10 years ago
  Stephane Letz 47dea47ce4 More flexible RT priority setup on Windows. 10 years ago
  Stephane Letz 8f83d5f3a2 Some 'jack_info' messages moved to 'jack_log' messages on Windows. 10 years ago
  Karl Lindén 9b2ad3b05d add a custom check for readline/readline.h that works around the header's stdio.h dependeny 10 years ago
  Karl Lindén 5a59aef94c add the --readline auto option 10 years ago
  Karl Lindén bac7cc775d add the --sndfile auto option and check sndfile availability with env['SNDFILE'] instead of is_defined('HAVE_SNDFILE') 10 years ago
  Karl Lindén ea43b15ea9 use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE since check_cfg deals with it) 10 years ago