4a9d1f7systemdeps.h: define standard integer types correctly for MSVC by
Davide Beatrici
2019-11-09 05:28:26 +0100
a452608define JACK_LIB_EXPORT, useful for internal clients by
falkTX
2018-10-10 16:02:57 +0200
7054242Windows: winsock2.h must be included before including windows.h by
Kjetil Matheussen
2017-06-15 15:23:50 +0200
21273bcDon't pack structures on MIPS where unaligned access is not allowed by
James Cowgill
2016-10-18 14:40:09 +0000
637d69bBrad Harper patch for aarch64 - packed structure workaround. by
Stephane Letz
2016-03-30 09:53:08 +0200
ded5212Fix bus error on PPC and PowerPC by
Adrian Knoth
2015-08-25 17:32:55 +0200
119040eUse _WIN32 instead of WIN32 in header files since WIN32 might not always be defined by
Kjetil Matheussen
2015-07-19 10:01:53 +0200
a10c9c3Revert "systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation." by
Adrian Knoth
2014-02-14 14:32:56 +0100
9b24ad8systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation. Downgraded eigen3 and sox version requirements for building iio. Switched to using IIOMMap to access the IIO subsystem. Added the overloaded methods for JackIIODriver::Attach, JackIIODriver::Detach, JackIIODriver::Read and JackIIODriver::Write. Rewrite the JackIIODriver.C code to work properly. by
Matt Flax
2014-02-12 17:40:04 +1100
8704387[cosmetics] Sanitise systemdeps.h by
Adrian Knoth
2013-01-09 12:57:12 +0100
4103d17Fix bus error on ARM platforms by
Adrian Knoth
2013-01-09 12:48:52 +0100
45d0a8ePOST_PACKED_STRUCTURE used for jack_latency_range_t type. by
Stephane Letz
2012-03-15 17:39:18 +0100
0108095Use POST_PACKED_STRUCTURE for jack_position_t. by
Stephane Letz
2012-02-23 17:57:40 +0100
9901c49John Emmas second auto-launch server on Windows patch. by
sletz
2011-11-07 16:28:52 +0000
ba60d45Synchronize public headers with JACK1. Update OSX project. by
sletz
2011-03-04 11:41:28 +0000
21c0789Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from ticket 177. by
sletz
2010-07-07 09:49:05 +0000
136ba3bAnother fix in systemdeps.h and types.h: jack_time_t now uniquely defined in types.h. by
sletz
2009-02-23 13:51:20 +0000
f70dd81Cleanup systemdeps.h on Windows. by
sletz
2009-02-20 15:51:03 +0000
1dea4f5Merge Solaris branch back on trunk. by
sletz
2009-02-11 12:31:20 +0000
9c0d8ffCorrect systemdeps.h public header licence. by
sletz
2009-02-05 11:31:43 +0000
58eee91Change jack/systemdeps.h include file (windows part) : recent MSVC compiler don't need vsnprintf() to be redefined anymore. by
moret
2008-10-27 19:03:22 +0000
6b43c40Change libraries name on Windows, update installer. by
sletz
2008-09-09 15:14:47 +0000
bf75279Correct headers for Windows compilation. by
sletz
2008-09-05 13:53:20 +0000
f5aec8aMerge Michael Voigt drops branch after reorganization step. by
sletz
2008-09-05 13:36:28 +0000
b7f95ec (refs/pull/11/head)Rely on jack_native_thread_t definition from systemdeps.h by
David Runge
2021-12-12 23:18:29 +0100
48c9334Merge jack2 systemdeps.h by
David Runge
2021-12-12 22:54:50 +0100
b87166bMake doxygen happy by
falkTX
2021-07-14 21:12:04 +0100
ce588b3Add jack_position_t::tick_double, and flags around it by
falkTX
2021-07-14 21:00:43 +0100
ab27e5aDisable "register" variable name by
Matthias Geier
2020-11-27 23:17:36 +0100
eedd665 (refs/pull/10/head)Disable "register" variable name by
Matthias Geier
2020-11-27 23:17:36 +0100
3e0ebfbComment on using jack_port_get_latency_range(). by
Maciej Bliziński
2020-10-11 19:15:31 +0100
98712ac (refs/pull/9/head)Comment on using jack_port_get_latency_range(). by
Maciej Bliziński
2020-10-11 19:15:31 +0100
d7d828dsession.h: Fix typos and wording, mark as deprecated by
falkTX
2020-07-16 12:57:49 +0100
04d07f8Cleanup whitespace by
falkTX
2020-07-16 12:48:41 +0100
0308f3esystemdeps.h: define standard integer types correctly for MSVC by
Davide Beatrici
2019-11-09 05:28:26 +0100
eb7c221Fix freedesktop specification link by
falkTX
2019-12-10 18:45:16 +0000
15a179dUpdate metadata.h from jack2 by
falkTX
2019-10-06 20:30:22 +0100
439eb19DOC: Update docs for jack_get_properties() by
Matthias Geier
2019-04-25 21:47:23 +0200
e28ba5cDOC: Update docs for jack_get_all_properties() by
Matthias Geier
2019-04-25 20:38:34 +0200
b2fe9b7 (refs/pull/8/head)DOC: Update docs for jack_get_properties() by
Matthias Geier
2019-04-25 21:47:23 +0200
fe11320DOC: Update docs for jack_get_all_properties() by
Matthias Geier
2019-04-25 20:38:34 +0200
aa2f1eefix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments by
Matthew Persing
2015-06-16 08:43:23 -0500
018f44fAdd some casts to let C++ happily compile jslist. by
Daniel Hams
2014-10-05 16:27:56 +0100
eb67fa5Fix invalid jack_set_port_rename_callback comment by
David Robillard
2015-11-30 19:14:56 -0500
1541a11Small fix on transport header comments by
falkTX
2019-02-28 07:53:18 +0100
7433747define JACK_LIB_EXPORT, useful for internal clients by
falkTX
2018-10-10 16:02:57 +0200
3091751Windows: winsock2.h must be included before including windows.h by
Kjetil Matheussen
2017-06-15 15:23:50 +0200
7a25562Merge pull request #234 from jcowgill/mips-unaligned by
Stéphane Letz
2016-10-18 16:58:10 +0200
efe28f3Don't pack structures on MIPS where unaligned access is not allowed by
James Cowgill
2016-10-18 14:40:09 +0000
0967f8fBrad Harper patch for aarch64 - packed structure workaround. by
Stephane Letz
2016-03-30 09:53:08 +0200
f6781ed (refs/pull/7/head)Fix invalid jack_set_port_rename_callback comment by
David Robillard
2015-11-30 19:14:56 -0500
07f1ecfMerge pull request #6 from andrewrk/master by
Stéphane Letz
2015-11-11 10:34:07 +0100
5a910a0 (refs/pull/6/head)add missing `void` from jack_get_time prototype by
Andrew Kelley
2015-11-09 21:57:43 -0700
d2b1627Fix bus error on PPC and PowerPC by
Adrian Knoth
2015-08-25 17:32:55 +0200
664610aUse _WIN32 instead of WIN32 in header files since WIN32 might not always be defined by
Kjetil Matheussen
2015-07-19 10:01:53 +0200
23c2991add new public API: jack_port_rename by
Paul Davis
2015-07-02 12:21:20 -0400
b60c28ffix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments by
Matthew Persing
2015-06-16 08:43:23 -0500
e169404fix invalid description of @return for a void function in doxygen comments by
Paul Davis
2014-11-20 10:20:29 -0500
89b224f (refs/pull/4/head)Add some casts to let C++ happily compile jslist. by
Daniel Hams
2014-10-05 16:27:56 +0100
198407eremove unusued, leftover <uuid/uuid.h> include from types.h by
Paul Davis
2014-04-15 13:21:41 -0400
88d3f25Merge pull request #3 from PeterN/fix by
pauldavisthefirst
2014-03-05 20:53:43 -0500
60ee937 (refs/pull/3/head)Fix internal client API, as jack_intclient_t is not a reference type. by
Peter Nelson
2014-03-05 21:16:32 +0000
972ff53Revert "systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation." by
Adrian Knoth
2014-02-14 14:32:56 +0100
3f8627bsystemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation. Downgraded eigen3 and sox version requirements for building iio. Switched to using IIOMMap to access the IIO subsystem. Added the overloaded methods for JackIIODriver::Attach, JackIIODriver::Detach, JackIIODriver::Read and JackIIODriver::Write. Rewrite the JackIIODriver.C code to work properly. by
Matt Flax
2014-02-12 17:40:04 +1100
0b03e2bFix bus error on ARM platforms by
Adrian Knoth
2014-01-27 22:42:19 +0100
aea850aRefactor POST_PACKED_STRUCTURE into types.h by
Adrian Knoth
2014-01-27 19:55:44 +0000
a14583e (tag: 0.124.1, tag: 0.124.0)Merge pull request #2 from fps/master by
pauldavisthefirst
2014-01-21 12:56:12 -0800
a483e73 (refs/pull/2/head)fix a typo by
Florian Paul Schmidt
2014-01-21 20:16:10 +0100
686a741Merge pull request #1 from drobilla/master by
pauldavisthefirst
2014-01-19 12:46:58 -0800
742c63etweak doxygen annotations to remove errors by
Paul Davis
2014-01-18 22:07:57 -0500
1bfa5e4revert to less-legal but more conventional #ifdef guard for control.h by
Paul Davis
2014-01-18 21:30:13 -0500
2c27345tweak doxygen decls for metadata API by
Paul Davis
2014-01-18 21:29:54 -0500
56000a7 (refs/pull/1/head)Allow the use of URI types for metadata values. by
David Robillard
2014-01-18 14:17:25 -0500
784ff84Clean up metadata.h and fix Doxygen markup. by
David Robillard
2014-01-18 13:14:17 -0500
b7f8964change UUID implementation to use integers and serial counters by
Paul Davis
2013-11-30 13:05:47 -0500
0b467a3add JackPortNameCallback type and port rename callback (to match changes above, and to come into line with jack2) by
Paul Davis
2013-10-12 09:48:39 -0400
3d5846b (uuid)move declarations of client/UUID related functions from session.h into jack.h, since UUIDs are now at the core by
Paul Davis
2013-10-06 09:39:42 -0400
98548ddadd constants for a few (potential) well-known metadata key values by
Paul Davis
2013-10-05 12:54:04 -0400
7eda551__cplusplus-wrap the declarations in uuid.h by
Paul Davis
2013-10-05 12:53:37 -0400
a6c5af6wrap UUID generation by
Paul Davis
2013-10-03 16:28:55 -0400
383c13calter docs on return value from jack_remove_properties() by
Paul Davis
2013-10-02 00:33:17 -0400
bec4aa8alter some minor details of the metadata API by
Paul Davis
2013-10-01 15:44:51 -0400
dae1fcdadd uuid.h (missed from previous commits) by
Paul Davis
2013-10-01 15:44:18 -0400
668ea42add API documentation for some metadata functions by
Paul Davis
2013-09-30 22:18:38 -0400
ca196eaadd jack_client_t* to metadata calls that need to contact the server to initiate a property change callback by
Paul Davis
2013-09-30 19:17:38 -0400
94dd1e8add new metadata API header by
Paul Davis
2013-09-30 18:55:15 -0400
2d8115fchanges to internal client necessary (for now) for UUID changes by
Paul Davis
2013-09-24 22:13:32 -0400
a43a327add port UUID retrieval function by
Paul Davis
2013-09-24 09:28:13 -0400