Brad King
|
baef72f2b3
Tests: Update Preprocess test for XL compiler limitations
|
10 years ago |
Ben Boeckel
|
29c3edb87a
Avoid if() quoted auto-dereference
|
11 years ago |
Brad King
|
8635ac2330
Tests/Preprocess: Remove unnecessary VS version tests
|
11 years ago |
Brad King
|
a43e5e0ad5
Test COMPILE_DEFINITIONS target property get/set/get round-trip
|
12 years ago |
Brad King
|
4e5cb398ae
Merge branch 'master' into vs12-generator
|
12 years ago |
Brad King
|
77ac9b8b9c
VS12: Add Visual Studio 12 generator (#14251)
|
12 years ago |
Brad King
|
4e4688e469
VS 10: Escape ; as %3B in preprocessor definitions (#14073)
|
12 years ago |
Kitware Robot
|
9db3116226
Remove CMake-language block-end command arguments
|
13 years ago |
Brad King
|
3b5256e19e
Teach our tests about special cases for VS 11
|
14 years ago |
Brad King
|
58a616dea3
Fix Preprocess test for Intel on Windows
|
16 years ago |
Bill Hoffman
|
11d42b3e8f
ENH: almost all tests passing in vs 10, commit fixes preprocess and starts vs external project
|
16 years ago |
Brad King
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 years ago |
Brad King
|
6a74dbbeef
ENH: Test spaces in non-string preprocessor values
|
16 years ago |
Brad King
|
708d1cf1ee
ENH: Support more preprocessor values in VS6
|
16 years ago |
Brad King
|
4085454658
ENH: Support preprocessor def values in VS6
|
16 years ago |
Brad King
|
8e2f45c24b
BUG: Convert cmake_policy(VERSION) to cmake_minimum_required(VERSION) in Tests/MakeClean/ToClean/CMakeLists.txt and Tests/Preprocess/CMakeLists.txt. CMP0000 now requires the cmake_minimum_required command.
|
17 years ago |
Brad King
|
5233b75a77
ENH: Improve handling of old-style compatibility.
|
17 years ago |
Brad King
|
b2cf4db201
BUG: Fix typo XCode -> Xcode in Preprocess test.
|
18 years ago |
Brad King
|
e083de1cf5
ENH: Update Preprocess test to distinguish between the make tool or compiler tool that is at fault for not supporting a particular character in definitions. Make it skip the % character when the compiler is MSVC and it is a non-nmake tool.
|
18 years ago |
Brad King
|
433099ecdd
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
|
18 years ago |
Brad King
|
a3e53fcfa2
ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in Preprocess test.
|
18 years ago |
Brad King
|
80c2be45e0
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
|
18 years ago |
Brad King
|
3ebd9aa08b
BUG: Test needs ansi C code support.
|
18 years ago |
Brad King
|
7849ab756f
BUG: Disable semicolon test on VS 7.0.
|
18 years ago |
Brad King
|
8262ccfd4e
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
|
18 years ago |