summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: some performance optimizationsKen Martin2006-04-111-0/+6
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-0/+3
* ENH: Add support for preinstall for cmake generated projects when packaging themAndy Cedilnik2006-04-101-8/+8
* ENH: Added global TargetManifest computation between Configure and Generate s...Brad King2006-04-041-0/+8
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+2
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-0/+5
* STYLE: minor comment cleanupsKen Martin2006-03-161-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-27/+29
* STYLE: fix line lengthsBill Hoffman2006-03-101-4/+8
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-2/+7
* ENH: Cleanup global targets even more and potentially fix XcodeAndy Cedilnik2006-03-011-4/+4
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-0/+3
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-0/+1
* COMP: Fixes for visual studioAndy Cedilnik2006-02-231-6/+6
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-0/+15
* BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on...Brad King2006-02-031-0/+3
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-1/+1
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-1/+1
* ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIESKen Martin2005-09-131-0/+3
* ENH: modified GET_TARGET_PROPERTIES to work with all targetsKen Martin2005-06-201-2/+3
* BUG: Changing to a new test for whether to do relative path conversion. Now ...Brad King2005-05-161-4/+7
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-16/+0
* ENH: added new methods to convert to HomeRelative pathsKen Martin2005-05-111-0/+16
* ENH: Make FindMakeProgram publicAndy Cedilnik2005-05-021-3/+8
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-1/+1
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-281-0/+2
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-0/+1
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-3/+2
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-7/+0
* ENH: fix for finding the correct target in the current projectBill Hoffman2005-03-041-1/+1
* ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv...Brad King2005-02-241-0/+18
* ENH: ctest now uses CMake global generator to do the build part of build-and-...Ken Martin2005-02-221-0/+13
* ENH: depends work between targetsBill Hoffman2005-02-031-0/+3
* ENH: move project map to global generator baseBill Hoffman2005-01-211-1/+5
* BUG: fix for bug 1396, object files could not be used as sources any moreBill Hoffman2004-12-061-0/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-1/+14
* ENH: define language extensions in cmake files and not hard coded, also fix t...Bill Hoffman2004-09-031-1/+4