Tom M
9995fd88b2
Support loading SoundFonts >2GiB on Windows ( #629 )
...
Since sizeof(long) == 4 even on 64 bit Windose, big files cannot be
loaded natively via the ANSI C file API. This change makes fluidsynth's
file callback API use long long, which is guaranteed to be at least 64
bit wide.
2020-05-26 16:53:59 +02:00
derselbst
729a0d04fa
Turn cmake's developer warnings into errors during CI builds
2020-02-02 15:45:44 +01:00
derselbst
e4f4390521
Fix libinstpatch's import lib name
2020-02-01 19:25:11 +01:00
derselbst
b266cf21a3
Fix copy artifacts on WinXP
2019-12-01 10:35:33 +01:00
derselbst
302dc704cd
Split Mac and Windows CI build badges
2019-10-21 13:23:44 +02:00
derselbst
aafc59bde6
Fix Windows Azure Release Build
2019-10-19 18:20:09 +02:00
derselbst
e3ec7e8c86
Execute unit tests on MacOS
2019-08-08 21:54:00 +02:00
derselbst
3ab7e9e7ff
Install additional packages for MacOS CI build
2019-08-08 21:53:40 +02:00
Tom M
5c795791c1
Suppress abort() dialog on windows ( #549 )
2019-08-06 17:29:49 +02:00
derselbst
775beba985
Add additional windows CI builds
2019-08-02 13:53:14 +02:00
Tom M
df0a84ec53
Add a debug CI build using MSVC
...
and increase verbosity of build log
2019-07-30 12:53:17 +02:00
Tom M
33421922f3
Set up Azure Pipelines for most Windows CI builds ( #541 )
2019-06-29 10:56:09 +02:00