summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Delay relative path configuration until as late as possible to make sure...Brad King2006-06-191-3/+10
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+3
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+2
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-5/+5
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-2/+9
* BUG: Make sure RUN_TESTS target passes the desired configuration to ctest.Brad King2006-05-131-0/+5
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* STYLE: fix line lengthKen Martin2006-05-111-76/+117
* ENH: Makefile performance improvementsKen Martin2006-05-021-25/+4
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-1/+1
* ENH: don't add package target if no package file is aroundBill Hoffman2006-04-201-9/+16
* BUG: Verify the global target name exists before using it. Fixes VS and XcodeAndy Cedilnik2006-04-171-13/+17
* ENH: Add packaging of source code (make package_source)Andy Cedilnik2006-04-171-0/+14
* COMP: fix warningKen Martin2006-04-121-2/+1
* ENH: some performance optimizationsKen Martin2006-04-111-5/+17
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-2/+10
* ENH: Added global TargetManifest computation between Configure and Generate s...Brad King2006-04-041-2/+11
* ENH: use correct addcache call to fix build toolsBill Hoffman2006-04-041-8/+8
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-3/+20
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+3
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-2/+2
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-0/+8
* ENH: modified the relative path code to not do relative paths between bin and...Ken Martin2006-03-301-10/+39
* BUG: When generating the install rules for CMake itself the per-configuration...Brad King2006-03-161-0/+5
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-104/+104
* BUG: Check for whether to add -C to package rule should check for a . in the ...Brad King2006-03-071-1/+1
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-1/+2
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ...Bill Hoffman2006-03-021-7/+0
* BUG: Check for whether to add BUILD_TYPE to install rule should check for a ....Brad King2006-03-011-1/+1
* ENH: Cleanup global targets even more and potentially fix XcodeAndy Cedilnik2006-03-011-45/+53
* BUG: Ok, fix the orderingAndy Cedilnik2006-02-281-1/+1
* BUG: On Visual Studio and XCode, handle build configurationsAndy Cedilnik2006-02-281-1/+7
* 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