summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ENH: Do not generate install target unless some INSTALL or INSTALL_* commands...Brad King2006-08-311-0/+2
* ENH: Adding install/local global target for Makefile generators. This runs i...Brad King2006-08-291-0/+1
* BUG: Delay relative path configuration until as late as possible to make sure...Brad King2006-06-191-0/+1
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+4
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-2/+2
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-1/+1
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-2/+2
* ENH: Add packaging of source code (make package_source)Andy Cedilnik2006-04-171-0/+1
* ENH: fix compile issue on HP hopefullyKen Martin2006-04-121-2/+1