| Commit message (Expand) | Author | Age | Files | Lines |
* | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS | Chuck Atkins | 2015-09-21 | 1 | -1/+4 |
|
|
* | Do not set SONAME for MODULE library targets (#15705) | Felix Geyer | 2015-08-20 | 1 | -3/+3 |
|
|
* | Merge topic 'OUTPUT_DIRECTORY-genex' | Brad King | 2015-08-13 | 4 | -2/+14 |
|\ |
|
| * | Add generator expression support to OUTPUT_DIRECTORY target properties | Robert Goulet | 2015-08-12 | 4 | -2/+14 |
|
|
* | | Allow LINK_SEARCH_{START,END}_STATIC props to have default values. | Chuck Atkins | 2015-08-13 | 2 | -3/+12 |
|/ |
|
* | Add SOURCE_DIR and BINARY_DIR target properties | Clifford Yapp | 2015-07-21 | 2 | -0/+12 |
|
|
* | Merge topic 'vs-nsight-tegra-attributes' | Brad King | 2015-07-15 | 14 | -0/+148 |
|\ |
|
| * | VS: Add more Nsight Tegra generator Android property settings | Mikhail Filimonov | 2015-07-14 | 14 | -0/+148 |
|
|
* | | Help: Document Apple Framework creation with an example (#15651) | Brad King | 2015-07-14 | 2 | -1/+8 |
|/ |
|
* | Add generator expression support to OUTPUT_NAME target property | Robert Goulet | 2015-07-09 | 1 | -0/+3 |
|
|
* | Help: Improve OUTPUT_NAME documentation formatting | Brad King | 2015-07-09 | 3 | -3/+15 |
|
|
* | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+18 |
|
|
* | Add options to launch the compiler through tools like ccache or distcc | Bill Hoffman | 2015-06-15 | 1 | -0/+13 |
|
|
* | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 2 | -4/+8 |
|
|
* | Help: Format visibility property and variable documentation | Brad King | 2015-05-22 | 2 | -8/+9 |
|
|
* | Add options to run include-what-you-use with the compiler | Brad King | 2015-05-19 | 1 | -0/+13 |
|
|
* | Help: Revise buildsystem artifact file type documentation (#15539) | Brad King | 2015-04-29 | 15 | -41/+53 |
|
|
* | Help: Clarify PDB_NAME fallback behavior (#15518) | Brad King | 2015-04-17 | 1 | -1/+2 |
|
|
* | Merge topic 'emulator-property' | Brad King | 2015-04-08 | 1 | -0/+6 |
|\ |
|
| * | TestGenerator: Add CROSSCOMPILING_EMULATOR support. | Matt McCormick | 2015-04-08 | 1 | -1/+3 |
|
|
| * | Properties: Add CROSSCOMPILING_EMULATOR target property. | Matt McCormick | 2015-04-07 | 1 | -0/+4 |
|
|
* | | Help: Document supported compilers in cmake-compile-features.7 | Robert Maynard | 2015-04-07 | 8 | -8/+8 |
|/ |
|
* | Help: Place relocatable package notes in their own subsections | Brad King | 2015-04-03 | 4 | -0/+12 |
|
|
* | Help: Refine COMPILE_OPTIONS property documentation | Brad King | 2015-03-31 | 1 | -4/+5 |
|
|
* | OS X: Add handling for XCTest bundles | Gregor Jasny | 2015-03-23 | 1 | -0/+13 |
|
|
* | Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions | Gregor Jasny | 2015-02-12 | 1 | -0/+6 |
|
|
* | Allow export of targets with INTERFACE_SOURCES. | Stephen Kelly | 2015-02-10 | 1 | -4/+0 |
|
|
* | Features: Define meaning for no language standard default | Brad King | 2015-01-29 | 4 | -4/+8 |
|
|
* | Help: Clarify INTERFACE_SYSTEM_INCLUDE_DIRECTORIES documentation. | Stephen Kelly | 2015-01-22 | 1 | -2/+9 |
|
|
* | Merge topic 'doc-CXX_STANDARD-14' | Brad King | 2015-01-10 | 1 | -1/+1 |
|\ |
|
| * | Help: Document valid 14 value for CXX_STANDARD. (#15339) | Stephen Kelly | 2015-01-08 | 1 | -1/+1 |
|
|
* | | Merge topic 'vs-nsight-tegra-min-api' | Brad King | 2014-12-18 | 1 | -0/+7 |
|\ \ |
|
| * | | Add 'ANDROID_API_MIN' target property to set Android Target MIN API | Dmitry Polyanitsa | 2014-12-17 | 1 | -0/+7 |
|
|
* | | | Merge topic 'doc-INTERFACE-target-type' | Brad King | 2014-12-18 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Help: Add INTERFACE_LIBRARY to TYPE target property documentation | Tim Blechmann | 2014-12-17 | 1 | -1/+2 |
|
|
| * | Merge branch 'doc-Nsight-Tegra-toolchain' into release | Brad King | 2014-12-03 | 1 | -0/+4 |
| |\ |
|
* | \ | Merge topic 'doc-Nsight-Tegra-toolchain' | Brad King | 2014-12-03 | 1 | -0/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Help: Document Nsight Tegra toolchain configuration (#15276) | Brad King | 2014-12-02 | 1 | -0/+4 |
|
|
* | | | Merge topic 'target-sources-error-conditions' | Brad King | 2014-12-01 | 1 | -0/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Help: Document the export limitation of INTERFACE_SOURCES. | Stephen Kelly | 2014-11-29 | 1 | -0/+4 |
| |/ |
|
* | | Help: Warn that paths should not be used in INTERFACE_ build properties. | Stephen Kelly | 2014-11-25 | 4 | -0/+12 |
|
|
* | | Help: Use a property-specific command instead of the generic one. | Stephen Kelly | 2014-11-22 | 1 | -2/+2 |
|
|
* | | Help: Make remaining build property docs consistent. | Stephen Kelly | 2014-11-22 | 2 | -7/+16 |
|
|
* | | Help: Link to target_link_libraries from target properies. | Stephen Kelly | 2014-11-22 | 2 | -2/+4 |
|
|
* | | Help: Format the LINK_INTERFACE_LIBRARIES target properies. | Stephen Kelly | 2014-11-22 | 2 | -12/+15 |
|
|
* | | Help: Unify the help text of INTERFACE_ build properties. | Stephen Kelly | 2014-11-22 | 5 | -51/+41 |
|/ |
|
* | Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215) | Brad King | 2014-10-22 | 1 | -0/+3 |
|
|
* | Add 'ANDROID_API' target property to set Android Target API | Brad King | 2014-09-30 | 1 | -0/+7 |
|
|
* | Add 'ANDROID_GUI' target property to mark Android applications | Brad King | 2014-09-29 | 1 | -0/+9 |
|
|
* | VS: Do not compile C sources as WinRT (#15100) | Brad King | 2014-09-02 | 1 | -3/+0 |
|
|