summaryrefslogtreecommitdiff
path: root/Source/cmTargetPrecompileHeadersCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* target_*: Fix cross-directory call backtracesBrad King2022-08-221-1/+3
| | | | | | | Record the call-site backtrace, not the current backtrace of the target's directory. Fixes: #23873
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
| | | | | CMake uses explicit 'this->' style. Using custom clang-tidy check we can detect and fix places where 'this->' was missed.
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-3/+2
|
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-43/+55
|
* Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-231-1/+40
| | | | | | | Teach `target_precompile_headers` to treat relative paths the same way as `target_sources`. Fixes: #19733
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-1/+1
| | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659
* PCH: add target_precompile_headers commandDaniel Pfeifer2019-08-271-0/+36