summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-1/+4
|\
| * try_compile: Allow only languages loaded in caller (#11469)Brad King2011-01-241-1/+4
* | Remove unused GLOBAL_TARGET generation codeBrad King2010-12-131-2/+1
* | Merge branch 'vs-target-dependencies' into imported-target-dependenciesBrad King2010-11-191-1/+2
|\ \
| * | Record edge type in global dependency graphBrad King2010-11-181-1/+2
* | | Don't disable colors in the CodeBlocks generator and minor cleanup.Alex Neundorf2010-11-111-1/+0
* | | Remove trailing whitespaceAlex Neundorf2010-11-111-22/+22
|/ /
* | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+3
|\ \
| * | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+3
| |/
* | Merge topic 'vs-utility-depends'Brad King2010-08-311-0/+2
|\ \
| * | Factor out global generator ComputeTargetDepends methodBrad King2010-08-241-0/+2
| |/
* | Restore GetTargetDirectDepends const returnBrad King2010-08-251-1/+1
|/
* Fix rule hash persistence file generationBrad King2010-02-121-0/+2
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-0/+4
* Avoid non-root copies of root-only targetsBrad King2009-10-061-0/+1
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-7/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* No /fast targets in try_compile project modeBrad King2009-08-041-1/+1
* Fix recursive try_compile callsBrad King2009-08-031-1/+1
* ENH: make sure GUIDs for filters are cachedBill Hoffman2009-07-171-1/+3
* BUG: Fix Xcode linker languageBrad King2009-07-101-3/+3
* ENH: Generate a central list of target directoriesBrad King2009-03-091-2/+2
* ENH: Extend GG::Build method for pre-parsed argsBrad King2009-03-041-7/+9
* ENH: Enforce unique binary directoriesBrad King2009-02-271-0/+9
* ENH: Define target and source property LABELSBrad King2009-02-101-0/+3
* ENH: Refactor custom command rule hashingBrad King2009-02-021-2/+1
* BUG: 4244, add a --build option to cmake that can build projects configured b...Bill Hoffman2008-10-151-7/+9
* BUG: fix for 7738, allow for spaces in the package target path to CPackConfig...Bill Hoffman2008-10-011-1/+2
* ENH: Make dir content cache work during configureBrad King2008-09-221-5/+5
* BUG: Fix try_compile during EnableLanguageBrad King2008-07-161-0/+1
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-0/+3
* BUG: Include less content as input to "rule hash" computation.Brad King2008-06-031-2/+2
* ENH: Introduce "rule hashes" to help rebuild files when rules change.Brad King2008-06-021-0/+9
* BUG: Fix crash on repeated configure steps and exported targets.Brad King2008-05-271-0/+1
* BUG: Make sure all source files are found before generating.Brad King2008-05-121-0/+2
* ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj...Brad King2008-02-141-0/+2
* ENH: Analyze inter-target dependencies to safely fix cyclesBrad King2008-02-061-6/+1
* ENH: remove constBill Hoffman2008-01-311-7/+7
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-2/+12
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-5/+2
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-0/+21
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-4/+15
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-3/+0
* ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it canAlexander Neundorf2007-11-251-0/+1
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+8
* ENH: add guess progress for first time configuring a project.Bill Hoffman2007-11-131-0/+1
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-0/+4
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-311-1/+1
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-1/+3
* ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...David Cole2007-08-221-1/+3