summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ninja-require-byproducts'Brad King2015-03-233-0/+118
|\ | | | | | | | | | | | | | | bd9c7f9b Ninja: Add policy to require explicit custom command byproducts ed8e30b0 cmGlobalNinjaGenerator: Optimize handling of known build outputs ad094f43 cmGlobalNinjaGenerator: Fix spelling of "unknown" 82a37d3c cmGlobalNinjaGenerator: Drop unused member
| * Ninja: Add policy to require explicit custom command byproductsBrad King2015-03-203-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | Add policy CMP0058 to avoid generating 'phony' ninja rules for unknown custom command dependencies. This requires projects to specify their custom command byproducts explicitly. With this requirement we no longer have to assume that unknown custom command dependencies are generated and can instead simply assume they are source files expected to exist when the build starts. This is particularly important in in-source builds. It is also helpful for out-of-source builds to allow Ninja to diagnose missing files before running custom command rules that depend on them.
* | Merge topic 'add-extra-qbs-generator'Brad King2015-03-233-0/+32
|\ \ | | | | | | | | | | | | f85db2f3 Qbs: Add new 'extra' generator for qbs project files
| * | Qbs: Add new 'extra' generator for qbs project filesStanislav Ionascu2015-03-203-0/+32
| |/
* | Merge topic 'xcode-xctest'Brad King2015-03-235-0/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 4178cd88 Help: Add notes for topic 'xcode-xctest' 87a4b858 Tests: Add XCTest example to test Frameworks and Cocoa App Bundles ba14510b OS X: Add FindXCTest module 3714955b OS X: Add handling for XCTest bundles 54a5cdbb Tests: Compute Xcode version for any generator on OS X
| * | Help: Add notes for topic 'xcode-xctest'Brad King2015-03-231-0/+6
| | |
| * | OS X: Add FindXCTest moduleGregor Jasny2015-03-232-0/+2
| | | | | | | | | | | | | | | | | | | | | Add a module to lookup XCTest Framework and xctest utility. It also provides APIs for creating 'xctest' targets. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
| * | OS X: Add handling for XCTest bundlesGregor Jasny2015-03-232-0/+14
| |/ | | | | | | | | | | | | | | | | | | An XCTest bundle is a CFBundle with a special product-type and bundle extension. For more information about XCTest visit the Mac Developer library at: http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/ Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | Merge topic 'ctest-repeat-until-fail'Brad King2015-03-232-0/+10
|\ \ | | | | | | | | | | | | | | | 6bce0276 Help: Add notes for topic 'ctest-repeat-until-fail' fde70a1b ctest: Add a new --repeat-until-fail option
| * | Help: Add notes for topic 'ctest-repeat-until-fail'Brad King2015-03-231-0/+5
| | |
| * | ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-0/+5
| | | | | | | | | | | | | | | This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests.
* | | Merge topic 'file-globbing-directory-listing'Brad King2015-03-202-3/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | 6e54b0b9 Help: Add notes for topic 'file-globbing-directory-listing' a2c068a7 file: Teach GLOB to list directories optionally
| * | | Help: Add notes for topic 'file-globbing-directory-listing'Brad King2015-03-201-0/+6
| | | |
| * | | file: Teach GLOB to list directories optionallyDomen Vrankar2015-03-201-3/+14
| | |/ | |/| | | | | | | | | | | | | GLOB lists directories by default and GLOB_RECURSE does not. LIST_DIRECTORIES enables user to control the behavior explicitly for consistently for both GLOB and GLOB_RECURSE.
* | | Help: Add notes for topic 'mingw-compile-features'Brad King2015-03-201-0/+6
|/ /
* | FindMatlab: Rewrite module and provide a usage APIRaffi Enficiaud2015-03-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything.
* | Merge topic 'refactor-cmGeneratorExpression'Brad King2015-03-121-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | ec428faf Genex: Extend cmGeneratorExpressionContext constructor. 082b6a9d Genex: Split cmGeneratorExpressionContext into own file. 9df1f0fc Genex: Split cmGeneratorExpressionNode into own file. 80b9f0cb Genex: Extract an evaluateWithContext method. 642048ce Help: Move docs of $<0:...> and $<1:...> to output section.
| * | Help: Move docs of $<0:...> and $<1:...> to output section.Stephen Kelly2015-03-101-4/+4
| | | | | | | | | | | | | | | These are not 'logical' expressions. They create output and are often used together with the logical expressions.
* | | Merge topic 'main_dependency_diagnostic'Brad King2015-03-123-0/+28
|\ \ \ | |/ / |/| | | | | | | | 242c3966 add_custom_command: Diagnose MAIN_DEPENDENCY limitation.
| * | add_custom_command: Diagnose MAIN_DEPENDENCY limitation.Nils Gladitz2015-03-093-0/+28
| | | | | | | | | | | | | | | The new policy CMP0057 diagnoses reuse of the same MAIN_DEPENDENCY across multiple custom commands.
* | | Merge topic 'target-language-genex'Brad King2015-03-102-0/+53
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 232a6883 Help: Add release notes for target-language-genex. 9e168941 File(GENERATE): Process genex evaluation files for each language. b734fa44 Genex: Allow COMPILE_LANGUAGE when processing include directories. 0b945ea9 Genex: Allow COMPILE_LANGUAGE when processing compile definitions. 5c559f11 Genex: Enable use of COMPILE_LANGUAGE for compile options. e387ce7d Genex: Add a COMPILE_LANGUAGE generator expression. 4a0128f4 VS6: Compute CMAKE_*_FLAGS and COMPILE_DEFINITIONS* only when needed
| * | | Help: Add release notes for target-language-genex.Stephen Kelly2015-03-101-0/+9
| | | |
| * | | Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-1/+5
| | | | | | | | | | | | | | | | Issue an error if this is encountered by an IDE generator.
| * | | Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-0/+10
| | | | | | | | | | | | | | | | Issue an error if this is encountered by an IDE generator.
| * | | Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-091-0/+30
| |/ / | | | | | | | | | | | | | | | Follow-ups will allow the use of the generator expression for compile definitions and include directories for non-IDE generators.
* | | ExternalProject: Replace placeholder tokens in BYPRODUCTSGaëtan Lehmann2015-03-091-0/+5
|/ / | | | | | | | | | | This allows the developer to specify the byproducts relative to the binary directory without the need to set the binary directory location explicitly.
* | InstallRequiredSystemLibraries: Add option to specify install COMPONENTJohan Andruejol2015-03-031-0/+6
|/ | | | | | | | Previously the module did not support projects using installation components because install(PROGRAMS) was never called with COMPONENT. Add an option to specify the COMPONENT so that projects doing this do not have to resort to using CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP and writing the install rule by hand.
* Merge topic 'macro-function-docs'Brad King2015-02-272-36/+50
|\ | | | | | | | | | | 4efef3f7 Help: Clarify that ARGV# beyond ARGC will have an undefined behavior (#15380) e3363bfb Help: Refine the .rst formatting of macro and function documentation
| * Help: Clarify that ARGV# beyond ARGC will have an undefined behavior (#15380)Daniele E. Domenichelli2015-02-262-2/+15
| |
| * Help: Refine the .rst formatting of macro and function documentationDaniele E. Domenichelli2015-02-262-34/+35
| |
* | ExternalData: Add support for custom algorithm-to-URL mappingBrad King2015-02-251-0/+8
|/ | | | | | | | | Allow URL templates to contain a %(algo:<key>) placeholder that is replaced by mapping the canonical hash algorithm name through a map defined by the <key>. Extend the Module.ExternalData test to cover the behavior. Extend the RunCMake.ExternalData test to cover error cases.
* Merge topic 'ctest-output-options'Brad King2015-02-249-5/+42
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | ff1ddd2a ctest_upload: Add QUIET option 0b87b2a3 ctest_memcheck: Add QUIET option fc58bdb9 ctest_coverage: Add QUIET option 876a680d ctest_test: Add QUIET option 49ba4545 ctest_build: Add QUIET option f999dc0b ctest_configure: Add QUIET option 645ad117 ctest_update: Add QUIET option 19d1a559 ctest_start: Add QUIET option 1643b905 ctest_submit: Add QUIET option 12db1139 CTest: Add cmCTestOptionalLog macro
| * ctest_upload: Add QUIET optionZack Galbreath2015-02-231-1/+4
| |
| * ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-0/+4
| |
| * ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-0/+5
| |
| * ctest_test: Add QUIET optionZack Galbreath2015-02-231-0/+6
| |
| * ctest_build: Add QUIET optionZack Galbreath2015-02-231-0/+5
| |
| * ctest_configure: Add QUIET optionZack Galbreath2015-02-231-1/+5
| |
| * ctest_update: Add QUIET optionZack Galbreath2015-02-231-1/+6
| |
| * ctest_start: Add QUIET optionZack Galbreath2015-02-231-2/+3
| | | | | | | | | | This suppresses all non-error messages that would have otherwise been printed by this function.
| * ctest_submit: Add QUIET optionZack Galbreath2015-02-231-0/+4
| | | | | | | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
* | Merge topic 'wix-shortcut-properties'Brad King2015-02-235-0/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cc01c14 CPackWIX: Add release notes for the wix-shortcut-properties topic. 135febf0 CPackWIX: Enhance CMake CPack WIX generated installer. e6731f48 CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 279605f5 CPackWIX: Add installed file properties for the creation of shortcuts. 53d7daff CPackWIX: Refactor start menu and desktop shortcut creation. dc0f3fb4 CPackWIX: Explicitly list CPack WIX headers for IDE convenience.
| * | CPackWIX: Add release notes for the wix-shortcut-properties topic.Nils Gladitz2015-02-231-0/+9
| | |
| * | CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.Nils Gladitz2015-02-212-0/+8
| | |
| * | CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-213-0/+16
| | |
* | | Merge topic 'rpm_package_architecture'Brad King2015-02-231-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6f94e6b Help: Add notes for topic 'rpm_package_architecture' f174b919 Tests: CpackRPM test component architecture 3aa9f89d CPackRPM: Support rpm architecture in components 761562fe CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTURE
| * | | Help: Add notes for topic 'rpm_package_architecture'Brad King2015-02-231-0/+6
| |/ /
* | | Merge topic 'private-FindJsonCpp'Brad King2015-02-233-5/+0
|\ \ \ | |/ / |/| | | | | | | | | | | a41d621d bootstrap: Add --(no-)system-jsoncpp options a5768442 FindJsonCpp: Drop new module due to upstream jsoncpp providing package
| * | FindJsonCpp: Drop new module due to upstream jsoncpp providing packageBrad King2015-02-203-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since jsoncpp 0.7.0 (2014-11-20) the upstream may provide a CMake package configuration file such that find_package(jsoncpp) will find a jsoncppConfig.cmake file. In order to avoid conflicting with this (especially on case-insensitive filesystems), and since we always prefer projects to provide package config files (that they maintain), it is better to not provide FindJsonCpp publicly. Move FindJsonCpp into a private source directory that is not installed so that we can still use it for building CMake itself. Reported-by: Ryan Pavlik <ryan.pavlik@gmail.com>
| * | Merge branch 'fix_timeout_docs' into releaseBrad King2015-02-101-1/+1
| |\ \