Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -3/+2 |
| | |||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -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 cmCommand | Regina Pfeifer | 2019-09-26 | 1 | -43/+55 |
| | |||||
* | Precompile headers: Treat headers as relative to current source directory | Cristian Adam | 2019-09-23 | 1 | -1/+40 |
| | | | | | | | Teach `target_precompile_headers` to treat relative paths the same way as `target_sources`. Fixes: #19733 | ||||
* | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -1/+1 |
| | | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659 | ||||
* | PCH: add target_precompile_headers command | Daniel Pfeifer | 2019-08-27 | 1 | -0/+36 |