summaryrefslogtreecommitdiff
path: root/tests/test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-061-0/+2
* Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-061-2/+0
* Mass-fix spelling errorsAdrian Knoth2018-02-251-3/+3
* Tests: Fix compilation with gcc7Kjetil Matheussen2017-07-151-1/+1
* 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
* 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
* Correct debug targets on Windows, use jack_free in test.cpp.Stephane Letz2012-02-221-7/+10
* Factorize code the server/client request.sletz2012-01-111-2/+2
* Fix for compilation on Solaris.sletz2012-01-061-1/+1
* fix compile warningsnedko2011-04-301-2/+2
* Correct linking issues.sletz2011-04-081-1/+3
* Correct test.cpp.Stephane Letz2011-03-311-2/+2
* Compiles again on Windows.sletz2010-10-181-26/+26
* Add tests to validate intclient.h API.sletz2010-05-071-1/+52
* 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
* Cleanup, renaming.sletz2008-11-251-0/+1937