Brad King
|
00b4eeeded
STYLE: Removed unused calls to Convert.
|
преди 18 години |
Bill Hoffman
|
ecbec236b1
ENH: one more pass at paths with spaces and parens
|
преди 18 години |
Brad King
|
6c82483cdb
BUG: Fix for cmake_force target in Borland Makefiles.
|
преди 18 години |
Bill Hoffman
|
5ae48cf852
ENH: add a fix for spaces in the path again...
|
преди 18 години |
Bill Hoffman
|
0ce8c158cc
ENH: fix for spaces in the path and mingw
|
преди 18 години |
Bill Hoffman
|
5647e6e254
ENH: fix parens in the path with spaces in the path
|
преди 18 години |
Ken Martin
|
e7ab8a0e1d
ENH: fixed more bugs with spaces in the path
|
преди 18 години |
Ken Martin
|
314f5f60a0
BUG: fix for spaces in path for nmake
|
преди 18 години |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
преди 19 години |
Brad King
|
712345ffc4
BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277.
|
преди 19 години |
Bill Hoffman
|
ccb77b65c6
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
преди 19 години |
Brad King
|
69356d8a7a
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
|
преди 19 години |
Brad King
|
f0c79a0030
BUG: Avoid duplicate conversion to output path.
|
преди 19 години |
Brad King
|
7e92f0b4e4
BUG: Hack to make echo command work properly in mingw32-make.
|
преди 19 години |
Brad King
|
406f3554c7
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
преди 19 години |
Brad King
|
28921d907f
BUG: Fixed inclusion of progress.make from subdirectory makefiles.
|
преди 19 години |
Brad King
|
bd6aaef001
BUG: Moved progress.make file into CMakeFiles subdirectory to keep things clean.
|
преди 19 години |
Brad King
|
0b135767d6
BUG: Do not filter system directories for include file dependencies.
|
преди 19 години |
Brad King
|
dd332a00cc
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
|
преди 19 години |
Brad King
|
a8426f55e5
COMP: Fix shadowed local variable created by previous cmake_force change.
|
преди 19 години |
Brad King
|
2459ceb076
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
|
преди 19 години |
Brad King
|
358b947072
BUG: cmake_force needs to be written into build.make as well as Makefile.
|
преди 19 години |
Brad King
|
76f6ea8011
BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files.
|
преди 19 години |
Brad King
|
fd8236c862
BUG: Patch from Alex to fix name of includecache files to not look like source files.
|
преди 19 години |
Brad King
|
409f70bc91
ENH: Make sure all custom command outputs are up to date before scanning dependencies. This avoids the need to pass a list of generated files to the dependency scanning code and to rescan after the files have been generated. Currently there is no notion of implicit dependencies of the custom commands themselves so this design is safe. We only need to make sure implicit dependencies are up to date before the make process for the /build part of a target is executed because only this process loads them. This is a step towards fixing bug#3658.
|
преди 19 години |
Brad King
|
eef327b944
ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories.
|
преди 19 години |
Brad King
|
f826c6c58b
ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets.
|
преди 19 години |
Brad King
|
c6f1a11480
BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
|
преди 19 години |
Andy Cedilnik
|
f6b2a42266
BUG: add newline for some versions of make
|
преди 19 години |
Brad King
|
dd37d0652f
ENH: Changed preprocessed source extension to .i and assembly extension to .s for more portability.
|
преди 19 години |