summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+1
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-1/+2
* BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile i...Brad King2004-08-041-1/+1
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-0/+2
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-0/+2
* ENH: Use the new RunCommandAndy Cedilnik2003-08-031-0/+1
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-071-1/+4
* ENH: add a new command that allows exports of library dependencies from a pro...Bill Hoffman2003-01-201-0/+2
* fix bug in env settingsKen Martin2003-01-091-2/+0
* restore the environment for cxx and cc in global generatorBill Hoffman2003-01-091-0/+2
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-1/+2
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+3
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* added progressKen Martin2002-09-261-1/+1
* Add option of TRY_COMPILE to store the output of compilation so that if the o...Andy Cedilnik2002-09-201-1/+2
* better trycompile and enable langiagesKen Martin2002-09-131-1/+6
* modified TryCompileKen Martin2002-09-101-1/+1
* updatesKen Martin2002-09-041-0/+1
* in progress checkinKen Martin2002-08-301-0/+105