summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix wscripts syntax (#826)David Runge2022-04-131-11/+11
* Add FreeBSD supportGoran Mekić2022-01-151-0/+2
* Fix misc. typosluz paz2021-06-301-1/+1
* Make sure we use python3 (another patch from Fedora)falkTX2019-10-281-1/+1
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-111-36/+39
* Add script to test jack_property (Metadata)jack_property_testThomas Brand2019-02-081-0/+224
* Test: exclude tests using deprecated functions for now.Thomas Brand2019-01-271-11/+38
* add another testcase for client nameThomas Brand2019-01-271-2/+23
* NO-OP whitespace / indentationThomas Brand2019-01-271-68/+68
* Use memset to fill buffer. Add test marker.Thomas Brand2019-01-261-3/+3
* Fix off-by-one NULL termination in arrayThomas Brand2019-01-261-2/+2
* Cleanup some warningsfalkTX2018-11-131-0/+1
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-062-1/+4
* Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-062-4/+1
* 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