| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 33 | -1198/+1371 |
|
|
* | 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: use a macro for generating the documentation | Alexander Neundorf | 2007-06-15 | 1 | -97/+37 |
|
|
* | COMP: big timeout for building kdelibs | Alexander Neundorf | 2007-06-15 | 1 | -0/+1 |
|
|
* | 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 test for buildingn kdelibs alpha1 (http://websvn.kde.org/tags/KDE/3.... | Alexander Neundorf | 2007-06-14 | 1 | -0/+5 |
|
|
* | 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 man page for cpack | Alexander Neundorf | 2007-06-14 | 1 | -0/+18 |
|
|
* | STYLE: add comment about the -D -P order and fix typo in doc | Alexander Neundorf | 2007-06-14 | 2 | -2/+3 |
|
|
* | COMP: removing the directory at the beginning breaks the test for in-source | Alexander Neundorf | 2007-06-14 | 1 | -1/+0 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-14 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-14 | 1 | -1/+1 |
|
|
* | COMP: fix test, in some cases stdout from bar was not captured correctly, | Alexander Neundorf | 2007-06-13 | 2 | -13/+32 |
|
|
* | 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 |
|
|
* | ENH: first include the processor specific file, then the compiler file, this | Alexander Neundorf | 2007-06-12 | 2 | -22/+24 |
|
|
* | 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 |
|
|
* | ENH: remove test | Bill Hoffman | 2007-06-11 | 1 | -9/+11 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-11 | 1 | -1/+1 |
|
|
* | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 2 | -0/+15 |
|
|
* | 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 | 8 | -37/+58 |
|
|
* | BUG: Fixed name of variable used to check version of uic executable. | Brad King | 2007-06-11 | 1 | -1/+1 |
|
|
* | ENH: add ConvLib test back for some time | Bill Hoffman | 2007-06-11 | 1 | -9/+9 |
|
|
* | STYLE: determineLanguageCalled removed, now the conditional code is directly | Alexander Neundorf | 2007-06-11 | 1 | -8/+4 |
|
|
* | ENH: Re-arranged code to test adding a custom command to generate a source fi... | Brad King | 2007-06-11 | 1 | -12/+9 |
|
|
* | 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 |
|
|