jackdbus/common
sletz 4a637d218a jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3518 0c269be4-1314-0410-8aa9-9f06e86f4224
2009-04-22 13:18:21 +00:00
..
jack jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackAPI.cpp Compiles on Windows again. 2009-04-21 09:05:01 +00:00
JackActivationCount.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackActivationCount.h Merge Michael Voigt drops branch after reorganization step. 2008-09-05 13:36:28 +00:00
JackArgParser.cpp Support for -h option in internal clients to print the parameters. 2009-01-29 10:47:43 +00:00
JackArgParser.h Support for -h option in internal clients to print the parameters. 2009-01-29 10:47:43 +00:00
JackAtomic.h Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases. 2008-10-08 15:30:25 +00:00
JackAtomicArrayState.h
JackAtomicState.h
JackAudioAdapter.cpp Cleanup JackAudioAdapterInterface class. 2009-03-18 13:20:14 +00:00
JackAudioAdapter.h Add auto_connect parameter in netmanager and netadapter. 2009-03-05 15:17:15 +00:00
JackAudioAdapterFactory.cpp Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
JackAudioAdapterInterface.cpp Correct adapters gnuplot files generation. 2009-04-06 13:00:54 +00:00
JackAudioAdapterInterface.h Cleanup JackAudioAdapterInterface class. 2009-03-18 13:20:14 +00:00
JackAudioDriver.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackAudioDriver.h Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
JackAudioPort.cpp Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
JackChannel.h Correct PortRegister prototype. 2008-09-20 18:20:43 +00:00
JackClient.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackClient.h Simplify JackClient RT code, jack_thread_wait API marked deprecated. 2009-04-03 07:13:25 +00:00
JackClientControl.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackClientInterface.h Better symbols export for server and client side libraries. 2008-09-08 14:35:52 +00:00
JackCompilerDeps.h Merge Michael Voigt drops branch after reorganization step. 2008-09-05 13:36:28 +00:00
JackConnectionManager.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackConnectionManager.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackConstants.h Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackControlAPI.cpp jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackControlAPI.h jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackDebugClient.cpp Simplify JackClient RT code, jack_thread_wait API marked deprecated. 2009-04-03 07:13:25 +00:00
JackDebugClient.h Simplify JackClient RT code, jack_thread_wait API marked deprecated. 2009-04-03 07:13:25 +00:00
JackDriver.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackDriver.h jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackDriverLoader.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackDriverLoader.h Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackDummyDriver.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackDummyDriver.h
JackEngine.cpp Add CreateAggregateDevice method in JackCoreAudioDriver (in progress). 2009-04-17 09:07:04 +00:00
JackEngine.h Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
JackEngineControl.cpp Tim Blechmann optimization patch (inlining some heavy used methods). 2009-03-19 10:14:26 +00:00
JackEngineControl.h Clock source setting on Linux (in progress). 2009-04-20 14:01:41 +00:00
JackEngineProfiling.cpp Cleanup profiling code. 2009-03-04 09:00:07 +00:00
JackEngineProfiling.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackError.cpp Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 2008-12-16 09:16:02 +00:00
JackError.h Better symbols export for server and client side libraries. 2008-09-08 14:35:52 +00:00
JackException.h Better symbols export for server and client side libraries. 2008-09-08 14:35:52 +00:00
JackExternalClient.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackExternalClient.h Merge Michael Voigt drops branch after reorganization step. 2008-09-05 13:36:28 +00:00
JackFilters.h Try automatic adaptative mode in adapters. 2009-03-12 11:36:55 +00:00
JackFrameTimer.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackFrameTimer.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackFreewheelDriver.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackFreewheelDriver.h
JackGlobals.cpp Compiles on Windows again. 2009-03-16 09:40:51 +00:00
JackGlobals.h Cleanup global function export. 2009-03-26 09:58:05 +00:00
JackGraphManager.cpp Tim Blechmann optimization patch (inlining some heavy used methods). 2009-03-19 10:14:26 +00:00
JackGraphManager.h Two threads model in JackBoomerDriver (in progress). 2009-03-26 09:18:26 +00:00
JackInternalClient.cpp Cleanup JackInternalClient code. 2009-03-29 09:10:56 +00:00
JackInternalClient.h Cleanup JackInternalClient code. 2009-03-29 09:10:56 +00:00
JackInternalClientChannel.h Add missing methods in JackInternalClientChannel.h 2008-10-21 20:44:12 +00:00
JackLibAPI.cpp Client incorrect re-naming fixed: now done at fifo level only. 2009-02-18 16:29:28 +00:00
JackLibClient.cpp Clock source setting on Linux (in progress). 2009-04-20 14:01:41 +00:00
JackLibClient.h
JackLibGlobals.h Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 2008-12-16 09:16:02 +00:00
JackLibSampleRateResampler.cpp Automatic adaptative ringbuffer size mode when -g = 0. 2009-03-10 15:02:25 +00:00
JackLibSampleRateResampler.h Automatic adaptative ringbuffer size mode when -g = 0. 2009-03-10 15:02:25 +00:00
JackLockedEngine.h Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
JackLoopbackDriver.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackLoopbackDriver.h
JackMessageBuffer.cpp Rework the mutex/signal classes. Use them in JackMessageBuffer. 2009-02-17 08:14:11 +00:00
JackMessageBuffer.h Rework the mutex/signal classes. Use them in JackMessageBuffer. 2009-02-17 08:14:11 +00:00
JackMidiAPI.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackMidiDriver.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackMidiDriver.h Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackMidiPort.cpp Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackMidiPort.h Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress. 2009-04-07 12:26:59 +00:00
JackMutex.h Michael Voigt mutex cleanup patch. 2008-09-10 19:17:07 +00:00
JackNetAdapter.cpp Cleanup global function export. 2009-03-26 09:58:05 +00:00
JackNetAdapter.h Cleanup in NetJack2 transport handing code. 2009-03-04 10:13:29 +00:00
JackNetDriver.cpp Print frame value in NetJack. 2009-03-17 14:26:30 +00:00
JackNetDriver.h Cleanup in NetJack2 transport handing code. 2009-03-04 10:13:29 +00:00
JackNetInterface.cpp Add a buffer size callback for netmaster that just remove the client (it will be recreated with the new parameters). 2009-03-27 14:10:52 +00:00
JackNetInterface.h Cleanup in NetJack2 transport handing code. 2009-03-04 10:13:29 +00:00
JackNetManager.cpp Add a buffer size callback for netmaster that just remove the client (it will be recreated with the new parameters). 2009-03-27 14:10:52 +00:00
JackNetManager.h Add a buffer size callback for netmaster that just remove the client (it will be recreated with the new parameters). 2009-03-27 14:10:52 +00:00
JackNetSocket.h Better symbols export for server and client side libraries. 2008-09-08 14:35:52 +00:00
JackNetTool.cpp Lower profiling array size, fix compîlation warnings 2009-03-10 09:11:04 +00:00
JackNetTool.h Support for BIG_ENDIAN machines in NetJack2 for transport data. 2009-03-05 10:54:00 +00:00
JackNotification.h Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 2008-09-01 16:57:19 +00:00
JackPlatformPlug.h Merge Michael Voigt drops branch after reorganization step. 2008-09-05 13:36:28 +00:00
JackPort.cpp Cleanup. 2009-03-24 21:53:43 +00:00
JackPort.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackPortType.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackPortType.h
JackProfiler.cpp Correct profiler client parameter default value. 2009-03-03 15:10:38 +00:00
JackProfiler.h Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
JackRequest.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackResampler.cpp Automatic adaptative ringbuffer size mode when -g = 0. 2009-03-10 15:02:25 +00:00
JackResampler.h Try automatic adaptative mode in adapters. 2009-03-12 11:36:55 +00:00
JackRestartThreadedDriver.cpp Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
JackRestartThreadedDriver.h Better symbols export for server and client side libraries. 2008-09-08 14:35:52 +00:00
JackServer.cpp jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackServer.h jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackServerAPI.cpp Client incorrect re-naming fixed: now done at fifo level only. 2009-02-18 16:29:28 +00:00
JackServerGlobals.cpp Clock source setting on Linux (in progress). 2009-04-20 14:01:41 +00:00
JackServerGlobals.h Clock source setting on Linux (in progress). 2009-04-20 14:01:41 +00:00
JackServerLaunch.h Cleanup on Windows. 2008-09-22 15:27:23 +00:00
JackShmMem.cpp Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackShmMem.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackSynchro.h Synchronize jack2 public headers with jack1 ones. 2009-01-05 14:39:37 +00:00
JackSystemDeps.h Merge Michael Voigt drops branch after reorganization step. 2008-09-05 13:36:28 +00:00
JackThread.h Synchronize jack2 public headers with jack1 ones. 2009-01-05 14:39:37 +00:00
JackThreadedDriver.cpp jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackThreadedDriver.h jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00
JackTime.h Compiles on Windows again. 2009-04-21 09:05:01 +00:00
JackTools.cpp Cleanup JackInternalClient code. 2009-03-29 09:10:56 +00:00
JackTools.h Cleanup JackInternalClient code. 2009-03-29 09:10:56 +00:00
JackTransportEngine.cpp New JackBoomerDriver class for Boomer driver on Solaris. 2009-03-24 08:25:23 +00:00
JackTransportEngine.h Add mixed 32/64 mode (off by default). 2009-03-24 10:32:42 +00:00
JackTypes.h Cleanup. 2009-04-20 20:28:34 +00:00
JackWaitThreadedDriver.cpp Correct RT thread parameters for OSX. 2009-03-12 13:57:28 +00:00
JackWaitThreadedDriver.h Fix JackNetDriver::Close method. 2009-02-25 08:31:30 +00:00
Jackdmp.cpp Add jackctl_server_load_master/jackctl_server_unload_master API. 2009-04-21 16:19:04 +00:00
driver_interface.h Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE 2008-10-13 15:54:53 +00:00
memops.c Tim Blechmann patch : sample order bug in SSE code. 2009-03-08 19:28:37 +00:00
memops.h Merge Solaris branch back on trunk. 2009-02-11 12:31:20 +00:00
ringbuffer.c Automatic adaptative ringbuffer size mode when -g = 0. 2009-03-10 15:02:25 +00:00
shm.c Compiles on Windows again. 2009-03-25 09:01:46 +00:00
shm.h Cleanup. 2009-03-24 21:53:43 +00:00
timestamps.c Header cleanup, add --clients and --ports options in configure. 2008-10-02 13:58:46 +00:00
timestamps.h
varargs.h Michael Voigt JackAPI cleanup patch. 2008-09-20 10:50:40 +00:00
wscript jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed. 2009-04-22 13:18:21 +00:00