400f318a
(refs/pull/153/head)
Fix CPU hogging of the midi_thread() by
2015-10-27 10:06:26 +0100
22e843fc
Merge pull request #152 from falkTX/master by
2015-10-22 10:31:27 +0200
55b54d64
(refs/pull/152/head)
Missing return in jack_port_rename by
2015-10-22 10:27:38 +0200
39453768
Missing return in JackPosixSemaphore::ConnectInput by
2015-10-22 10:27:10 +0200
b6911f92
Remove linux/cycles.h It's used for get_cycles() implementation, but it's never used. On certain architectures it gives a warning which is be confusing. by
2015-10-22 10:24:46 +0200
6780a075
Merge pull request #6 from shaun-tierney/qnx by
2015-10-19 11:41:41 -0500
ede00c03
Merge pull request #5 from mattfischer/features/systemd by
2015-10-16 09:54:01 -0500
4ce2c37b
Add systemd support by
2015-10-14 16:33:10 -0500
4c889c5a
Remove JACK Ring Buffer from io-audio JACK Driver by
2015-10-12 13:50:58 -0500
38f946f5
Typos in JackWeakAPI.c. by
2015-10-08 16:00:06 +0200
eb5545ee
Log code in JackWeakAPI.c. by
2015-10-08 14:20:30 +0200
c388561e
Correct version. by
2015-10-08 10:20:23 +0200
b1efb10e
Correct instllations scripts. by
2015-10-08 10:10:45 +0200
3a6d6b32
Framework moved in /Library again, using posing semaphores. by
2015-10-08 10:08:19 +0200
af94a45d
Correct VERSION. by
2015-10-08 10:49:20 +0200
c0467dec
Fix io-audio Internal Capture Client by
2015-10-06 14:58:17 -0500
ec7ab28f
Merge pull request #3 from shaun-tierney/qnx by
2015-10-06 13:15:36 -0500
600bebe3
Missing include, correct log message. by
2015-10-05 21:21:49 +0200
7cfd0fba
Fix io-audio JACK Driver Port Name Convention by
2015-10-02 13:53:06 -0500
9e39aa53
Merge pull request #2 from shaun-tierney/qnx by
2015-10-01 14:08:38 -0500
36251234
Fix io-audio JACK Driver Playback with Fixed Point by
2015-09-28 13:22:06 -0500
413af62f
(refs/pull/145/head)
Fix building with celt in non-standard prefix. by
2015-09-27 08:39:38 +0200
c75cc6e3
Fix building with opus in non-standard prefix. by
2015-09-26 23:53:39 +0200
15f0c485
Check for opus_custom.h instead of opus/opus_custom.h. by
2015-09-26 23:01:54 +0200
de39c621
Check packages before anything else so use variables can be used in checks. by
2015-09-26 22:58:21 +0200
8b8be738
Update waf to 1.8.14 by
2015-09-26 13:27:35 +0200
a3ad1ff9
Strip unnecessary tools and extras from waflib by
2015-09-26 13:14:28 +0200
f1549b4f
Delete waf-update.sh by
2015-09-20 18:30:54 +0200
d239893d
(refs/pull/142/head)
Correct typos in JackNetTool.cpp by
2015-09-10 22:59:52 +0200
821dfa06
(refs/pull/141/head)
Account for IP+UDP header in MTU by
2015-09-06 10:08:27 +0200
d49e6e29
Merge pull request #1 from AndrewCooper/qnx by
2015-09-04 12:51:30 -0500
33000e7b
Address review comments from shaun-tierney by
2015-09-04 11:43:36 -0500
17a87a5f
Merge pull request #1 from mattfischer/qnx by
2015-09-03 16:14:34 -0500
1af2252b
More QNX build fixes by
2015-09-03 15:50:43 -0500
2e8c5502
Merge remote-tracking branch 'upstream/master' by
2015-09-03 10:52:48 +0200
008872fc
Possible fix in JackPosixSemaphore::ConnectInput, cleanup. by
2015-09-03 10:52:11 +0200
29fd3ad2
Add QNX io-audio driver by
2015-08-27 08:39:18 -0500
05dd5c43
Add QNX io-audio adapter by
2015-08-17 17:11:00 -0500
7978a9e1
Add Basic QNX support by
2015-08-27 11:17:14 -0500
b09e046f
Fix ambiguous abs(jack_nframes_t) call by
2015-08-27 11:22:11 -0500
ca440c46
Add missing <sys/time.h> include by
2015-08-27 11:19:01 -0500
e9a96be0
Fix c++ identity crisis in external_metro by
2015-08-17 17:14:14 -0500
dbdb8216
Begin JackPosixSemaphore names with slash by
2015-06-03 13:42:54 -0500
d4baa88b
Fix potential buffer overflow in ringbuffer resize by
2015-06-02 09:22:14 -0500
460063d8
Fix bus error on PPC and PowerPC by
2015-08-25 17:32:55 +0200
1ed50c92
Merge pull request #134 from kmatheussen/master by
2015-07-19 19:48:10 +0200
bc26ff05
Merge pull request #136 from falkTX/master by
2015-07-19 19:45:04 +0200
b906558e
(refs/pull/136/head)
Update changelog by
2015-07-19 18:58:24 +0200
05216197
Make JackPortRenameCallback return void, to match JACK1 API JACK2 added this function first, but the int return has been always wrong. When JACK1 added JackPortRenameCallback it used the proper return. by
2015-07-19 18:49:06 +0200
fc6344e5
Implement new jack_port_rename API by
2015-07-19 18:44:34 +0200
eeaf1cc6
(refs/pull/135/head)
Avoid conflicts when encoding/decoding sync packet by
2015-07-19 13:53:07 +0200
49f06118
(refs/pull/134/head)
Use _WIN32 instead of WIN32 in header files since WIN32 might not always be defined by
2015-07-19 10:01:53 +0200
7f2ceecf
Merge pull request #131 from jmendeth/patch-1 by
2015-07-17 14:15:40 +0200
2cece7e2
(refs/pull/131/head)
Correct netmanager latency reporting by
2015-07-17 13:46:52 +0200
cd59d678
Merge pull request #128 from maksqwe/jack_midi_event_write_fix by
2015-06-26 13:25:45 +0200
a4b59f66
(refs/pull/128/head)
Fix buf nullptr dereferencing in jack_midi_event_write() by
2015-06-26 13:36:36 +0300
b5bceb50
Merge pull request #125 from mseeber/fix-jack_bufsize-off-by-ten by
2015-06-02 21:40:15 +0200
8a66d611
(refs/pull/125/head)
[jack_bufsize] Fix off by 10 error by
2015-06-02 21:05:01 +0200
c9bb19a9
Merge pull request #123 from Vampouille/fix_timebase_callback by
2015-06-02 11:33:47 +0200
9c85871d
(refs/pull/123/head)
Fix return value of SetTimebaseCallback() by
2015-06-02 11:04:27 +0200
89e6b8b7
update .gitignore to accomodate the switch from binary based waf distribution to source based by
2015-05-02 13:23:15 +0200
cc6f7c43
update to waf 1.8.9 (it is now stored in source form to ease downstream maintainence) by
2015-05-02 13:18:35 +0200
75c27f65
add a script to update waf; it will come in handy now and in the future by
2015-05-02 13:15:34 +0200
adae4b53
replace deprecated bld.add_subdirs with bld.recurse by
2015-05-02 12:46:01 +0200
1715d63c
drop unused Build imports by
2015-05-02 12:42:32 +0200
cf818931
explicitly import Logs and Options from waflib by
2015-05-02 12:36:31 +0200
eccfdb90
replace compiler_cc with compiler_c since the former is just an alias for the latter by
2015-05-02 12:33:28 +0200
731d5759
replace calls to deprecated opt.tool_options with opt.load by
2015-05-02 11:24:32 +0200
d6b06201
replace deprecated call to opt.sub_options with opt.recurse by
2015-05-02 11:21:15 +0200
bf3a21ef
drop calls to deprecated conf.check_tool since they have been replaced with conf.load by
2015-05-02 11:10:19 +0200
a7936d51
replace calls to conf.sub_config with calls to conf.recurse by
2015-05-02 10:55:19 +0200
4a1934cb
explicitly import Logs, Options, Task and Utils from waflib by
2015-05-02 10:23:09 +0200
11ee46fb
use Options instead of waflib.Options by
2015-05-02 10:18:27 +0200
d2c85fab
catch IOError instead of FileNotFoundError to not break compilation on python2 by
2015-05-02 07:33:34 +0200
ba965948
Merge pull request #120 from lilrc/master by
2015-05-01 13:32:45 +0300
5db74402
(refs/pull/120/head)
let svnversion_regenerate.sh be a source to svnversion.h to make the waf output look prettier by
2015-05-01 12:20:53 +0200
28fe48cd
generate svnversion.h before building cxx objects (so that also cxx sources can use the header) by
2015-05-01 12:18:24 +0200
dd934f8f
do not hardcode path to svnversion_regenerate.sh, but instead use find_resource (fixes builds with nonstandard out directory) by
2015-05-01 12:13:13 +0200
1e096d20
inline create_svnversion_task as it is called only once by
2015-05-01 11:52:42 +0200
9cbc7901
move the svnversion.h handling in build function by
2015-05-01 11:46:26 +0200
7f36813c
fix configuration when svnversion.h exists in source directory by
2015-05-01 11:41:21 +0200
0dcd1ce2
fix svnversion.h generation upon dist by
2015-05-01 11:35:28 +0200
e963ff8f
drop unnecessary OLDPWD stuff by
2015-05-01 11:22:46 +0200
ac879502
use dirname to always generate the svnversion.h from the correct directory by
2015-05-01 11:18:08 +0200
40341d16
Correct NetJack2 time out handling. by
2015-04-29 14:46:44 +0200
0ae479ed
Merge pull request #119 from lilrc/master by
2015-04-28 12:29:24 +0300
7b824ef6
(refs/pull/119/head)
document global auto option related funtions with comments rather than docstrings so that ./waf --help is not polluted with internal documentation by
2015-04-27 20:45:20 +0200
aed15eb9
Merge pull request #78 from sdrik/pull/proxydriver-v1 by
2015-04-27 13:56:42 +0200
8f6c3c6d
(refs/pull/78/head)
Add JackProxyDriver by
2014-10-10 22:17:17 +0200
1cd25cb9
Add JackWaitCallbackDriver by
2014-10-30 10:24:58 +0100
c1ae33f9
Split JackWaitThreadedDriver's Execute method by
2014-10-29 19:09:56 +0100
61efee41
Merge pull request #118 from mojofunk/mingw-waf-fixes by
2015-04-27 08:14:34 +0200
ae66d746
(refs/pull/118/head)
Fix windows mingw/waf build when readline is used/present by
2015-04-27 11:49:11 +1000
40587b73
Fix transport example client for waf/mingw build by
2015-04-27 11:44:31 +1000
4a6f026c
Fix check for mmsystem.h when building with --winmme option by
2015-04-27 10:47:46 +1000
2963e0bf
Add 'assert' for more robust code. by
2015-04-21 11:57:40 +0200
edce2500
Correct NetFloatAudioBuffer::NetFloatAudioBuffer. by
2015-04-21 11:47:07 +0200
9d0acd40
Correct NetJack2 API. by
2015-04-20 11:15:56 +0200
dea38860
Use cstdlib instead of stdlib.h by
2015-04-15 22:05:41 +0200
3c05a0b3
Merge commit 'a450cdcc4874028a52a82207c38b39ecb1ee1d64' by
2015-04-15 22:01:45 +0200