Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: With new install framework we don't need install-sh any more | Andy Cedilnik | 2004-04-26 | 2 | -252/+0 |
| | |||||
* | ENH:Add test for GET/SET_DIRECTORY_PROPERTY | Andy Cedilnik | 2004-04-26 | 2 | -1/+25 |
| | |||||
* | BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running | Andy Cedilnik | 2004-04-26 | 2 | -0/+8 |
| | |||||
* | added tests for var args with macros | Ken Martin | 2004-04-26 | 6 | -0/+57 |
| | |||||
* | macros now support varargs | Ken Martin | 2004-04-26 | 2 | -3/+37 |
| | |||||
* | BUG#682: Adding environment variable check to FIND_PACKAGE command. | Brad King | 2004-04-26 | 3 | -0/+20 |
| | |||||
* | STYLE: Removed trailing whitespace. | Brad King | 2004-04-26 | 1 | -24/+24 |
| | |||||
* | BUG#502: Do not let optimizing compilers think the symbol exists. Require ↵ | Brad King | 2004-04-26 | 1 | -3/+1 |
| | | | | the symbol by making the return value depend on it to force linking. | ||||
* | BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides | Bill Hoffman | 2004-04-23 | 5 | -26/+39 |
| | |||||
* | ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can ↵ | Andy Cedilnik | 2004-04-23 | 6 | -0/+348 |
| | | | | change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES | ||||
* | ENH: add verbose make abilility to visual studio 7 | Bill Hoffman | 2004-04-23 | 2 | -3/+24 |
| | |||||
* | ENH: add SUBDIR PREORDER and fix clean for non-relative paths | Bill Hoffman | 2004-04-23 | 10 | -41/+141 |
| | |||||
* | ENH: Unify with other variables | Andy Cedilnik | 2004-04-23 | 2 | -5/+6 |
| | |||||
* | ENH: allow verbose makefile flag to remove nologo from all commands so you ↵ | Bill Hoffman | 2004-04-23 | 1 | -0/+5 |
| | | | | can see them in visual studio 6 | ||||
* | ERR: Fixed unused variable assignment warning. | Brad King | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | ENH: Add DynamicAnalisys support. The old Purify is still available through ↵ | Andy Cedilnik | 2004-04-22 | 1 | -20/+109 |
| | | | | --compatibility-mode | ||||
* | BUG: fix for bug 618 | Bill Hoffman | 2004-04-22 | 2 | -0/+2 |
| | |||||
* | BUG: fix for bug 743 | Bill Hoffman | 2004-04-22 | 1 | -1/+3 |
| | |||||
* | BUG: fix for bug 607 | Bill Hoffman | 2004-04-22 | 1 | -0/+13 |
| | |||||
* | ENH: add support for static library property STATIC_LIBRARY_FLAGS | Bill Hoffman | 2004-04-22 | 4 | -9/+25 |
| | |||||
* | ENH: contribution from Ian Scott, thanks. | Bill Hoffman | 2004-04-22 | 1 | -0/+93 |
| | |||||
* | update comments | Ken Martin | 2004-04-22 | 1 | -3/+2 |
| | |||||
* | ENH: add a property for HAS_CXX to a target that will force the use of a c++ ↵ | Bill Hoffman | 2004-04-22 | 1 | -0/+4 |
| | | | | compiler in the linking of an executable that contains only c code | ||||
* | ERR: Verify that getenv returned something before using it | Andy Cedilnik | 2004-04-22 | 1 | -1/+8 |
| | |||||
* | update docs | Ken Martin | 2004-04-22 | 1 | -1/+4 |
| | |||||
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵ | Bill Hoffman | 2004-04-22 | 6 | -7/+15 |
| | | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH | ||||
* | BUG: fix bad if statements | Bill Hoffman | 2004-04-22 | 1 | -2/+2 |
| | |||||
* | BUG 178: make top level cmakelist file a source in ALL_BUILD | Bill Hoffman | 2004-04-22 | 2 | -8/+0 |
| | |||||
* | ERR: Fix install on VS71 | Andy Cedilnik | 2004-04-21 | 1 | -3/+14 |
| | |||||
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed ↵ | Brad King | 2004-04-21 | 3 | -40/+207 |
| | | | | as input. | ||||
* | add dep | Bill Hoffman | 2004-04-21 | 2 | -0/+2 |
| | |||||
* | ENH: fix for mingw | Bill Hoffman | 2004-04-21 | 1 | -405/+414 |
| | |||||
* | BUG: Put all files to manifest | Andy Cedilnik | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed check of number of arguments. | Brad King | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with ↵ | Brad King | 2004-04-21 | 2 | -1/+10 |
| | | | | REQUIRED argument and package was not found. | ||||
* | ENH: Do preinstall and postinstall script even if the target is not installed | Andy Cedilnik | 2004-04-21 | 1 | -10/+10 |
| | |||||
* | ENH: Report error and exit when the current directory is not specified | Andy Cedilnik | 2004-04-21 | 2 | -2/+19 |
| | |||||
* | BUG: Prevent crash when the current working directory cannot be established | Andy Cedilnik | 2004-04-21 | 1 | -1/+6 |
| | |||||
* | BUG: If the line ends without new-line character, Split should still return ↵ | Andy Cedilnik | 2004-04-20 | 1 | -5/+2 |
| | | | | something | ||||
* | RNH: Support NoDartCoverage in the binary directorory | Andy Cedilnik | 2004-04-19 | 1 | -2/+27 |
| | |||||
* | ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵ | Brad King | 2004-04-19 | 2 | -6/+29 |
| | | | | the cmake configure step if the package is not found. | ||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 9 | -2/+64 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: Add support for adding object files and sources. This way you can use ↵ | Andy Cedilnik | 2004-04-18 | 2 | -9/+48 |
| | | | | external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file | ||||
* | better args handling for -I options | Ken Martin | 2004-04-16 | 1 | -0/+5 |
| | |||||
* | better args handling for -I option | Ken Martin | 2004-04-16 | 2 | -15/+36 |
| | |||||
* | ENH: Better reporting of what tests failed and write a file with failed tests | Andy Cedilnik | 2004-04-16 | 1 | -4/+16 |
| | |||||
* | BUG: fix for bug 91 | Bill Hoffman | 2004-04-16 | 1 | -2/+23 |
| | |||||
* | ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when ↵ | Andy Cedilnik | 2004-04-15 | 1 | -3/+6 |
| | | | | deleting something, it does not stop at the beginning of line | ||||
* | BUG: Prevent deleting not existing variables and therefore prevent crash. ↵ | Andy Cedilnik | 2004-04-15 | 1 | -1/+1 |
| | | | | Fixes: Bug #750 - CCMake crashes when deleting all variables | ||||
* | ENH: Add test for REMOVE_DEFINITION | Andy Cedilnik | 2004-04-15 | 12 | -33/+63 |
| |