summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all argu...Andy Cedilnik2004-04-295-1/+87
* ENH: Add RANGE support to FOREACHAndy Cedilnik2004-04-293-2/+103
* BUG: Add a safety check so that you cannot send cmOStringStream.str() to othe...Andy Cedilnik2004-04-292-5/+8
* BUG: Most of time when asking if file exists, we actually want to read it... ...Andy Cedilnik2004-04-291-3/+3
* ENH: remove warningBill Hoffman2004-04-291-0/+1
* ENH: remove warningsBill Hoffman2004-04-292-3/+2
* BUG: fix crash from bug id 806Bill Hoffman2004-04-291-0/+3
* ENH: remove warningBill Hoffman2004-04-281-1/+1
* BUG: fix for bug 121 add some docs for MFC flagBill Hoffman2004-04-282-1/+12
* BUG: fix for bug 116 platform files can now specify directories that should n...Bill Hoffman2004-04-282-1/+16
* ENH: make test driver more flexible by using a configured file instead of gen...Bill Hoffman2004-04-283-156/+213
* ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - Ad...Andy Cedilnik2004-04-283-0/+18
* ENH: Encode object files with funny characters in the name. It should fix Bug...Andy Cedilnik2004-04-282-4/+53
* ENH: add a test for EQUAL in ifBill Hoffman2004-04-286-0/+78
* ENH: More special casesAndy Cedilnik2004-04-282-0/+7
* ENH: fixes for optional flag arguments to check include macrosBill Hoffman2004-04-282-5/+15
* BUG: fix logic in EQUAL if testBill Hoffman2004-04-281-1/+1
* BUG: fix for bug 80, check include cxx now has an optional argument that can ...Bill Hoffman2004-04-281-0/+11
* ENH: add a numeric EQUAL to the IF statment, very useful for variable argumen...Bill Hoffman2004-04-282-1/+14
* ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to GET_TARGET_...Andy Cedilnik2004-04-272-4/+48
* ENH: GetSafeDefinition is now in cmMakefileAndy Cedilnik2004-04-274-77/+54
* ENH: Add method to get definition even if it does not existsAndy Cedilnik2004-04-272-0/+11
* ERR: Remove warnings from testsAndy Cedilnik2004-04-272-0/+10
* BUG: Fix aus source dir and add better testing of itAndy Cedilnik2004-04-279-12/+69
* WRN: remove warningsBill Hoffman2004-04-272-8/+15
* ENH: Another one of those nasty hex numbers in the ctest outputAndy Cedilnik2004-04-261-1/+3
* ENH: Add extra test filesAndy Cedilnik2004-04-262-0/+14
* 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