Basil Nutmeg
b540b2489e
Remove use of packed structs.
Remove use of packed structs, now that the infrastructure for consistently
aligning types between 32-bit and 64-bit platforms is in place. This fixes
crashes on platforms which enforce alignment rules (because there are
places in the code where pointers to packed fields are used).
Also, it theoretically improves performance, though I haven't actually
performed any measurements.
ABI implications:
jack_latency_range_t and jack_position_t are no longer packed. The layouts
of these structs themselves are unmodified, though the layouts of any
structs which include these structs as members may be affected.
13 years ago
sletz
1e00bb3448
John Emmas POST_PACKED_STRUCTURE patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4555 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ecb84b5f9f
rebase from trunk 4238:4306
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
8706763332
64 bits compilation on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4276 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
acb9fe26b9
New internal JackSession.h file (for 64 bits compilation on Windows).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4274 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
a7e8377441
rebase from trunk 4083:4180
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
2d043e58b8
Latency callback must always be activated.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4168 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
4828d0c835
rebase from trunk 4041:4083
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Torben Hohn
914a79d4b3
use constant JACK_UUID_SIZE for uuid size.
16 years ago
Torben Hohn
1a44ede470
fix tabs and convert em to spaces.
16 years ago
Torben Hohn
5e7a792f42
add uuid parameter to jack_client_open...
16 years ago
Torben Hohn
3c0d95db60
some progress on jack-session
16 years ago
sletz
416928c200
rebase from trunk 3455:3482
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3483 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
478b718aa8
Add mixed 32/64 mode (off by default).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3462 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
171a3c4a0d
Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3207 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
a7001745bd
Simplify request server close only if server is running implementation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2765 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
ade47bdc34
Remove transport_type.h file, move transport types in types.h file.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2702 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
318ecc889d
Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2520 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
152a1711ce
New jack_get_client_pid API, implemented on server side.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2299 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
b047c2672d
All library side files become LGPL
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2127 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
8b1f62a550
Transport timebase fix (in progress).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2061 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
ecb8da58c7
Beautifull code
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1909 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
254f765c4f
Update date
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1817 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
0e5bc3bff8
Cleanup
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1682 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
9db8324565
Fix a bug in freewheel management in async mode: drivers now receive the kStartFreewheelCallback and kStopFreewheelCallback notifications.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1680 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
cc80ecb685
Cleanup old zombification code.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1664 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
51278d2099
Correct notification for kActivateClient event.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1498 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
cf05be16a4
New JackNotication.h header in preparation for callback checking in the server.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1490 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
0b91ecdd83
Memory locking tools
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1366 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
sletz
73e2d7a6d3
First import
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1195 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago