Commit Graph

124 Commits

Author SHA1 Message Date
derselbst 99a0ccbaad Adjust SOVERSION for 2.1.0RC1 2019-10-27 17:00:53 +01:00
derselbst 585396d36e Bump version to 2.1.0 RC1 2019-10-23 21:00:38 +02:00
derselbst 18ad9df21b Bump required libinstpatch version to 1.1.0 2019-10-23 17:28:55 +02:00
derselbst 606c4d47b6 Turn implicit function declarations into errors 2019-10-21 13:01:50 +02:00
derselbst 587fbf2e67 Fix broken previous merge.
Fixes build and closes #567.
2019-10-05 14:24:22 +02:00
derselbst 9ab3e3ab51 Merge branch '2.0.x' into master 2019-09-28 07:38:54 +02:00
derselbst ca7f7047ad Correctly define DEBUG macro 2019-09-27 14:05:13 +02:00
derselbst 9793c0def3 bump to 2.0.7 2019-09-24 16:23:55 +02:00
derselbst 1e7a5f594d Merge branch '2.0.x' into master 2019-08-19 16:39:36 +02:00
derselbst dec5e98f23 Bump version to 2.0.6 2019-08-17 18:00:29 +02:00
derselbst 90c5eb05c1 Let clang only report successfully vectorized loops
too spamy otherwise, flag kept as comment for manual profiling though
2019-08-08 21:54:12 +02:00
derselbst 03511aef3a Merge branch '2.0.x' into master 2019-08-08 19:51:44 +02:00
derselbst b87d8b96ef Print out version of clang-tidy 2019-08-08 19:50:41 +02:00
derselbst d8bbd56fea Restore original libinstpatch pkgconfig module name 2019-08-02 14:06:54 +02:00
derselbst 6a6015f047 Fix build if -Denable-fpe-check=1 on windows 2019-08-02 13:53:14 +02:00
derselbst e1dc5d8f68 Correctly define DEBUG macro 2019-08-02 13:21:21 +02:00
derselbst eb40b5a550 Compile with address sanitizer on request 2019-07-10 17:01:12 +02:00
Carlo Bramini a02f1379d8 Add support for C99 math functions, if available (#545) 2019-07-07 11:02:31 +02:00
Tom M b6df34cc27
Restructure cmake build summary (#542) 2019-06-28 16:28:41 +02:00
Tom M ef2c256e9e
fix build with recent libinstpatch 2019-06-22 18:57:13 +02:00
Tom M e49b5ed201
Support Loading DLS Files (#493)
Fixes #320
2019-05-11 05:31:56 +02:00
derselbst e31bbe3504 Merge branch '2.0.x' into master 2019-04-17 19:14:46 +02:00
derselbst e5c29cf8b8 bump to 2.0.5 2019-04-13 14:02:01 +02:00
Tom M c04acc653e
Use pkgconfig to find SDL2 (#524) 2019-04-06 09:10:50 +02:00
Atsushi Eno daa037b0d3 Add Android audio drivers based on OpenSLES and Oboe (#464)
This set of changes implements audio drivers for Android, OpenSLES and Oboe. The changes in the original sources are kept minimal so that it should be easily maintained.
2019-03-27 18:02:23 +01:00
derselbst 0cd44d00e1 Merge branch '2.0.x' into master 2019-03-02 10:23:13 +01: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 96e43ec72c Merge branch '2.0.x' into master 2019-02-17 09:00:32 +01:00
derselbst 52cd3338ac re-enable Network Support on Darwin 2019-02-10 08:37:40 +01:00
derselbst c096c54cb6 Merge branch '2.0.x' into master 2019-02-09 09:52:53 +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 aa65624f8c Merge branch '2.0.x' into master 2019-02-07 08:55:24 +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 8b1820580b Merge branch '2.0.x' 2018-12-30 12:42:30 +01:00
derselbst 1bae9b2fe1 bump to version 2.0.3 2018-12-30 12:42:00 +01:00
derselbst 6d981aedfe Merge branch '2.0.x' into master 2018-12-22 16:08:54 +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 2cef5b0587 Merge branch 'master' into 2.1-testing 2018-12-19 14:22:40 +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
carlo-bramini 978283bbf0 Add Sdl2 driver (#478) 2018-12-14 16:43:35 +01:00
carlo-bramini cfe2d158f4 Add WaveOut driver (#466) 2018-12-01 15:04:26 +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