derselbst
e5c29cf8b8
bump to 2.0.5
2019-04-13 14:02:01 +02:00
Florian Léger
099369f8b7
Improve systemd integration
...
When fluidsynth is run as a service using systemd, make sure
the service is considered started only when it is ready to process events.
In order to do so:
- Add an optional runtime dependency to libsystemd to the fluidsynth executable
- Change the systemd service type to "notify"
- Have fluidsynth notify systemd that the service is started after the server is started
- Have fluidsynth notify systemd that the service is stopping after joining the server thread
2019-03-02 10:18:32 +01:00
derselbst
52cd3338ac
re-enable Network Support on Darwin
2019-02-10 08:37:40 +01:00
derselbst
551d6495df
cmake: correctly query for glib version
2019-02-08 19:59:46 +01:00
derselbst
851a26fff1
bump to 2.0.4
2019-02-08 17:39:12 +01:00
derselbst
b6a5c5f570
avoid using g_stat on windows if glib < 2.26
...
Closes #452 .
2019-02-03 19:45:51 +01:00
Tobias Kortkamp
ff6377a3bd
Address comments from #472
...
Resolves #508 .
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-02-03 11:09:08 +01:00
Yuri
22dd94fc5c
FreeBSD compatibility patch upstream from the port
2019-02-03 11:06:17 +01:00
derselbst
1bae9b2fe1
bump to version 2.0.3
2018-12-30 12:42:00 +01:00
derselbst
06ec2d4e67
Revert "remove unused io.h include"
...
This reverts commit cb485806c3
. Fixes #491 .
2018-12-22 16:04:49 +01:00
derselbst
cb485806c3
remove unused io.h include
2018-12-14 17:50:03 +01:00
derselbst
73689925da
disable clang-tidy for normal builds
...
It may cause errors when cross compiling. Keep it for profiling builds
though.
Fixes #475 .
2018-12-14 17:49:49 +01:00
derselbst
f52e4fdf39
update documentation for enable-threads
2018-11-18 09:45:28 +01:00
derselbst
eb22cfbdbb
bump to version 2.0.2
2018-11-18 09:39:09 +01:00
carlo-bramini
fe92a0a655
Introduce enable-threads option to cmake ( #463 )
2018-11-18 08:55:52 +01:00
carlo-bramini
a1affca2ca
Use "enable-network" instead of NETWORK_SUPPORT
2018-10-27 10:11:28 +02:00
carlo-bramini
02d7ab6939
Fix "-mms-bitfields" option.
2018-10-26 19:49:27 +02:00
carlo-bramini
2ffad4dd2c
Add options for Windows drivers
2018-10-26 19:48:01 +02:00
derselbst
0f11c9a0da
bump to 2.0.1
2018-10-07 14:47:07 +02:00
derselbst
457edfcdda
fix build for cmake < 3.3
...
CMP0063 hasnt been introduced yet
2018-09-18 17:34:10 +02:00
derselbst
f0f9ebeefb
remove -Wno-cast-qual flag
2018-08-23 14:16:35 +02:00
Tom M
c8056ee002
Merge branch 'master' into test-flag
2018-08-08 20:13:39 +02:00
Tom M
75db4f31b3
WinXP compatible CI builds ( #419 )
...
attempt to remain windows xp compatibility for AppVeyor CI builds and statically link MSVC's C Run-Time Library
2018-08-08 20:12:37 +02:00
derselbst
908aaeb5cc
cmake: setup linker directories before creating target
2018-08-07 15:19:05 +02:00
derselbst
521e5451fc
remove cmake option enable-tests
...
Always build unit tests instead and use cmakes OBJECT library to bypass visibility control and the value of BUILD_SHARED_LIBS.
2018-08-05 20:50:41 +02:00
derselbst
90c2d76709
cmake: setup formatting targets
...
for clang-tidy and astyle + minor formatting adjustments to clang-format config
2018-06-24 12:59:46 +02:00
derselbst
c43bb5d505
set CMAKE_C_FLAGS rather than build type specific ones
2018-06-02 13:23:50 +02:00
Tom M
f1384f03d9
Merge branch 'master' into rvoice-align
2018-05-11 16:53:42 +02:00
derselbst
d8f46f2bae
remove unused vars, clarify comments
2018-05-05 15:17:09 +02:00
derselbst
a153d0ad73
no need to link against openMP
2018-05-04 20:07:06 +02:00
derselbst
7fba85296b
fix compilation with intel compiler
...
by adding -restrict compile flag
2018-05-04 20:05:45 +02:00
Tom M
05c2d57e65
Merge pull request #372 from FluidSynth/rvoice-refactor3
...
rvoice_mixer refactorings + cleanups
2018-05-02 20:51:53 +02:00
derselbst
edd52edac2
consistently use signed int for sfont_id, bank_num and preset_num
2018-04-30 10:09:48 +02:00
derselbst
e229f62020
cmake: detect openMP
2018-04-26 16:25:18 +02:00
derselbst
384f05e77c
disable padding warnings
2018-04-25 17:28:37 +02:00
Marcus Weseloh
f52bbf53a4
Add VintageDreamsWaves-v2 in SF3 format and some tests for sf3 loading
2018-04-18 09:14:55 +02:00
derselbst
cb35fac1c6
make VintageDreams sf2 an explicit requirement for unit tests
2018-04-11 11:03:12 +02:00
derselbst
de68492710
add cmake option enable-tests
...
forces a static build and sets up test env
2018-04-07 10:45:44 +02:00
derselbst
42a6a2153a
add a macro to simplify adding unit tests
2018-04-07 10:45:43 +02:00
derselbst
4032ae0a48
cmake: enable testing with ctest
2018-04-06 20:20:07 +02:00
derselbst
4fd56639fa
fix build for clang-tidy >= 5.0
2018-03-22 21:51:46 +01:00
derselbst
2099dae4f6
remove custom clang-format and clang-tidy scripts
...
everything is now handled by cmake
2018-03-22 20:48:15 +01:00
derselbst
d16ca62465
use cmake to specify C standard explicitly
2018-03-22 20:42:03 +01:00
derselbst
a62bf97d76
add cmake targets for clang-tidy and clang-format
2018-03-22 20:40:54 +01:00
derselbst
94316addcf
fix build
...
midishare complaining libs not found
2018-03-17 16:40:51 +01:00
derselbst
57c7e3d3a6
cmake: fix enable-midishare option
2018-03-17 13:08:19 +01:00
Sayfulin Aleksandr
98e976a9cc
cmake: enable/disable OSS support ( #350 )
...
Add a cmake option for OSS support and sort options alphabetically.
2018-03-17 12:48:14 +01:00
Christophe Giboudeaux
ce00c35012
Fix pkgconfig file for absolute paths ( #347 )
...
When building fluidsynth, we can use relative or absolute paths for LIB_INSTALL_DIR and INCLUDE_INSTALL_DIR. Check whether the two vars were defined absolute before writing fluidsynth.pc.
Fixes https://bugzilla.opensuse.org/1084081
2018-03-06 17:21:15 +01:00
derselbst
57eceee073
remove obsolete cmake option enable-ladcca
2018-03-03 19:46:07 +01:00
derselbst
b3ac209d21
remove redundant cmake header install directives
2018-02-22 17:16:57 +01:00