summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 1.9.14 on MinGW/waf + build guide (#495)Luciano Iam2020-05-318-9/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add guide for compiling on MinGW using waf * Update wscripts and guide for MinGW * Fix README_MINGW typos * Add instructions for ASIO support * Update jackd example * Patch for metadata support on Windows * Update VS project for building JackRouter * JackRouter/VS: add int redefinition fix to all build configurations * VS: ignore Visual Studio build files and user settings * Revise and extend README_MINGW * Fix typos in README_MINGW * Update MinGW build guide * Replace MAX_PATH with PATH_MAX (win32) * Include limits.h in JackMetadata.h Co-authored-by: Schrödinger's Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
* use feature test macro correctlyHenry Hu2020-05-141-11/+2
|
* jack: remove unnecessary GPL include from LGPL codeAdam Miartus2020-05-112-2/+0
| | | | | | | | | in this case LGPL code is compiled into one library with GPL code, but the include is not necessary and may cause problems in case these files are separated into their own library Change-Id: I9fc2499d60d8f25a8714c7c39b7b36206d5c5cf5 Signed-off-by: Adam Miartus <external.adam.miartus@de.bosch.com>
* Fix wrong error message and few typosBruno Vernay2020-03-171-4/+4
|
* Bump maximum default number of clients and portsfalkTX2020-02-041-2/+2
|
* Allow to costumize pkg-config dir via --pkgconfigdirfalkTX2020-01-292-1/+7
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Fix compilation error caused widechar/singlechar mixup in ↵Kjetil Matheussen2020-01-271-6/+25
| | | | 52786902d66b111431b615c4a5fa025b1d3d8ff5
* Windows: Use widechar instead of char when loading drivers.Kjetil Matheussen2020-01-264-46/+70
|
* Fix freedesktop specification linkfalkTX2019-12-101-1/+1
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Fix compilation of documentationGuido Aulisi2019-12-051-1/+1
| | | | Custom footer without date is not needed anymore
* Force fix for libdb mixed mode buildfalkTX2019-12-032-1/+8
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Always use -Wl,--no-undefined (unless macOS)falkTX2019-12-032-12/+10
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Proper fix for mixed modefalkTX2019-11-172-4/+8
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Fix typo in changelogfalkTX2019-10-281-1/+1
|
* Update ChangelogfalkTX2019-10-281-471/+5
|
* Small fix on code stylefalkTX2019-10-281-3/+4
|
* Make sure we use python3 (another patch from Fedora)falkTX2019-10-2811-11/+11
|
* Adjust doxygen config (import patch from Fedora)falkTX2019-10-281-17/+3
|
* Fix warning: catching polymorphic type ‘class std::exception’ by valueGuido Aulisi2019-10-281-1/+1
|
* Rename PortSetDeviceMetadata to PortSetDefaultMetadataLuciano Iam2019-10-2812-22/+22
|
* Fix build under mixed modefalkTX2019-10-281-0/+7
| | | | Closes #508
* Fix blocking DBus device reservation, so it plays nice with othersfalkTX2019-10-2811-9/+62
|
* Fix compilation on ARMGuido Aulisi2019-10-111-1/+1
| | | | size_t i is needed if HAVE_EXECINFO_H is defined
* Merge branch 'master' into developfalkTX2019-10-061-2/+2
|\
| * Use strncpy in some calls for alsa_rawmidi.cv1.9.13falkTX2019-10-061-2/+2
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
* | Merge branch 'master' into developfalkTX2019-10-060-0/+0
|\ \ | |/ | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * Update ChangeLogfalkTX2019-10-061-2/+8
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
* | Start of 1.9.14 developmentfalkTX2019-10-063-2/+6
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
* | Update ChangeLogfalkTX2019-10-061-2/+8
|/ | | | Signed-off-by: falkTX <falktx@falktx.com>
* Only trigger property callback on close if there is 1 or morefalkTX2019-10-062-7/+24
| | | | | | Also document this usecase Signed-off-by: falkTX <falktx@falktx.com>
* Cleanup whitespacefalkTX2019-10-061-11/+11
| | | | Signed-off-by: falkTX <falktx@falktx.com>
* Fix build issue triggered by last branch mergefalkTX2019-10-062-20/+12
|
* Merge branch 'develop' of github.com:jackaudio/jack2 into developfalkTX2019-10-056-3/+26
|\
| * Rename system_midi:* back to system:midi_*Luciano Iam2019-10-052-4/+4
| |
| * Set pretty-name for ALSA seq MIDI portsLuciano Iam2019-10-051-3/+6
| |
| * Set pretty-name for ALSA raw MIDI portsLuciano Iam2019-10-055-4/+24
| |
* | Merge branch 'metadata-keys' into developfalkTX2019-10-052-9/+109
|\ \ | |/ |/| | | Signed-off-by: falkTX <falktx@falktx.com>
| * Add a few comments to metadata keys, old stuff from Paul DavisfalkTX2019-10-051-6/+25
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
| * Import metadata keys from jackey, cleanup and reorder definitionsmetadata-keysfalkTX2019-02-272-15/+90
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
* | Set "seq" alsa midi driver to maximum resolution possiblefalkTX2019-10-051-2/+19
| | | | | | | | Signed-off-by: falkTX <falktx@falktx.com>
* | evmon.c: fix function prototypefalkTX2019-09-251-3/+3
| |
* | Remove all port properties when unregisteringfalkTX2019-09-251-3/+10
| |
* | Add port rename and property change to evmon (sync with jack1)falkTX2019-09-251-0/+49
| |
* | Cleanup metadata on server closefalkTX2019-09-255-20/+49
| |