Commit Graph

3285 Commits

Author SHA1 Message Date
Karl Lindén c412d8384f replace WARNING with ERROR in configure messages 2015-04-08 23:53:54 +02:00
Karl Lindén 8accf6531a add mandatory=False to dbus-1 check so that the custom error message is shown if dbus-1 is missing 2015-04-08 23:51:49 +02:00
Karl Lindén 213f3ba20a drop unnecessary conf.is_defined('HAVE_DBUS_1') since it is the same as conf.check_cfg(package='dbus-1', ...) 2015-04-08 23:48:48 +02:00
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 2015-04-08 23:44:14 +02:00
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 2015-04-08 23:35:07 +02:00
Karl Lindén 71f0a1806f reorder configuration options 2015-04-08 22:05:37 +02:00
Stephane Letz 70c920ba69 Correct CoreAudio devices aggregation code. 2015-03-30 11:56:47 +02:00
Stéphane Letz 4ea2e204f5 Merge pull request #107 from KimJeongYeon/master
eliminate duplicated examples.
2015-03-16 16:46:27 +01:00
KimJeongYeon 7676ac7a4d eliminate duplicated examples. 2015-03-16 22:56:58 +09:00
Stéphane Letz e38a27687a Merge pull request #101 from 4c0n/bugfix/fix-status
Preserving original status
2015-02-20 18:39:43 +01:00
Youri Westerman 0b6616369a Preserving original status 2015-02-20 16:35:12 +01:00
Stéphane Letz 3225446e98 Merge pull request #92 from x42/master
support [unescaped] double-quotes in jackdrc
2015-01-14 10:54:53 +01:00
Robin Gareus 886a64e02a support [unescaped] double-quotes in jackdrc
allow autostart of jackd on OSX where device-names can
contain spaces.
2015-01-13 22:41:00 +01:00
Stephane Letz 81c129c1dd Alexandru Costache patch for memory allocation failure. 2015-01-07 16:56:46 +01:00
Stéphane Letz abad658b78 Merge pull request #86 from mseeber/array-to-short-2014-012-14
increase size of array to fit initializer string
2014-12-18 19:23:12 +01:00
Stéphane Letz f806d26359 Merge pull request #87 from mseeber/warning-pointer-target-signedness-2014-12-18
fix warning for unsigned/signed pointer target
2014-12-18 19:22:35 +01:00
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
2014-12-18 18:54:21 +01:00
Markus Seeber e1935e630e increase size of array to fit initializer string
- fixed compiler warning
- fixed possible cropping of output
2014-12-15 19:06:29 +01:00
Stéphane Letz 7477bc2b01 Merge pull request #83 from mseeber/unused-label-warn-1
Fix compiler warning about unused label on non Win32
2014-12-05 18:17:55 +01:00
Markus Seeber f67f7b0fdb Add curly brackets 2014-12-05 16:19:06 +01:00
Markus Seeber 1f1478c263 better error messages
- separated two causes of an error
- gave the win32 "lost signal" case a more descriptive message
2014-11-30 18:55:39 +01:00
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)
2014-11-30 18:33:59 +01:00
Nedko Arnaudov 9087f53edf Merge pull request #79 from mseeber/linebreaks
Changed inconsistent lineendings to UNIX format
2014-11-30 17:11:06 +02:00
Markus Seeber 1122d37324 Changed inconsistent lineendings to UNIX format
- used dos2unix
- this also cleaned some whitespaces
2014-11-30 14:42:56 +01:00
Stephane Letz 2cd233537a Improve documentation. 2014-11-20 16:27:11 +01:00
Stéphane Letz 55219a488d Merge pull request #76 from ricardocrudo/master
including S24_LE/BE formats to linux alsa driver
2014-10-28 07:33:33 +01:00
Ricardo Crudo 9e70b86c65 including S24_LE/BE formats to linux alsa driver 2014-10-27 21:09:50 -02:00
Nedko Arnaudov c298113078 Merge pull request #75 from mseeber/build
fix bug on building under path with whitespaces
2014-10-16 14:43:17 +03:00
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.
2014-10-15 23:20:53 +02:00
Stephane Letz 9159e9f85f Merge remote-tracking branch 'upstream/master' 2014-10-05 14:48:05 +02:00
Stephane Letz 3260d467e0 Robin Gareus patch for Windows JackRouter. 2014-10-05 14:46:52 +02:00
Adrian Knoth d3c8e2d8d7 Fix FTBFS with clang++
Forwarded from http://bugs.debian.org/757820
2014-09-18 18:29:23 +02:00
Stephane Letz a9a2ad16e1 Improve net.h documentation(2). 2014-09-17 12:23:06 +03:00
Stephane Letz 7e9ef34f79 Improve net.h documentation. 2014-09-17 12:09:54 +03:00
Stephane Letz 54ada6e545 Correct NetJack2 SyncSend. 2014-08-29 13:13:45 +02:00
Stephane Letz 450745678c Correct NetJack2 init code. 2014-08-28 16:39:19 +02:00
Stephane Letz ce825c6a6b Version 1.9.11 started. 2014-07-20 15:58:51 +02:00
Stephane Letz 3eb0ae6aff Update changelog. 2014-07-19 15:34:15 +02:00
Stéphane Letz d5973baf07 Merge pull request #67 from Igevorse/jack_transport_reposition_fix
jack_transport_reposition linkage fix
2014-07-06 16:08:31 +02:00
Igevorse 4e8101ebc7 jack_transport_reposition linkage fix 2014-07-06 18:08:17 +05:00
Stephane Letz a48fea3c01 Correct JackWinMMEDriver and JackALSARawMidiDriver creation. 2014-07-03 16:48:09 +02:00
Stephane Letz e24717e3ed README updated. 2014-07-03 14:49:01 +02:00
Stéphane Letz 16c810d60c Merge pull request #66 from KimJeongYeon/master
up-to-date jack2_android from OSRC(SM-G9008W_CHN).
2014-06-19 17:15:45 +02:00
KimJeongYeon 695bbaeb57 up-to-date jack2_android from OSRC(SM-G9008W_CHN). 2014-06-19 22:45:22 +09:00
Stéphane Letz 97e0e80bba Merge pull request #65 from falkTX/master
Fix jack_port_uuid
2014-06-08 15:53:21 +02:00
falkTX 5fb7e2a191 Fix jack_port_uuid 2014-06-08 14:50:13 +01:00
Stéphane Letz eb860f55dd Merge pull request #64 from mojofunk/fixmingw
Add missing version of windows wscript file
2014-06-06 15:37:05 +02:00
Tim Mayberry 9e415ea8d5 Add missing version of windows wscript file
This file was supposed to be added quite some time ago to support
compiling jack with mingw.
2014-06-06 22:51:25 +10:00
Stephane Letz dd97d19124 Fix for KillServer. 2014-06-06 11:10:56 +02:00
Stephane Letz 2e6344a32b Use jack_free instead of free in inprocess.c. 2014-06-03 13:06:12 +02:00