Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Define RULE_LAUNCH_* properties | Brad King | 2009-02-10 | 1 | -0/+3 |
| | | | | | | | This defines global, directory, and target properties RULE_LAUNCH_COMPILE, RULE_LAUNCH_LINK, and RULE_LAUNCH_CUSTOM. Their values specify 'launcher' command lines which are prefixed to compile, link, and custom build rules by Makefile generators. | ||||
* | ENH: Give target in which custom commands build | Brad King | 2009-02-10 | 1 | -0/+2 |
| | | | | | | This gives the cmTarget instance for which custom command rules are being generated to cmLocalUnixMakefileGenerator3::AppendCustomCommands. It will be useful in the future. | ||||
* | STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia ↵ | Alexander Neundorf | 2009-02-09 | 1 | -1/+1 |
| | | | | | | DOT com, QtCreator developer Alex | ||||
* | ENH: Refactor custom command rule hashing | Brad King | 2009-02-02 | 1 | -1/+2 |
| | | | | | | | | | | This simplifies computation of custom command rule hashes to hash content exactly chosen as the custom commands are generated. Unfortunately this will change the hashes of existing build trees from earlier CMake versions, but this is not a big deal. The change is necessary so that in the future we can make optional adjustments to custom command lines at generate time without changing the hashes every time the option is changed. | ||||
* | BUG: Fix color check for dependency scanning | Brad King | 2008-10-15 | 1 | -0/+3 |
| | | | | | Generation of color rules for dependency scanning messages did not account for disabling color at generation time. See issue #7814. | ||||
* | ENH: Fix optional use of relative paths. | Brad King | 2008-10-09 | 1 | -3/+8 |
| | | | | | | | These changes refactor cmLocalGenerator methods Convert and ConvertToOutputForExisting to support references inside the build tree using relative paths. After this commit, all tests pass with Makefile generators when relative paths are enabled by default. See issue #7779. | ||||
* | ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ↵ | Brad King | 2008-01-13 | 1 | -0/+5 |
| | | | | escape of ; for the VS IDE. | ||||
* | BUG: Restore old interface of "make foo.o" and "make foo.i" even though ↵ | Brad King | 2008-01-07 | 1 | -3/+7 |
| | | | | object file names now include source extensions. For Java we also need to always remove the source extension (.java -> .class). This fixes the re-opening of bug #6169. | ||||
* | ENH: Moved global inter-target dependency analysis and cycle-prevention code ↵ | Brad King | 2007-12-23 | 1 | -1/+1 |
| | | | | up from cmGlobalUnixMakefileGenerator3 to cmGlobalGenerator. Simplified cmGlobalUnixMakefileGenerator3 to use it. Later other generators may be modified to use it also. | ||||
* | ENH: Add a depends check step to custom targets. Add support for the ↵ | Brad King | 2007-12-21 | 1 | -3/+4 |
| | | | | IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. | ||||
* | ENH: Enabled color printing of "Scanning dependencies of target ..." message. | Brad King | 2007-12-19 | 1 | -1/+2 |
| | |||||
* | ENH: Moved dependency integrity check from CheckBuildSystem over to a ↵ | Brad King | 2007-12-19 | 1 | -4/+7 |
| | | | | per-target UpdateDependencies step. This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check. | ||||
* | ENH: Implemented generation of display for pre-build, pre-link, and ↵ | Brad King | 2007-12-18 | 1 | -1/+2 |
| | | | | post-build custom command comments during the build. This addresses issue #5353. | ||||
* | ENH: Replaced dependency integrity map with an explicit map from object file ↵ | Brad King | 2007-08-07 | 1 | -11/+14 |
| | | | | to source file for each language in each target. This simplifies creation of implicit dependency scanning rules and allows more than one object file in a target to start dependency scanning with the same source file. | ||||
* | ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides ↵ | Brad King | 2007-08-01 | 1 | -1/+1 |
| | | | | a common interface to something that was implemented in most local generators anyway. | ||||
* | STYLE: Removed unused reference to cmMakeDepend. | Brad King | 2007-06-11 | 1 | -1/+0 |
| | |||||
* | STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the | Alexander Neundorf | 2007-06-05 | 1 | -10/+0 |
| | | | | | | kdevelop generator doesn't need its own CreateLocalGenerator() anymore Alex | ||||
* | ENH: Added testing for custom command line arguments containing all special ↵ | Brad King | 2007-05-17 | 1 | -0/+13 |
| | | | | characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make. | ||||
* | BUG: fix -D escaped quotes for watcom | Bill Hoffman | 2007-05-10 | 1 | -0/+3 |
| | |||||
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in ↵ | Brad King | 2007-03-08 | 1 | -7/+0 |
| | | | | Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240. | ||||
* | ENH: Fixed recursive make call target escaping for Borland to support ↵ | Brad King | 2007-03-08 | 1 | -0/+8 |
| | | | | SubDirSpaces test. | ||||
* | ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ↵ | Brad King | 2007-03-08 | 1 | -3/+0 |
| | | | | a buggy implementation that caused it to do nothing. | ||||
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -1/+3 |
| | |||||
* | BUG: fix for 4186, kdevelop adding file twice | Bill Hoffman | 2007-01-25 | 1 | -25/+9 |
| | |||||
* | ENH: Adding support for # escape in Watcom WMake. | Brad King | 2006-10-25 | 1 | -0/+5 |
| | |||||
* | BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. ↵ | Brad King | 2006-10-13 | 1 | -2/+3 |
| | | | | The echo; hack did not work when running from ctest. | ||||
* | BUG: Hack to make echo command work properly in mingw32-make. | Brad King | 2006-10-05 | 1 | -0/+9 |
| | |||||
* | BUG: Fixed display of custom command comments with quotes, dollars, and ↵ | Brad King | 2006-10-04 | 1 | -5/+0 |
| | | | | other special characters in them. | ||||
* | BUG: MSYS makefile shell needs posix paths to executables in some cases and ↵ | Brad King | 2006-09-28 | 1 | -0/+7 |
| | | | | it does not hurt to do it always. | ||||
* | ENH: Centralized generation of targets listed in the help to be done by the ↵ | Brad King | 2006-08-23 | 1 | -1/+5 |
| | | | | code that actually writes the targets. | ||||
* | BUG: Added object language to list of object files in a local generator's ↵ | Brad King | 2006-08-15 | 1 | -3/+12 |
| | | | | directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects. | ||||
* | ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and ↵ | Brad King | 2006-08-09 | 1 | -2/+14 |
| | | | | CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules. | ||||
* | ENH: Added generation of rules to manually request preprocessed or generated ↵ | Brad King | 2006-08-08 | 1 | -0/+6 |
| | | | | assembly sources. | ||||
* | ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. | Brad King | 2006-08-03 | 1 | -6/+0 |
| | |||||
* | ENH: Restoring previous change with a fix. | Brad King | 2006-08-02 | 1 | -0/+4 |
| | |||||
* | ENH: undo change that broke borland 5.6 cont | Bill Hoffman | 2006-08-01 | 1 | -4/+0 |
| | |||||
* | ENH: Moved generation of directory-level object convenience rules to a ↵ | Brad King | 2006-08-01 | 1 | -0/+4 |
| | | | | separate method. This will aid generation of more such rules later. | ||||
* | ENH: added progress for subdir all targets and fixed compiler waring | Ken Martin | 2006-07-12 | 1 | -0/+1 |
| | |||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 1 | -2/+0 |
| | | | | cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. | ||||
* | BUG: changed to progress to make it more flexible and to no relink targets ↵ | Ken Martin | 2006-07-11 | 1 | -0/+7 |
| | | | | as often | ||||
* | ENH: Slight improvement in genreation time by recording the setting of ↵ | Brad King | 2006-05-25 | 1 | -1/+5 |
| | | | | CMAKE_COLOR_MAKEFILE in an ivar of each local generator at the beginning of generation. This avoids many repeated table lookups. | ||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 1 | -1/+1 |
| | | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. | ||||
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 1 | -0/+3 |
| | |||||
* | ENH: make sure verbose output is used for kde | Bill Hoffman | 2006-04-08 | 1 | -0/+1 |
| | |||||
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵ | Brad King | 2006-03-30 | 1 | -1/+4 |
| | | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -36/+36 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: use a cmake script to do the clean step, this allows for large numbers ↵ | Bill Hoffman | 2006-03-09 | 1 | -1/+2 |
| | | | | of files to be removed without making the command line too long | ||||
* | ENH: Cleaned up generation of symbolic rules. Removed generation of ↵ | Brad King | 2006-02-15 | 1 | -1/+2 |
| | | | | rebuild_cache and similar rules from internal makefiles. | ||||
* | ENH: some reorg of the unix makefile generator | Ken Martin | 2006-02-15 | 1 | -140/+90 |
| |