summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵Brad King2006-12-141-0/+3
| | | | cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
* BUG: bad progress for named top level targetsKen Martin2006-08-291-1/+2
|
* ENH: Adding install/local global target for Makefile generators. This runs ↵Brad King2006-08-291-0/+1
| | | | installation only in the current directory and not subdirectories.
* BUG: changed to progress to make it more flexible and to no relink targets ↵Ken Martin2006-07-111-8/+4
| | | | as often
* ENH: fix for dependent targetsKen Martin2006-06-191-1/+1
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-011-1/+1
| | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
* BUG: fix to progress for small projectsKen Martin2006-05-251-1/+2
|
* ENH: fix compiler warnings and posibly java testKen Martin2006-05-241-3/+2
|
* ENH: always compile progressKen Martin2006-05-231-0/+15
|
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
|
* ENH: Makefile performance improvementsKen Martin2006-05-021-0/+9
|
* ENH: Add packaging of source code (make package_source)Andy Cedilnik2006-04-171-0/+1
|
* BUG: Work-around Watcom WMake limitation for multiple-output custom command ↵Brad King2006-04-131-0/+9
| | | | support.
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-111-0/+16
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
|
* ENH: Cleaned up generation of directory-level rules and their support ↵Brad King2006-03-011-4/+6
| | | | structure. The directorystart rule has been removed in favor of checking the build system in the subdirectory makefile first. The "directory" rule has been renamed "all" since it corresponds to the "all" pass anyway (as against "clean"). Also fixed directory-level rule for preinstall.
* ENH: Cleanup global targets even more and potentially fix XcodeAndy Cedilnik2006-03-011-2/+1
|
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-0/+1
|
* COMP: Fixes for visual studioAndy Cedilnik2006-02-231-0/+9
|
* BUG: Work-around borland make bug that drops a rule completely if it has no ↵Brad King2006-02-161-0/+6
| | | | dependencies or commands.
* ENH: big cleanup and fix for jump commandsKen Martin2005-10-201-7/+8
|
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-101-1/+3
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-2/+5
|
* ENH: fix static build of vtk with cmake by having custom targets chain ↵Bill Hoffman2005-07-151-1/+1
| | | | depend information
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-1/+1
| | | | of const junk
* BUG: Remove duplicate targets when in different generatorsAndy Cedilnik2005-06-011-1/+1
|
* ENH: now uses Makefile2 to cleanup zsh issues and provided some more ↵Ken Martin2005-05-311-1/+36
| | | | documentation
* STYLE: add some better comments and remove some unused codeKen Martin2005-05-311-1/+2
|
* ENH: switch to using new Unix Makefile generator for Unix as wellKen Martin2005-05-251-1/+1
|
* ENH: some more cleanup and changes to how custom commands are storedKen Martin2005-05-241-1/+0
|
* ENH: optimization to not use requires step unless a language requires itKen Martin2005-05-241-0/+2
|
* ENH: added help target and made custom commands execute in start output ↵Ken Martin2005-05-201-1/+2
| | | | directory
* ENH: another step to the next generator still not optimized yetKen Martin2005-05-181-1/+8
|
* ENH: some more reorgKen Martin2005-05-171-1/+0
|
* ENH: snapshotKen Martin2005-05-111-3/+0
|
* ENH: updatesKen Martin2005-05-061-2/+12
|
* ENH: backup of work in progressKen Martin2005-05-051-0/+67