summaryrefslogtreecommitdiff
path: root/Tests/Preprocess
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-011-1/+3
* Tests: Fix some tests under CFLAGS=-DNDEBUG CXXFLAGS=-DNDEBUGBrad King2022-09-013-3/+8
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-1/+1
* Tests: Update Preprocess test for IntelLLVMWilliam R. Dieter2021-01-281-1/+6
* Tests: Output the expected value in Preprocess test for debuggingFrancisco Facioni2020-02-282-13/+14
* Tests: fix some Clang failures on WindowsZsolt Parragi2019-07-091-2/+5
* Tests: handle string escaping differences with NMake+clangZsolt Parragi2019-05-242-5/+12
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-012-80/+80
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-8/+2
* Tests: Make Preprocess test work in RelWithDebInfo and MinSizeRelGilles Khouzam2017-01-271-4/+10
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-15/+15
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-234/+216
* Format include directive blocks and ordering with clang-formatBrad King2016-04-292-2/+2
* Drop Visual Studio 6 generatorBrad King2016-03-093-38/+14
* Tests: Update Preprocess test for XL compiler limitationsBrad King2015-04-141-2/+14
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
* Tests/Preprocess: Remove unnecessary VS version testsBrad King2014-06-241-9/+0
* Test COMPILE_DEFINITIONS target property get/set/get round-tripBrad King2013-07-241-0/+13
* Merge branch 'master' into vs12-generatorBrad King2013-06-281-3/+1
|\
| * VS 10: Escape ; as %3B in preprocessor definitions (#14073)Brad King2013-04-111-2/+1
* | VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-281-1/+5
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-26/+26
* Teach our tests about special cases for VS 11Brad King2011-09-231-1/+4
* Fix Preprocess test for Intel on WindowsBrad King2009-10-051-3/+9
* ENH: almost all tests passing in vs 10, commit fixes preprocess and starts v...Bill Hoffman2009-07-131-2/+6
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-5/+0
* ENH: Test spaces in non-string preprocessor valuesBrad King2009-04-241-1/+1
* ENH: Support more preprocessor values in VS6Brad King2009-04-241-2/+3
* ENH: Support preprocessor def values in VS6Brad King2009-03-233-33/+34
* BUG: Convert cmake_policy(VERSION) to cmake_minimum_required(VERSION) in Test...Brad King2008-03-201-1/+1
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-0/+1
* BUG: Fix typo XCode -> Xcode in Preprocess test.Brad King2008-03-011-2/+2
* ENH: Update Preprocess test to distinguish between the make tool or compiler ...Brad King2008-03-011-27/+75
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-173-0/+75
* ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in ...Brad King2008-01-171-17/+19
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-151-4/+4
* BUG: Test needs ansi C code support.Brad King2008-01-151-0/+5
* BUG: Disable semicolon test on VS 7.0.Brad King2008-01-141-3/+6
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-147-0/+569