Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unity Build: Add option for generating per-file unique id | Stephen Kelly | 2020-12-15 | 1 | -0/+5 |
| | | | | Fixes: #21477 | ||||
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | Unity Builds: Support explicit specification of sources to groups | Robert Maynard | 2020-05-07 | 1 | -2/+22 |
| | | | | | Instead of having CMake determine which files should go into each unity file, the user can now use explicitly state the mapping. | ||||
* | Help: Improve readability and fix inaccuracies in unity build docs | Craig Scott | 2019-11-09 | 1 | -50/+50 |
| | |||||
* | Unity build: Include GENERATED files into unity build | Cristian Adam | 2019-11-06 | 1 | -3/+2 |
| | | | | | | | There is no reason to skip the generated files, in case of problems one can use the SKIP_UNITY_BUILD_INCLUSION property. Fixes: #19925 | ||||
* | Help: Document CMAKE_UNITY_BUILD/CMAKE_EXPORT_COMPILE_COMMANDS limitation | Brad King | 2019-10-11 | 1 | -0/+6 |
| | | | | | | | These two options currently do not work well together. Mention this limitation in the documentation. Issue: #19826 | ||||
* | Help: Improve UNITY_BUILD documentation formatting | Brad King | 2019-10-11 | 1 | -15/+15 |
| | |||||
* | Help: fixed typos in PCH / Unity Build doc | Corentin Plouet | 2019-09-30 | 1 | -1/+1 |
| | | | | + typos in source code | ||||
* | Unity build: Add support for Ninja and Makefile generators | Cristian Adam | 2019-08-29 | 1 | -0/+55 |