Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. | Brad King | 2006-08-03 | 1 | -16/+0 |
| | |||||
* | ENH: Restoring previous change with a fix. | Brad King | 2006-08-02 | 1 | -22/+35 |
| | |||||
* | ENH: undo change that broke borland 5.6 cont | Bill Hoffman | 2006-08-01 | 1 | -35/+22 |
| | |||||
* | ENH: Moved generation of directory-level object convenience rules to a ↵ | Brad King | 2006-08-01 | 1 | -22/+35 |
| | | | | separate method. This will aid generation of more such rules later. | ||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: added progress for subdir all targets and fixed compiler waring | Ken Martin | 2006-07-12 | 1 | -2/+4 |
| | |||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 1 | -114/+4 |
| | | | | 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 | -15/+66 |
| | | | | as often | ||||
* | BUG: Make the path change more localized to bundles only | Andy Cedilnik | 2006-07-06 | 1 | -0/+1 |
| | |||||
* | BUG: Revert the change 1.152 | Andy Cedilnik | 2006-07-06 | 1 | -5/+0 |
| | |||||
* | BUG: If the source file specified is not in a source tree, do not use full ↵ | Andy Cedilnik | 2006-07-05 | 1 | -0/+5 |
| | | | | path to the file | ||||
* | COMP: warning fix | Ken Martin | 2006-06-27 | 1 | -19/+18 |
| | |||||
* | ENH: fix for subdir all target after control c | Ken Martin | 2006-06-27 | 1 | -18/+19 |
| | |||||
* | BUG: When using a working directory for the custom command do not convert ↵ | Brad King | 2006-06-26 | 1 | -9/+16 |
| | | | | paths to be relative to the build directory. | ||||
* | ENH: fix linelength | Ken Martin | 2006-06-15 | 1 | -2/+4 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -15/+21 |
| | |||||
* | ENH: fix line length | Ken Martin | 2006-06-12 | 1 | -1/+2 |
| | |||||
* | ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the ↵ | Brad King | 2006-06-01 | 1 | -2/+21 |
| | | | | proper place in the local generator instead of in the global generator. Also made the install/fast target not depend on the all target. | ||||
* | BUG: Added /fast targets in subdirectory makefiles. Removed bogus ↵ | Brad King | 2006-06-01 | 1 | -2/+18 |
| | | | | INSTALL_*/fast targets. Also fixed preinstall/fast target. | ||||
* | BUG: Fix progress when total number of source files is less than 100. | Brad King | 2006-05-30 | 1 | -3/+8 |
| | |||||
* | ENH: Slight improvement in genreation time by recording the setting of ↵ | Brad King | 2006-05-25 | 1 | -2/+6 |
| | | | | CMAKE_COLOR_MAKEFILE in an ivar of each local generator at the beginning of generation. This avoids many repeated table lookups. | ||||
* | BUG: fix to progress for small projects | Ken Martin | 2006-05-25 | 1 | -1/+3 |
| | |||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 1 | -21/+6 |
| | | | | 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. | ||||
* | BUG: Fix for spaces in path to build directory with new progress stuff. | Brad King | 2006-05-23 | 1 | -8/+12 |
| | |||||
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 1 | -2/+21 |
| | |||||
* | ENH: Add simple progress reporting during make | Andy Cedilnik | 2006-05-15 | 1 | -0/+4 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-15 | 1 | -37/+48 |
| | |||||
* | BUG: Fix to avoid repeated calls to CollapseFullPath during dependency ↵ | Brad King | 2006-05-03 | 1 | -0/+1 |
| | | | | scanning. This addresses bug#3191. | ||||
* | BUG: add a fast version for preinstall | Ken Martin | 2006-05-02 | 1 | -0/+4 |
| | |||||
* | ENH: Makefile performance improvements | Ken Martin | 2006-05-02 | 1 | -0/+5 |
| | |||||
* | COMP: Disable color support for bootstrap. | Brad King | 2006-04-27 | 1 | -0/+2 |
| | |||||
* | BUG: Default SHELL on windows should not be a hard-coded path. | Brad King | 2006-04-27 | 1 | -1/+2 |
| | |||||
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support ↵ | Brad King | 2006-04-27 | 1 | -37/+28 |
| | | | | for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project. | ||||
* | BUG: Changed color scheme to be more readable on both white and black ↵ | Brad King | 2006-04-20 | 1 | -15/+9 |
| | | | | backgrounds. | ||||
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -3/+2 |
| | |||||
* | ENH: make sure verbose output is used for kde | Bill Hoffman | 2006-04-08 | 1 | -1/+2 |
| | |||||
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵ | Brad King | 2006-03-30 | 1 | -2/+62 |
| | | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. | ||||
* | BUG: Handle spaces in the path | Andy Cedilnik | 2006-03-28 | 1 | -0/+1 |
| | |||||
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -4/+48 |
| | |||||
* | BUG: fix warning | Ken Martin | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -112/+120 |
| | |||||
* | BUG: Fixed object file name construction to use Convert method for relative ↵ | Brad King | 2006-03-14 | 1 | -8/+8 |
| | | | | path conversion. Also fixed test of result to check explicitly for a full path. | ||||
* | BUG: Avoid full paths and spaces when constructing object file names. | Brad King | 2006-03-14 | 1 | -0/+11 |
| | |||||
* | ENH: Introducing new policy to construct more unique object file names. ↵ | Brad King | 2006-03-13 | 1 | -30/+48 |
| | | | | This should allow multiple sources with the same file name but different FULL paths to be added to a single target. | ||||
* | ENH: use a cmake script to do the clean step, this allows for large numbers ↵ | Bill Hoffman | 2006-03-09 | 1 | -4/+24 |
| | | | | of files to be removed without making the command line too long | ||||
* | BUG: Fix problem on Wacom system with global symbolic targets | Andy Cedilnik | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | ENH: Cleaned up generation of directory-level rules and their support ↵ | Brad King | 2006-03-01 | 1 | -54/+35 |
| | | | | 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: try to fix things up for the dashboard | Bill Hoffman | 2006-02-23 | 1 | -1/+1 |
| | |||||
* | ENH: Properly handle target dependencies | Andy Cedilnik | 2006-02-23 | 1 | -3/+5 |
| | |||||
* | ENH: Remove debug | Andy Cedilnik | 2006-02-23 | 1 | -11/+0 |
| |