summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: Fix bootstrap build after previous change to signature of AddRuleHash.Brad King2008-06-031-2/+2
* BUG: Include less content as input to "rule hash" computation.Brad King2008-06-031-18/+3
* ENH: Introduce "rule hashes" to help rebuild files when rules change.Brad King2008-06-021-0/+149
* BUG: Fix crash on repeated configure steps and exported targets.Brad King2008-05-271-10/+17
* BUG: Make sure all source files are found before generating.Brad King2008-05-121-0/+34
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-1/+0
* BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set.Brad King2008-03-041-3/+1
* ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj...Brad King2008-02-141-0/+27
* ENH: Analyze inter-target dependencies to safely fix cyclesBrad King2008-02-061-138/+14
* ENH: really Bill, using Ken's checkout, fix output in ctest so clean output i...Ken Martin2008-02-011-6/+39
* ENH: remove a const castBill Hoffman2008-01-311-1/+1
* ENH: remove constBill Hoffman2008-01-311-15/+15
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-3/+59
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-2/+1
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-28/+9
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-1/+42
* ENH: Add a dependency from the PACKAGE target to the ALL target so that "make...David Cole2007-12-311-0/+9
* COMP: Fix build on VS6.Brad King2007-12-241-1/+5
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-54/+123
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-7/+0
* STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.Brad King2007-11-201-1/+3
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+18
* ENH: add f stuff to avoid warningsBill Hoffman2007-11-131-3/+3
* ENH: add guess progress for first time configuring a project.Bill Hoffman2007-11-131-0/+32
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-0/+22
* STYLE: the temporary variable is not necessaryAlexander Neundorf2007-08-311-3/+1
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-311-2/+4
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-2/+3
* ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...David Cole2007-08-221-2/+5
* COMP: include windows.h first, as it is done in the other source filesAlexander Neundorf2007-08-171-6/+4
* COMP: quick windows name mangling fix (otherwise the compiler complains about...Alexander Neundorf2007-08-161-0/+2
* ENH: move the code for the NOTFOUND checking into its own function, soAlexander Neundorf2007-08-161-60/+88
* STYLE: I think the comment (and the book) were wrong about the naming ofAlexander Neundorf2007-08-071-1/+1
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-91/+59
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-5/+7
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-171-0/+3
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-121-11/+31
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-111-31/+11
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-111-11/+31
* COMP: fix warning about unused parameterAlexander Neundorf2007-06-281-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* ENH: use CMAKE_SYSTEM instead of CMAKE_SYSTEM_NAME, sinceAlexander Neundorf2007-06-261-2/+2
* COMP: fix broken tests for nowAlexander Neundorf2007-06-261-3/+3
* ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to loadAlexander Neundorf2007-06-261-2/+2
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-2/+40
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-23/+17
* STYLE: minor fixesAlexander Neundorf2007-06-151-0/+4
* COMP: remove warning about unused variableAlexander Neundorf2007-06-121-1/+1
* STYLE: add a comment about SetLanguageEnabled()Alexander Neundorf2007-06-111-0/+7