Commit graph

15 commits

Author SHA1 Message Date
derselbst
c7b9bae1e3 always export cmake compile commands
to allow using clang-tidy
2017-10-27 19:40:40 +02:00
derselbst
7e2ea5c85d use UBSan for debug builds 2017-10-19 21:12:08 +02:00
derselbst
61c81d06a5 bump version to 1.1.8 2017-10-12 17:15:27 +02:00
KO Myung-Hun
0130cbdd4d Remove ${} from CMAKE_SYSTEM variable in IF statement
IF statement interprets a variable without ${}.

And without this, CMAKE_SYSTEM is not checked correctly on CMAKE 3.4.1.

Signed-off-by: derselbst <tom.mbrt@googlemail.com>
2017-10-06 12:47:33 +02:00
KO Myung-Hun
ae6d1dd8ba Remove -fvisibility=hidden flag on OS/2
On OS/2, -fvisibility=hidden is ignored.

Signed-off-by: derselbst <tom.mbrt@googlemail.com>
2017-10-06 12:47:25 +02:00
KO Myung-Hun
d495b0cfc2 Disable IPv6 on OS/2
OS/2 does not support IPv6, yet.

Signed-off-by: derselbst <tom.mbrt@googlemail.com>
2017-10-06 12:44:51 +02:00
derselbst
0e2e67d6f5 fix dsound audio driver on windows
addresses #215
2017-10-01 10:17:22 +02:00
Tom M
2a3ff1d2cf Merge pull request #207 from FluidSynth/cleanup
source code cleanup, API compatibility broken
2017-09-22 14:10:38 +02:00
derselbst
b97d74ad90 stop unrolling all loops
let the compiler decide
2017-09-17 19:36:20 +02:00
derselbst
191f32d524 cmake: fix "tarball" target 2017-09-17 17:50:09 +02:00
derselbst
3d7541f191 cmake: remove target "tarball-autotools" 2017-09-17 17:45:01 +02:00
derselbst
9773bb287d Merge branch 'master' into cmake_clang 2017-09-17 11:02:20 +02:00
derselbst
34f5a14df3 remove deprecated LADCCA support 2017-09-15 11:11:09 +02:00
derselbst
961ceea31e cmake: correct path to README and LICENSE 2017-09-03 13:34:00 +02:00
derselbst
aac2354f5c remove fop-level "fluidsynth" directory node
cd fluidsynth && git mv * ../
2017-09-03 13:30:26 +02:00
Renamed from fluidsynth/CMakeLists.txt (Browse further)