summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/run_compile_commands.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-25/+25
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Enable clang-tidy modernize-loop-convert lintBrad King2017-09-191-6/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-1/+3
* use CM_NULLPTRDaniel Pfeifer2016-09-051-1/+2
* Tests/CMakeLib: use cmsys::ifstreamDaniel Pfeifer2016-09-031-7/+10
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-161-0/+8
* Add missing braces around statements.Daniel Pfeifer2016-06-101-5/+10
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-43/+45
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* Avoid string.clear and string.push_back (#13319)Daniel R. Gomez2012-06-191-2/+2
* Add newline to the output.Stephen Kelly2012-06-041-1/+1
* run_compile_commands: Cast istream::get() result to charBrad King2011-05-191-1/+1
* run_compile_commands: Avoid extra stl vector conversionBrad King2011-05-181-3/+2
* run_compile_commands: Avoid shadow in std::map<>::at workaroundBrad King2011-05-171-2/+2
* Provide std::map<>::at for use in run_compile_commandsBrad King2011-05-171-2/+0
* Fix run_compile_commands build on Apple GCC 3.3Brad King2011-05-161-1/+13
* Adds a test for the compile command line output.Manuel Klimek2011-04-251-0/+132