summaryrefslogtreecommitdiff
path: root/Tests/Complex/Executable
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Xcode: Disable test for system include dirsGregor Jasny2016-02-081-1/+2
* 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
* Drop compatibility with CMake < 2.4Brad King2013-10-232-4/+3
* get_filename_component: Add explicit unit testsBrad King2013-04-161-80/+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-131-14/+14
* Convert CMake-language commands to lower caseKitware Robot2012-08-133-85/+85
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-134-71/+71
* complex: Remove unused option to test CMakeLibBrad King2011-12-232-31/+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-231-61/+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
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-1/+0
* ENH: make this test pass if new curl is onBill Hoffman2008-11-211-1/+1
* ENH: only link in curl directories that exist, this will help with vs6 nmakeBill Hoffman2008-11-201-3/+6
* ENH: make it work if new curl is onBill Hoffman2008-11-191-4/+3
* ENH: make it work if new curl is onBill Hoffman2008-11-181-1/+5
* ENH: Add if(TARGET) commandBrad King2008-08-201-0/+17
* ENH: support parenthesis as arguments and in conditionals feature request #6191Ken Martin2008-06-261-0/+6
* ENH: complex must link to curl nowBill Hoffman2008-02-071-1/+2
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-115/+3
* ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i...Brad King2008-01-171-1/+5
* ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file.Brad King2007-11-192-1/+6
* ENH: fix leakBill Hoffman2007-08-211-0/+1
* BUG: Disable test of feature that is not documented or implemented everywhere.Brad King2007-05-162-1/+4
* BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro definit...Brad King2007-05-092-1/+15
* ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...Brad King2007-03-121-2/+7
* ENH: Added smoke test for user-value flag mapping for VS IDE.Brad King2007-02-011-0/+6
* COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB.Brad King2006-10-221-5/+5
* ENH: Added explicit name for option to test CMakeLib. Added option to disabl...Brad King2006-10-192-9/+9
* BUG: Fix link flags on cygwin shared libraries. This requires that the share...Brad King2006-10-051-1/+1
* BUG: Run testSystemDir test only if -isystem flag is available.Brad King2006-10-051-2/+2
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...Brad King2006-10-052-0/+8
* ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.Brad King2006-10-021-1/+1
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...Brad King2006-10-022-0/+18
* ENH: added test for elseifKen Martin2006-09-221-0/+6
* ENH: Added test for linking to a static library that is next to a shared libr...Brad King2006-09-152-1/+24
* BUG: Make sure sources with unknown extensions are not compiled by VS.Brad King2006-08-032-1/+2
* ENH: Adding test for source files and header files with the same base name in...Brad King2006-08-014-2/+11
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-232-0/+20
* ENH: remove duplicate file name test because it fails on xcodeBill Hoffman2006-04-172-2/+6
* ENH: allow multiple files with the same name in different sub dirs testBill Hoffman2006-04-174-2/+23
* BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are foun...Brad King2006-04-041-1/+3