Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 2020-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate | ||||
* | Remove old Android leftovers (#4722) | Mat | 2020-05-07 | 1 | -4/+4 |
| | |||||
* | Use clang-tidy to check more code conventions (#4214) | Bond-009 | 2018-05-06 | 1 | -68/+68 |
| | | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164 | ||||
* | Revert "Issue3136" | LogicParrot | 2016-04-14 | 1 | -0/+3 |
| | |||||
* | Fixed port override code. | Alexander Harkness | 2016-04-12 | 1 | -3/+0 |
| | |||||
* | Ignore trailing and leading spaces in INI values# Please enter the commit message for your changes. Lines starting | LogicParrot | 2016-02-05 | 1 | -4/+4 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -46/+46 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
| | | | | Ad fix a load of warnings | ||||
* | Add support for setting ports through command line | tycho | 2015-05-18 | 1 | -1/+12 |
| | |||||
* | Initial implementation of IniFile overloading | tycho | 2015-05-16 | 1 | -10/+41 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | | | | Spaces around some operators are checked. | ||||
* | IniFile: Added common code to migrate ports. | Mattes D | 2015-01-27 | 1 | -0/+36 |
| | | | | 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 | -3/+3 |
| | |||||
* | IniFile: Removed the problematic printf-like Set function. | Mattes D | 2014-10-24 | 1 | -14/+0 |
| | | | | It wasn't used in any client code anyway. | ||||
* | IniFile: Removed an unused macro. | Mattes D | 2014-10-23 | 1 | -4/+0 |
| | |||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -0/+908 |