summaryrefslogtreecommitdiffstats
path: root/src/IniFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-15/+10
* Handle newlines in cIniFile (#5447)Jomar Milan2023-03-221-1/+5
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Remove old Android leftovers (#4722)Mat2020-05-071-4/+4
* Use clang-tidy to check more code conventions (#4214)Bond-0092018-05-061-68/+68
* Revert "Issue3136"LogicParrot2016-04-141-0/+3
* Fixed port override code.Alexander Harkness2016-04-121-3/+0
* Ignore trailing and leading spaces in INI values# Please enter the commit message for your changes. Lines startingLogicParrot2016-02-051-4/+4
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-46/+46
* Made -Weverything an error.tycho2015-05-241-1/+1
* Make -Werror disabling file onlytycho2015-05-191-1/+1
* Add support for setting ports through command linetycho2015-05-181-1/+12
* Initial implementation of IniFile overloadingtycho2015-05-161-10/+41
* More style checking.Mattes D2015-05-091-2/+2
* IniFile: Added common code to migrate ports.Mattes D2015-01-271-0/+36
* CheckBasicStyle'dAlexander Harkness2014-10-271-3/+3
* IniFile: Removed the problematic printf-like Set function.Mattes D2014-10-241-14/+0
* IniFile: Removed an unused macro.Mattes D2014-10-231-4/+0
* Merged IniFile into main MCS sources.Mattes D2014-10-231-0/+908