summaryrefslogtreecommitdiff
path: root/src/compopt.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix: Support /external:I for MSVC (#1165)Raihaan Shouhell2022-09-261-0/+2
* chore: Add knowledge of linker option -z to avoid note in debug logJoel Rosdahl2022-05-051-1/+2
* feat: Handle -imsvc compiler option (#1055)jacobly02022-05-011-0/+1
* feat: Support MSVC /Yu option (compiling with PCH) (#991)Orgad Shaneh2022-01-161-3/+5
* fix: MSVC's -link option is too hard (#972)Luboš Luňák2021-12-121-0/+1
* Fix and simplify handling of options for MSVC (#954)Luboš Luňák2021-12-121-14/+7
* feat: Visual C/C++ compiler support (#506)Cristian Adam2021-11-151-0/+14
* feat: Support rewriting absolute path to Clang option --gcc-toolchainJoel Rosdahl2021-11-081-6/+8
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-0/+2
* Add support for clang's --config option (#850)Tom Stellard2021-05-231-0/+1
* Support `-specs file.specs` and `--specs file.specs` (#843)Josh Triplett2021-05-031-0/+2
* Ignore -ivfsoverlay parameter (#839)Yoshimasa Niwa2021-04-281-0/+1
* Improve statistics for “-P -E”Joel Rosdahl2021-04-131-1/+0
* Bail out on too hard Clang option -gen-cdb-fragment-pathJoel Rosdahl2021-03-181-0/+1
* Handle -frecord-gcc-switches correctlyJoel Rosdahl2021-02-231-1/+1
* Detect errors in fmt::print format strings at compile timeJoel Rosdahl2020-10-231-7/+9
* refactor: Improve naming/interface of compopt functions (#663)Alexander Lanin2020-10-051-33/+25
* Remove redundant static keyword for namespace-level constantsJoel Rosdahl2020-09-051-1/+1
* Use fmt::print instead of (f)printfJoel Rosdahl2020-08-031-7/+9
* Remove now empty legacy_util.[hc]pp filesJoel Rosdahl2020-07-311-2/+0
* Handle clang PCHs (#539) (#624)ahasselbring2020-07-251-0/+3
* Enable more clang-tidy rules and implement suggestionsJoel Rosdahl2020-06-231-4/+4
* Fix spellingJoel Rosdahl2020-06-141-1/+1
* Support NVCC’s “--Werror” optionJoel Rosdahl2020-06-141-0/+1
* Fix capitalization of ClangJoel Rosdahl2020-05-241-3/+3
* Convert compopt test suite to Catch2Joel Rosdahl2020-05-121-1/+1
* C++-ify compopt functions somewhatJoel Rosdahl2020-05-061-17/+15
* Low hanging fruits of some auto fixable improvements via clang-tidy (#545)Alexander Lanin2020-02-251-2/+2
* Split ccache.hpp into per-.cpp file headersJoel Rosdahl2020-01-221-2/+2
* Allow -fmodules in direct depend mode (#482)Luboš Luňák2019-11-141-1/+0
* Correct "-MJ" bail out, identify both "-MJ file" and "-MJfile" (#487)Thomas Otto2019-11-101-3/+14
* Don’t pass -Wno-error to the preprocessorJoel Rosdahl2019-08-161-0/+1
* Run clang-format on all code to follow the new code styleJoel Rosdahl2019-08-141-156/+161
* C++-ify source codeJoel Rosdahl2019-08-141-0/+266