summaryrefslogtreecommitdiffstats
path: root/src/IniFile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use clang-tidy to check more code conventions (#4214)Bond-0092018-05-061-9/+9
| | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Pull the cSettingsRepositoryInterface::noID constant into cIniFile Lua API.Mattes D2016-08-181-0/+11
| | | | This re-adds the cIniFile.noID constant into the Lua API
* Updated API documentation.Mattes D2016-07-181-1/+2
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-17/+17
|
* Unified the doxy-comment format.Mattes D2015-07-311-23/+22
|
* Made -Weverything an error.tycho2015-05-241-2/+2
|
* Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch2015-05-231-14/+14
|
* Initial implementation of IniFile overloadingtycho2015-05-161-9/+17
|
* More style checking.Mattes D2015-05-091-5/+5
| | | | Spaces around some operators are checked.
* IniFile: Added common code to migrate ports.Mattes D2015-01-271-4/+20
| | | | Old settings have IPv4 and IPv6 ports as separate values, new settings have a single value for the ports.
* CheckBasicStyle'dAlexander Harkness2014-10-271-1/+1
|
* IniFile: Removed the problematic printf-like Set function.Mattes D2014-10-241-6/+0
| | | | It wasn't used in any client code anyway.
* Fixed formatstringworktycho2014-10-241-1/+1
|
* Merged IniFile into main MCS sources.Mattes D2014-10-231-0/+224