| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: one more pass at paths with spaces and parens | Bill Hoffman | 2007-02-28 | 1 | -7/+8 |
|
|
* | BUG: Fix for cmake_force target in Borland Makefiles. | Brad King | 2007-02-28 | 1 | -0/+10 |
|
|
* | ENH: add a fix for spaces in the path again... | Bill Hoffman | 2007-02-27 | 1 | -2/+9 |
|
|
* | ENH: fix for spaces in the path and mingw | Bill Hoffman | 2007-02-27 | 1 | -1/+2 |
|
|
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -2/+2 |
|
|
* | ENH: fixed more bugs with spaces in the path | Ken Martin | 2007-02-19 | 1 | -1/+2 |
|
|
* | BUG: fix for spaces in path for nmake | Ken Martin | 2007-02-19 | 1 | -1/+1 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -0/+11 |
|
|
* | BUG: The .pdb file generated for a library or executable should match the rea... | Brad King | 2007-02-01 | 1 | -1/+2 |
|
|
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ... | Bill Hoffman | 2006-11-29 | 1 | -2/+3 |
|
|
* | BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T... | Brad King | 2006-10-13 | 1 | -1/+3 |
|
|
* | BUG: Avoid duplicate conversion to output path. | Brad King | 2006-10-10 | 1 | -12/+13 |
|
|
* | BUG: Hack to make echo command work properly in mingw32-make. | Brad King | 2006-10-05 | 1 | -1/+2 |
|
|
* | BUG: Fixed display of custom command comments with quotes, dollars, and other... | Brad King | 2006-10-04 | 1 | -13/+2 |
|
|
* | BUG: Fixed inclusion of progress.make from subdirectory makefiles. | Brad King | 2006-09-29 | 1 | -1/+1 |
|
|
* | BUG: Moved progress.make file into CMakeFiles subdirectory to keep things clean. | Brad King | 2006-09-28 | 1 | -2/+10 |
|
|
* | BUG: Do not filter system directories for include file dependencies. | Brad King | 2006-09-28 | 1 | -1/+1 |
|
|
* | ENH: Re-implemented command line argument shell quoting to support several pl... | Brad King | 2006-09-27 | 1 | -1/+11 |
|
|
* | COMP: Fix shadowed local variable created by previous cmake_force change. | Brad King | 2006-09-21 | 1 | -4/+0 |
|
|
* | BUG: Centralized generation of command line arguments in escaped form. This ... | Brad King | 2006-09-21 | 1 | -10/+1 |
|
|
* | BUG: cmake_force needs to be written into build.make as well as Makefile. | Brad King | 2006-09-20 | 1 | -11/+11 |
|
|
* | BUG: Fixed ordering of code generated in Makefile and build.make files to mak... | Brad King | 2006-09-08 | 1 | -32/+40 |
|
|
* | BUG: Patch from Alex to fix name of includecache files to not look like sourc... | Brad King | 2006-09-02 | 1 | -1/+2 |
|
|
* | ENH: Make sure all custom command outputs are up to date before scanning depe... | Brad King | 2006-08-31 | 1 | -45/+1 |
|
|
* | ENH: Adding install/local global target for Makefile generators. This runs i... | Brad King | 2006-08-29 | 1 | -1/+1 |
|
|
* | ENH: Centralized generation of targets listed in the help to be done by the c... | Brad King | 2006-08-23 | 1 | -2/+9 |
|
|
* | BUG: Added object language to list of object files in a local generator's dir... | Brad King | 2006-08-15 | 1 | -5/+18 |
|
|
* | BUG: add newline for some versions of make | Andy Cedilnik | 2006-08-14 | 1 | -1/+1 |
|
|
* | ENH: Changed preprocessed source extension to .i and assembly extension to .s... | Brad King | 2006-08-09 | 1 | -2/+2 |
|
|
* | ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMB... | Brad King | 2006-08-09 | 1 | -1/+7 |
|
|
* | ENH: Added generation of rules to manually request preprocessed or generated ... | Brad King | 2006-08-08 | 1 | -2/+34 |
|
|
* | 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 separa... | Brad King | 2006-08-01 | 1 | -22/+35 |
|
|
* | 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 cmLocalUnixMakefileGenera... | Brad King | 2006-07-11 | 1 | -114/+4 |
|
|
* | BUG: changed to progress to make it more flexible and to no relink targets as... | Ken Martin | 2006-07-11 | 1 | -15/+66 |
|
|
* | 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 pa... | Andy Cedilnik | 2006-07-05 | 1 | -0/+5 |
|
|
* | 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 pat... | Brad King | 2006-06-26 | 1 | -9/+16 |
|
|
* | 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 pr... | Brad King | 2006-06-01 | 1 | -2/+21 |
|
|
* | BUG: Added /fast targets in subdirectory makefiles. Removed bogus INSTALL_*/... | Brad King | 2006-06-01 | 1 | -2/+18 |
|
|