summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-5/+7
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+1
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-2/+3
* ENH: remove warningBill Hoffman2006-11-101-2/+2
* BUG: fix for broken borland compilerBill Hoffman2006-11-101-2/+3
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-0/+23
* ENH: Cleanup of install component list. There was already the list in the glo...Andy Cedilnik2006-10-311-3/+1
* ENH: Add support for displaying the list of componentsAndy Cedilnik2006-10-301-3/+38
* BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476Andy Cedilnik2006-10-121-1/+1
* BUG: fix for bug #3517 seg fault with enable language before project commandBill Hoffman2006-10-041-1/+1
* ENH: fix dashbaord error do not exclude root project from itself.Bill Hoffman2006-10-031-0/+4
* BUG: fix for bug#3714 execlude_from_all not working on vsBill Hoffman2006-10-031-1/+1
* ENH: Added SYMBOLIC source file property to mark custom command outputs that ...Brad King2006-10-021-0/+3
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-2/+1
* STYLE: Fixed line-too-long warning.Brad King2006-09-011-1/+2
* ENH: Do not generate install target unless some INSTALL or INSTALL_* commands...Brad King2006-08-311-52/+63
* ENH: Adding install/local global target for Makefile generators. This runs i...Brad King2006-08-291-0/+14
* BUG: Make sure targets of type GLOBAL_TARGET have a makefile set.Brad King2006-08-261-2/+3
* 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