Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-26 | MIDIPlay: Enable terminal hotkeys | Wohlstand | |
independently from song switching debug mode | |||
2024-08-29 | adlmidi-2: Fixed MSVC build | Wohlstand | |
2024-08-29 | MIDIPlay: Fixed MSVC build | Wohlstand | |
2024-08-02 | MidiPlay: Added Utf8Main to support unicode paths | Wohlstand | |
2024-05-24 | Serial: Tweaked some of timer code | Wohlstand | |
2022-10-25 | midiplay: Added Linux-only song switch for debug purposes | Wohlstand | |
2019-09-23 | MidiPlay: Move Audio Output into separate module | 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 | 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 |