Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PCH: Use the target's PREFIX for building the pdb file name | Cristian Adam | 2019-12-08 | 3 | -0/+32 |
| | | | | | | | | Also copy the REUSE_FROM pdb file only if the file is newer than the existing one. Fixes: #19731 Fixes: #20068 | ||||
* | PCH: Do not issue an error on duplicate target_precompile_headers call | Cristian Adam | 2019-11-15 | 2 | -2/+15 |
| | | | | Fixes: #19970 | ||||
* | PCH: No repeated path for internal generated PCH files | Cristian Adam | 2019-11-11 | 4 | -26/+7 |
| | | | | Fixes: #19952 | ||||
* | PCH: Document and test COMPILE_LANGUAGE genex for per-language header | Brad King | 2019-10-16 | 2 | -1/+18 |
| | | | | Fixes: #19839 | ||||
* | PCH: Fix CMake test files indentation | Cristian Adam | 2019-10-03 | 4 | -20/+20 |
| | |||||
* | PCH: Add multi-language PCH generation support | Cristian Adam | 2019-10-03 | 3 | -0/+27 |
| | | | | | | | | | If the target has C files, it will get a C PCH file. The same for C++ files. The linker language is no longer used to determine which language to use for PCH. Fixes: #19790 | ||||
* | 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 |