Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complex: Remove ancient unused ComplexRelativePaths test | Brad King | 2011-12-23 | 1 | -183/+0 |
| | |||||
* | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 1 | -2/+5 |
| | | | | | | This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well. | ||||
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -1/+0 |
| | | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags. | ||||
* | 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 |
| | | | | | | | | | | It is useful to be able to test if a target has been created. Often targets are created only inside conditions. Rather than storing the result of the condition manually for testing by other parts of the project, it is much easier for the other parts to just test for the target's existence. This will also be useful when find-modules start reporting results with IMPORTED targets and projects want to test if a certain target is available. | ||||
* | ENH: complex must link to curl now | Bill Hoffman | 2008-02-07 | 1 | -1/+2 |
| | |||||
* | ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file. | Brad King | 2007-11-19 | 1 | -1/+5 |
| | |||||
* | BUG: Disable test of feature that is not documented or implemented everywhere. | Brad King | 2007-05-16 | 1 | -1/+2 |
| | |||||
* | BUG: Fixed cmLocalVisualStudio7Generator to deal with quotes in macro ↵ | Brad King | 2007-05-09 | 1 | -1/+2 |
| | | | | definitions properly. This addresses bug#4983. | ||||
* | ENH: Added smoke test for user-value flag mapping for VS IDE. | Brad King | 2007-02-01 | 1 | -0/+6 |
| | |||||
* | ENH: Added explicit name for option to test CMakeLib. Added option to ↵ | Brad King | 2006-10-19 | 1 | -4/+4 |
| | | | | disable testing of CMakeLib if system utility libraries are used until linking made easier. | ||||
* | 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 ↵ | Brad King | 2006-10-05 | 1 | -0/+5 |
| | | | | bug #3462. | ||||
* | 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 ↵ | Brad King | 2006-10-02 | 1 | -0/+8 |
| | | | | building the targets by default. | ||||
* | ENH: Added test for linking to a static library that is next to a shared ↵ | Brad King | 2006-09-15 | 1 | -0/+6 |
| | | | | library. See bug#1644 for related changes. | ||||
* | BUG: Make sure sources with unknown extensions are not compiled by VS. | Brad King | 2006-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: Adding test for source files and header files with the same base name ↵ | Brad King | 2006-08-01 | 1 | -1/+1 |
| | | | | in the same target. | ||||
* | BUG: Fix REMOVE_DEFINITIONS command to not remove substrings. | Brad King | 2006-05-23 | 1 | -0/+8 |
| | |||||
* | ENH: remove duplicate file name test because it fails on xcode | Bill Hoffman | 2006-04-17 | 1 | -2/+2 |
| | |||||
* | ENH: allow multiple files with the same name in different sub dirs test | Bill Hoffman | 2006-04-17 | 1 | -1/+2 |
| | |||||
* | ENH: added testing for new features | Ken Martin | 2006-03-22 | 1 | -0/+19 |
| | |||||
* | ENH: add COMPILE_FLAGS to targets | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: more fixes for watcom | Bill Hoffman | 2006-01-17 | 1 | -7/+10 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -1/+4 |
| | |||||
* | BUG: Now really fix the test | Andy Cedilnik | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | COMP: Fix test | Andy Cedilnik | 2005-12-29 | 1 | -0/+1 |
| | |||||
* | COMP: Fix complex test and fix bootstrap | Andy Cedilnik | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | ENH: make sure CMAKE_C_FLAGS are not clobbered | Bill Hoffman | 2005-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: use ansi flags | Bill Hoffman | 2005-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: add new test to make sure c and cxx flags are going to the right files | Bill Hoffman | 2005-07-29 | 1 | -1/+2 |
| | |||||
* | ENH: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | ENH: fix library ordering stuff to use a topological sort | Bill Hoffman | 2005-03-02 | 1 | -0/+6 |
| | |||||
* | ENH: Added full pre-build/pre-link/post-build testing for both library and ↵ | Brad King | 2005-02-25 | 1 | -0/+16 |
| | | | | executable targets. | ||||
* | ENH: Link to cmzlib | Andy Cedilnik | 2005-01-27 | 1 | -1/+2 |
| | |||||
* | COMP: Add proper link directory | Andy Cedilnik | 2005-01-18 | 1 | -0/+1 |
| | |||||
* | COMP: Add cmexpat to complex | Andy Cedilnik | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | FIX: fix the problem where a target is a single character and nmake gets ↵ | Bill Hoffman | 2004-10-22 | 1 | -1/+1 |
| | | | | confused and add a test for it | ||||
* | ENH: MinGW build now passes all the tests | Bill Hoffman | 2003-08-27 | 1 | -1/+3 |
| | |||||
* | ENH: improve coverage | Bill Hoffman | 2003-08-07 | 1 | -0/+3 |
| | |||||
* | BUG (85): allow . to be in the name of an executable | Bill Hoffman | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -2/+3 |
| | |||||
* | ENH: Added test for generated header included by non-generated source. | Brad King | 2002-12-13 | 1 | -2/+16 |
| | |||||
* | add rpcrt4.lib because of CMakeLib needing it | Bill Hoffman | 2002-08-30 | 1 | -1/+4 |
| | |||||
* | now needs dynlib support | Ken Martin | 2002-08-28 | 1 | -1/+5 |
| | |||||
* | remoevd shared lib | Ken Martin | 2002-08-23 | 1 | -14/+1 |
| | |||||
* | BUG: fix for cygwin | Bill Hoffman | 2002-08-23 | 1 | -1/+3 |
| |