summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix building with celt in non-standard prefix.fix-celt-and-opus-in-non-standard-prefixKarl Linden2015-09-276-291/+342
* Fix building with opus in non-standard prefix.Karl Linden2015-09-2611-275/+335
* Check for opus_custom.h instead of opus/opus_custom.h.Karl Linden2015-09-261-1/+1
* Check packages before anything else so use variables can be used in checks.Karl Linden2015-09-261-11/+16
* Update waf to 1.8.14Karl Linden2015-09-2625-256/+409
* Strip unnecessary tools and extras from waflibKarl Linden2015-09-26129-22008/+136
* Delete waf-update.shKarl Linden2015-09-201-94/+0
* Merge remote-tracking branch 'upstream/master'Stephane Letz2015-09-031-2/+2
|\
| * Fix bus error on PPC and PowerPCAdrian Knoth2015-08-251-2/+2
* | Possible fix in JackPosixSemaphore::ConnectInput, cleanup.Stephane Letz2015-09-035-6/+40
|/
* Merge pull request #134 from kmatheussen/masterStéphane Letz2015-07-193-6/+6
|\
| * Use _WIN32 instead of WIN32 in header files since WIN32 might not always be d...Kjetil Matheussen2015-07-193-6/+6
* | Merge pull request #136 from falkTX/masterStéphane Letz2015-07-196-17/+49
|\ \ | |/ |/|
| * Update changelogfalkTX2015-07-191-0/+5
| * Make JackPortRenameCallback return void, to match JACK1 APIfalkTX2015-07-192-5/+2
| * Implement new jack_port_rename APIfalkTX2015-07-193-12/+42
|/
* Merge pull request #131 from jmendeth/patch-1Stéphane Letz2015-07-171-4/+4
|\
| * Correct netmanager latency reportingXavier Mendez2015-07-171-4/+4
|/
* Merge pull request #128 from maksqwe/jack_midi_event_write_fixStéphane Letz2015-06-261-1/+1
|\
| * Fix buf nullptr dereferencing in jack_midi_event_write()Maks Naumov2015-06-261-1/+1
|/
* Merge pull request #125 from mseeber/fix-jack_bufsize-off-by-tenStéphane Letz2015-06-021-1/+1
|\
| * [jack_bufsize] Fix off by 10 errorMarkus Seeber2015-06-021-1/+1
|/
* Merge pull request #123 from Vampouille/fix_timebase_callbackStéphane Letz2015-06-021-1/+1
|\
| * Fix return value of SetTimebaseCallback()Julien Acroute2015-06-021-1/+1
|/
* update .gitignore to accomodate the switch from binary based waf distribution...Karl Lindén2015-05-021-1/+1
* update to waf 1.8.9 (it is now stored in source form to ease downstream maint...Karl Lindén2015-05-02179-3/+37240
* add a script to update waf; it will come in handy now and in the futureKarl Lindén2015-05-021-0/+94
* replace deprecated bld.add_subdirs with bld.recurseKarl Lindén2015-05-021-17/+17
* drop unused Build importsKarl Lindén2015-05-022-2/+0
* explicitly import Logs and Options from waflibKarl Lindén2015-05-021-2/+2
* replace compiler_cc with compiler_c since the former is just an alias for the...Karl Lindén2015-05-021-2/+2
* replace calls to deprecated opt.tool_options with opt.loadKarl Lindén2015-05-021-2/+2
* replace deprecated call to opt.sub_options with opt.recurseKarl Lindén2015-05-021-1/+1
* drop calls to deprecated conf.check_tool since they have been replaced with c...Karl Lindén2015-05-021-19/+0
* replace calls to conf.sub_config with calls to conf.recurseKarl Lindén2015-05-021-4/+4
* explicitly import Logs, Options, Task and Utils from waflibKarl Lindén2015-05-021-4/+1
* use Options instead of waflib.OptionsKarl Lindén2015-05-021-2/+1
* catch IOError instead of FileNotFoundError to not break compilation on python2Karl Lindén2015-05-021-1/+1
* Merge pull request #120 from lilrc/masterNedko Arnaudov2015-05-012-31/+33
|\
| * let svnversion_regenerate.sh be a source to svnversion.h to make the waf outputKarl Lindén2015-05-011-0/+1
| * generate svnversion.h before building cxx objects (so that also cxx sources canKarl Lindén2015-05-011-1/+1
| * do not hardcode path to svnversion_regenerate.sh, but instead use find_resourceKarl Lindén2015-05-011-1/+4
| * inline create_svnversion_task as it is called only onceKarl Lindén2015-05-011-21/+14
| * move the svnversion.h handling in build functionKarl Lindén2015-05-011-2/+3
| * fix configuration when svnversion.h exists in source directoryKarl Lindén2015-05-011-2/+6
| * fix svnversion.h generation upon distKarl Lindén2015-05-011-3/+4
| * drop unnecessary OLDPWD stuffKarl Lindén2015-05-011-4/+0
| * use dirname to always generate the svnversion.h from the correct directoryKarl Lindén2015-05-011-1/+4
|/
* Correct NetJack2 time out handling.Stephane Letz2015-04-292-3/+3
* Merge pull request #119 from lilrc/masterNedko Arnaudov2015-04-281-19/+11
|\