Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -1/+0 |
| | | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12. | ||||
* | cmConstStack: Factor out of cmListFileBacktrace | Brad King | 2022-04-02 | 1 | -1/+1 |
| | | | | | | | This presents value semantics for a stack of constant values. Internally it shares ownership to avoid copies. Previously this was implemented by `cmListFileBacktrace` explicitly, but the approach can be re-used for other kinds of stacks. | ||||
* | install(TARGETS): Add FILE_SET mode | Kyle Edwards | 2021-10-27 | 1 | -0/+52 |