David Runge
469bdff3dd
.travis.yml: Trying xcode8.3 with the build in the hopes that CoreAudio will behave more nicely.
7 years ago
David Runge
eb54063b93
.travis.yml: Adding -flax-vector-conversions to CXXFLAGS to fix vector conversion problems.
7 years ago
David Runge
eb89294da1
.travis.yml: Moving to xcode9.2 image for testing, as the stdio.h issue seems xcode related (probably a bug with 9.4). Removing header removal.
7 years ago
David Runge
807fe6efa5
.travis.yml: Fixing indent. Adding ; for one-liner.
7 years ago
David Runge
123c9fc2f8
.travis.yml: Creating one-liner for header removal, adding ; to configure.
7 years ago
David Runge
eb67587c9c
.travis.yml: Test what removal of include-fixed stdio.h will do (otherwise there's a broken include of a _stdio.h).
7 years ago
David Runge
6e73c66b33
.travis.yml: Uninstalling oclint, if it's installed, as it conflicts with gcc.
7 years ago
David Runge
34daf5283d
.travis.yml: Looking at what we're deleting in /usr/local/include/c++.
7 years ago
David Runge
91ce40a56b
.travis.yml: Removing disabling of options (they will be disabled automatically, if not available).
7 years ago
David Runge
8e7ac20cdb
.travis.yml: Also set CXX to gcc6, if CC is set to it.
7 years ago
David Runge
1312c698f9
.ci/install-deps.sh: Install the right gcc formula using brew.
7 years ago
David Runge
a34a442791
.travis.yml: Removing installation of gcc from matrix setup (the local c++ executable has to be removed first).
7 years ago
David Runge
6201782a8e
.ci/install-deps.sh: Adding install of gcc versions on macOS depending on CC variable.
7 years ago
David Runge
2425eadfdf
.travis.yml: Adding comments to default gcc/clang versions. Unifying call to brew update with removal of custom c++ executable.
7 years ago
David Runge
35c33f0e41
.ci/install-deps.sh: Fixing name of package portaudio19-dev.
7 years ago
David Runge
836942d4ff
.travis.yml: Adding missing envs and compiler types to macOS builds.
7 years ago
David Runge
45a4084445
.travis.yml: Adding hacks for building with gcc on macOS.
7 years ago
David Runge
cd1cc4b137
README.rst: Fixing bullet lists according to rst spec.
7 years ago
David Runge
9d68b83b55
README.rst: Adding link to website in title. Fixing resource type to be image for build status image.
Fixing sub bullet lists.
7 years ago
David Runge
f8eb1207fd
README.rst: Adding initial version of a rst based README (only introduction and build information).
7 years ago
David Runge
994f3f9d71
.travis.yml: Adding back /usr prefix and adding sudo to install call.
7 years ago
David Runge
0132eb8cc5
.travis.yml: Using default prefix on Linux (installing to /usr fails on travis - probably already installed).
7 years ago
David Runge
d01ec3af7e
.ci/install-deps.sh: Adding berkeley db.
7 years ago
David Runge
d84390e945
Merge branch 'issue/361' of github.com:dvzrv/jack2 into issue/361
* 'issue/361' of github.com:dvzrv/jack2:
.travis.yml: Setting build and install operations to verbose.
.ci/install-deps.sh: Installing random systemd packages in the hopes they are the right ones... fuck yeah, ubuntu packaging hell.
.ci/install-deps.sh: Adding libsystemd0,libopus-dev, libportaudio2.
.ci/install-deps.sh: Adding systemd, dbus and eigen3.
.ci/install-deps.sh: Changing to trusty names for libraries and development packages.
.travis.yml: Properly moving install script to hiddend directory.
ci/install-deps.sh: Moving to non-hidden directory to make execution less painful.
.ci/install-deps.sh: Adding executable bit.
.travis.yml: Removing install script covered package installations. Adding branch whitelist for all branches.
.ci/install-deps.sh: Addin libsystemd-dev, opus and portaudio-dev.
.travis.yml: Adding support for gcc 8,7,6,default and xcode 8.3,9.2,default.
.ci/install-deps.sh: Install script for dependencies.
7 years ago
David Runge
7c4ab8e00b
.travis.yml: Setting build and install operations to verbose.
7 years ago
David Runge
5c90000170
.ci/install-deps.sh: Installing random systemd packages in the hopes they are the right ones... fuck yeah, ubuntu packaging hell.
7 years ago
David Runge
8f77c5db94
.ci/install-deps.sh: Adding libsystemd0,libopus-dev, libportaudio2.
7 years ago
David Runge
6c82fa61ca
.ci/install-deps.sh: Adding systemd, dbus and eigen3.
7 years ago
David Runge
ca115261de
.ci/install-deps.sh: Changing to trusty names for libraries and development packages.
7 years ago
David Runge
864b3c0b7c
.travis.yml: Properly moving install script to hiddend directory.
7 years ago
David Runge
17f94c7c75
ci/install-deps.sh: Moving to non-hidden directory to make execution less painful.
7 years ago
David Runge
3e3777ed27
.ci/install-deps.sh: Adding executable bit.
7 years ago
David Runge
7bfd380de3
.travis.yml: Removing install script covered package installations. Adding branch whitelist for all branches.
7 years ago
David Runge
593e3e5e2b
.ci/install-deps.sh: Addin libsystemd-dev, opus and portaudio-dev.
7 years ago
David Runge
3bef32030f
.travis.yml: Adding support for gcc 8,7,6,default and xcode 8.3,9.2,default.
7 years ago
David Runge
af30e6ac71
.ci/install-deps.sh: Install script for dependencies.
7 years ago
falkTX
fb59d62c7f
Fix build against old alsa versions
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
Rui Nuno Capela
fed6f1e66d
[metadata] Metadata properties implementation. ( #383 )
* [metadata] Metadata properties implementation.
* [metadata] Fixed for shared server metadata-base accessor; alsofixed coding/naming style.
* [metadata] Fixed a tab for space.
* [metadata] Use of Berkeley DB is now truly optional on configure time.
* [metadata] Fixed tabs for spaces, again.
* [metadata] Fixed for shared metadata-base initialization and external clients.
* [metadata] Blind-fix for windows codebase.
* [metadata] Metadata API moved into client-side library only.
* [metadata] Fixed jack_port_uuid() stubbiness, now returning a proper UUID from port index.
* [metadata] Uniform method names.
* [metadata] Fixed PropertyChangeNotify through server async call.
7 years ago
falkTX
81bddd49bc
Add jack_property tool from jack1
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
falkTX
f2398abc09
Use JACK_LIB_EXPORT for inprocess example
Fixes usage when jack is built with -fvisiblity=hidden
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
falkTX
1b2eb663cc
define JACK_LIB_EXPORT, useful for internal clients
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
David Runge
c8289998a6
.travis.yml: Setting build and install operations to verbose.
7 years ago
David Runge
60a21af5b6
.ci/install-deps.sh: Installing random systemd packages in the hopes they are the right ones... fuck yeah, ubuntu packaging hell.
7 years ago
David Runge
1197994275
.ci/install-deps.sh: Adding libsystemd0,libopus-dev, libportaudio2.
7 years ago
David Runge
ab2a864c92
.ci/install-deps.sh: Adding systemd, dbus and eigen3.
7 years ago
David Runge
01d21fcae3
.ci/install-deps.sh: Changing to trusty names for libraries and development packages.
7 years ago
falkTX
756b4fa1cb
ALSA: Always enable tstamp mode, other small fixes
7 years ago
David Runge
5a86e3f818
.travis.yml: Properly moving install script to hiddend directory.
7 years ago
David Runge
202fa1d72a
ci/install-deps.sh: Moving to non-hidden directory to make execution less painful.
7 years ago
David Runge
b8d6d0403c
.ci/install-deps.sh: Adding executable bit.
7 years ago