| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Switch to the C++17 fallthrough attribute. | 2020-05-11 | 1 | -1/+1 | ||
| * | | Mark all config parsing methods as const. | 2020-04-12 | 1 | -12/+12 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -2/+15 | ||
| |\| | ||||||
| | * | Add a way to disable using environment variables in included files. | 2020-04-07 | 1 | -1/+14 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -2/+17 | ||
| |\| | ||||||
| | * | Standardise the characters allowed in config identifiers. | 2020-03-05 | 1 | -2/+10 | ||
| | * | Add support for using environment variables in the config. | 2020-02-20 | 1 | -1/+8 | ||
| * | | Remove support for 0/1 in getBool.•••These were compat for an ancient version from before getBool existed. | 2020-03-09 | 1 | -2/+2 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -4/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -3/+4 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | ||
| | * | Use case insensitive comparisons in getBool. | 2020-01-18 | 1 | -2/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+6 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+6 | ||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+22 | ||
| |\| | ||||||
| | * | Add support for including directories containing .conf files. | 2019-06-10 | 1 | -0/+22 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -8/+8 | ||
| * | | Remove all 2.0 config compatibility code. | 2019-01-25 | 1 | -26/+1 | ||
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | 2018-12-21 | 1 | -2/+2 | ||
| * | Move some config parser-internal types out of the public header. | 2018-12-09 | 1 | -5/+79 | ||
| * | Use the default if an invalid duration is found in getDuration. | 2018-11-24 | 1 | -0/+7 | ||
| * | Fix a bunch of harmless compiler warnings on recent GCC releases. | 2018-10-26 | 1 | -1/+2 | ||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -7/+7 | ||
| * | Add a ConfigTag::getString overload that calls a validation method. | 2018-07-10 | 1 | -0/+15 | ||
| * | Add range checking to ConfigTag::getFloat. | 2018-04-16 | 1 | -2/+5 | ||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -0/+17 | ||
| * | Convert ConfigTag::getDuration to return an unsigned long. | 2018-04-16 | 1 | -2/+2 | ||
| * | Extract ConfigTag::getInt magnitude logic to a function template. | 2018-04-16 | 1 | -12/+39 | ||
| * | Convert ConfigTag::CheckRange to a function template. | 2018-04-16 | 1 | -12/+26 | ||
| * | Add a constructor to OperInfo and use it to set the type name. | 2017-10-18 | 1 | -0/+5 | ||
| * | Add support for length arguments in getString. | 2017-09-03 | 1 | -3/+11 | ||
| * | Store config values in a map instead of a unique vector of pairs. | 2016-12-08 | 1 | -10/+9 | ||
| * | Strip carriage returns in the config parser.•••This prevents problems when configuration files have been edited on a Windows machine. | 2016-09-20 | 1 | -1/+1 | ||
| * | Change type of some associative containers to their flat versions, including ... | 2014-12-15 | 1 | -1/+1 | ||
| * | Add stdalgo::isin() and use it to simplify code | 2014-11-01 | 1 | -1/+1 | ||
| * | Remove if (!this) check from ConfigTag::readString() | 2014-10-27 | 1 | -11/+0 | ||
| * | Merge insp20 | 2014-10-27 | 1 | -0/+9 | ||
| |\ | ||||||
| | * | Fix various warnings when building with LLVM 3.5.•••- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] - warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] | 2014-10-13 | 1 | -0/+9 | ||
| * | | Use std::find() in ParseStack::ParseFile() | 2014-06-09 | 1 | -7/+2 | ||
| * | | Deduplicate ParseStack::ParseFile() and ParseExec() | 2014-06-09 | 1 | -29/+5 | ||
| * | | Implement support for numeric character references. | 2014-04-11 | 1 | -5/+25 | ||
| * | | Merge insp20 | 2014-01-21 | 1 | -2/+2 | ||
| |\| | ||||||
| | * | Fix a shadow warning created by ConfigTag::create | 2013-09-13 | 1 | -2/+2 | ||
| * | | Fix some Windows-related problems.•••- Fix an error relating to the unavailability of std::back_inserter. - Fix loading configuration files when using relative paths. - Fix two methods in hashcomp being exported twice. - Remove some unimportant error messages. | 2014-01-04 | 1 | -4/+3 | ||
| * | | Fix Windows build and a few more problems | 2013-08-27 | 1 | -2/+2 | ||
| * | | Add ConfigTag::getDuration() with optional bounds checking | 2013-08-12 | 1 | -1/+18 | ||
| * | | Add <path> keys for all of the compile-time paths.•••Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. | 2013-08-12 | 1 | -8/+10 | ||
| * | | Replace range() with min and max arguments on getInt(). | 2013-08-10 | 1 | -4/+10 | ||
