summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBSAlexander Neundorf2007-06-263-1/+20
* ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to loadAlexander Neundorf2007-06-261-2/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-06-261-1/+1
* COMP: fix warningsKen Martin2007-06-252-0/+8
* STYLE: Nightly Version updateAndy Cedilnik2007-06-251-1/+1
* ENH: added the ability to document variables and cached_variablesKen Martin2007-06-257-74/+42
* ENH: added cmGetPropertyCommandKen Martin2007-06-252-0/+233
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-256-66/+120
* STYLE: Nightly Version updateAndy Cedilnik2007-06-241-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-231-1/+1
* 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-211-0/+16
* 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: Nightly Version updateAndy Cedilnik2007-06-181-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-1832-1198/+1370
* 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: Nightly Version updateAndy Cedilnik2007-06-151-1/+1
* STYLE: fix typoAlexander Neundorf2007-06-141-1/+1
* 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 comment about the -D -P order and fix typo in docAlexander Neundorf2007-06-142-2/+3
* STYLE: Nightly Version updateAndy Cedilnik2007-06-141-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-06-141-1/+1
* 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
* BUG: Never return a string containing a space " " from cmCTest::GetShortPathT...David Cole2007-06-121-0/+1
* ENH: remove non/scriptable cmake commands from the script handler in ctest,Alexander Neundorf2007-06-123-0/+33
* ENH: make sure working directory is setBill Hoffman2007-06-121-2/+6