Brad King
|
ec2104cd31
BUG: Updated Makefile dependency scanning to provide a full local generator 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.
|
19 vuotta sitten |
Ken Martin
|
50d058a3a1
ENH: always compile progress
|
19 vuotta sitten |
Ken Martin
|
25c2ee32ae
COMP: fix bootstrap
|
19 vuotta sitten |
Ken Martin
|
108101c1dc
COMP: fix mac warning
|
19 vuotta sitten |
Ken Martin
|
53dce3b231
ENH: part of the progress reporting checkin
|
19 vuotta sitten |
Bill Hoffman
|
ed981ef0b7
ENH: fix crashes when command line arguments are not followed by the correct number of arguments
|
19 vuotta sitten |
Andy Cedilnik
|
fd8e45d4a1
ENH: Add simple progress reporting during make
|
19 vuotta sitten |
Ken Martin
|
bf5ed9b27b
STYLE: fix line length
|
19 vuotta sitten |
Brad King
|
a3cd7fd1b5
COMP: Disable color support for bootstrap.
|
19 vuotta sitten |
Brad King
|
4494c29078
ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support 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.
|
19 vuotta sitten |
Bill Hoffman
|
cf23679d72
ENH: save the cache on fatal error so that users can set cache values
|
19 vuotta sitten |
Bill Hoffman
|
852135074e
ENH: add more verbose output in verbose mode
|
19 vuotta sitten |
Brad King
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom 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.
|
19 vuotta sitten |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 vuotta sitten |
Andy Cedilnik
|
43b9f184c2
COMP: Fix apple bootstrap issues
|
19 vuotta sitten |
Andy Cedilnik
|
b20cb78049
ENH: Handle missing unsetenv and add check for environ
|
19 vuotta sitten |
Andy Cedilnik
|
fe1fda6431
ENH: Use vector of plain strings and add cmake -E command for getting environment
|
19 vuotta sitten |
Bill Hoffman
|
5208004560
ENH: fix up this changes for mac
|
19 vuotta sitten |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 vuotta sitten |
Bill Hoffman
|
5a8e1e4942
ENH: remove print
|
19 vuotta sitten |
Andy Cedilnik
|
634343c3e8
STYLE: Fix some style issues
|
19 vuotta sitten |
Andy Cedilnik
|
ccac9542b1
ENH: Add a way to overwrite some preferences and ignore certain targets
|
19 vuotta sitten |
Brad King
|
6d4b7425fd
ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. This partially addresses bug#2828.
|
19 vuotta sitten |
Andy Cedilnik
|
e82de6a5d5
COMP: Fix warnings
|
19 vuotta sitten |
Andy Cedilnik
|
49c0a4b52a
COMP: Oops, typo
|
19 vuotta sitten |
Andy Cedilnik
|
bc4e5581ee
ENH: Add support for exporting graphviz of the project dependencies
|
19 vuotta sitten |
Andy Cedilnik
|
a488b192af
BUG: Fix location of ctest for bootstrap
|
19 vuotta sitten |
Andy Cedilnik
|
f1fb182270
ENH: Add accessors for CTest and CPack
|
20 vuotta sitten |
Brad King
|
f2cf7e9197
ENH: Enable capture of output from VCExpress.exe and devenv.exe.
|
20 vuotta sitten |
Bill Hoffman
|
14cbc9571a
ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also do not write CMakeCache.txt if there is a fatal error.
|
20 vuotta sitten |