| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 32 | -1198/+1370 |
|
|
* | ENH: NSIS exists also for Linux, not only Windows, so enable it there too | Alexander Neundorf | 2007-06-18 | 2 | -6/+12 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-18 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-17 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-16 | 1 | -1/+1 |
|
|
* | COMP: include cmExternalMakefileProjectGenerator.h | Alexander Neundorf | 2007-06-15 | 1 | -0/+1 |
|
|
* | STYLE: minor fixes | Alexander Neundorf | 2007-06-15 | 4 | -6/+9 |
|
|
* | COMP: forgot to commit this one | Alexander Neundorf | 2007-06-15 | 1 | -0/+3 |
|
|
* | STYLE: remove code duplication between PrepareScriptReference and | Alexander Neundorf | 2007-06-15 | 1 | -92/+61 |
|
|
* | BUG: don't strip static libraries, it removes their symbol table, dynamic | Alexander Neundorf | 2007-06-15 | 2 | -11/+17 |
|
|
* | BUG: don't run strip on OPTIONAL install targets if the file doesn't exist | Alexander Neundorf | 2007-06-15 | 2 | -18/+34 |
|
|
* | STYLE: add some more line breaks so it should be easier to read | Alexander Neundorf | 2007-06-15 | 1 | -6/+6 |
|
|
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 8 | -130/+113 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-15 | 1 | -1/+1 |
|
|
* | STYLE: fix typo | Alexander Neundorf | 2007-06-14 | 1 | -1/+1 |
|
|
* | ENH: add more verbose output | Bill Hoffman | 2007-06-14 | 3 | -0/+16 |
|
|
* | ENH: support 7zip for creating zip files (not 7z files) | Alexander Neundorf | 2007-06-14 | 2 | -1/+28 |
|
|
* | STYLE: add comment about the -D -P order and fix typo in doc | Alexander Neundorf | 2007-06-14 | 2 | -2/+3 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-14 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-14 | 1 | -1/+1 |
|
|
* | STYLE: add documentation for FILE(REMOVE ...) and FILE(REMOVE_RECURSE ...) | Alexander Neundorf | 2007-06-13 | 1 | -4/+8 |
|
|
* | COMP: include cmStandardIncludes.h instead of <vector> and <string>, this | Alexander Neundorf | 2007-06-13 | 1 | -2/+1 |
|
|
* | BUG: make MARK_AS_ADVANCED() scriptable, because this is the only reason | Alexander Neundorf | 2007-06-13 | 1 | -2/+11 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-12 | 1 | -1/+1 |
|
|
* | BUG: Never return a string containing a space " " from cmCTest::GetShortPathT... | David Cole | 2007-06-12 | 1 | -0/+1 |
|
|
* | ENH: remove non/scriptable cmake commands from the script handler in ctest, | Alexander Neundorf | 2007-06-12 | 3 | -0/+33 |
|
|
* | ENH: make sure working directory is set | Bill Hoffman | 2007-06-12 | 1 | -2/+6 |
|
|
* | STYLE: remove argument bool fast, it was unused | Alexander Neundorf | 2007-06-12 | 2 | -28/+23 |
|
|
* | COMP: remove warning about unused variable | Alexander Neundorf | 2007-06-12 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-11 | 1 | -1/+1 |
|
|
* | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 1 | -0/+7 |
|
|
* | BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ... | David Cole | 2007-06-11 | 2 | -12/+21 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 2 | -13/+41 |
|
|
* | STYLE: determineLanguageCalled removed, now the conditional code is directly | Alexander Neundorf | 2007-06-11 | 1 | -8/+4 |
|
|
* | STYLE: Removed unused reference to cmMakeDepend. | Brad King | 2007-06-11 | 5 | -6/+1 |
|
|
* | BUG: More problems with cmMakefile copy-constructor. It seems the regular ex... | Brad King | 2007-06-11 | 2 | -6/+10 |
|
|
* | ENH: enable cvs or svn support if the source has the CVS/.svn subdirs | Alexander Neundorf | 2007-06-10 | 1 | -0/+14 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-10 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-09 | 1 | -1/+1 |
|
|
* | BUG: Copy constructor needs to copy regular expression members. | Brad King | 2007-06-08 | 1 | -0/+3 |
|
|
* | ENH: fail if an unknown target is listed | Alexander Neundorf | 2007-06-08 | 1 | -12/+32 |
|
|
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 4 | -45/+70 |
|
|
* | BUG: fix timeout bug with global timeouts such as DART_TESTING_TIMEOUT | Ken Martin | 2007-06-08 | 1 | -2/+3 |
|
|
* | BUG: Fixed spelling and formatting of new documentation. | Brad King | 2007-06-08 | 1 | -9/+9 |
|
|
* | COMP: less warnings | Alexander Neundorf | 2007-06-08 | 2 | -1/+4 |
|
|
* | ENH: use new covbr that does not stop on error | Bill Hoffman | 2007-06-08 | 2 | -62/+139 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 16 | -356/+947 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-08 | 1 | -1/+1 |
|
|
* | STYLE: fix typo (bug #5115) | Alexander Neundorf | 2007-06-08 | 1 | -1/+1 |
|
|
* | STYLE: add documentation for CMAKE_FIND_ROOT_PATH | Alexander Neundorf | 2007-06-07 | 1 | -0/+16 |
|
|