Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Rename 'artefact' to 'artifact' in target_precompile_headers | Arcturus | 2020-06-02 | 1 | -1/+1 |
| | |||||
* | target_precompile_headers: Fix documented example using genex | Brad King | 2020-04-27 | 1 | -14/+13 |
| | | | | | | | | When the path to a header file is specified using a generator expression, evaluation of the genex must produce an absolute path. Update our documented example and add a test covering the case. Fixes: #20617 | ||||
* | Help: Provide guidance on INTERFACE for target_precompile_headers() | Craig Scott | 2019-11-13 | 1 | -0/+14 |
| | | | | Fixes: #19953 | ||||
* | Help: Reorganise target_precompile_headers() docs for readability | Craig Scott | 2019-11-13 | 1 | -49/+59 |
| | | | | | | | | Incorporates clarification of behavior when trying to specify REUSE_FROM on a target that already has its own precompile headers set. Fixes: #19970 | ||||
* | Help: Document target_precompile_headers genex with angle brackets | Brad King | 2019-11-08 | 1 | -0/+11 |
| | | | | | | | When passing a `<header>` inside a generator expression, the closing `>` needs to be encoded as `$<ANGLE-R>`. Add an example to the docs. Fixes: #19940 | ||||
* | PCH: Document and test COMPILE_LANGUAGE genex for per-language header | Brad King | 2019-10-16 | 1 | -0/+4 |
| | | | | Fixes: #19839 | ||||
* | Precompile headers: Treat headers as relative to current source directory | Cristian Adam | 2019-09-23 | 1 | -3/+18 |
| | | | | | | | 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 | -0/+14 |
| | | | | | | | Add the ability to share precompiled headers artifacts between targets. Fixes: #19659 | ||||
* | Precompile headers: Update documentation | Cristian Adam | 2019-08-28 | 1 | -0/+56 |