aboutsummaryrefslogtreecommitdiffstats
path: root/src/Config.cpp
Commit message (Expand)AuthorAgeFilesLines
* Low hanging fruits of some auto fixable improvements via clang-tidy (#545)Alexander Lanin2020-02-251-0/+2
* Improve basedir calculation on WindowsJoel Rosdahl2020-02-231-0/+1
* C++-ify is_absolute_pathJoel Rosdahl2020-02-231-1/+1
* Remove now redundant resetting of configJoel Rosdahl2020-02-161-6/+0
* Context: move g_configThomas Otto2020-02-161-2/+0
* Fix formattingJoel Rosdahl2020-02-101-1/+1
* Improve the failed() and fatal() mechanismsJoel Rosdahl2020-02-081-1/+1
* Format code with clang-formatJoel Rosdahl2020-01-251-1/+2
* Make Config noncopyable and add clear_and_reset() method (#522)Thomas Otto2020-01-251-0/+5
* Split ccache.hpp into per-.cpp file headersJoel Rosdahl2020-01-221-0/+1
* Move global primary/secondary_config_path into Config (#514)Thomas Otto2020-01-211-0/+24
* Improve error message for bad boolean environment variable valueJoel Rosdahl2020-01-151-5/+4
* Make it harder to misinterpret semantics of boolean environment settingsJoel Rosdahl2020-01-151-23/+34
* Remove the unify modeJoel Rosdahl2020-01-051-11/+1
* Always include input file path in direct mode hashJoel Rosdahl2019-11-171-6/+1
* Ignore unknown sloppiness values in configuration filesJoel Rosdahl2019-11-171-3/+1
* Allow -fmodules in direct depend mode (#482)Luboš Luňák2019-11-141-0/+5
* Rename AtomicFile::close to commitJoel Rosdahl2019-10-051-1/+1
* Use UpperCamelCase instead of snake_case for namespacesJoel Rosdahl2019-10-051-9/+9
* Make AtomicFile::Type values lower caseJoel Rosdahl2019-10-051-1/+1
* Move parse_int to utilJoel Rosdahl2019-10-051-19/+1
* Remove left-over statementJoel Rosdahl2019-09-051-2/+0
* C++-ify configuration handlingJoel Rosdahl2019-08-141-0/+830