251 Commits (5ce899b60fc0495e368065e4eac22d6cc29972d9)

Author SHA1 Message Date
  Paul Davis e128798408 bump micro version to reflect removal of cycle counter timer 12 years ago
  Paul Davis 5013bed0b8 bump to 0.124.1 12 years ago
  Paul Davis 4b048d6d6e fix configure.ac for ZITA-detection and enabling, so that zalsa is built by default if the required libraries are found 12 years ago
  Paul Davis c84316fcfa remove checks for libuuid since this is no longer used (UUIDS are segmented 64 bit values) 12 years ago
  Paul Davis ac34df5656 minor tweak for zita bridge building conditional 12 years ago
  Paul Davis 4ec74e7d2d add --enable-zalsa configure argument to avoid circular dependency between ZITA and JACK 12 years ago
  Paul Davis f53381d9cf modify configure.ac to reflect new ALSA MIDI driver 12 years ago
  Paul Davis ea649675fd add Makefile stuff for new internal zita-based ALSA audio adapters 12 years ago
  Paul Davis 39eac72532 make lack of berkeley DB header file or library fatal during configure 12 years ago
  Paul Davis b92015cfae bump version to 0.124.0 12 years ago
  Paul Davis 86ea6dd3ed add checks for berkeley DB code to configure.ac 12 years ago
  Paul Davis 808a482534 moved alsa midi internal client into tools 12 years ago
  Paul Davis ee7495bb4b add dependency on libuuid 12 years ago
  Paul Davis 912432d904 fix Makefiles and configure.ac to correctly include include/ in tarball; minor fix for python in tarball 13 years ago
  Paul Davis 2f460752ab bump protocol version to 25 to cover GetUUIDByClientName request, and increment version to 0.123.0 (API was already defined but implementation was missing, which seems like a special case of "changing the API" 13 years ago
  Paul Davis 2d5c792233 bump version 13 years ago
  Paul Davis a2f0f3aa37 bump version to 0.122.0 14 years ago
  Adrian Knoth be34a7a9b6 Re-add missing fix for libsamplerate 14 years ago
  Paul Davis d2324c4cd2 put header-install stuff into top-level Makefile, after removing it from public headers 14 years ago
  Paul Davis 550f528eb0 remember to build version.h in its new location 14 years ago
  Paul Davis 53546e57b4 don't build version.h 14 years ago
  Paul Davis d094819df4 #include changes to reflect separation of public and private headers 14 years ago
  paul 97a283993a bump version 14 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) 14 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 14 years ago
  paul de2bb9d27d bump version 14 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 14 years ago
  paul 025d82d3d9 bump version 14 years ago
  paul b8db6d6518 changes required for 0.121.[12] 14 years ago
  paul 09ca16e89b bump version to 0.121.0 ; doc tweaks to include control API 14 years ago
  paul f8c1e777a3 updated comments for session.h from drobilla - no functional changes at all. docs have been updated at jackaudio.org 15 years ago
  torben 190640f851 add suport for celt-0.8.x 15 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) 15 years ago
  paul 7a0d0310eb documentation tweaks (OR->AND, and comments on MIDI event ordering) 15 years ago
  torben 9bb7999b7c fix the overly strict libjack search which also finds libjack.py 15 years ago
  paul d49d645be7 bump version 16 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 16 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) 16 years ago
  paul b8c46c5cf0 ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client 16 years ago
  paul 55cdb380a4 remove unused "a" from option string passed to getopt_long() (a leftover from the old "asio" mode) 16 years ago
  paul c0a3a7bf7e check for alsa-lib 1.0.18, now required 16 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 16 years ago
  torben 49de812042 remove AM_MAINTAINER_MODE from configure.ac ... 16 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 16 years ago
  torben dd69da4589 make configure check for different celt api, already in distros 16 years ago
  torben 5b642bcabe update celt code to celt-0.7.0 api (fixes #139) 16 years ago
  torben 3d0e0c7c73 on gentoo64 /usr/lib is just a softlink. find wants / after dir name. 17 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 17 years ago
  torben eab757b590 Remove false message about not building NetJack. we always build it. 17 years ago
  paul e80001100a bump version number 17 years ago