Karl Lindén
e4006fba40
in the AutoOption class, make the set_check_hook documentation string more precise
10 years ago
Karl Lindén
f98fdba3d9
rename the check_hook function to set_check_hook in the AutoOption class to prevent name clash
10 years ago
Karl Lindén
6a90ffca22
implement build system auto options
10 years ago
Nedko Arnaudov
5ed57785df
Merge pull request #111 from lilrc/master
Some small build system improvements
10 years ago
Karl Lindén
c412d8384f
replace WARNING with ERROR in configure messages
10 years ago
Karl Lindén
8accf6531a
add mandatory=False to dbus-1 check so that the custom error message is shown if dbus-1 is missing
10 years ago
Karl Lindén
213f3ba20a
drop unnecessary conf.is_defined('HAVE_DBUS_1') since it is the same as conf.check_cfg(package='dbus-1', ...)
10 years ago
Karl Lindén
f1c308e434
use pkg-config to find expat and drop explicit HAVE_EXPAT and LIB_EXPAT since they are set by check_cfg
10 years ago
Karl Lindén
ca66dd1c90
specify mandatory=False when checking for expat so that the expat error message can be reached if expat is not found
10 years ago
Karl Lindén
71f0a1806f
reorder configuration options
10 years ago
Stephane Letz
70c920ba69
Correct CoreAudio devices aggregation code.
10 years ago
Stéphane Letz
4ea2e204f5
Merge pull request #107 from KimJeongYeon/master
eliminate duplicated examples.
10 years ago
KimJeongYeon
7676ac7a4d
eliminate duplicated examples.
10 years ago
Stéphane Letz
e38a27687a
Merge pull request #101 from 4c0n/bugfix/fix-status
Preserving original status
10 years ago
Youri Westerman
0b6616369a
Preserving original status
10 years ago
Olaf Hering
e4c470900f
Correct date/version ordering in jackd1
Signed-off-by: Olaf Hering <olaf@aepfle.de>
10 years ago
Stéphane Letz
3225446e98
Merge pull request #92 from x42/master
support [unescaped] double-quotes in jackdrc
10 years ago
Robin Gareus
886a64e02a
support [unescaped] double-quotes in jackdrc
allow autostart of jackd on OSX where device-names can
contain spaces.
10 years ago
Stephane Letz
81c129c1dd
Alexandru Costache patch for memory allocation failure.
10 years ago
Stéphane Letz
abad658b78
Merge pull request #86 from mseeber/array-to-short-2014-012-14
increase size of array to fit initializer string
10 years ago
Stéphane Letz
f806d26359
Merge pull request #87 from mseeber/warning-pointer-target-signedness-2014-12-18
fix warning for unsigned/signed pointer target
10 years ago
Markus Seeber
275357080c
fix warning for unsigned/signed pointer target
- use unsigned int instead of int (socklen_t is supposed to be unsigned)
- converted inconsistent line Ending to UNIX line ending
10 years ago
Markus Seeber
e1935e630e
increase size of array to fit initializer string
- fixed compiler warning
- fixed possible cropping of output
10 years ago
Stéphane Letz
7477bc2b01
Merge pull request #83 from mseeber/unused-label-warn-1
Fix compiler warning about unused label on non Win32
10 years ago
Markus Seeber
f67f7b0fdb
Add curly brackets
10 years ago
Markus Seeber
1f1478c263
better error messages
- separated two causes of an error
- gave the win32 "lost signal" case a more descriptive message
10 years ago
Markus Seeber
a66fe88a34
fix warning about unused label on non win32 build
- moved platform dependend code into scope its respective #ifdef
- killed one useless 'goto' with great pleasure
- introduced duplicate code to preserve behavior (fallthrough case)
10 years ago
Nedko Arnaudov
9087f53edf
Merge pull request #79 from mseeber/linebreaks
Changed inconsistent lineendings to UNIX format
10 years ago
Markus Seeber
1122d37324
Changed inconsistent lineendings to UNIX format
- used dos2unix
- this also cleaned some whitespaces
10 years ago
Stephane Letz
2cd233537a
Improve documentation.
10 years ago
Cédric Schieli
a450cdcc48
Allow skipping of audio reservation API
Setting the JACK_NO_AUDIO_RESERVATION environment variable let one skip the
audio reservation bits.
The main use case is a system-wide jackd promiscuous instance launched at boot
time. In such a case no session bus is available, and reservation doesn't
really makes sense anyway.
10 years ago
Stéphane Letz
55219a488d
Merge pull request #76 from ricardocrudo/master
including S24_LE/BE formats to linux alsa driver
10 years ago
Ricardo Crudo
9e70b86c65
including S24_LE/BE formats to linux alsa driver
10 years ago
Nedko Arnaudov
c298113078
Merge pull request #75 from mseeber/build
fix bug on building under path with whitespaces
10 years ago
Markus Seeber
d6db80c936
fix bug on building under path with whitespaces
- wrapping the path strings in quotes prevents interpretation as multiple files
or paths if there are whitespaces in the path.
10 years ago
Stephane Letz
9159e9f85f
Merge remote-tracking branch 'upstream/master'
10 years ago
Stephane Letz
3260d467e0
Robin Gareus patch for Windows JackRouter.
10 years ago
Adrian Knoth
d3c8e2d8d7
Fix FTBFS with clang++
Forwarded from http://bugs.debian.org/757820
10 years ago
Stephane Letz
a9a2ad16e1
Improve net.h documentation(2).
10 years ago
Stephane Letz
7e9ef34f79
Improve net.h documentation.
10 years ago
Stephane Letz
54ada6e545
Correct NetJack2 SyncSend.
10 years ago
Stephane Letz
450745678c
Correct NetJack2 init code.
11 years ago
Michał Szymański
a0c47206ce
Fix indentation
11 years ago
Michał Szymański
ab603e4333
Fix indentation
11 years ago
Stephane Letz
ce825c6a6b
Version 1.9.11 started.
11 years ago
Stephane Letz
3eb0ae6aff
Update changelog.
11 years ago
Stéphane Letz
d5973baf07
Merge pull request #67 from Igevorse/jack_transport_reposition_fix
jack_transport_reposition linkage fix
11 years ago
Igevorse
4e8101ebc7
jack_transport_reposition linkage fix
11 years ago
Stephane Letz
a48fea3c01
Correct JackWinMMEDriver and JackALSARawMidiDriver creation.
11 years ago
Stephane Letz
e24717e3ed
README updated.
11 years ago