summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove `floor` call in timeout calculationfalkTX2020-07-161-1/+1
| | | | | | | | | | | | See #614 Signed-off-by: falkTX <falktx@falktx.com>
| * Mark JACK-Session as deprecatedfalkTX2020-07-161-5/+37
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * jack_connect: fix off-by-one error in allocating space for the server name ↵fps2020-07-091-1/+1
| | | | | | | | string
| * jack_wait: add client name option -n/--namefps2020-07-091-3/+15
| |
| * posix: socket: Add missing time header includeTimo Wischer2020-06-301-0/+1
| | | | | | | | | | Change-Id: I1cab18816980f704b6ae73a37960c1421e46ed9b Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
| * Add support infoMilkii Brewster2020-06-271-1/+3
| |
| * Merge branch 'develop' of github.com:jackaudio/jack2 into developfalkTX2020-06-225-62/+77
| |\
| | * property.c: Fix whitespacefalkTX2020-06-171-29/+29
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * jack_property: Fix possible crash on "-l ..."falkTX2020-06-171-3/+2
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * systemdeps.h: define standard integer types correctly for MSVCDavide Beatrici2020-06-171-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following errors: C:\vcpkg\installed\x64-windows-static-md\include\jack/systemdeps.h(73): error C2371: 'int8_t': redefinition; different basic types C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\stdint.h(14): note: see declaration of 'int8_t' C:\vcpkg\installed\x64-windows-static-md\include\jack/systemdeps.h(77): error C2371: 'int32_t': redefinition; different basic types C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\stdint.h(16): note: see declaration of 'int32_t' C:\vcpkg\installed\x64-windows-static-md\include\jack/systemdeps.h(78): error C2371: 'uint32_t': redefinition; different basic types C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\stdint.h(20): note: see declaration of 'uint32_t'
| | * Do not skip shared libs on windows if using original regex.hfalkTX2020-06-171-4/+8
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * remove switch to shared libs for linking windows binariesfalkTX2020-06-171-3/+8
| | | | | | | | | | | | | | | | | | This allows us to use static pthread with regular mingw builds Signed-off-by: falkTX <falktx@falktx.com>
| | * Use "64" suffix in windows 64bit build to match existing installerfalkTX2020-06-162-9/+23
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * Install windows libraries in libdir instead of bindirfalkTX2020-06-162-12/+5
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * | Reword macos readme package, mention full file listfalkTX2020-06-223-7/+19
| |/
| * Restrict macos semaphore names to 32 chars, fix already-set sizefalkTX2020-06-151-4/+7
| |
| * Update osx package textfalkTX2020-06-151-1/+2
| |
| * fix previous copy&pastefalkTX2020-06-151-5/+5
| |
| * Fixup macos semaphore usagefalkTX2020-06-152-40/+114
| | | | | | | | | | | | We now store the real bootstrap name in shared memory, and use that name to get the semaphore. This avoid clashes when re-running jack clients, or jack itself.
| * Forgot to enable osx pkgbuild after done with testsfalkTX2020-06-151-6/+6
| |
| * Add a local GPLv2 license file as COPYINGfalkTX2020-06-151-0/+280
| |
| * Add macosx package scriptfalkTX2020-06-154-0/+79
| |
| * Remove pre-included windows portaudio static libsfalkTX2020-06-144-0/+0
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * Remove pre-included portaudio.h file for windowsfalkTX2020-06-142-1130/+3
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * Merge branch 'fix-ci' of github.com:jackaudio/jack2 into developfalkTX2020-06-142-10/+70
| |\
| | * Another attemptfix-cifalkTX2020-05-311-8/+2
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * More CI tweaksfalkTX2020-05-311-1/+20
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * Tweak linux CI optionsfalkTX2020-05-311-6/+58
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * Split CI installfalkTX2020-05-311-1/+2
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * TypofalkTX2020-05-311-1/+1
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| | * Use python2 for macOS waf setupfalkTX2020-05-311-4/+4
| | | | | | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * | Turn off osx CI tests, since they dont work since quite some timefalkTX2020-06-141-20/+20
| | |
| * | Make a function return const; More mingw fixesfalkTX2020-06-133-9/+11
| | |
| * | Use proper path to tre/regex; Fixup wscript a bitfalkTX2020-06-132-6/+10
| | |
| * | 2 more winsock.h includes, also set PRIu64 for mingwfalkTX2020-06-132-6/+16
| | |
| * | Include winsock2.h before windows.h, for mingwfalkTX2020-06-139-1/+29
| | |
| * | Only set -Wno-deprecated-register under macosfalkTX2020-06-131-3/+3
| | |
| * | JackMachSemaphore: fix reusage after server crash or device handoverfalkTX2020-06-131-5/+23
| | |
| * | Use macos-specific semaphore under macosfalkTX2020-06-132-20/+3
| | | | | | | | | | | | posix version can't be used due to missing sem_timedwait from macos side
| * | Ignore "-Wdeprecated-register" warnings for nowfalkTX2020-06-131-0/+3
| | |
| * | Remove macos xcode projectfalkTX2020-06-131-20555/+0
| | |
| * | Delete macos static binaries and iphone stufffalkTX2020-06-1317-6014/+0
| | |
| * | shm: Make registry_id constantTimo Wischer2020-06-111-36/+36
| | | | | | | | | | | | | | | | | | | | | Change-Id: I66e0960c9ab1a097de3098d4f51e0fff4d064186 Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> (cherry picked from commit 12f6a01bcb23be1f859990675a20f980dab55ac8) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
| * | alsa: in case of poll timeout print errorAdam Miartus2020-06-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is always an audible issue. Therefore print the coresponding error message also in non verbose mode. Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com> (cherry picked from commit 5b8c373318382183b0ec08a2a450cdfe75937892) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> Change-Id: I5e1380776f76814409f198a4ad874d4ae46007e3
| * | alsa: add log in case of poll was interruptedAdam Miartus2020-06-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | poll may be interrupted due to signal, in that case print error log Change-Id: I1b2b2543a4b056b50af7617efc80fe517bddaaae Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com> (cherry picked from commit 20883aa404c3d5eb0370eaa8ab2337f3b95c1bf9) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
| * | alsa: fix the poll intervalAdam Miartus2020-06-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | should be set in milliseconds Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com> (cherry picked from commit 17031895ded6a1d53a3b851059134d11f12c9ce6) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> Change-Id: I3d32e4602c1bdf15474b14496173727aa130c924
| * | jack common: ensure null termination of char arraysAdam Miartus2020-06-103-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adam Miartus <amiartus@de.adit-jv.com> (cherry picked from commit 733c147c23dc90a8330521c49e5fd76340bcb381) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> Change-Id: I63a7330408d75f21e25426e42260133669a0db0e (cherry picked from commit 41b58edf09236db477bc1d56308a2b6e71515963) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
| * | alsa: fix typo in error outputAdam Miartus2020-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | | Change-Id: I45e1ccf2e1b955db187eb72127a536fe5eb0b81e Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com> (cherry picked from commit 865cad2003b57e8dd175636a5d7070a4a470e3ac) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
| * | posix: remove frequent log in verbose modeAdam Miartus2020-06-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug log with no additional informational benefit spams output in verbose mode, therefore remove Change-Id: Ifee01914a82a132a837e5e2caf6b7259700bda57 Signed-off-by: Adam Miartus <external.Adam.Miartus@de.bosch.com> (cherry picked from commit 0b307cfca2cd072f6427b383fc7ea821fc46763a) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
| * | shm: Remove not used JackMem classTimo Wischer2020-06-102-40/+0
| | | | | | | | | | | | | | | | | | | | | Change-Id: I88003f8c55184b141ffd4e068eba889776ce9b14 Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> (cherry picked from commit 742dc38a0d549338a4296ec39edba580f93d40b7) Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>