summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Mass-fix spelling errorsAdrian Knoth2018-02-251-3/+3
* Tests: Fix compilation with gcc7Kjetil Matheussen2017-07-151-1/+1
* waf: Nitpick styling for consistency. Fixes #172.Karl Linden2017-06-161-3/+3
* Merge pull request #229 from rahul-bedarkar/fix-build-with-glibcAdrian Knoth2017-03-121-0/+1
|\
| * tests: define __STDC_LIMIT_MACROSRahul Bedarkar2016-08-271-0/+1
* | Merge pull request #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-281-3/+0
|\ \ | |/ |/|
| * Drop problematic CPPFLAGS for MacOSX.Karl Linden2015-12-131-3/+0
* | Fix initialization in test/iodelay.cppAdrian Knoth2016-06-111-3/+4
|/
* Make JackPortRenameCallback return void, to match JACK1 APIfalkTX2015-07-191-2/+1
* Add more tests for client registration code in test.cpp.Stephane Letz2013-01-261-11/+22
* Make API test more robust.Stephane Letz2013-01-241-8/+7
* Fix some incoherency with strings.Stephane Letz2013-01-141-6/+10
* Correct jack_test for jack_port_name_size.Stephane Letz2013-01-141-5/+5
* Add tests to check jack_client_name_size and jack_port_name_size API.Stephane Letz2013-01-121-17/+64
* merge new MTDM code from Fons' latest release.Stephane Letz2012-11-081-88/+100
* New jack_get_cycle_times() implementation from Fons Adriennsen.Stephane Letz2012-03-211-2/+41
* Compiles again on Windows.Stephane Letz2012-03-201-0/+4
* Correct JackMessageBuffer::SetInitCallback.Stephane Letz2012-03-201-1/+1
* Merge branch 'master' into python3-waf-upgradeNedko Arnaudov2012-03-181-7/+10
|\
| * Correct debug targets on Windows, use jack_free in test.cpp.Stephane Letz2012-02-221-7/+10
* | swtich from uselib/uselib_local to useNedko Arnaudov2012-02-151-2/+1
* | switch from bld.new_task_gen() to bld()Nedko Arnaudov2012-02-151-2/+1
* | wscript: fix indentation errorAdrian Knoth2012-02-121-1/+1
* | Run 2to3 on all wscript files.Adrian Knoth2012-02-091-1/+1
|/
* Factorize code the server/client request.sletz2012-01-111-2/+2
* Fix for compilation on Solaris.sletz2012-01-061-1/+1
* Improve some of example-clients, cleanup.sletz2011-11-251-1/+1
* NetJack2 code cleanup.Stephane Letz2011-11-041-33/+33
* Use jack_free instead of free.sletz2011-10-111-27/+27
* Fix compilation of iodelay.cpp.sletz2011-07-151-6/+6
* Make the printed output of jack_iodelay more useful to actual users.sletz2011-07-131-3/+7
* Merge remote-tracking branch 'cz/wscript_mac_fixes'sletz2011-05-021-2/+2
|\
| * wscript: on macos build for x86_64 as wellNedko Arnaudov2011-04-231-2/+2
* | fix compile warningsnedko2011-04-301-2/+2
|/
* Correct linking issues.sletz2011-04-081-1/+3
* Correct test.cpp.Stephane Letz2011-03-311-2/+2
* Correct tests wscript.sletz2011-03-091-1/+1
* Rename jdelay to jack_iodelay as per Fons' request.sletz2011-03-092-1/+1
* Fix jdelay for new latency API.sletz2011-03-091-20/+46
* Compiles again on Windows.sletz2010-10-181-26/+26
* Add tests to validate intclient.h API.sletz2010-05-071-1/+52
* Fix errors found by cppcheck.sletz2010-03-062-1/+3
* Correct jack_test.v1.9.5sletz2010-02-121-1/+1
* Merge branch 'master' into port_register_notification_deferNedko Arnaudov2009-12-091-0/+1
|\
| * Correct rename callback in tests.sletz2009-12-091-0/+1
* | Still call callback in register/unregister if client is active, add test code.Stéphane LETZ2009-12-061-1/+28
|/
* Fix port_rename callback : now both old name and new name are given as parame...sletz2009-12-011-1/+22
* Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure ...sletz2009-11-101-1/+1
* CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable ...sletz2009-10-201-0/+7
* Compiles on Windows again.sletz2009-03-251-48/+48