Adrian Knoth
|
be34a7a9b6
|
Re-add missing fix for libsamplerate
This was accidentally lost in 38a26f5b
|
13 years ago |
Paul Davis
|
d2324c4cd2
|
put header-install stuff into top-level Makefile, after removing it from public headers
|
13 years ago |
Paul Davis
|
550f528eb0
|
remember to build version.h in its new location
|
13 years ago |
Paul Davis
|
53546e57b4
|
don't build version.h
|
13 years ago |
Paul Davis
|
d094819df4
|
#include changes to reflect separation of public and private headers
|
13 years ago |
paul
|
97a283993a
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4772 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
38a26f5b91
|
fix up configure.ac to work on OS X after recent changes. it appears that attempting to -march is unwise on x86 OS X (at least on Tiger)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4767 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
76bd24178d
|
remove any references to MMX/MME (which was never used) from configure.ac; also removed --enable-ensure-mlock configure option which was was just stupid
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4765 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
de2bb9d27d
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4545 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
f0d10e8cbe
|
compile fixes for OS X: remove double linkages to libjack + libjackserver, remove reference to client->control->nframes, add required compiler flags to get weak linkage to work
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4542 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
025d82d3d9
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4475 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
b8db6d6518
|
changes required for 0.121.[12]
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4474 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
09ca16e89b
|
bump version to 0.121.0 ; doc tweaks to include control API
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4467 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
f8c1e777a3
|
updated comments for session.h from drobilla - no functional changes at all. docs have been updated at jackaudio.org
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4142 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
190640f851
|
add suport for celt-0.8.x
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4058 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
27ea8647fa
|
add --enable-valgrind-clean and associated code to permit building a version of libjack that will not trigger valgrind messages. an alternative would be a nice suppression file, if anyone wants to create one (i don't)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4056 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
7a0d0310eb
|
documentation tweaks (OR->AND, and comments on MIDI event ordering)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4052 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
9bb7999b7c
|
fix the overly strict libjack search which also finds libjack.py
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4037 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
d49d645be7
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3985 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
ca5bb796d3
|
fix a possible race/deadlock when jack is quitting and clients try to connect; mention jack_free() and not free() in port buffer docs; fix failure to execute clients using wait API; tweak session mgmt code so that the SM can pass directory names with or without a trailing '/'; unload/finish internal clients at a better time to stop crashes; add new and as-yet not used and definitely unfinished a2j internal clients for ALSA/MIDI bridge
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3981 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
cbfe31c02f
|
commit serious design flaw that left jackd in freewheeling mode if the client that initiated freewheeling leaves the graph (either deliberately, or via a crash)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3877 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
b8c46c5cf0
|
ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3838 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
55cdb380a4
|
remove unused "a" from option string passed to getopt_long() (a leftover from the old "asio" mode)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3815 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
c0a3a7bf7e
|
check for alsa-lib 1.0.18, now required
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3792 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
d7c2dff7c6
|
switch -L to -r for --no-realtime, drop single char flag for --replace-registry, tweak help message to name net backend correctly
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3790 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
torben
|
49de812042
|
remove AM_MAINTAINER_MODE from configure.ac ...
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3774 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
paul
|
0d12d17122
|
add jack_on_info_shutdown() callback, which provides an code and a string describing why a client thread is being shut down; add jack_free() for compatibility with jack2
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3733 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
torben
|
dd69da4589
|
make configure check for different celt api, already in distros
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3691 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
torben
|
5b642bcabe
|
update celt code to celt-0.7.0 api (fixes #139)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3690 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
torben
|
3d0e0c7c73
|
on gentoo64 /usr/lib is just a softlink. find wants / after dir name.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3451 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
167ff61aac
|
(1) configure-time detection of likely-to-collide existing JACK installs (2) do not link libjack against libraries needed only for netjack components
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3328 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
torben
|
eab757b590
|
Remove false message about not building NetJack. we always build it.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3316 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
e80001100a
|
bump version number
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3296 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
torben
|
9643ffbb40
|
[netjack] support building without libsamplerate
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3196 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
aacd277f2d
|
bump micro version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3189 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
6a05eee80a
|
template-ized tools man pages and add Makefile for them (still to do - edit contents, because they are pretty useless)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3165 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
6bd18ab2da
|
add --enable-ancient-libc for compiling on systems (like debian stable as of Dec 2008) that need -D_XOPEN_SOURCE=600 -D_BSD_SOURCE to access PThread r/w locks and other modern stuff
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3162 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
1878898b2b
|
fixup removal of sysv SHM registry @ make install time (packagers take note); remove port delete/create messages from ALSA MIDI backend code
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3161 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
b578ea2f0e
|
fix dynamic SIMD for OS X ; add config.h to netjack driver code ; make a configure.ac comment about our inability to determine an -mFOO argument for gcc on OS X
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3159 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
50909fbbe9
|
bump protocol version to reflect recent changes in protocol data structures because of 64/32 support, and note that static linkage against libjack is a bad idea.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3151 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
3a32daefc7
|
mo'better handling of CFLAGS and all that nonsense
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3144 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
6ae5c7e60d
|
bump to 0.116.0; torben's re-pushed changes to make 32/64 compatibility really work, which change the size of a couple of protocol structures (hence the minor version change); use CFLAGS from environment; export JACK_CORE_CFLAGS to makefiles so that simd.c can use it and not JACK_CFLAGS which includes optimization flags; don't use MMX for math if we're using SSE; torben's patch to add better (ALSA memops-based) scaling for float->int16 conversion
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3143 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
sonarnerd
|
fcd460c22e
|
Put in suitable optimization level for simd.c
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3141 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
216c706262
|
bump to 0.115.7
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3140 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
ac1f7aedcb
|
compile and configuration fixes from OSX but useful everywhere
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3137 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
ae0ea1f84a
|
support OS X with new netjack code, plus a small netjack fix/improvement
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3135 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
9368b5f40c
|
fix up cflags for --disable-optimize case; remove unnecessary SHM remove error message
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3131 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
3e37bb16ad
|
bump version to 0.115.6
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3128 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
0135995afd
|
bump to 0.115.5
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3122 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |
paul
|
0abc695b0e
|
optional CELT support in netjack; fixes for a resampling issue in alsa_in and alsa_out; remove debug output from alsa_{in,out}
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3121 0c269be4-1314-0410-8aa9-9f06e86f4224
|
16 years ago |