Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use clang-tidy to check more code conventions (#4214) | Bond-009 | 2018-05-06 | 1 | -9/+9 |
| | | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164 | ||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Pull the cSettingsRepositoryInterface::noID constant into cIniFile Lua API. | Mattes D | 2016-08-18 | 1 | -0/+11 |
| | | | | This re-adds the cIniFile.noID constant into the Lua API | ||||
* | Updated API documentation. | Mattes D | 2016-07-18 | 1 | -1/+2 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -17/+17 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -23/+22 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 2015-05-23 | 1 | -14/+14 |
| | |||||
* | Initial implementation of IniFile overloading | tycho | 2015-05-16 | 1 | -9/+17 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -5/+5 |
| | | | | Spaces around some operators are checked. | ||||
* | IniFile: Added common code to migrate ports. | Mattes D | 2015-01-27 | 1 | -4/+20 |
| | | | | Old settings have IPv4 and IPv6 ports as separate values, new settings have a single value for the ports. | ||||
* | CheckBasicStyle'd | Alexander Harkness | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | IniFile: Removed the problematic printf-like Set function. | Mattes D | 2014-10-24 | 1 | -6/+0 |
| | | | | It wasn't used in any client code anyway. | ||||
* | Fixed formatstring | worktycho | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -0/+224 |