Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Precompile headers: Treat headers as relative to current source directory | Cristian Adam | 2019-09-23 | 6 | -13/+22 |
| | | | | | | | 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 | 7 | -1/+49 |
| | | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659 | ||||
* | Precompile headers: Add unit tests | Cristian Adam | 2019-08-28 | 16 | -0/+182 |