summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* STYLE: Nightly Version updateAndy Cedilnik2007-06-241-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-231-1/+1
* ENH: remove old style release stuffBill Hoffman2007-06-2218-1486/+17
* ENH: add support for BlueGene/LAlexander Neundorf2007-06-223-2/+29
* ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet workingAlexander Neundorf2007-06-225-45/+56
* ENH: put compatibility commands in extra section and prepare for creatingAlexander Neundorf2007-06-224-7/+128
* ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the targetAlexander Neundorf2007-06-213-0/+23
* STYLE: add some more output, so it is easier to understandAlexander Neundorf2007-06-211-5/+10
* BUG: handle dependencies to imported targets better: don't create aAlexander Neundorf2007-06-212-3/+3
* STYLE: Nightly Version updateAndy Cedilnik2007-06-211-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-211-1/+1
* STYLE: GetProjectName() is constAlexander Neundorf2007-06-211-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-201-1/+1
* COMP: fix build under windowsAlexander Neundorf2007-06-191-1/+1
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-197-3/+565
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-199-49/+71
* COMP: Work-around warning about static specifier on HP compiler.Brad King2007-06-191-1/+1
* STYLE: use IF(NOT ...) and remove MARK_AS_ADVANCED() for variables which areAlexander Neundorf2007-06-181-10/+6
* STYLE: Nightly Version updateAndy Cedilnik2007-06-181-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-1833-1198/+1371
* ENH: NSIS exists also for Linux, not only Windows, so enable it there tooAlexander Neundorf2007-06-182-6/+12
* STYLE: Nightly Version updateAndy Cedilnik2007-06-181-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-171-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-161-1/+1
* COMP: include cmExternalMakefileProjectGenerator.hAlexander Neundorf2007-06-151-0/+1
* STYLE: minor fixesAlexander Neundorf2007-06-154-6/+9
* COMP: forgot to commit this oneAlexander Neundorf2007-06-151-0/+3
* STYLE: remove code duplication between PrepareScriptReference andAlexander Neundorf2007-06-151-92/+61
* BUG: don't strip static libraries, it removes their symbol table, dynamicAlexander Neundorf2007-06-152-11/+17
* BUG: don't run strip on OPTIONAL install targets if the file doesn't existAlexander Neundorf2007-06-152-18/+34
* STYLE: add some more line breaks so it should be easier to readAlexander Neundorf2007-06-151-6/+6
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-158-130/+113
* STYLE: use a macro for generating the documentationAlexander Neundorf2007-06-151-97/+37
* COMP: big timeout for building kdelibsAlexander Neundorf2007-06-151-0/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-151-1/+1
* STYLE: fix typoAlexander Neundorf2007-06-141-1/+1
* ENH: add test for buildingn kdelibs alpha1 (http://websvn.kde.org/tags/KDE/3....Alexander Neundorf2007-06-141-0/+5
* ENH: add more verbose outputBill Hoffman2007-06-143-0/+16
* ENH: support 7zip for creating zip files (not 7z files)Alexander Neundorf2007-06-142-1/+28
* STYLE: add man page for cpackAlexander Neundorf2007-06-141-0/+18
* STYLE: add comment about the -D -P order and fix typo in docAlexander Neundorf2007-06-142-2/+3
* COMP: removing the directory at the beginning breaks the test for in-sourceAlexander Neundorf2007-06-141-1/+0
* STYLE: Nightly Version updateAndy Cedilnik2007-06-141-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-141-1/+1
* COMP: fix test, in some cases stdout from bar was not captured correctly,Alexander Neundorf2007-06-132-13/+32
* STYLE: add documentation for FILE(REMOVE ...) and FILE(REMOVE_RECURSE ...)Alexander Neundorf2007-06-131-4/+8
* COMP: include cmStandardIncludes.h instead of <vector> and <string>, thisAlexander Neundorf2007-06-131-2/+1
* BUG: make MARK_AS_ADVANCED() scriptable, because this is the only reasonAlexander Neundorf2007-06-131-2/+11
* STYLE: Nightly Version updateAndy Cedilnik2007-06-121-1/+1
* ENH: first include the processor specific file, then the compiler file, thisAlexander Neundorf2007-06-122-22/+24