| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 1 | -18/+13 |
|
|
* | ENH: Enabled color printing of "Scanning dependencies of target ..." message. | Brad King | 2007-12-19 | 1 | -25/+14 |
|
|
* | ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar... | Brad King | 2007-12-19 | 1 | -2/+10 |
|
|
* | ENH: Improved speed of cmake::CheckBuildSystem when checking build system out... | Brad King | 2007-12-19 | 1 | -22/+72 |
|
|
* | ENH: add support for vs 9 win64 | Bill Hoffman | 2007-12-17 | 1 | -0/+12 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2007-12-15 | 1 | -1/+2 |
|
|
* | COMP: Add missing return value from Bill's change. | Brad King | 2007-12-13 | 1 | -0/+1 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -47/+7 |
|
|
* | BUG: Fixed typo introduced by previous commit. | Brad King | 2007-12-13 | 1 | -1/+1 |
|
|
* | ENH: fix for bug 6102, allow users to change the compiler | Bill Hoffman | 2007-12-13 | 1 | -2/+71 |
|
|
* | ENH: add a touch -E command to cmake | Bill Hoffman | 2007-12-04 | 1 | -0/+30 |
|
|
* | ENH: add functions and raise scope | Ken Martin | 2007-12-03 | 1 | -1/+2 |
|
|
* | COMP: Do not build VS-specific code when generators are not included. | Brad King | 2007-11-19 | 1 | -0/+5 |
|
|
* | ENH: Added call to StopBuild VS macro when projects fail to regenerate during... | Brad King | 2007-11-19 | 1 | -0/+18 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -0/+29 |
|
|
* | BUG: Fix messages for time stamp file recreation. | Brad King | 2007-11-12 | 1 | -2/+2 |
|
|
* | ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-runni... | Brad King | 2007-11-10 | 1 | -0/+78 |
|
|
* | ENH: different way of testing properties | Ken Martin | 2007-11-06 | 1 | -0/+97 |
|
|
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -2/+2 |
|
|
* | BUG: fix bad set property code in cmake | Ken Martin | 2007-10-30 | 1 | -1/+1 |
|
|
* | ENH: add ability to get documentaiton of a property from a script | Ken Martin | 2007-10-24 | 1 | -0/+11 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -23/+21 |
|
|
* | ENH: add docs for variables | Bill Hoffman | 2007-10-18 | 1 | -7/+2 |
|
|
* | ENH: minor doc cleanups and an example of documenting a variable | Ken Martin | 2007-10-15 | 1 | -0/+12 |
|
|
* | BUG: revert doc changes since VS7 cannot compile them, will implement them in... | Ken Martin | 2007-10-09 | 1 | -3/+3 |
|
|
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -3/+3 |
|
|
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 1 | -0/+3 |
|
|
* | BUG: Fix path to CMake executables when run from bootstrap build. | Brad King | 2007-08-31 | 1 | -0/+1 |
|
|
* | ENH: fix memory leak | Bill Hoffman | 2007-08-10 | 1 | -3/+5 |
|
|
* | ENH: add global properties for collecting enabled/disabled features during | Alexander Neundorf | 2007-08-07 | 1 | -0/+26 |
|
|
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 1 | -0/+6 |
|
|
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 1 | -0/+13 |
|
|
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -0/+23 |
|
|
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 1 | -4/+19 |
|
|
* | ENH: build codeblocks generator also on Windows | Alexander Neundorf | 2007-07-18 | 1 | -7/+14 |
|
|
* | COMP: fix build on Windows, where GetCurrentDirecty() is redefined to | Alexander Neundorf | 2007-07-17 | 1 | -1/+4 |
|
|
* | STYLE: fix line lengths and add "remove -f" to the docs | Alexander Neundorf | 2007-07-17 | 1 | -21/+23 |
|
|
* | ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums of | Alexander Neundorf | 2007-07-16 | 1 | -0/+26 |
|
|
* | ENH: add a simple CodeBlocks extra generator, early alpha stage, there seems | Alexander Neundorf | 2007-07-13 | 1 | -0/+3 |
|
|
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 1 | -8/+3 |
|
|
* | STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "U... | Alexander Neundorf | 2007-07-03 | 1 | -2/+6 |
|
|
* | ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ... | Brad King | 2007-06-27 | 1 | -0/+7 |
|
|
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 1 | -0/+13 |
|
|
* | ENH: added the ability to document variables and cached_variables | Ken Martin | 2007-06-25 | 1 | -67/+10 |
|
|
* | ENH: some property cleanup and added GetProperty | Ken Martin | 2007-06-25 | 1 | -0/+34 |
|
|
* | ENH: put compatibility commands in extra section and prepare for creating | Alexander Neundorf | 2007-06-22 | 1 | -2/+9 |
|
|
* | COMP: include cmExternalMakefileProjectGenerator.h | Alexander Neundorf | 2007-06-15 | 1 | -0/+1 |
|
|
* | STYLE: minor fixes | Alexander Neundorf | 2007-06-15 | 1 | -1/+1 |
|
|
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -95/+64 |
|
|
* | ENH: remove non/scriptable cmake commands from the script handler in ctest, | Alexander Neundorf | 2007-06-12 | 1 | -0/+11 |
|
|