summaryrefslogtreecommitdiff
path: root/common/wscript
Commit message (Expand)AuthorAgeFilesLines
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-101-1/+2
* Merge pull request #257 from sdrik/pull/promiscuous-v2Filipe Coelho2017-09-151-0/+3
|\
| * Helper functions needed to secure the promiscuous mode.Cédric Schieli2017-03-181-0/+3
* | Add support for internal session filesinternal-session-filefalkTX2017-08-101-1/+2
* | Merge pull request #270 from y-fujii/fix_msys2_compilationFilipe Coelho2017-07-121-0/+3
|\ \
| * | fix compilation on MSYS2.Yasuhiro Fujii2017-06-241-0/+3
| |/
* | waf: Nitpick styling for consistency. Fixes #172.Karl Linden2017-06-161-27/+25
|/
* Merge pull request #219 from falkTX/masterAdrian Knoth2017-03-121-1/+1
|\
| * Use Linux futex as JackSynchrofalkTX2017-03-071-1/+1
* | Merge pull request #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-281-19/+32
|\ \ | |/ |/|
| * Merge branch 'master' into waf-macosx-fixes.waf-macosx-fixesKarl Linden2016-03-311-2/+2
| |\
| * | Fixed building AudioAdapter on OSXethe2015-12-191-4/+7
| * | fixed frameworks in wscriptsJosh de Kock (ethe)2015-12-191-9/+6
| * | Fixed linking errors with frameworks for OSXethe2015-12-151-15/+34
| * | Drop problematic CPPFLAGS for MacOSX.Karl Linden2015-12-131-6/+0
* | | Use conf.check instead of conf.check_cc.Karl Linden2016-05-171-5/+5
| |/ |/|
* | Simplify build system logic. Fixes #168.Karl Linden2016-03-311-2/+2
|/
* drop unused Build importsKarl Lindén2015-05-021-1/+0
* Add JackWaitCallbackDriverCédric Schieli2015-04-271-0/+1
* use conf.env['SAMPLERATE'] to determine wether samplerate is available instea...Karl Lindén2015-04-101-2/+2
* move check for samplerate.h to before conf.sub_config('common') and remove th...Karl Lindén2015-04-101-5/+0
* Detect tre as regexp library replacementMartin Koegler2014-01-251-1/+4
* wscript: fix build in 32/64 bits mixed mode. github close #39Nedko Arnaudov2013-11-141-64/+69
* Tim Mayberry : Add support for building with mingw compiler.Stephane Letz2013-07-231-14/+75
* waf: configure option for enforcing autostart methodNedko Arnaudov2012-11-241-1/+1
* add opus support to NetJack2Robin Gareus2012-09-051-2/+2
* wscript: Fix naming of in-server componentsAdrian Knoth2012-03-211-1/+1
* waf: switch jack.pc task construction to new-waf-styleNedko Arnaudov2012-03-181-11/+8
* waf: fix jack.pc generationNedko Arnaudov2012-03-181-0/+1
* Merge branch 'master' into python3-waf-upgradeNedko Arnaudov2012-03-181-0/+1
|\
| * Correct linux wscript.Stephane Letz2012-03-161-1/+1
| * Light synchronization method in JackMessageBuffer::SetInitCallback.Stephane Letz2012-03-161-0/+1
* | wscript. Fix relocation link error (missing -fPIC)Adrian Knoth2012-02-151-3/+3
* | swtich from uselib/uselib_local to useNedko Arnaudov2012-02-151-9/+9
* | switch from bld.new_task_gen() to bld()Nedko Arnaudov2012-02-151-8/+4
* | wscript: Fix install targetsAdrian Knoth2012-02-121-1/+1
* | wscript: Fix internal waf error (missing features)Adrian Knoth2012-02-121-0/+1
* | wscript: Fix more tab/space indentation errorsAdrian Knoth2012-02-121-6/+6
* | wscript: Fix jack.pc.in generatorAdrian Knoth2012-02-121-3/+1
* | Fix mixed tab/space indentation in wscript filesAdrian Knoth2012-02-121-1/+1
* | Run 2to3 on all wscript files.Adrian Knoth2012-02-091-1/+1
|/
* Rename JackProcessSync in JackPosixProcessSync.sletz2012-01-271-3/+3
* Add JackRequestDecoder class.sletz2012-01-121-0/+1
* Factorize code the server/client request.sletz2012-01-111-0/+1
* Correct export settings(2).sletz2012-01-041-1/+4
* Patch for unresolved symbols in libjacknet.sletz2011-10-241-1/+1
* New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and Ja...sletz2011-07-291-0/+1
* fix build when libsamplerate is missingNedko Arnaudov2011-05-131-28/+31
* wscript: on macos build for x86_64 as wellNedko Arnaudov2011-04-231-6/+6
* Compile on Linux.sletz2011-04-191-6/+2