Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Speed up RunCMake.TargetPropertyGeneratorExpressions | Brad King | 2018-01-25 | 1 | -9/+0 |
| | | | | Consolidate similar test cases. | ||||
* | Keep track of INCLUDE_DIRECTORIES as a vector of structs. | Stephen Kelly | 2013-01-03 | 1 | -1/+3 |
| | | | | | The struct can keep track of where the include came from, which gives us proper backtraces. | ||||
* | GenEx: Validate target and property names. | Stephen Kelly | 2012-10-09 | 1 | -0/+7 |
They must be non-empty, and match a restrictive regexp. |