Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: remove CMAKE_PREFIX so changing it does not rebuild all | Bill Hoffman | 2008-02-18 | 1 | -8/+0 |
| | |||||
* | ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing ↵ | Brad King | 2008-02-14 | 1 | -0/+19 |
| | | | | projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348. | ||||
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -13/+32 |
| | |||||
* | ENH: Add global computed property IN_TRY_COMPILE. | Brad King | 2008-02-11 | 1 | -1/+10 |
| | |||||
* | ENH: Analyze inter-target dependencies to safely fix cycles | Brad King | 2008-02-06 | 1 | -0/+7 |
| | | | | | | | | | | - Cycles may be formed among static libraries - Native build system should not have cycles in target deps - Create cmComputeTargetDepends to analyze dependencies - Identify conneced components and use them to fix deps - Diagnose cycles containing non-STATIC targets - Add debug mode property GLOBAL_DEPENDS_DEBUG_MODE - Use results in cmGlobalGenerator as target direct depends | ||||
* | BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help ↵ | Brad King | 2008-02-04 | 1 | -0/+7 |
| | | | | compute proper rpath information on AIX when shared libraries have names like "libfoo.a". | ||||
* | BUG: Make cmake -E remove_directory work when directory is not present. | Brad King | 2008-01-24 | 1 | -1/+2 |
| | |||||
* | COMP: Fix build during bootstrap on MSys. | Brad King | 2008-01-20 | 1 | -2/+2 |
| | |||||
* | BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ↵ | Ken Martin | 2008-01-18 | 1 | -1/+13 |
| | | | | 5889 (tests are not found in some cases when using add_subdirectory to .. etc) | ||||
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify ↵ | Brad King | 2008-01-17 | 1 | -0/+9 |
| | | | | implementation of SET_PROPERTY command by using them. | ||||
* | ENH: Added partial implementation of recognizing per-configration properties. | Brad King | 2008-01-15 | 1 | -1/+23 |
| | |||||
* | BUG: fix resource file with a full path | Bill Hoffman | 2008-01-03 | 1 | -1/+1 |
| | |||||
* | ENH: fix new incremental link stuff to work with nmake @ files | Bill Hoffman | 2008-01-02 | 1 | -4/+32 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to have manifest files and incremental linking with make ↵ | Bill Hoffman | 2008-01-01 | 1 | -1/+272 |
| | | | | and nmake | ||||
* | ENH: Add a depends check step to custom targets. Add support for the ↵ | Brad King | 2007-12-21 | 1 | -18/+13 |
| | | | | IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. | ||||
* | 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 ↵ | Brad King | 2007-12-19 | 1 | -2/+10 |
| | | | | 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. | ||||
* | ENH: Improved speed of cmake::CheckBuildSystem when checking build system ↵ | Brad King | 2007-12-19 | 1 | -22/+72 |
| | | | | 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). | ||||
* | 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. ↵ | Brad King | 2007-12-13 | 1 | -47/+7 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | 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 ↵ | Brad King | 2007-11-19 | 1 | -0/+18 |
| | | | | during a build. | ||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 1 | -0/+29 |
| | | | | 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. | ||||
* | 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 ↵ | Brad King | 2007-11-10 | 1 | -0/+78 |
| | | | | re-running CMake for every project during the rebuild. | ||||
* | 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 ↵ | Ken Martin | 2007-10-22 | 1 | -23/+21 |
| | | | | there, also provides secitons for Variables now | ||||
* | 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 ↵ | Ken Martin | 2007-10-09 | 1 | -3/+3 |
| | | | | in a different manner | ||||
* | 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 |
| | | | | | | | | | | | | the cmake run and add macros print_enabled/disabled_features() and set_feature_info(), so projects can get a nice overview at the end of the cmake run what has been found and what hasn't FIND_PACKAGE() automatically adds the packages to these global properties, except when used with QUIET Maybe this can also be useful for packagers to find out dependencies of projects. Alex | ||||
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 1 | -0/+6 |
| | | | | Alex | ||||
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 1 | -0/+13 |
| | | | | Alex | ||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -0/+23 |
| | | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex | ||||
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 1 | -4/+19 |
| | | | | | | :-) Alex | ||||
* | ENH: build codeblocks generator also on Windows | Alexander Neundorf | 2007-07-18 | 1 | -7/+14 |
| | | | | Alex |