Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-12-14 | CMake: Move all directory targets into root script | Wohlstand | |
2018-12-14 | Continue CMake clean-up | 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 | |||
2018-06-03 | Fixed warnings in the utils | Vitaly Novichkov | |
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 | |||
2017-10-21 | Fixed MSVC2015 build | Wohlstand | |
2017-10-20 | Added CMake support | Wohlstand | |