summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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-051-6/+1
* ENH: remove constBill Hoffman2008-01-301-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-121-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
* COMP: less warningsAlexander Neundorf2007-06-081-1/+1
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-0/+13
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-4/+4
* ENH: add install/strip target for makefile generators if strip was foundAlexander Neundorf2007-05-181-0/+1
* BUG: fix problem for non-C/CXX languages with Visual Studio, theAlexander Neundorf2007-05-091-2/+0
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-0/+2
* ENH: some code consolidation and cleanupKen Martin2007-04-121-0/+5
* ENH: add project to target map, not used yet, but createdBill Hoffman2007-03-131-1/+2
* ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ...Brad King2007-03-071-21/+0
* BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.Brad King2007-03-051-1/+0
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-2/+3
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-0/+3
* ENH: Added SYMBOLIC source file property to mark custom command outputs that ...Brad King2006-10-021-0/+5