summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* wscript: on macos build for x86_64 as wellNedko Arnaudov2011-04-231-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
* Merge Solaris branch back on trunk.sletz2009-02-111-4/+6
* Cleanup for compilation with gcc 4.3sletz2009-01-232-9/+4
* Client and library global context cleanup in case of incorrect shutdown handl...sletz2008-12-161-1/+16
* Remove unused example clients.sletz2008-11-281-2/+0
* Cleanup, compilation on Windows.sletz2008-11-251-15/+8
* Cleanup, renaming.sletz2008-11-254-60/+49
* Correct wscript for jack_disconnect installation, various renaming.sletz2008-11-241-1/+1
* Code cleanup.sletz2008-11-211-1/+1
* Typo.sletz2008-11-191-13/+13
* Fix Windows version.sletz2008-11-191-16/+25
* Move external_metro code in test folder and add some tests to check client be...sletz2008-11-193-0/+255
* Import waf.diff patch sent Stephane Letznedko2008-11-141-5/+5
* Add build of jdelay in test programs.sletz2008-10-011-0/+1
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-055-7/+8
* Correct comment.sletz2008-09-051-1/+1
* Correct text wscript.sletz2008-08-301-1/+1
* Move jack_server_control in example-clients.sletz2008-08-292-189/+1
* Improve jack_server_control.sletz2008-08-281-3/+35
* Implement jackctl_server_load_internal and jackctl_server_unload_internal.sletz2008-08-281-1/+35
* Full display of paramaters.sletz2008-08-281-2/+65
* Internal clients enumeration working.sletz2008-08-282-1/+60
* Add a fNetworkSync state in JackTransportEngine used in network.sletz2008-08-221-0/+3
* Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled...sletz2008-08-032-29/+26
* DBUS working on OSXsletz2008-06-181-1/+2
* On OSX waf now compiles Universal Binaries.sletz2008-06-181-0/+3
* Update waf for compilation on OSX.sletz2008-06-171-2/+3
* Header cleanupsletz2008-06-161-2/+1
* Remove scons, waf should be viable for everybody, at least on linux. ok: sletznedko2008-06-101-67/+0
* waf: Dont install tests (except jack_test)nedko2008-06-061-0/+2
* Compiles on Windows againsletz2008-06-051-2/+2
* Fix XCode projectsletz2008-06-031-6/+6
* Correct compilation warningssletz2008-06-031-21/+20
* Tim Blechmann patch to remove unnecessary virtual methods : choice of the app...sletz2008-06-034-111/+89