summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: move the code for the NOTFOUND checking into its own function, soAlexander Neundorf2007-08-161-0/+1
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-2/+3
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-2/+5
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-171-0/+7
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-121-2/+2
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-111-2/+2
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-111-2/+2
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-1/+14
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-4/+2
* STYLE: minor fixesAlexander Neundorf2007-06-151-3/+2
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-4/+2
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-111-0/+3