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.
|
před 19 roky |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
před 19 roky |
Andy Cedilnik
|
43b9f184c2
COMP: Fix apple bootstrap issues
|
před 19 roky |
Andy Cedilnik
|
b20cb78049
ENH: Handle missing unsetenv and add check for environ
|
před 19 roky |
Andy Cedilnik
|
fe1fda6431
ENH: Use vector of plain strings and add cmake -E command for getting environment
|
před 19 roky |
Bill Hoffman
|
5208004560
ENH: fix up this changes for mac
|
před 19 roky |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
před 19 roky |
Bill Hoffman
|
5a8e1e4942
ENH: remove print
|
před 19 roky |
Andy Cedilnik
|
634343c3e8
STYLE: Fix some style issues
|
před 19 roky |
Andy Cedilnik
|
ccac9542b1
ENH: Add a way to overwrite some preferences and ignore certain targets
|
před 19 roky |
Brad King
|
6d4b7425fd
ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. This partially addresses bug#2828.
|
před 19 roky |
Andy Cedilnik
|
e82de6a5d5
COMP: Fix warnings
|
před 19 roky |
Andy Cedilnik
|
49c0a4b52a
COMP: Oops, typo
|
před 19 roky |
Andy Cedilnik
|
bc4e5581ee
ENH: Add support for exporting graphviz of the project dependencies
|
před 19 roky |
Andy Cedilnik
|
a488b192af
BUG: Fix location of ctest for bootstrap
|
před 19 roky |
Andy Cedilnik
|
f1fb182270
ENH: Add accessors for CTest and CPack
|
před 19 roky |
Brad King
|
f2cf7e9197
ENH: Enable capture of output from VCExpress.exe and devenv.exe.
|
před 19 roky |
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.
|
před 20 roky |
Brad King
|
b403ad61e2
BUG: Fixed echo command to not print trailing space.
|
před 20 roky |
Brad King
|
73284a1c12
ENH: Enabled build of VS 7 and 8 generators for MinGW.
|
před 20 roky |
Brad King
|
576d8b41cb
ENH: Enabled bootstrapping with MinGW from an MSYS prompt.
|
před 20 roky |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
před 20 roky |
Andy Cedilnik
|
c690311b76
ENH: Add a way to compare two files
|
před 20 roky |
Andy Cedilnik
|
abe4fd77fc
ENH: Make the syntax more line tar
|
před 20 roky |
Andy Cedilnik
|
14c256ddba
ENH: Make additional file names optional
|
před 20 roky |
Andy Cedilnik
|
d1180fc4e1
ENH: Add untaring support
|
před 20 roky |
Andy Cedilnik
|
5222266e7e
ENH: Add command to create tar
|
před 20 roky |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
před 20 roky |
Ken Martin
|
d3d746ad7b
STYLE: minor cleanup
|
před 20 roky |
Andy Cedilnik
|
a51dfefe79
ENH: Optimize performance by caching stat results
|
před 20 roky |