summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix for bug id 27, add a signal handler for crashes in loaded commandsBill Hoffman2004-04-261-3/+49
* ENH: When source file is in subdirectory put object file in subdirectory. Fix...Andy Cedilnik2004-04-264-10/+31
* ENH: Add TCL_FOUNDAndy Cedilnik2004-04-261-0/+10
* ENH: With new install framework we don't need install-sh any moreAndy Cedilnik2004-04-262-252/+0
* ENH:Add test for GET/SET_DIRECTORY_PROPERTYAndy Cedilnik2004-04-262-1/+25
* BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still runningAndy Cedilnik2004-04-262-0/+8
* added tests for var args with macrosKen Martin2004-04-266-0/+57
* macros now support varargsKen Martin2004-04-262-3/+37
* BUG#682: Adding environment variable check to FIND_PACKAGE command.Brad King2004-04-263-0/+20
* STYLE: Removed trailing whitespace.Brad King2004-04-261-24/+24
* BUG#502: Do not let optimizing compilers think the symbol exists. Require th...Brad King2004-04-261-3/+1
* BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in idesBill Hoffman2004-04-235-26/+39
* ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change...Andy Cedilnik2004-04-236-0/+348
* ENH: add verbose make abilility to visual studio 7Bill Hoffman2004-04-232-3/+24
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-2310-41/+141
* ENH: Unify with other variablesAndy Cedilnik2004-04-232-5/+6
* ENH: allow verbose makefile flag to remove nologo from all commands so you ca...Bill Hoffman2004-04-231-0/+5
* ERR: Fixed unused variable assignment warning.Brad King2004-04-231-1/+1
* ENH: Add DynamicAnalisys support. The old Purify is still available through -...Andy Cedilnik2004-04-221-20/+109
* BUG: fix for bug 618Bill Hoffman2004-04-222-0/+2
* BUG: fix for bug 743Bill Hoffman2004-04-221-1/+3
* BUG: fix for bug 607Bill Hoffman2004-04-221-0/+13
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-224-9/+25
* ENH: contribution from Ian Scott, thanks.Bill Hoffman2004-04-221-0/+93
* update commentsKen Martin2004-04-221-3/+2
* ENH: add a property for HAS_CXX to a target that will force the use of a c++ ...Bill Hoffman2004-04-221-0/+4
* ERR: Verify that getenv returned something before using itAndy Cedilnik2004-04-221-1/+8
* update docsKen Martin2004-04-221-1/+4
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...Bill Hoffman2004-04-226-7/+15
* BUG: fix bad if statementsBill Hoffman2004-04-221-2/+2
* BUG 178: make top level cmakelist file a source in ALL_BUILDBill Hoffman2004-04-222-8/+0
* ERR: Fix install on VS71Andy Cedilnik2004-04-211-3/+14
* ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as...Brad King2004-04-213-40/+207
* add depBill Hoffman2004-04-212-0/+2
* ENH: fix for mingwBill Hoffman2004-04-211-405/+414
* BUG: Put all files to manifestAndy Cedilnik2004-04-211-1/+1
* BUG: Fixed check of number of arguments.Brad King2004-04-211-1/+1
* ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with REQ...Brad King2004-04-212-1/+10
* ENH: Do preinstall and postinstall script even if the target is not installedAndy Cedilnik2004-04-211-10/+10
* ENH: Report error and exit when the current directory is not specifiedAndy Cedilnik2004-04-212-2/+19
* BUG: Prevent crash when the current working directory cannot be establishedAndy Cedilnik2004-04-211-1/+6
* BUG: If the line ends without new-line character, Split should still return s...Andy Cedilnik2004-04-201-5/+2
* RNH: Support NoDartCoverage in the binary directororyAndy Cedilnik2004-04-191-2/+27
* ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate t...Brad King2004-04-192-6/+29
* ENH: Add check for infinite loops. Make sure that files written using WRITE_F...Andy Cedilnik2004-04-189-2/+64
* ENH: Add support for adding object files and sources. This way you can use ex...Andy Cedilnik2004-04-182-9/+48
* better args handling for -I optionsKen Martin2004-04-161-0/+5
* better args handling for -I optionKen Martin2004-04-162-15/+36
* ENH: Better reporting of what tests failed and write a file with failed testsAndy Cedilnik2004-04-161-4/+16
* BUG: fix for bug 91Bill Hoffman2004-04-161-2/+23