Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | GenEx: Test the use of generator expressions to generate lists. | Stephen Kelly | 2012-10-17 | 2 | -0/+6 | |
| | | | | | | We can't test this in the GeneratorExpression unit test because the ';' chars are processed specically by the CMake function argument parser. | |||||
* | Process generator expressions in the INCLUDE_DIRECTORIES property. | Stephen Kelly | 2012-09-28 | 3 | -0/+13 | |
| | | | | | This use of generator expressions, like all others to come which operate on target properties, must initalize the dag checker. | |||||
* | Tests/IncludeDirectories: Files must end in a newline (#13314) | Daniel R. Gomez | 2012-06-18 | 1 | -3/+1 | |
| | | | | The HP compiler really really wants source files to end with a newline. | |||||
* | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 3 | -0/+38 | |
| | | | | | | | | | Eliminate callers of cmMakefile::GetIncludeDirectories. All callers of GetIncludeDirectories should go through the local generator object. Only the local generator calls cmTarget::GetIncludeDirectories directly. | |||||
* | One more try. Use full path by default, and relative on broken compilers. | Bill Hoffman | 2011-06-03 | 1 | -5/+29 | |
| | ||||||
* | Use bin tree for inclues to avoid -I with spaces in the path. | Bill Hoffman | 2011-06-03 | 5 | -8/+17 | |
| | ||||||
* | Append and do not clobber CMAKE_CXX_FLAGS in the test. | Bill Hoffman | 2011-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop. | Bill Hoffman | 2011-06-02 | 6 | -0/+23 | |
This fix adds a test for this case for all generators. |