summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \
* | \ \ Merge topic 'find-command-prefix-from-PATH'Brad King2015-02-205-3/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ffc06c12 Teach find_(library|file|path) to get prefixes from PATH (#15370)
| * | | | Teach find_(library|file|path) to get prefixes from PATH (#15370)Brad King2015-02-195-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The find_package command already knows how to compute installation prefixes from PATH. Use the same approach to establish prefixes for find_library, find_file, and find_path to use to look in directories like "<prefix>/lib[/<arch>]" and "<prefix>/include" for libraries and headers. This will reduce the amount of configuration end users need to do to establish a work environment rooted under a specific prefix.
* | | | | Merge topic 'mingw-no-find_library-dll'Brad King2015-02-191-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a0f17fbe Windows-GNU: Do not tell find_library to treat '.dll' as linkable
| * | | | | Windows-GNU: Do not tell find_library to treat '.dll' as linkableBrad King2015-02-181-0/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | Modern software distributions always use a separate ".dll.a" or ".lib" import library for linking.
* | | | | Merge topic 'compiler-version-Fortran'Brad King2015-02-191-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4cf3589e Help: Add notes for topic 'compiler-version-Fortran' f611406f Fortran: Test that CMAKE_Fortran_COMPILER_VERSION is set (#15372) c6e1f464 Fortran: Detect G95 compiler version 0033faac Fortran: Detect PGI compiler version 302d47b1 Fortran: Detect XL and VisualAge compiler versions 8c8b77a5 Fortran: Detect GNU compiler version 49562a77 Fortran: Detect PathScale compiler version aa77b631 Fortran: Detect SunPro compiler version 2e09c423 Fortran: Detect Intel compiler version e6ebc814 Fortran: Add infrastructure to detect compiler version (#15372)
| * | | | | Help: Add notes for topic 'compiler-version-Fortran'Brad King2015-02-191-0/+6
| | | | | |
* | | | | | Help: Fix formatting of command parameter.Stephen Kelly2015-02-171-1/+1
| | | | | |
* | | | | | cmTarget: Remove template argument workaround.Stephen Kelly2015-02-171-28/+0
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Pre-C++98 compilers required that the template argument be used in the function parameters. Those compilers are no longer supported as hosts, so drop the workaround.
* | | | | VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9Brad King2015-02-162-5/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow us to use a value other than just the config name for the project OutputDirectory setting used for $(OutDir). Also use $(ConfigurationName) instead of $(OutDir) for the link directory configuration suffix since that is a hard-coded instance of a use case for CMAKE_CFG_INTDIR.
* | | | Merge topic 'doc-3.2-relnotes-fixup'Brad King2015-02-131-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6d19ef9b Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed section
| * | | | Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed sectionBrad King2015-02-131-6/+6
| | | | | | | | | | | | | | | | | | | | It is a possibly incompatible change.