Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/Ninja*/CustomCommandDepfile: check that deps are in the database | Ben Boeckel | 2023-11-01 | 1 | -0/+35 |
| | |||||
* | codespell: Avoid escape sequence that looks like misspelled "nodes" | Brad King | 2023-05-22 | 1 | -2/+4 |
| | |||||
* | Genex: add_custom_command: DEPFILE supports genex | Marc Chevrier | 2021-04-12 | 1 | -1/+6 |
| | | | | | | This facility is very useful for 'Ninja Multi-Config' and required as well for future support of DEPFILE in 'Xcode' and 'Visual Studio' generators (#20286). | ||||
* | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 1 | -0/+5 |
Provide a way for custom commands to inform the ninja build tool about their implicit dependencies. For now simply make use of the option an error on other generators. Closes: #15479 |