Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: add missing install file | Bill Hoffman | 2004-04-30 | 1 | -0/+1 |
| | |||||
* | ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ↵ | Brad King | 2004-04-29 | 1 | -0/+17 |
| | | | | -no_implicit_include for the Compaq compiler on OSF. | ||||
* | ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵ | Andy Cedilnik | 2004-04-29 | 5 | -1/+87 |
| | | | | arguments and ARGN is the list of all nonexpected arguments | ||||
* | ENH: Add RANGE support to FOREACH | Andy Cedilnik | 2004-04-29 | 3 | -2/+103 |
| | |||||
* | BUG: Add a safety check so that you cannot send cmOStringStream.str() to ↵ | Andy Cedilnik | 2004-04-29 | 2 | -5/+8 |
| | | | | other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly | ||||
* | BUG: Most of time when asking if file exists, we actually want to read it... ↵ | Andy Cedilnik | 2004-04-29 | 1 | -3/+3 |
| | | | | Should fix Bug #809 - FIND_INCLUDE should check readability | ||||
* | ENH: remove warning | Bill Hoffman | 2004-04-29 | 1 | -0/+1 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2004-04-29 | 2 | -3/+2 |
| | |||||
* | BUG: fix crash from bug id 806 | Bill Hoffman | 2004-04-29 | 1 | -0/+3 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 121 add some docs for MFC flag | Bill Hoffman | 2004-04-28 | 2 | -1/+12 |
| | |||||
* | BUG: fix for bug 116 platform files can now specify directories that should ↵ | Bill Hoffman | 2004-04-28 | 2 | -1/+16 |
| | | | | not be added by CMAKE | ||||
* | ENH: make test driver more flexible by using a configured file instead of ↵ | Bill Hoffman | 2004-04-28 | 3 | -156/+213 |
| | | | | generating all the code. fixes bug 28 | ||||
* | ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵ | Andy Cedilnik | 2004-04-28 | 3 | -0/+18 |
| | | | | Add auto preload file support in CMake | ||||
* | ENH: Encode object files with funny characters in the name. It should fix ↵ | Andy Cedilnik | 2004-04-28 | 2 | -4/+53 |
| | | | | Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs | ||||
* | ENH: add a test for EQUAL in if | Bill Hoffman | 2004-04-28 | 6 | -0/+78 |
| | |||||
* | ENH: More special cases | Andy Cedilnik | 2004-04-28 | 2 | -0/+7 |
| | |||||
* | ENH: fixes for optional flag arguments to check include macros | Bill Hoffman | 2004-04-28 | 2 | -5/+15 |
| | |||||
* | BUG: fix logic in EQUAL if test | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 80, check include cxx now has an optional argument that can ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+11 |
| | | | | is added to the cxx flags | ||||
* | ENH: add a numeric EQUAL to the IF statment, very useful for variable ↵ | Bill Hoffman | 2004-04-28 | 2 | -1/+14 |
| | | | | arguments in MACROS | ||||
* | ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to ↵ | Andy Cedilnik | 2004-04-27 | 2 | -4/+48 |
| | | | | GET_TARGET_PROPERTY location of target | ||||
* | ENH: GetSafeDefinition is now in cmMakefile | Andy Cedilnik | 2004-04-27 | 4 | -77/+54 |
| | |||||
* | ENH: Add method to get definition even if it does not exists | Andy Cedilnik | 2004-04-27 | 2 | -0/+11 |
| | |||||
* | ERR: Remove warnings from tests | Andy Cedilnik | 2004-04-27 | 2 | -0/+10 |
| | |||||
* | BUG: Fix aus source dir and add better testing of it | Andy Cedilnik | 2004-04-27 | 9 | -12/+69 |
| | |||||
* | WRN: remove warnings | Bill Hoffman | 2004-04-27 | 2 | -8/+15 |
| | |||||
* | ENH: Another one of those nasty hex numbers in the ctest output | Andy Cedilnik | 2004-04-26 | 1 | -1/+3 |
| | |||||
* | ENH: Add extra test files | Andy Cedilnik | 2004-04-26 | 2 | -0/+14 |
| | |||||
* | ENH: fix for bug id 27, add a signal handler for crashes in loaded commands | Bill Hoffman | 2004-04-26 | 1 | -3/+49 |
| | |||||
* | ENH: When source file is in subdirectory put object file in subdirectory. ↵ | Andy Cedilnik | 2004-04-26 | 4 | -10/+31 |
| | | | | Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories | ||||
* | ENH: Add TCL_FOUND | Andy Cedilnik | 2004-04-26 | 1 | -0/+10 |
| | |||||
* | 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 |
| |