summaryrefslogtreecommitdiff
path: root/Source/cmSetTargetPropertiesCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmSetTargetPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-27/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-10/+5
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-121/+0
* Fix spelling and typos (product names)Andreas Mohr2013-05-071-1/+1
* Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-131-1/+3
* Fix casing of 'Qt' in docs, comments and user-visible strings.Stephen Kelly2012-08-281-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* VS: Add VS_SCC_AUXPATH target property (#12549)Robert Dailey2011-11-011-1/+2
* Fix typo in set_target_properties' documentation.Raphael Kubo da Costa2011-09-231-1/+1
* Add support for Visual Studio project-specific globals (#8707)David Cole2011-07-291-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Always imply CLEAN_DIRECT_OUTPUT target propBrad King2009-05-011-7/+0
* BUG: fix for 4524, add support for target properties to set vs source code co...Bill Hoffman2008-10-071-0/+3
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-1/+8
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-0/+4
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-1/+5
* ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a li...Brad King2006-08-031-0/+7
* ENH: fix line lengthKen Martin2006-06-161-2/+2
* ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker s...Brad King2006-06-151-1/+5
* STYLE: fix line lengthKen Martin2006-05-121-2/+3
* ENH: fix docs to include linker langBill Hoffman2006-05-081-0/+5
* ENH: Added <config>_OUTPUT_NAME target property to allow the output name to b...Brad King2006-04-181-1/+3
* ENH: Added documentation for COMPILE_FLAGS property and clarified meaning of ...Brad King2006-04-041-1/+7
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-1/+2
* ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value of...Brad King2006-03-011-1/+9
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-4/+7
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-13/+23
* ENH: Clarified documentation of DEFINE_SYMBOL.Brad King2006-02-161-2/+2
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-1/+14
* STYLE: Fixed documentation to state target_EXPORTS default right after DEFINE...Brad King2005-11-221-4/+6
* ENH: add some more properties for visual studio projectsBill Hoffman2005-11-191-1/+5
* STYLE: fix docsKen Martin2005-11-171-8/+8
* ENH: Added versioned executable support. This partially addresses bug#2143. ...Brad King2005-08-171-0/+3