1512 Commits (f44bb73f23e68cfe674f182c09ff4e5ca2f7e413)
 

Author SHA1 Message Date
  Paul Davis f44bb73f23 new jack_get_cycle_times() implementation from Fons Adriennsen, and improvements to DLL implementation, particularly post-freewheel, also by Fons 13 years ago
  Adrian Knoth 81e8f031a3 Update to recently updated submodule 13 years ago
  Paul Davis 9880e8dd2c Merge pull request #1 from adiknoth/master 13 years ago
  Adrian Knoth be34a7a9b6 Re-add missing fix for libsamplerate 13 years ago
  Paul Davis 4a08a409b6 finalize removal of timestamps code 13 years ago
  Paul Davis e97b82bc2d remove timestamps code - not used for years, and the kernel provides better instrumentation these days 13 years ago
  Paul Davis b30a46f2ee catch with public headers 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 3aac458ec3 fix includes for osx specific file 13 years ago
  Paul Davis 550f528eb0 remember to build version.h in its new location 13 years ago
  Paul Davis 3cedd5d624 add .gitignore for include/ 13 years ago
  Paul Davis 1af4e2c897 version.h is a built file, so remove it from git mgmt 13 years ago
  Paul Davis e1576de744 port.h is not part of the public headers and so should not be included in doxygen config 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 Davis 46ef653917 move non-public headers out of jack/ and into include/; fix up source tree and configure.ac to reflect this change 13 years ago
  Nedko Arnaudov 416d4c38fa switch headers, tools and example clients to git submodules 13 years ago
  paul 97a283993a bump version 13 years ago
  paul 743b65b56f redesign thread calls and so forth to actually get this stuff right on OS X (maybe) ... about to test on Linux 13 years ago
  paul 1d45b5064b compilation fixes for client.c 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) 13 years ago
  paul 4f01be557a fairly drastic and deep cleanup of client thread code in an effort to fix inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does 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 13 years ago
  paul 4ea20bb7c4 default error callback no longer calls DEBUG, which was (a) silly and (b) breaks if _jack_get_microsseconds has not yet been set (e.g. for very early errors during startup) 13 years ago
  paul 635a285c70 check for engine->driver before delivering latency events to its internal client 13 years ago
  paul a2b543ecbd clarify use of alsa_(in|out)'s -q parameter 13 years ago
  paul 3d07482064 install jslist.h since its now used by control.h 13 years ago
  paul de2bb9d27d bump version 13 years ago
  paul 69bbf84e2e fix the types of a few function parameters 13 years ago
  paul ec62cf6f9a remove SSE messages 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 13 years ago
  paul ccec2ca875 use correct gcc attribute on OS X for weak linkage; reformat overly-wide comment 13 years ago
  paul 69b3a9303b remove SSE-related messages during startup unless run with -v 13 years ago
  sonarnerd d6b0d3db36 Fix a call to yet undefined engine instance 13 years ago
  paul 54bc9f0dde make the printed output of jack_iodelay more useful to actual users 14 years ago
  paul 025d82d3d9 bump version 14 years ago
  paul b8db6d6518 changes required for 0.121.[12] 14 years ago
  torben 3cc3f1734a port the dbus reservation code back to jack 14 years ago
  torben 7ddfeafd84 fix errors for distfile 14 years ago
  paul 88d56dd325 enable JACK to function on SH4 architectures (ticket #224) 14 years ago
  paul 91a688c602 add python/ to dist tarball 14 years ago
  paul 09ca16e89b bump version to 0.121.0 ; doc tweaks to include control API 14 years ago
  torben 9872b17c1f remove the dreaded client->control->nframes which is initialized too late 14 years ago
  paul 787e87941b add doxygen close group to session.h 14 years ago
  paul a67243ec54 fix array overrun when jack_get_ports() returns the full set of all possible ports 14 years ago
  torben 070903509d [core] fix error path for driver removal. 14 years ago
  torben 94af2e9796 [python] add commandline prompt and switch command 14 years ago
  torben 639a9363da [netjack] fix occurences of jack_get_time which were hiding below driver 14 years ago
  torben 7e90e0c901 [python] add first version of jackd.py 14 years ago
  torben ff06fa22cf [python] add id to Parameter class and make value take str, add name to drv 14 years ago