summaryrefslogtreecommitdiff
path: root/test/configtest.cc
AgeCommit message (Collapse)Author
2020-09-19Make use of uUnit as a submodule (dgunit renamed).Bent Bisballe Nyeng
2020-04-08Refactoring configfile.André Nusser
The most important changes are: * general cleaning up * changing to platform independent newline in reading and writing * changing the Windows config directory to DrumGizmo (instead of .drumgizmo) And also, regarding the old code: C called, they wanted all their file operations back. ;-p
2019-02-01Fix configfile parsing of empty value lines and creation of missing ↵Bent Bisballe Nyeng
configuration directory.
2018-06-16Port the rest of the unittests to DGUnit and remove the CppUnit dependency.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-05-22Add error handling in ConfigFile parser.Bent Bisballe Nyeng
2015-05-21nullptr not supported by our build servers, so better not use it yet.Bent Bisballe Nyeng
2015-05-21override not supported by our build servers, so better not use it yet.Bent Bisballe Nyeng
2015-05-21New configfile parser with unit test.Bent Bisballe Nyeng