Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files from main.cpp to more meaningful names. | Stephen Kelly | 2012-08-22 | 5 | -5/+5 |
| | | | | | | Because the main file for the dummy-executable and the actual compile test were both called main.cpp, they were overwriting each other during in-source builds. | ||||
* | Fix the test setting COMPILE_DEFINITIONS target property | Stephen Kelly | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Fix CompileDefinitions test on Visual Studio. | Stephen Kelly | 2012-08-21 | 2 | -1/+10 |
| | | | | Avoid testing unsupported spaces in define values. | ||||
* | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 5 | -0/+70 |
There is no need to do so. Be consistent with include directories and ensure uniqueness. This requires changing the API of the cmLocalGenerator::AppendDefines method, and changing the generators to match. The test unfortunately can't test for uniqueness, but it at least verifies that nothing gets lost. |