Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-11-01 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup of install component list. There was already the list in the ↵ | Andy Cedilnik | 2006-10-31 | 4 | -23/+1 |
| | | | | global generator. Use that one | ||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-31 | 1 | -1/+2 |
| | |||||
* | ENH: Add support for displaying the list of components | Andy Cedilnik | 2006-10-30 | 4 | -3/+59 |
| | |||||
* | ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987. | Brad King | 2006-10-30 | 1 | -0/+118 |
| | |||||
* | ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵ | Bill Hoffman | 2006-10-30 | 5 | -21/+35 |
| | | | | faults | ||||
* | ENH: Added test case for bug#3966. | Brad King | 2006-10-30 | 3 | -0/+33 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-10-30 | 1 | -1/+1 |
| | |||||
* | ENH: More documentation | Andy Cedilnik | 2006-10-27 | 1 | -0/+3 |
| | |||||
* | ENH: Add support for libjvm | Andy Cedilnik | 2006-10-27 | 1 | -0/+17 |
| | |||||
* | ENH: remove JavaEmbedding | Bill Hoffman | 2006-10-27 | 1 | -7/+4 |
| | |||||
* | ENH: fix warnings on windows paths | Bill Hoffman | 2006-10-27 | 1 | -6/+6 |
| | |||||
* | ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the ↵ | Brad King | 2006-10-26 | 2 | -69/+71 |
| | | | | command. Re-implemented argument parsing to be simpler and more robust. | ||||
* | STYLE: Fix typo | Andy Cedilnik | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | BUG: When writing newlines between script portions in prebuild, prelink, and ↵ | Brad King | 2006-10-26 | 1 | -3/+3 |
| | | | | postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977. | ||||
* | COMP: Remove unused variable. | Brad King | 2006-10-25 | 1 | -1/+0 |
| | |||||
* | BUG: Adjust prebuild/prelink/postbuild script construction to account for ↵ | Brad King | 2006-10-25 | 2 | -10/+21 |
| | | | | ConstructScript no longer producing trailing newlines. This addresses bug#3977. | ||||
* | BUG: Avoid leading and trailing newlines in custom command scripts because ↵ | Brad King | 2006-10-25 | 1 | -6/+12 |
| | | | | some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977. | ||||
* | ENH: Re-enabling # escape test now that it is implemented everywhere. | Brad King | 2006-10-25 | 1 | -4/+4 |
| | |||||
* | ENH: Adding support for # escape in Watcom WMake. | Brad King | 2006-10-25 | 6 | -5/+49 |
| | |||||
* | BUG: EQUAL -> STREQUAL for string comparison. | Brad King | 2006-10-25 | 1 | -3/+3 |
| | |||||
* | BUG: It cannot be an error if the values do not convert. The docs say that ↵ | Brad King | 2006-10-25 | 1 | -17/+4 |
| | | | | if the values do not convert the test is false. | ||||
* | BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be ↵ | Brad King | 2006-10-25 | 1 | -3/+23 |
| | | | | converted to numbers. Also force the conversion results to be stored in memory to make sure they both use the same precision. This addresses bug#3966. | ||||
* | COMP: Remove unnecessary provocation | Andy Cedilnik | 2006-10-25 | 1 | -9/+6 |
| | |||||
* | BUG: Attempt to fix the test | Andy Cedilnik | 2006-10-25 | 1 | -2/+2 |
| | |||||
* | STYLE: Fix line length | Andy Cedilnik | 2006-10-25 | 1 | -1/+2 |
| | |||||
* | BUG: honor the REQUIRED flag for Perl, please backport to 2.4 branch so that | Alexander Neundorf | 2006-10-24 | 1 | -0/+4 |
| | | | | | | it will be in 2.4.4 Alex | ||||
* | BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is ↵ | Andy Cedilnik | 2006-10-24 | 1 | -1/+1 |
| | | | | no line at the end of the file. This will fix the coverage code complaining about it | ||||
* | ENH: remove failing test | Bill Hoffman | 2006-10-24 | 1 | -3/+3 |
| | |||||
* | ENH: fix more doxygen issues | Bill Hoffman | 2006-10-24 | 1 | -14/+5 |
| | |||||
* | ENH: remove JavaEmbedding framework | Bill Hoffman | 2006-10-24 | 1 | -4/+1 |
| | |||||
* | BUG: Disable testing of # escapes until it can be implemented for Watcom WMake. | Brad King | 2006-10-24 | 1 | -4/+4 |
| | |||||
* | BUG: fix #3955: add -O2 by default but only if no special buildtype is set | Alexander Neundorf | 2006-10-23 | 1 | -4/+10 |
| | | | | Alex | ||||
* | ENH: Added # character for shell escaping. | Brad King | 2006-10-23 | 2 | -1/+5 |
| | |||||
* | ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway. | Brad King | 2006-10-23 | 3 | -27/+0 |
| | |||||
* | BUG: Do not display cmake -E usage when any old command line error occurs. | Brad King | 2006-10-23 | 1 | -1/+0 |
| | |||||
* | ENH: put in backwards compatibility for older cmake | Bill Hoffman | 2006-10-23 | 1 | -6/+14 |
| | |||||
* | ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name ↵ | Brad King | 2006-10-23 | 3 | -0/+27 |
| | | | | IS_NEWER_THAN so old syntax will continue to work. | ||||
* | ENH: remove broken test | Bill Hoffman | 2006-10-22 | 1 | -6/+9 |
| | |||||
* | COMP: Fixed typo: CMAKE_TEST_CMAKELIB -> COMPLEX_TEST_CMAKELIB. | Brad King | 2006-10-22 | 3 | -15/+15 |
| | |||||
* | ENH: Remove old include dirs. | Brad King | 2006-10-19 | 1 | -1/+0 |
| | |||||
* | COMP: Fix for building without system xmlrpc installed. | Brad King | 2006-10-19 | 1 | -1/+1 |
| | |||||
* | ENH: Adding option to use system-installed third-party libraries. This ↵ | Brad King | 2006-10-19 | 1 | -1/+12 |
| | | | | addresses bug#3653. | ||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 18 | -73/+322 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | ENH: Adding CMAKE_DEPENDENT_OPTION macro. | Brad King | 2006-10-19 | 1 | -0/+37 |
| | |||||
* | ENH: Added explicit name for option to test CMakeLib. Added option to ↵ | Brad King | 2006-10-19 | 12 | -30/+60 |
| | | | | disable testing of CMakeLib if system utility libraries are used until linking made easier. | ||||
* | ENH: Find module for XMLRPC libraries. | Brad King | 2006-10-19 | 1 | -0/+134 |
| | |||||
* | ENH: Find module for EXPAT library. | Brad King | 2006-10-19 | 1 | -0/+38 |
| | |||||
* | ENH: Find module for CURL library. | Brad King | 2006-10-19 | 1 | -0/+38 |
| | |||||
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 7 | -6/+93 |
| |