Karl Linden
c21c774855
waf: Nitpick styling for consistency. Fixes #172 .
8 years ago
falkTX
112b6bdf39
Use Linux futex as JackSynchro
Includes optimizations for internal clients, but not enabled yet.
8 years ago
Karl Linden
4e8e7ecdc2
Use conf.check instead of conf.check_cc.
9 years ago
Karl Linden
3dbd4b92fe
Simplify build system logic. Fixes #168 .
9 years ago
ethe
7cb81394ec
Fixed building AudioAdapter on OSX
9 years ago
Josh de Kock (ethe)
bc66447e37
fixed frameworks in wscripts
9 years ago
ethe
8ed3e8228f
Fixed linking errors with frameworks for OSX
9 years ago
Karl Linden
af99165ef6
Drop problematic CPPFLAGS for MacOSX.
9 years ago
Karl Lindén
1715d63cd8
drop unused Build imports
10 years ago
Cédric Schieli
1cd25cb975
Add JackWaitCallbackDriver
This wrapper driver has the same usage as its parent JackWaitThreadedDriver,
but for non-threaded (callback) drivers. After waiting for Initialize to
return, its main thread simply ends instead of calling the driver's Process
method in a loop. The decorated driver, which must extends JackRestarerDriver
instead of JackWaiterDriver, can restart the wait cycle by calling its
RestartWait method.
10 years ago
Karl Lindén
94efc64f20
use conf.env['SAMPLERATE'] to determine wether samplerate is available instead of conf.is_defined('HAVE_SAMPLERATE')
10 years ago
Karl Lindén
ad24b255be
move check for samplerate.h to before conf.sub_config('common') and remove the duplicate check in common
10 years ago
Martin Koegler
b0d25b67e7
Detect tre as regexp library replacement
11 years ago
Nedko Arnaudov
da390836bf
wscript: fix build in 32/64 bits mixed mode. github close #39
11 years ago
Stephane Letz
6dc8d3c5a2
Tim Mayberry : Add support for building with mingw compiler.
11 years ago
Nedko Arnaudov
ce50e5b0ed
waf: configure option for enforcing autostart method
12 years ago
Robin Gareus
33bef4fcb0
add opus support to NetJack2
12 years ago
Adrian Knoth
a5eb957b59
wscript: Fix naming of in-server components
In-server components are called netmanager.so, inprocess.so and so on,
not libnetmanager.so.
The waf syntax for this purpose has been changed between waf-1.5 and
waf-1.6.
13 years ago
Nedko Arnaudov
8b6d89e2f2
waf: switch jack.pc task construction to new-waf-style
PREFIX, LIBDIR and JACK_VERSION are fetched from the environment
13 years ago
Nedko Arnaudov
47be1ec8ee
waf: fix jack.pc generation
13 years ago
Stephane Letz
8bb6248384
Correct linux wscript.
13 years ago
Stephane Letz
2bf4db889a
Light synchronization method in JackMessageBuffer::SetInitCallback.
13 years ago
Adrian Knoth
a122dbcd75
wscript. Fix relocation link error (missing -fPIC)
Idea for this fix found in
http://code.google.com/p/waf/issues/detail?id=800#c1
13 years ago
Nedko Arnaudov
329d83c92b
swtich from uselib/uselib_local to use
13 years ago
Nedko Arnaudov
971b1656d5
switch from bld.new_task_gen() to bld()
jackdbus needs explicit index because device reservation code
is shared with jackd and waf cannot autodetect this.
13 years ago
Adrian Knoth
662c55669d
wscript: Fix install targets
waf complains about missing source files, e.g.:
could not find 'jack/*.h' in /home/adi/jack2/common
ant_glob fixes the problem
13 years ago
Adrian Knoth
f7d6db4b34
wscript: Fix internal waf error (missing features)
waf complains about missing features in the builder, so let's add some.
For the sake of completeness, here's an example error message:
Traceback (most recent call last):
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Runner.py", line 162, in start
st=tsk.runnable_status()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Task.py", line 285, in runnable_status
new_sig=self.signature()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Task.py", line 274, in signature
self.sig_implicit_deps()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Task.py", line 372, in sig_implicit_deps
(nodes,names)=self.scan()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Tools/c_preproc.py", line 594, in scan
raise Errors.WafError('%r is missing a feature such as "c", "cxx" or "includes": '%task.generator)
WafError: bld(uselib_local='clientlib', posted=True, features=[], idx=28, uselib='RT SNDFILE', meths=['process_rule', 'process_source'], prec=defaultdict(<type 'list'>, {}), includes=['../linux', '../posix', '../common/jack', '../common'], source=[/home/adi/jack2/example-clients/capture_client.c], mappings={}, path=/home/adi/jack2/example-clients, _name='jack_rec', target='jack_rec') in /home/adi/jack2/example-clients is missing a feature such as "c", "cxx" or "includes":
13 years ago
Adrian Knoth
97a60e49d7
wscript: Fix more tab/space indentation errors
13 years ago
Adrian Knoth
115ec78f21
wscript: Fix jack.pc.in generator
The misc module is no longer available, but we have a subst_pc builder
now. Let's use this instead.
13 years ago
Adrian Knoth
a564002176
Fix mixed tab/space indentation in wscript files
13 years ago
Adrian Knoth
58036bc80f
Run 2to3 on all wscript files.
Automatically upgrading to python3 syntax, where possible.
13 years ago
sletz
c58666dd8c
Rename JackProcessSync in JackPosixProcessSync.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4739 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
6046fbe76b
Add JackRequestDecoder class.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4690 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
9f4df15abb
Factorize code the server/client request.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4684 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
aabbb62282
Correct export settings(2).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4663 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
4b3eacd46b
Patch for unresolved symbols in libjacknet.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4550 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
5a5cc73ac7
New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and JackNetOneDriver classes.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4522 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
Nedko Arnaudov
509e31d630
fix build when libsamplerate is missing
14 years ago
Nedko Arnaudov
c420e6508e
wscript: on macos build for x86_64 as well
14 years ago
sletz
3dff31a09c
Compile on Linux.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4328 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
14 years ago
Devin Anderson
4bd1bef24c
Added MIDI queues, FFADO objects, etc. - see ' http://trac.jackaudio.org/ticket/187 ' for more details
14 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
14 years ago
Stéphane LETZ
e4ef948ea3
OSX IPC code removed from repository.
15 years ago
sletz
5f68a6557a
rebase from trunk 3813:3899
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
efe1ddd3e5
New MIDI driver related files added in OSX and Windows projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3834 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
23a88af253
Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3833 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Torben Hohn
698a5d28f3
make celt api version flexible.
Conflicts:
example-clients/wscript
15 years ago
Torben Hohn
a817e1c4f6
add driver building to wscript
15 years ago
sletz
187a3aedfa
rebase from trunk 3563:3613
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3614 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago