summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: Need to use the CMAKE_COMMAND cache entry to get the location of CMake.Brad King2006-02-281-1/+1
* ENH: Several packaging issues. Allow random variables to be passed to cpack (...Andy Cedilnik2006-02-271-0/+4
* COMP: More fixes for non makefile generators and global targetsAndy Cedilnik2006-02-241-6/+7
* STYLE: Remove debugAndy Cedilnik2006-02-241-1/+0
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-1/+3
* BUG: Only add test targets when testing is enabled. Also add CMAKE_CFG_INTDIR...Andy Cedilnik2006-02-241-9/+18
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-1/+4
* ENH: Properly handle target dependenciesAndy Cedilnik2006-02-231-5/+13
* COMP: More fixes for visual studioAndy Cedilnik2006-02-231-1/+1
* COMP: Fixes for visual studioAndy Cedilnik2006-02-231-1/+5
* ENH: Remove debugAndy Cedilnik2006-02-231-8/+0
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-0/+159
* ENH: add working directory supportBill Hoffman2006-02-081-1/+3
* BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on...Brad King2006-02-031-0/+8
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-4/+11
* ENH: fix warningBill Hoffman2005-09-151-1/+1
* ENH: clean up EnableLanguage try to fix problem where try compile runs cmakeBill Hoffman2005-09-151-79/+128
* ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIESKen Martin2005-09-131-0/+16
* ENH: add a fix for VTK on the mac and a way to fix some projects with a singl...Bill Hoffman2005-09-071-0/+14
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-7/+14
* ENH: RUN_TESTS target now uses proper CMAKE_CFG_INTDIR setting to get $(IntDi...Brad King2005-07-271-4/+7
* BUG: Generate RUN_TEST target if any tests are thereAndy Cedilnik2005-07-271-2/+10
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-2/+2
* BUG: Changing to a new test for whether to do relative path conversion. Now ...Brad King2005-05-161-34/+21
* BUG: filx for old bug in rel path computaiton codeKen Martin2005-05-131-6/+10
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-22/+0
* ENH: added new methods to convert to HomeRelative pathsKen Martin2005-05-111-2/+21
* BUG: Fix bootstrap test on machines with spaces in the pathAndy Cedilnik2005-05-041-3/+6
* ENH: No need to convert to output pathAndy Cedilnik2005-05-031-1/+0
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-9/+10
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-281-23/+31
* ENH: Improve internal test handling by creating a test class. Command cmEnabl...Andy Cedilnik2005-04-241-0/+1
* BUG: fix for bug 1660Bill Hoffman2005-04-051-0/+16
* BUG: By default disable new files.Andy Cedilnik2005-04-041-3/+3
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-0/+74
* ENH: removed GetParentProjectsKen Martin2005-03-291-10/+11
* ENH: make sure project map is cleared each time.Bill Hoffman2005-03-221-1/+2
* COMP: fix warningKen Martin2005-03-191-1/+1
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-47/+43
* ENH: add support for out of source sourceKen Martin2005-03-141-13/+12
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-57/+27
* ENH: fix for finding the correct target in the current projectBill Hoffman2005-03-041-3/+9
* BUG: Need to configure relative path support for LocalGenerate to support old...Brad King2005-02-251-0/+3
* ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv...Brad King2005-02-241-1/+137
* BUG: Only use the existing CMake(lang)Compiler.cmake file from the build tree...Brad King2005-02-241-13/+23
* COMP: fix warningKen Martin2005-02-221-1/+1
* ENH: ctest now uses CMake global generator to do the build part of build-and-...Ken Martin2005-02-221-19/+73
* ENH: more tests are passing, relative paths, and external objects are the one...Bill Hoffman2005-02-171-1/+1
* ENH: more tests are passingBill Hoffman2005-02-161-6/+4
* ENH: depends work between targetsBill Hoffman2005-02-031-0/+17