aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-05-27Update .gitignoreWohlstand
Ignore VisualStudio related stuff when opening CMake project
2022-11-12Ignore macOS side junk filesWohlstand
2019-07-02Simplify and automate preparation for deep-debugWohlstand
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-11-01MIDI Sequencer: Minor polishingVitaly Novichkov
2018-07-04Continue documenting, and apply some minor fixes on other filesVitaly Novichkov
2017-10-20Added CMake supportWohlstand
2017-07-30Improve gen_adldata programWohlstand
- Now it caches all generated data, so, we won't have to re-calculate same - File is writing by gen_adldata nor by stdout forward - Instead of hardcoded list of banks, I made the INI file which declares list of banks to generate - Add simple validators to tell which bank is absense and can't be loaded - Split code of gen_adldata.cc into multiple files of different role
2015-10-10Update makefileWohlstand
added support of "clean"
2015-10-10Initial commitVitaly Novichkov