| Commit message (Expand) | Author | Age | Files | Lines |
* | Xcode: Disable test for system include dirs | Gregor Jasny | 2016-02-08 | 1 | -1/+2 |
|
|
* | Tests: Remove incorrect indentation from Complex test comment | Brad King | 2015-01-22 | 1 | -1/+1 |
|
|
* | Encoding: Modify tests to work using non-ascii paths. | Clinton Stimpson | 2015-01-09 | 2 | -16/+20 |
|
|
* | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 2 | -4/+3 |
|
|
* | get_filename_component: Add explicit unit tests | Brad King | 2013-04-16 | 1 | -80/+0 |
|
|
* | Use PRE_LINK instead of PRE_BUILD when testing PRE_LINK. | James Bigler | 2013-03-04 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -14/+14 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 3 | -85/+85 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 4 | -71/+71 |
|
|
* | complex: Remove unused option to test CMakeLib | Brad King | 2011-12-23 | 2 | -31/+0 |
|
|
* | complex: Remove test dependence on cmSystemTools | Brad King | 2011-12-23 | 1 | -12/+12 |
|
|
* | complex: Move cmSystemTools::UpperCase test to CMakeLibTests | Brad King | 2011-12-23 | 1 | -14/+0 |
|
|
* | complex: Simplify test for single-character exe name | Brad King | 2011-12-23 | 3 | -37/+13 |
|
|
* | complex: Move GeneratedFileStream test to CMakeLibTests | Brad King | 2011-12-23 | 2 | -88/+1 |
|
|
* | complex: Remove dynamic loader tests | Brad King | 2011-12-23 | 1 | -61/+1 |
|
|
* | complex: Remove ancient unused ComplexRelativePaths test | Brad King | 2011-12-23 | 1 | -4/+2 |
|
|
* | Fix vs2010 project generation error when HEADER_FILE_ONLY is set. | Bill Hoffman | 2010-12-20 | 2 | -1/+9 |
|
|
* | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 1 | -2/+5 |
|
|
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -1/+0 |
|
|
* | ENH: make this test pass if new curl is on | Bill Hoffman | 2008-11-21 | 1 | -1/+1 |
|
|
* | ENH: only link in curl directories that exist, this will help with vs6 nmake | Bill Hoffman | 2008-11-20 | 1 | -3/+6 |
|
|
* | ENH: make it work if new curl is on | Bill Hoffman | 2008-11-19 | 1 | -4/+3 |
|
|
* | ENH: make it work if new curl is on | Bill Hoffman | 2008-11-18 | 1 | -1/+5 |
|
|
* | ENH: Add if(TARGET) command | Brad King | 2008-08-20 | 1 | -0/+17 |
|
|
* | ENH: support parenthesis as arguments and in conditionals feature request #6191 | Ken Martin | 2008-06-26 | 1 | -0/+6 |
|
|
* | ENH: complex must link to curl now | Bill Hoffman | 2008-02-07 | 1 | -1/+2 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -115/+3 |
|
|
* | ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i... | Brad King | 2008-01-18 | 1 | -1/+5 |
|
|
* | ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file. | Brad King | 2007-11-19 | 2 | -1/+6 |
|
|
* | ENH: fix leak | Bill Hoffman | 2007-08-21 | 1 | -0/+1 |
|
|
* | BUG: Disable test of feature that is not documented or implemented everywhere. | Brad King | 2007-05-16 | 2 | -1/+4 |
|
|
* | BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro definit... | Brad King | 2007-05-09 | 2 | -1/+15 |
|
|
* | ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D... | Brad King | 2007-03-12 | 1 | -2/+7 |
|
|
* | ENH: Added smoke test for user-value flag mapping for VS IDE. | Brad King | 2007-02-01 | 1 | -0/+6 |
|
|
* | COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB. | Brad King | 2006-10-22 | 1 | -5/+5 |
|
|
* | ENH: Added explicit name for option to test CMakeLib. Added option to disabl... | Brad King | 2006-10-19 | 2 | -9/+9 |
|
|
* | BUG: Fix link flags on cygwin shared libraries. This requires that the share... | Brad King | 2006-10-05 | 1 | -1/+1 |
|
|
* | BUG: Run testSystemDir test only if -isystem flag is available. | Brad King | 2006-10-05 | 1 | -2/+2 |
|
|
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug... | Brad King | 2006-10-05 | 2 | -0/+8 |
|
|
* | ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. | Brad King | 2006-10-02 | 1 | -1/+1 |
|
|
* | ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil... | Brad King | 2006-10-02 | 2 | -0/+18 |
|
|
* | ENH: added test for elseif | Ken Martin | 2006-09-22 | 1 | -0/+6 |
|
|
* | ENH: Added test for linking to a static library that is next to a shared libr... | Brad King | 2006-09-15 | 2 | -1/+24 |
|
|
* | BUG: Make sure sources with unknown extensions are not compiled by VS. | Brad King | 2006-08-03 | 2 | -1/+2 |
|
|
* | ENH: Adding test for source files and header files with the same base name in... | Brad King | 2006-08-01 | 4 | -2/+11 |
|
|
* | BUG: Fix REMOVE_DEFINITIONS command to not remove substrings. | Brad King | 2006-05-23 | 2 | -0/+20 |
|
|
* | ENH: remove duplicate file name test because it fails on xcode | Bill Hoffman | 2006-04-17 | 2 | -2/+6 |
|
|
* | ENH: allow multiple files with the same name in different sub dirs test | Bill Hoffman | 2006-04-17 | 4 | -2/+23 |
|
|
* | BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are foun... | Brad King | 2006-04-04 | 1 | -1/+3 |
|
|
* | ENH: change library order to use a vector | Bill Hoffman | 2006-04-04 | 1 | -0/+4 |
|
|