summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Tests: Set policies in 'complex' testsBrad King2014-07-221-0/+15
* tests: allow RelWithDebInfo and MinSizeRel configs to workBen Boeckel2014-06-051-0/+8
* HP aCC: record compiler flag for Ansi C++98 support for version 3.80 onwardsRolf Eike Beer2014-04-251-0/+15
* Replace MATCHES test on numbers with EQUAL testRolf Eike Beer2014-04-141-1/+1
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-3/+3
* Drop compatibility with CMake < 2.4Brad King2013-10-231-1/+1
* replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-021-8/+5
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-44/+44
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-165/+165
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-17/+17
* complex: Remove unused option to test CMakeLibBrad King2011-12-231-5/+0
* Make Complex test of CMakeLib more optionalBrad King2009-10-071-7/+2
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-7/+0
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-2/+2
* ENH: Allow projects to disable per-rule progressBrad King2009-03-161-0/+3
* ENH: Add cmake_policy(GET) command modeBrad King2008-08-181-0/+5
* ENH: support parenthesis as arguments and in conditionals feature request #6191Ken Martin2008-06-261-0/+6
* ENH: Add "if(POLICY policy-id)" option for IF command.Brad King2008-03-201-0/+5
* ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i...Brad King2008-01-171-0/+4
* ENH: user more memory for parser and add test to complex that sets a huge stringBill Hoffman2007-07-201-0/+1
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...Brad King2007-03-121-7/+3
* ENH: Added test case for bug#3966.Brad King2006-10-301-0/+11
* ENH: Added explicit name for option to test CMakeLib. Added option to disabl...Brad King2006-10-191-0/+9
* BUG: Test -isystem without affecting other tests. Made separate Library/Syst...Brad King2006-10-051-1/+2
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...Brad King2006-10-051-2/+2
* ENH: added test for elseifKen Martin2006-09-221-0/+39
* BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with respec...Brad King2006-05-121-1/+1
* BUG: Disabling an EXECUTE_PROCESS test until problems on UNIX systems are fixed.Brad King2006-05-081-13/+16
* ENH: Strengthened EXECUTE_PROCESS output check test.Brad King2006-02-101-4/+4
* ENH: Added test for new EXECUTE_PROCESS command.Brad King2006-02-031-0/+23
* ENH: add new cmakedefine01 feature from bug report 2603Bill Hoffman2006-01-031-0/+2
* BUG: Flush the EXECUTABLE and LIBRARY output path to internalAndy Cedilnik2006-01-021-2/+2
* ENH: added testing of the WHILE commandKen Martin2005-06-301-0/+5
* ENH: remove requirements on 1.2Ken Martin2005-06-081-1/+1
* ENH: shift to using ADD_SUBDIRECTORYKen Martin2005-06-081-1/+2
* ENH: Added partial test for include regular expressions.Brad King2005-02-071-1/+1
* ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all argu...Andy Cedilnik2004-04-291-0/+15
* added tests for var args with macrosKen Martin2004-04-261-0/+13
* ENH: Add test for REMOVE_DEFINITIONAndy Cedilnik2004-04-151-11/+12
* BUG: fix the testBill Hoffman2003-08-071-6/+6
* ENH: improve coverageBill Hoffman2003-08-071-0/+9
* Remove bogus flags from cmStandardIncludes and make complex test passAndy Cedilnik2003-03-261-0/+1
* ENH: add a better test for lib depsBill Hoffman2003-02-031-0/+1
* ENH: add a new command that allows exports of library dependencies from a pro...Bill Hoffman2003-01-201-0/+1
* BUG: fix for backwards compatibilityBill Hoffman2002-12-201-0/+1
* ENH: Added test for generated header included by non-generated source.Brad King2002-12-131-1/+1
* BUG: Can't double-quote foreach arguments.Brad King2002-12-121-1/+1
* BUG: Fixed STRING(REGEX REPLACE ...) and added better test.Brad King2002-11-061-4/+5
* ENH: Added STRING command.Brad King2002-11-061-0/+17