summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix rule hash persistence file generationBrad King2010-02-121-4/+14
* Simplify CMake self-install special caseBrad King2009-12-101-13/+4
* Avoid non-root copies of root-only targetsBrad King2009-10-061-0/+12
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-18/+13
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-3/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Speed up graph traversal for project->targets mapBrad King2009-09-021-8/+6
* No /fast targets in try_compile project modeBrad King2009-08-041-2/+2
* Fix recursive try_compile callsBrad King2009-08-031-3/+15
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-1/+6
* ENH: Generate a central list of target directoriesBrad King2009-03-091-25/+11
* ENH: Extend GG::Build method for pre-parsed argsBrad King2009-03-041-3/+12
* ENH: Enforce unique binary directoriesBrad King2009-02-271-0/+4
* BUG: Fix logic of LabelFiles.txt generationBrad King2009-02-121-0/+1
* ENH: Define target and source property LABELSBrad King2009-02-101-0/+90
* COMP: Fix rule hash code during bootstrapBrad King2009-02-021-2/+1
* ENH: Refactor custom command rule hashingBrad King2009-02-021-10/+5
* BUG: fix package_source targetBill Hoffman2008-11-101-1/+1
* BUG: 4244, add a --build option to cmake that can build projects configured b...Bill Hoffman2008-10-151-4/+7
* STYLE: fix hidden variable warningBill Hoffman2008-10-011-2/+2
* BUG: fix for 7738, allow for spaces in the package target path to CPackConfig...Bill Hoffman2008-10-011-14/+23
* ENH: Make dir content cache work during configureBrad King2008-09-221-0/+1
* ENH: Simplify NOTFOUND variable checkBrad King2008-09-151-1/+2
* BUG: fix for 7496, do not just report configure done when there is an error d...Bill Hoffman2008-08-191-1/+6
* BUG: Fix crash on circular target dependenciesBrad King2008-08-061-1/+4
* BUG: fix for bug 7427, preinstall target name hard codedBill Hoffman2008-07-301-1/+1
* BUG: Fix try_compile during EnableLanguageBrad King2008-07-161-9/+32
* COMP: fix warningBill Hoffman2008-07-051-1/+1
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-1/+1
* BUG: -fail with error if the CMake<LANG>Information.cmake file wasn't foundAlexander Neundorf2008-06-101-8/+24
* 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-051-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-301-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