| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'vs14-generator' | Brad King | 2014-06-30 | 1 | -0/+4 |
|\ |
|
| * | Help: Add notes for topic 'vs14-generator' | Brad King | 2014-06-27 | 1 | -0/+4 |
|
|
* | | Merge topic 'install-messages' | Brad King | 2014-06-27 | 1 | -0/+8 |
|\ \ |
|
| * | | install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) | Brad King | 2014-06-24 | 1 | -0/+3 |
|
|
| * | | install: Add CMAKE_INSTALL_MESSAGE variable (#13761) | Brad King | 2014-06-24 | 1 | -0/+5 |
|
|
* | | | Merge topic 'find-module-targets' | Brad King | 2014-06-25 | 1 | -0/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Help: Add notes for topic 'find-module-targets' | Brad King | 2014-06-25 | 1 | -0/+8 |
| |/ |
|
* | | cmake: Add '-E env' command-line tool | Brad King | 2014-06-23 | 1 | -0/+4 |
|/ |
|
* | Merge topic 'FindOpenGL-target' | Brad King | 2014-06-09 | 1 | -0/+5 |
|\ |
|
| * | Help: Add notes for topic 'FindOpenGL-target' | Brad King | 2014-06-09 | 1 | -0/+5 |
|
|
* | | Help: Add notes about new OpenWatcom compiler id and versioning | Brad King | 2014-06-05 | 1 | -0/+9 |
|
|
* | | Allow a toolchain file to specify a generator toolset | Brad King | 2014-06-04 | 1 | -0/+8 |
|/ |
|
* | Merge topic 'variable_watch-no-allowed-access' | Brad King | 2014-05-27 | 1 | -0/+8 |
|\ |
|
| * | variable_watch: Remove undocumented and redundant access type | Ben Boeckel | 2014-05-22 | 1 | -0/+8 |
|
|
* | | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+4 |
|
|
* | | Merge topic 'compile-features-C-language' | Brad King | 2014-05-20 | 1 | -0/+6 |
|\ \ |
|
| * | | Features: Extend concept to C language. | Stephen Kelly | 2014-05-14 | 1 | -0/+6 |
|
|
* | | | Merge topic 'xcode-file-type' | Brad King | 2014-05-16 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Xcode: Add source file property to control file type (#14854) | Brad King | 2014-05-15 | 1 | -0/+7 |
| |/ / |
|
* | | | Help: Add notes for topic 'cmake-gui-capture-output' | Brad King | 2014-05-15 | 1 | -0/+6 |
|/ / |
|
* | | Merge topic 'WriteCompilerDetectionHeader-module' | Brad King | 2014-05-14 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Add the WriteCompilerDetectionHeader module. | Stephen Kelly | 2014-05-14 | 1 | -0/+5 |
|
|
* | | Merge topic 'package-disable-registry' | Brad King | 2014-05-12 | 1 | -0/+11 |
|\ \ |
|
| * | | Help: Add notes for topic 'package-disable-registry' | Brad King | 2014-05-12 | 1 | -0/+11 |
| |/ |
|
* | | Help: Add release notes for policy CMP0053 | Brad King | 2014-05-08 | 1 | -0/+6 |
|/ |
|
* | Merge topic 'UseSWIG-guess_module_name' | Brad King | 2014-05-01 | 1 | -0/+6 |
|\ |
|
| * | Help: Add notes for topic 'UseSWIG-guess_module_name' | Brad King | 2014-05-01 | 1 | -0/+6 |
|
|
* | | Merge topic 'ExternalData-missing-not-fatal' | Brad King | 2014-05-01 | 1 | -0/+8 |
|\ \ |
|
| * | | Help: Add notes for topic 'ExternalData-missing-not-fatal' | Brad King | 2014-05-01 | 1 | -0/+8 |
|
|
* | | | Help: Add notes for topic 'FindCUDA-cubin-fatbin' | Brad King | 2014-05-01 | 1 | -0/+5 |
|/ / |
|
* | | Merge topic 'target_compile_features' | Brad King | 2014-04-15 | 1 | -0/+18 |
|\ \ |
|
| * | | Add target_compile_features command. | Stephen Kelly | 2014-04-07 | 1 | -0/+4 |
|
|
| * | | cmTarget: Add COMPILE_FEATURES target property. | Stephen Kelly | 2014-04-07 | 1 | -0/+6 |
|
|
| * | | cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties. | Stephen Kelly | 2014-04-07 | 1 | -0/+8 |
|
|
* | | | CMakeDetermineVSServicePack: Add deprecation diagnostic | Brad King | 2014-04-14 | 1 | -0/+6 |
|
|
* | | | Merge topic 'install-prefix-in-interface' | Brad King | 2014-04-10 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Export: Disallow exported interface includes in src/build tree (#14592). | Stephen Kelly | 2014-04-09 | 1 | -0/+5 |
|
|
* | | | Merge topic 'ExternalProject_exclude-from-all' | Brad King | 2014-04-03 | 1 | -0/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Help: Add notes for topic 'ExternalProject_exclude-from-all' | Brad King | 2014-04-03 | 1 | -0/+11 |
| |/ |
|
* | | Merge topic 'target-transitive-sources' | Brad King | 2014-04-03 | 3 | -0/+16 |
|\ \ |
|
| * | | target_sources: New command to add sources to target. | Stephen Kelly | 2014-04-02 | 1 | -0/+5 |
|
|
| * | | Make the SOURCES target property writable. | Stephen Kelly | 2014-04-02 | 1 | -0/+6 |
|
|
| * | | cmTarget: Allow transitive evaluation of SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+5 |
|
|
* | | | Genex: Only evaluate TARGET_OBJECTS to determine target sources. | Stephen Kelly | 2014-04-02 | 1 | -6/+0 |
|/ / |
|
* | | cmTarget: Allow any generator expression in SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+5 |
|
|
* | | cmTarget: Include TARGET_OBJECTS genex in target SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+7 |
|
|
* | | cmStringCommand: Add GENEX_STRIP subcommand. | Stephen Kelly | 2014-03-31 | 1 | -0/+6 |
|
|
* | | Genex: Evaluate TARGET_OBJECTS as a normal expression. | Stephen Kelly | 2014-03-31 | 1 | -0/+6 |
|/ |
|
* | ninja: Add support for custom depfile formats | Ben Boeckel | 2014-03-24 | 1 | -0/+5 |
|
|
* | Merge topic 'ExternalProject-no-download-progress' | Brad King | 2014-03-20 | 1 | -0/+6 |
|\ |
|