summaryrefslogtreecommitdiff
path: root/example-clients/wscript
Commit message (Expand)AuthorAgeFilesLines
* Use static pthread for windows static buildsfalkTX2020-09-201-0/+6
* Split example-clients and tools, as done for jack1falkTX2020-09-201-68/+9
* Make sure we use python3 (another patch from Fedora)falkTX2019-10-281-1/+1
* Cleanup some warningsfalkTX2018-11-131-0/+2
* Add jack_property tool from jack1falkTX2018-10-101-1/+2
* waf: Nitpick styling for consistency. Fixes #172.Karl Linden2017-06-161-6/+6
* Merge pull request #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-281-16/+4
|\
| * Fixed linking errors with frameworks for OSXethe2015-12-151-1/+4
| * Drop problematic CPPFLAGS for MacOSX.Karl Linden2015-12-131-15/+0
* | jack_simdtests: add application checking accurracy and performance of SIMD op...Andreas Müller2017-02-231-1/+2
|/
* Fix windows mingw/waf build when readline is used/presentTim Mayberry2015-04-271-0/+2
* add the --readline auto optionKarl Lindén2015-04-101-7/+1
* add the --sndfile auto option and check sndfile availability with env['SNDFIL...Karl Lindén2015-04-101-3/+1
* use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE si...Karl Lindén2015-04-101-4/+1
* make sndfile dependency optionalKarl Lindén2015-04-101-1/+1
* use conf.env['SAMPLERATE'] to determine wether samplerate is available instea...Karl Lindén2015-04-101-1/+1
* remove extra and unnecessary celt check in example-clientsKarl Lindén2015-04-101-2/+0
* eliminate duplicated examples.KimJeongYeon2015-03-161-1/+0
* Fix for building with python3farwayer2014-02-141-1/+1
* Tim Mayberry : Changes to get example-clients to build using MinGW compiler.Stephane Letz2013-07-231-4/+9
* [wscript] Even more -Wl,--as-needed fixesAdrian Knoth2012-11-141-1/+1
* [wscript] Build jack_transportAdrian Knoth2012-11-071-3/+3
* [wscript] More fixes for -Wl,--as-neededAdrian Knoth2012-11-071-2/+2
* [wscript] Use CFLAGS, not CCFLAGSAdrian Knoth2012-11-051-2/+2
* fix jack_netsource buildNedko Arnaudov2012-09-251-1/+1
* [wscript] Fix FTBFS with -Wl,--as-neededAdrian Knoth2012-09-121-3/+2
* fix duplicate prog.includesRobin Gareus2012-09-101-2/+1
* wscript: add header defines and libs for example-clients/netsourceRobin Gareus2012-09-101-2/+3
* Correct examples-clients wscript.Stephane Letz2012-05-021-0/+1
* Fix naming of inprocess.soAdrian Knoth2012-04-181-1/+1
* wscript: mark readline as optionalAdrian Knoth2012-03-191-1/+1
* waf: fix uselib_local of jack_netsrouceNedko Arnaudov2012-03-181-1/+1
* wscript: Fix link error in jack_netsourceAdrian Knoth2012-03-171-1/+1
* wscript: Make CELT optionalAdrian Knoth2012-02-151-1/+1
* swtich from uselib/uselib_local to useNedko Arnaudov2012-02-151-20/+17
* switch from bld.new_task_gen() to bld()Nedko Arnaudov2012-02-151-13/+7
* wscript: Fix tab/space mixAdrian Knoth2012-02-121-18/+18
* wscript: Fix internal waf error (missing features)Adrian Knoth2012-02-121-0/+5
* Fix wrong indentation in example-clients/wscriptAdrian Knoth2012-02-121-1/+1
* Run 2to3 on all wscript files.Adrian Knoth2012-02-091-3/+3
* waf: remove ncurses checknedko2012-01-061-5/+0
* fix build when libsamplerate is missingNedko Arnaudov2011-05-131-13/+15
* wscript: on macos build for x86_64 as wellNedko Arnaudov2011-04-231-8/+8
* rebase from trunk 4238:4306sletz2011-04-151-0/+1
* rebase from trunk 4180:4238sletz2011-03-301-16/+16
* rebase from trunk 4083:4180sletz2011-03-111-6/+2
* rebase from trunk 4041:4083sletz2010-11-081-0/+2
* rebase from trunk 3966:4004sletz2010-05-051-1/+1
* rebase from trunk 3813:3899sletz2010-02-051-3/+4
* rebase from trunk 3684:3813sletz2009-11-191-3/+45