Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2020-09-03 | Tweak OpenWatcom flags and scripts | Wohlstand | |
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template | |||
2020-01-17 | Update copyright year | Wohlstand | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2017-11-13 | Continue attempt to make library and demo player runnable under OpenWatcom | Wohlstand | |
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-12 | libADLMIDI now is buildable under OpenWatcom except of some workarounds | Wohlstand | |
- 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 |