Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-31 | gen_adldata: Fixed CMake version warning | Wohlstand | |
2023-05-17 | gen_adldata: Support for custom banks.ini files | Wohlstand | |
Add an ability to specify a custom list of banks during the build process Instead of using a pre-built cache, the new banks list will be generated on the fly. @mmontag, I didn't forgot about you, and I hope, you could make your own "banks.ini" somewhere outside, and build the the thing with it. | |||
2021-07-27 | gen_adldata: Added an option to minify the generated source file | Wohlstand | |
2021-01-07 | Do quiet check for OpenMP | Wohlstand | |
2020-10-14 | GenAdlData: Small fix for OpenMP detect on MSVC | Wohlstand | |
Thanks to Altazimuth for an explanation for the possible issues met at MSVC when building and running the GenAdldata on it. | |||
2020-09-13 | Rename "adldata.cpp" into "inst_db.cpp" | 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-07-02 | Simplify and automate preparation for deep-debug | Wohlstand | |
2019-07-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-06-22 | Enable measurer for new database format too | Vitaly Novichkov | |
2018-12-15 | Remove explicit link to stdc++ | Flamefire | |
2018-12-13 | Fix OpenMP handling | Alexander Grund | |
2018-12-13 | Improve compiler checks | Alexander Grund | |
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
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 |