Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-29 | adlmidi-2: Fixed MSVC build | Wohlstand | |
2024-08-29 | MIDIPlay: Fixed MSVC build | Wohlstand | |
2021-01-07 | adlmidi2: Tune the build | Wohlstand | |
2021-01-07 | adlmidi2: Add the test check for termio and termios type | Wohlstand | |
#241 | |||
2021-01-07 | Do quiet check for OpenMP | Wohlstand | |
2020-10-21 | Fix issue Wohlstand/libADLMIDI#239 by using _popen() plus a couple of other ↵ | HunterZ | |
minor tweaks | |||
2020-08-31 | ADLMIDI2: Fixed build | Wohlstand | |
2020-08-31 | ADLMIDI2: Turn video and puzzle bools into options | Wohlstand | |
2019-09-23 | Don't call "-no-pie" when it's unavailable | Wohlstand | |
2019-09-23 | Set "-no-pie" to all executables built by GCC | Wohlstand | |
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable | |||
2019-01-24 | fix the SDL2 library search | JP Cimalando | |
This allows to handle two variants of SDL2 find modules, which are incompatible: - the first kind of module sets the SDL2_* variables - the other kind exports the library target SDL2::SDL2 | |||
2018-12-21 | Fixed Haiku build | Wohlstand | |
2018-12-17 | Fixed C++98 and C90 warnings, also CLang rpath warning | Vitaly Novichkov | |
2018-12-15 | Remove explicit link to stdc++ | Flamefire | |
2018-12-14 | CMake: Move all directory targets into root script | Wohlstand | |
2018-12-14 | Fixed DJGPP build | Vitaly Novichkov | |
2018-12-13 | Fix OpenMP handling | Alexander Grund | |
2018-12-13 | Improve compiler checks | Alexander Grund | |
2018-12-13 | Optimize targets and related checks | Alexander Grund | |
2018-12-13 | Fix compile definitions | Alexander Grund | |
No "-D" needed | |||
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
2018-12-13 | Revert "Put back "find_library" of SDL2" | Alexander Grund | |
This reverts commit c43c8b1293f1766abfef5689c8d21fb0fd124f6f. | |||
2018-12-13 | Put back "find_library" of SDL2 | Vitaly Novichkov | |
Unfortunately, the "find_package" fails on some cases | |||
2018-12-13 | Continue clean-up of CMake build | Vitaly Novichkov | |
2018-12-13 | Build: Splid the main CMake build script | Vitaly Novichkov | |
Keep it have library code only but no utils and examples are will be built independently #196 |