David Runge
ca3af4b0d8
Remove example-clients and tools ( #112 )
.gitmodules:
Remove the submodules for example-clients and tools, as they are now
tracked in the separate project jack-example-tools
(https://github.com/jackaudio/jack-example-tools ).
{Makefile.am,configure.ac}:
Remove all use of example-clients and tools and their respective
dependencies from the build system.
config/os/macosx/README:
Remove mentions of example-clients dependencies from OSX README.
doc/{Makefile.am,reference.doxygen.in}:
Remove all use of example-clients from the documentation generation.
man/*.0:
Remove all man pages now owned by jack-example-tools.
4 years ago
Josh de Kock
ce438a41ff
pThreadUtilities.h: add version checking for inclusion of MacTypes.h header
9 years ago
Josh de Kock
adc645db16
pThreadUtilities.h: Switch to new MacTypes.h header
10 years ago
Paul Davis
c758cdf4f6
uncrustification of jack source code
10 years ago
Adrian Knoth
c97157fc6e
Don't rely on CPU cycles to measure time.
We have a proper clocksource in the kernel, use this instead.
This commit also fixes jackd on ARM boards with newer Linux kernels
where /proc/cpuinfo has changed.
12 years ago
Paul Davis
3aac458ec3
fix includes for osx specific file
14 years ago
Paul Davis
d094819df4
#include changes to reflect separation of public and private headers
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
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4542 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
paul
88d56dd325
enable JACK to function on SH4 architectures (ticket #224 )
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4470 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
torben
0cdc3916cd
fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL
for python loading libjackserver and using controlAPI.
drivers are linked to a second instance of libjackserver.so and the
global symbol _jack_get_microseconds showed up uninitialised.
by providing a function pointer to right instance in the engine struct,
we can fix this problem. since _jack_get_microseconds is a in systemdeps,
we need a generic way to get the right function pointer.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4421 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
paul
865ce23ece
fix freqscaling test (ported from ardour)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4121 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
paul
e68790ed74
systemtest should use SCHED_FIFO not SCHED_RR
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4118 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
torben
80e93bc090
[sanitycheck] remove warning about unlimited amount of locked memory
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4115 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
torben
b26018f235
fix sanitycheck.c to tell user to use 99 for RT prio
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4114 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
paul
ecbb69742e
remove mention of "nice" from the sanitycheck output
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4049 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
paul
b8b74358d1
move copyright message to be the first thing printed (except in the -V case); fix dangerous code in physmem determining code; change output if memory locking is unlimited; return 0 if -V is used
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3794 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
3695b9deae
changes to make distcheck work correctly on linux & OS X
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3787 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
3bcd2ed32e
unchecked malloc return cases in libjack fixed; add info on -L option ; different backend lists in usage text for OS X and linux; indent ringbuffer.c appropriately
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3771 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sonarnerd
0326eb4afe
Kjetil S. Matheussen: Fix a bug in HPET mmap() error check
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3522 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
16550a4c03
fix include path to be a .h not a .c file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3477 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
2301ee1490
slightly more explanatory message regarding rt scheduling failure
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3444 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
3bea13b9ee
(jack1) make realtime the default; add -L for "long latency" ; don't check for RT permission if not running realtime; don't check for freqscaling unless using RDTSC as clocksource
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3443 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
1c274e4093
fix --no-sanity-checks and make freq-scaling detection non-fail
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3436 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
4baaa70f13
add stub sanitycheck() function for non-linux platforms
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3435 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
da01fb78df
first pass at integrating sanity/system checks into jack1
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3434 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
sletz
de8df4bfcd
Project updated
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1061 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
sletz
6c59e0355a
Project updated
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1060 0c269be4-1314-0410-8aa9-9f06e86f4224
18 years ago
paul
8c6780038d
remove all CVS Id lines from source and headers
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1031 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
paul
df3d1b4842
implement fons' jack_thread_wait API along with internal design changes to support both models (callback and wait) with the same code; fix for use of snd_pcm_link (from takashi); change mem alignment to 64 for better SIMD optimization
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1025 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
sletz
3ad383eb93
New project for XCode 2.4
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1002 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
sonarnerd
6139e56628
- Handle 32-bit counter wrap
- Handle both 32- and 64-bit counters
- Clean up
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@992 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
sonarnerd
34d9717147
Use 32-bit reads on HPET on 32-bit platforms. 64-bit reads should be OK on x86-64 and for example Intel ICH7.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@991 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
joq
26f15d8b07
r3414@lithium: joq | 2006-07-04 12:13:49 -0500
use EXTRA_DIST for jack.xcode
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@984 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
joq
d773affa63
make distcheck fixes
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@983 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
sletz
ccab87d550
Updated
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@966 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
sletz
ca6e97f078
First import
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@965 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
pbd
2ed25ba2da
add new file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@956 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
pbd
b58cca6ae9
add new file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@955 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
pbd
be3bfa5444
add missing file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@950 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
pbd
7e8cf3c23c
reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@948 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
letz
67bbac8358
Updated for version 0.99.54
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@891 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
56bd28169a
Updated for coreaudio driver compilation
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@878 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
9e1b7caa9b
Remove the "jackd" target, make the "jack.framework" target safer when compiling client.c
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@836 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
39328a32b9
no message
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@835 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
9997ee88eb
Correct link options for coreaudio and portaudio drivers
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@797 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
90ee3730ca
Updated
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@795 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
727780ef42
Updated
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@773 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
trutkin
fc66011916
Added CoreAudio driver.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@751 0c269be4-1314-0410-8aa9-9f06e86f4224
21 years ago
letz
3404cdc968
Change time out value for RPC
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@690 0c269be4-1314-0410-8aa9-9f06e86f4224
22 years ago
joq
7d9b71c7ec
[0.97.1] config enhancements
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@682 0c269be4-1314-0410-8aa9-9f06e86f4224
22 years ago