aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2025-01-01Update copyright year for 2025Wohlstand
2024-01-07Updated copyright year to 2024Wohlstand
2023-01-03Updated copyright for 2023Wohlstand
2022-06-16Fixed DJGPP wrapper for Qt Creator's recognitionWohlstand
2022-01-05Updated copyright year for 2022Wohlstand
2021-01-14Updated copyright for 2021Wohlstand
2020-09-21AppVeyor: Attempt to fix the buildWohlstand
2020-09-21AppVeyor: Split build script by handy CMD filesWohlstand
2020-09-03Tweak OpenWatcom flags and scriptsWohlstand
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template
2020-01-17Update copyright yearWohlstand
2019-01-05Update copyright year to 2019Vitaly Novichkov
2018-12-16Merge pull request #198 from Flamefire/Cmake_CleanupVitaly Novichkov
CMake cleanup
2018-12-16CMake Make DJGPP CMake wrapper script be more genericVitaly Novichkov
2018-12-15Improve FindLIBVLCFlamefire
2018-10-18VLC: Small fix of the findVLC on WindowsWohlstand
2018-09-29CMake: Add a proper install of VLC pluginVitaly Novichkov
2018-04-12Fixed the VLC plugin support built via CMake!Wohlstand
TODO: Implement install support
2018-01-21Copyright year update 2018Vitaly Novichkov
2017-12-16Added experimental VLC pluginVitaly Novichkov
Plugin is made for VLC 2.2.2 Weatherwax (pre-installed in Linux Mint 18.3) Existing issues: - No ability to change codec properties yet, this thing is WIP - By unknown reason, resulted sound has different (RANDOM) sample rate which is different from 44100 Hz
2017-11-13Continue attempt to make library and demo player runnable under OpenWatcomWohlstand
Because of broken STL containers, are very hard crashes in random places are can't be fixed with a full customizing of those containers.
2017-11-12libADLMIDI now is buildable under OpenWatcom except of some workaroundsWohlstand
- Need a different way to create a static library, otherwise it don't wanna be built. - Needed a different custom STL containers (std::vector and std::set) implementation that will work and will don't glitch with a crashes
2017-11-10Incomplete attempt to provide support for OpenWattcom compilerWohlstand
Yeah, I see it lacks A LOT OF things: std::vector lacks .data() member, std::map lacks .count() member, there is no any std::stringstream implementations, etc. SOLUTION: Try to use STLPort to provide missing STL support for this compiler
2017-11-10Repair support of DJGPP for libADLMIDI and Classic ADLMIDI toolWohlstand
However, Important TODO: Implement support for Ctrl+C!!!