summaryrefslogtreecommitdiff
path: root/Tests/Complex
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix some tests under CFLAGS=-DNDEBUG CXXFLAGS=-DNDEBUGBrad King2022-09-012-1/+9
* Tests: Remove incidental use of C++98 compiler modesBrad King2022-04-261-15/+0
* replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-132-2/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-012-3/+6
* Clang: For MSVC ABI do not use modes older than C++14Brad King2019-07-241-5/+0
* Tests: fix failures with gnu mode clang on windowsZsolt Parragi2019-05-241-0/+5
* Fix misc. typosluz.paz2018-06-041-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-016-41/+41
* MAINT: Misc. typosluz.paz2018-02-131-1/+1
* HP-UX: Drop support for building CMake on HP-UXBrad King2017-08-071-7/+0
* configure_file: Add support for indented cmakedefineSylvain Joubert2017-07-044-0/+30
* Add additional <= and >= comparison operatorsChuck Atkins2016-08-093-20/+264
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-284-6/+6
* Source: Remove long-unused .cvsignore fileBrad King2016-07-081-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-1611-267/+225
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Tests: fix Complex building on Clang/C2Mariusz Pluciński2016-03-101-0/+7
* Xcode: Disable test for system include dirsGregor Jasny2016-02-081-1/+2
* cmState: Restore renamed commands on cleanup.Stephen Kelly2015-07-121-0/+7
* Tests: Remove incorrect indentation from Complex test commentBrad King2015-01-221-1/+1
* Encoding: Modify tests to work using non-ascii paths.Clinton Stimpson2015-01-082-16/+20
* 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-233-5/+4
* Haiku: Several fixes to platform moduleAdrien Destugues2013-10-081-1/+1
* replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-021-8/+5
* get_filename_component: Add explicit unit testsBrad King2013-04-163-103/+0
* Use PRE_LINK instead of PRE_BUILD when testing PRE_LINK.James Bigler2013-03-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-135-121/+121
* Convert CMake-language commands to lower caseKitware Robot2012-08-137-500/+500
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-139-101/+101
* Find_library(): allow searching for versioned shared objectsRolf Eike Beer2012-02-181-1/+31
* complex: Remove unused option to test CMakeLibBrad King2011-12-234-38/+0
* complex: Remove test dependence on cmSystemToolsBrad King2011-12-231-12/+12
* complex: Move cmSystemTools::UpperCase test to CMakeLibTestsBrad King2011-12-231-14/+0
* complex: Simplify test for single-character exe nameBrad King2011-12-233-37/+13
* complex: Move GeneratedFileStream test to CMakeLibTestsBrad King2011-12-232-88/+1
* complex: Remove dynamic loader testsBrad King2011-12-234-80/+1
* complex: Remove ancient unused ComplexRelativePaths testBrad King2011-12-231-4/+2
* Fix vs2010 project generation error when HEADER_FILE_ONLY is set.Bill Hoffman2010-12-202-1/+9
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-2/+5
* Make Complex test of CMakeLib more optionalBrad King2009-10-071-7/+2
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-2/+2
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-082-8/+0
* ENH: Always imply CLEAN_DIRECT_OUTPUT target propBrad King2009-05-011-1/+1
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-2/+2