Historie revizí

Autor SHA1 Zpráva Datum
  Brad King caca9b8065 ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them. před 18 roky
  Brad King 34c04d6d02 ENH: Added partial implementation of recognizing per-configration properties. před 18 roky
  Bill Hoffman 45a4ddd85c BUG: fix resource file with a full path před 18 roky
  Bill Hoffman 603cd2ab6a ENH: fix new incremental link stuff to work with nmake @ files před 18 roky
  Bill Hoffman ada4252c56 ENH: remove warning před 18 roky
  Bill Hoffman b479c6a8a9 ENH: add ability to have manifest files and incremental linking with make and nmake před 18 roky
  Brad King d83b4cd255 ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. před 18 roky
  Brad King 73704ede42 ENH: Enabled color printing of "Scanning dependencies of target ..." message. před 18 roky
  Brad King de96fd1df9 ENH: Moved dependency integrity check from CheckBuildSystem over to a per-target UpdateDependencies step. This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check. před 18 roky
  Brad King 9ccba7c391 ENH: Improved speed of cmake::CheckBuildSystem when checking build system outputs versus dependencies. Instead of doing an O(m*n) comparison of every pair, just locate the oldest output and the newest input and compare them which is now O(m+n). před 18 roky
  Bill Hoffman 58f671bb1c ENH: add support for vs 9 win64 před 18 roky
  Brad King 99dfcc05ef STYLE: Fixed line-too-long. před 18 roky
  Brad King 6db2c473e2 COMP: Add missing return value from Bill's change. před 18 roky
  Brad King 9f61e2a235 ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information. před 18 roky
  Brad King ebc036bbda BUG: Fixed typo introduced by previous commit. před 18 roky
  Bill Hoffman fd33bf93a5 ENH: fix for bug 6102, allow users to change the compiler před 18 roky
  Bill Hoffman 5050706ae3 ENH: add a touch -E command to cmake před 18 roky
  Ken Martin f4b1c3880b ENH: add functions and raise scope před 18 roky
  Brad King 678bccc64b COMP: Do not build VS-specific code when generators are not included. před 18 roky
  Brad King 3b59c7b97a ENH: Added call to StopBuild VS macro when projects fail to regenerate during a build. před 18 roky
  David Cole 867de7fc67 ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded. před 18 roky
  Brad King a546ba7ed4 BUG: Fix messages for time stamp file recreation. před 18 roky
  Brad King 34c882a9f8 ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-running CMake for every project during the rebuild. před 18 roky
  Ken Martin 433a914910 ENH: different way of testing properties před 18 roky
  Brad King f410f8578e COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. před 18 roky
  Ken Martin 29c9f1bc2b BUG: fix bad set property code in cmake před 18 roky
  Ken Martin f72d666a7b ENH: add ability to get documentaiton of a property from a script před 18 roky
  Ken Martin 6cdf032505 ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now před 18 roky
  Bill Hoffman 5c4eadba23 ENH: add docs for variables před 18 roky
  Ken Martin b63ff2fb6f ENH: minor doc cleanups and an example of documenting a variable před 18 roky