| Commit message (Expand) | Author | Age | Files | Lines |
* | cmSetTargetPropertiesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -27/+2 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+6 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -2/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -5/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+7 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -10/+5 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -121/+0 |
|
|
* | Fix spelling and typos (product names) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG> | Petr Kmoch | 2012-11-13 | 1 | -1/+3 |
|
|
* | Fix casing of 'Qt' in docs, comments and user-visible strings. | Stephen Kelly | 2012-08-28 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -3/+3 |
|
|
* | VS: Add VS_SCC_AUXPATH target property (#12549) | Robert Dailey | 2011-11-01 | 1 | -1/+2 |
|
|
* | Fix typo in set_target_properties' documentation. | Raphael Kubo da Costa | 2011-09-23 | 1 | -1/+1 |
|
|
* | Add support for Visual Studio project-specific globals (#8707) | David Cole | 2011-07-29 | 1 | -0/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Always imply CLEAN_DIRECT_OUTPUT target prop | Brad King | 2009-05-01 | 1 | -7/+0 |
|
|
* | BUG: fix for 4524, add support for target properties to set vs source code co... | Bill Hoffman | 2008-10-07 | 1 | -0/+3 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+8 |
|
|
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -0/+4 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 1 | -1/+5 |
|
|
* | ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a li... | Brad King | 2006-08-03 | 1 | -0/+7 |
|
|
* | ENH: fix line length | Ken Martin | 2006-06-16 | 1 | -2/+2 |
|
|
* | ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker s... | Brad King | 2006-06-15 | 1 | -1/+5 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+3 |
|
|
* | ENH: fix docs to include linker lang | Bill Hoffman | 2006-05-08 | 1 | -0/+5 |
|
|
* | ENH: Added <config>_OUTPUT_NAME target property to allow the output name to b... | Brad King | 2006-04-18 | 1 | -1/+3 |
|
|
* | ENH: Added documentation for COMPILE_FLAGS property and clarified meaning of ... | Brad King | 2006-04-04 | 1 | -1/+7 |
|
|
* | ENH: add support for per config target LINK_FLAGS | Bill Hoffman | 2006-04-03 | 1 | -1/+2 |
|
|
* | ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value of... | Brad King | 2006-03-02 | 1 | -1/+9 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 1 | -4/+7 |
|
|
* | ENH: Created new install script generation framework. The INSTALL command cr... | Brad King | 2006-02-19 | 1 | -13/+23 |
|
|
* | ENH: Clarified documentation of DEFINE_SYMBOL. | Brad King | 2006-02-16 | 1 | -2/+2 |
|
|
* | ENH: Implemented RPATH specification support. It is documented by the comman... | Brad King | 2006-02-16 | 1 | -1/+14 |
|
|
* | STYLE: Fixed documentation to state target_EXPORTS default right after DEFINE... | Brad King | 2005-11-22 | 1 | -4/+6 |
|
|
* | ENH: add some more properties for visual studio projects | Bill Hoffman | 2005-11-19 | 1 | -1/+5 |
|
|
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 1 | -8/+8 |
|
|
* | ENH: Added versioned executable support. This partially addresses bug#2143. ... | Brad King | 2005-08-17 | 1 | -0/+3 |
|
|
* | ENH: Added documentation of VERSION and SOVERSION properties. | Brad King | 2005-06-20 | 1 | -0/+6 |
|
|