| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unity: Enable UNITY_BUILD for OBJC and OBJCXX files | Rob Raguet-Schofield | 2023-10-26 | 1 | -0/+7 |
| | | |||||
| * | Unity Build: Fix per-config sources in multi-config generators | Brad King | 2021-11-11 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | Single-config generators already support unity builds with per-config sources because they compute sources using `CMAKE_BUILD_TYPE` as the configuration. Each original source is either included in the unity build source, or not. Teach multi-config generators to compute the list of sources for inclusion in unity builds using all configurations. Previously they only used the empty string as the configuration. Each original source may be included in some configurations, but not others. Use preprocessor conditions to guard their inclusion when necessary. Fixes: #22892 | ||||
| * | Tests: Clean RunCMake.UnityBuild cases | Brad King | 2021-10-19 | 1 | -6/+2 |
| | | |||||
| * | Unity Build: Add option for generating per-file unique id | Stephen Kelly | 2020-12-15 | 1 | -0/+12 |
| | | | | | Fixes: #21477 | ||||
| * | Unity Builds: Support explicit specification of sources to groups | Robert Maynard | 2020-05-07 | 1 | -0/+6 |
| | | | | | | Instead of having CMake determine which files should go into each unity file, the user can now use explicitly state the mapping. | ||||
| * | Unity: Proper handling of object libraries | Cristian Adam | 2019-12-07 | 1 | -0/+1 |
| | | | | | Fixes: #20051 | ||||
| * | Unity build: Add unit tests | Cristian Adam | 2019-08-30 | 1 | -0/+23 |
