Stephane Letz
2bf4db889a
Light synchronization method in JackMessageBuffer::SetInitCallback.
13 years ago
Stephane Letz
ad0963cfc3
Code moved in cpp files.
13 years ago
Stephane Letz
5bd11775d9
New JackWinCondVar class.
13 years ago
Stephane Letz
5b6d89c452
POST_PACKED_STRUCTURE used for jack_latency_range_t type.
13 years ago
Stephane Letz
69f2a6b023
Update Windows installer files for QJackCtl 0.3.8
13 years ago
Stephane Letz
58696259fb
Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
13 years ago
Stephane Letz
77658bff14
Correct JackTools::KillServer.
13 years ago
Stephane Letz
4e52876351
Update Windows ressource version numbers.
13 years ago
Stephane Letz
6f39bfd141
More log in JackDebugClient.
13 years ago
Stephane Letz
9f6c65c4b3
Use POST_PACKED_STRUCTURE for jack_position_t.
13 years ago
Stephane Letz
f26ea247ac
Add missing methods in JackDebugClient(2).
13 years ago
Stephane Letz
0840eed829
Add missing methods in JackDebugClient.
13 years ago
Stephane Letz
b0b3190d7a
Merge branch 'master' of github.com:sletz/jack2
13 years ago
Stephane Letz
4f0474f334
Correct debug targets on Windows, use jack_free in test.cpp.
13 years ago
Stephane Letz
1fef69ec78
Remove old Windows project(2).
13 years ago
Stephane Letz
32f3348728
Remove old Windows projects.
13 years ago
Stéphane Letz
581a1ead7e
AC3 code not compiled in ppc in JackCoreAudioDriver.
13 years ago
Stephane Letz
ade10a8de5
Merge branch 'ac3'
13 years ago
Stephane Letz
10245604a3
Improve Windows README.
13 years ago
Stephane Letz
24efa16f31
JackCoreAudioDriver cleanup.
13 years ago
Stephane Letz
79f9e1fe37
Try more robust synchronization primitives in JackWinProcessSync.
13 years ago
Stephane Letz
c8e2659020
Cleanup JackWinProcessSync and JackWinMutex.
13 years ago
Stephane Letz
3b666ee4f5
Fix PortAudioDevices::~PortAudioDevices.
13 years ago
Stephane Letz
2d39517b20
Better dection of digital mode.
13 years ago
Stephane Letz
07d3678204
Cleanup.
13 years ago
Stephane Letz
97d99184b8
Code more of less complete.
13 years ago
Stephane Letz
993363a9f2
New JackAC3Encoder class.
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
Adrian Knoth
cb68c82843
wscript: [Cosmetics] Drop superfluous braces in print statement
13 years ago
Adrian Knoth
b8ffbe15b4
wscript: Make CELT optional
13 years ago
Nedko Arnaudov
23dc172b17
fix LINKFLAGS
13 years ago
Nedko Arnaudov
fcda41cb59
indention fix
13 years ago
Nedko Arnaudov
83f991900d
switch from set_options() to options()
13 years ago
Nedko Arnaudov
6f90ab9742
swtich from cc tool to c tool
13 years ago
Nedko Arnaudov
329d83c92b
swtich from uselib/uselib_local to use
13 years ago
Nedko Arnaudov
306b359e2d
swtich from srcdir/blddir to top/out
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
nedko
2c6ba8dc70
remove duplicate definition that causes compilation fail:
../common/jack/control.h:86:34: error: redefinition of typedef 'jackctl_parameter_t'
../common/jack/control.h:83:34: note: previous declaration of 'jackctl_parameter_t' was here
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4778 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
Adrian Knoth
7face7c29f
Add .gitignore
13 years ago
Adrian Knoth
e431cb3bdf
wscript: Fix tab/space mix
13 years ago
Adrian Knoth
aa7fe34739
wscript: Fix waf error (missing features) in dbus/wscript
13 years ago
Adrian Knoth
a534162500
wscript: Fix DBUS service file generation
New waf syntax for a subst build.
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
479e36881c
wscript: Fix include path for config.h
config.h is generated in build/, that's "../" at compile time.
For the sake of completeness, here's the waf error:
[122/163] cxx: common/Jackdmp.cpp -> build/common/Jackdmp.cpp.1.o
In file included from ../common/Jackdmp.cpp:35:0:
../common/JackConstants.h:24:20: fatal error: config.h: No such file or directory
compilation terminated.
Waf: Leaving directory `/home/adi/jack2/build'
Build failed
-> task in 'jackd' failed (exit status 1):
{task 39469904: cxx Jackdmp.cpp -> Jackdmp.cpp.1.o}
['/usr/bin/g++', '-Wall', '-I/home/adi/jack2/build/linux', '-I/home/adi/jack2/linux', '-I/home/adi/jack2/build/posix', '-I/home/adi/jack2/posix', '-I/home/adi/jack2/build/common/jack', '-I/home/adi/jack2/common/jack', '-I/home/adi/jack2/build/common', '-I/home/adi/jack2/common', '-I/home/adi/jack2/build/dbus', '-I/home/adi/jack2/dbus', '-DHAVE_CONFIG_H', '-DSERVER_SIDE', '../common/Jackdmp.cpp', '-c', '-o', 'common/Jackdmp.cpp.1.o']
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
061078bb05
wscript: make python 3.x print function available to python2.6
Instead of rewriting all end=' ' statements, we can import the new print
function in python-2.6.0a2 or newer. Should be "old enough".
13 years ago
Adrian Knoth
97a60e49d7
wscript: Fix more tab/space indentation errors
13 years ago
Adrian Knoth
29ff48d5e3
wscript: Drop module misc
misc is no longer available, but luckily, we don't need it.
13 years ago
Adrian Knoth
e689393daa
wscript: fix indentation error
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