summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'FindProtobuf-python-extension'Brad King2015-09-161-0/+6
|\ | | | | | | | | 2ec97b13 FindProtobuf: Add protobuf_generate_python function
| * FindProtobuf: Add protobuf_generate_python functionAndreas Bergmeier2015-09-151-0/+6
| |
* | Help: Document string(REGEX) input concatentation (#15742)Brad King2015-09-141-0/+3
| | | | | | | | | | These commands concatenate all their input before matching. Document this behavior.
* | Help: Organize string command docs into sectionsBrad King2015-09-141-82/+218
|/ | | | | Add section headers and titles for each command signature. Group related commands into sections.
* Merge topic 'FindHDF5-updates'Brad King2015-09-141-0/+6
|\ | | | | | | | | fd26a19a FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLEL
| * FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLELPaul Romano2015-09-111-0/+6
| | | | | | | | | | | | | | The calls to find_program now use NAMES_PER_DIR so that the first executable (e.g. h5pcc) appearing on their PATH will get chosen. The HDF5_PREFER_PARALLEL variable swaps the search order when it is set to true in the event that a directory being search contains both h5cc and h5pcc.
* | Help: Document limitations of the OBJECT_DEPENDS source file propertyBrad King2015-09-111-5/+8
|/
* Merge topic 'cpack-cmake-special-characters-mangling'Brad King2015-09-101-0/+6
|\ | | | | | | | | 2a7772ff CPack: don't mangle CMake-special characters when applying default settings
| * CPack: don't mangle CMake-special characters when applying default settingsRoman Donchenko2015-09-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mangling is prevented by using a function instead of a macro for setting default value of some CPack variables. Function is meant for internal use in CPack.cmake only. Old macro is deprecated but kept for backwards compatibility - was intended for internal use only as it can't be used for CPack after CPack.cmake script is included. Patch removes local workarounds that were required by old macro, fixes default setting of variables that by default inherit value from another variable that already went through old default setting macro (e.g. value of CPACK_PACKAGE_INSTALL_REGISTRY_KEY caused error for wrong escapes if CPACK_PACKAGE_INSTALL_DIRECTORY contained escaped back slashes) and provides a test for correct escaping of characters.
* | Merge topic 'cpack-deb-component-dependencies'Brad King2015-09-101-0/+12
|\ \ | | | | | | | | | | | | 4de7c812 CPack/Deb: enable per component setting of dependencies
| * | CPack/Deb: enable per component setting of dependenciesDomen Vrankar2015-09-091-0/+12
| |/
* | Merge topic 'FindwxWidgets-updates'Brad King2015-09-101-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | d8e233d8 Help: Add notes for topic 'FindwxWidgets-updates' 15aacb68 FindwxWidgets: Add wxWidgets webview component 8122fbd0 FindwxWidgets: Expect wxWidgets 3.1 6089fde5 FindwxWidgets: allow specifying required version
| * | Help: Add notes for topic 'FindwxWidgets-updates'Brad King2015-09-091-0/+4
| | |
* | | Merge topic 'mingw-compile-features-C'Brad King2015-09-101-0/+5
|\ \ \ | |_|/ |/| | | | | | | | 2fbc41f3 Record compile features for GNU C on Windows (#15727)
| * | Record compile features for GNU C on Windows (#15727)Brad King2015-09-091-0/+5
| |/ | | | | | | Drop the 'UNIX' condition on GNU C compiler features.
* | Merge topic 'doc-get_filename_component-typo'Brad King2015-09-091-1/+1
|\ \ | |/ |/| | | | | 8bfa34b7 Help: Fix typo in get_filename_component docs
| * Help: Fix typo in get_filename_component docsChristopher Meng2015-09-081-1/+1
| | | | | | | | trailing slahes -> trailing slashes
* | Merge topic 'find_program-NAMES_PER_DIR'Brad King2015-09-082-1/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ea7611b find_program: Optionally consider all names in each directory fc1990c9 cmFindProgramCommand: Re-implement search using more flexible approach fdbfc9f6 Tests: Add explicit testing for find_program 907a919b cmSystemTools: Drop unused StringEndsWith method ed4de3c9 cmFindProgramCommand: Use Names member instead of passing it bf32b95e cmFindLibraryCommand: Avoid repeating search for the same name
| * | find_program: Optionally consider all names in each directoryBrad King2015-09-022-1/+12
| |/ | | | | | | | | | | | | When more than one value is given to the NAMES option this command by default will consider one name at a time and search every directory for it. Add a NAMES_PER_DIR option to tell this command to consider one directory at a time and search for all names in it.
* | Merge topic 'FindOpenSSL-static-libs'Brad King2015-09-081-0/+5
|\ \ | | | | | | | | | | | | 369a8cde FindOpenSSL: Optionally search only for static libraries
| * | FindOpenSSL: Optionally search only for static librariesThijs Wenker2015-09-021-0/+5
| |/ | | | | | | | | | | | | Add an OPENSSL_USE_STATIC_LIBS option to enable it. Adjust CMAKE_FIND_LIBRARY_SUFFIXES to only look for .a and .lib files. Also adjust the search paths on Windows for installer locations of static libraries.
* | FindZLIB: Find debug and release variants separatelyMichael Scott2015-09-021-0/+5
|/ | | | | | Provide each variant in ZLIB_LIBRARIES and ZLIB::ZLIB imported location properties when one is found, while maintaining support for manually setting the library via ZLIB_LIBRARY.
* Merge topic 'java-updates'Brad King2015-08-271-0/+3
|\ | | | | | | | | 4476feac UseJava: Add support for javah tool
| * UseJava: Add support for javah toolMarc Chevrier2015-08-211-0/+3
| | | | | | | | Add a `create_javah` API.
* | Help: Fix classification of load_command in command TOC.James Johnston2015-08-251-1/+1
| | | | | | | | | | | | In CMake 3.0, the load_command command was deprecated. However, the position of load_command in the help TOC was not fixed at that time: it was still listed as a "Normal Command".
* | Merge topic 'improve-variable-help-formatting'Brad King2015-08-21194-508/+537
|\ \ | | | | | | | | | | | | 3bb707f0 Help: Improve formatting of variable documentation
| * | Help: Improve formatting of variable documentationJames Johnston2015-08-21194-508/+537
| | | | | | | | | | | | | | | | | | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* | | Merge topic 'modules-no-soname'Brad King2015-08-212-3/+10
|\ \ \ | |_|/ |/| | | | | | | | | | | f799ffb5 Do not set SONAME for MODULE library targets (#15705) 899458ab Tests: Cover NO_SONAME property for SHARED libraries
| * | Do not set SONAME for MODULE library targets (#15705)Felix Geyer2015-08-202-3/+10
| |/ | | | | | | | | The SONAME field is only useful for shared libraries that application link against.
* | get_filename_component: Teach new BASE_DIR parameter.James Johnston2015-08-182-5/+38
|/ | | | | | In the get_filename_component command, add a new BASE_DIR parameter to use with the ABSOLUTE and REALPATH options. This will be used when finding an absolute path from a relative path.
* Merge topic 'propagate-link-search-to-try_compile'Brad King2015-08-174-8/+22
|\ | | | | | | | | | | 7f0b83e0 try_compile: Update documentation for other propagated variables fb77c2c5 try_compile: Propogate the CMAKE_LINK_SEARCH_ variables
| * try_compile: Update documentation for other propagated variablesChuck Atkins2015-08-142-4/+9
| |
| * try_compile: Propogate the CMAKE_LINK_SEARCH_ variablesChuck Atkins2015-08-143-4/+13
| |
* | Merge topic 'FindXercesC-updates'Brad King2015-08-171-0/+5
|\ \ | | | | | | | | | | | | | | | db292564 FindXercesC: Add support for 3D_1 variant of the library 021bf871 FindXercesC: Find debug and release libraries separately
| * | FindXercesC: Find debug and release libraries separatelyRoger Leigh2015-08-141-0/+5
| |/
* | FindTIFF: Find debug and release libraries separatelyRoger Leigh2015-08-141-0/+5
|/
* Merge topic 'add-link-search-static-properties-defaults'Brad King2015-08-131-0/+9
|\ | | | | | | | | 970a741f Help: Add notes for topic 'add-link-search-static-properties-defaults'
| * Help: Add notes for topic 'add-link-search-static-properties-defaults'Brad King2015-08-131-0/+9
| |
* | Merge topic 'OUTPUT_DIRECTORY-genex'Brad King2015-08-135-2/+21
|\ \ | |/ |/| | | | | | | d25819bc Add generator expression support to OUTPUT_DIRECTORY target properties e36a05fd cmTarget: Detect and diagnose recursion in GetOutputInfo
| * Add generator expression support to OUTPUT_DIRECTORY target propertiesRobert Goulet2015-08-125-2/+21
| | | | | | | | | | | | | | If {ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY is set with a genex then do not add the per-config subdirectory on multi-config generators. This will allow projects to use $<CONFIG> to place the per-config part of the directory path somewhere other than the end.
* | Allow LINK_SEARCH_{START,END}_STATIC props to have default values.Chuck Atkins2015-08-135-3/+51
|/ | | | | | Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC variables to initialize the LINK_SEARCH_START_STATIC and LINK_SEARCH_END_STATIC target properties respectively.
* Merge topic 'java-updates'Brad King2015-08-051-0/+13
|\ | | | | | | | | | | | | cc23f0e9 UseJava: Teach install_jar new DESTINATION and COMPONENT options 3d287de4 UseJava: Teach add_jar to support file syntax for sources e72806fb FindJava: Add support for idlj and jarsigner tools
| * UseJava: Teach install_jar new DESTINATION and COMPONENT optionsMarc Chevrier2015-08-041-0/+4
| |
| * UseJava: Teach add_jar to support file syntax for sourcesMarc Chevrier2015-08-041-0/+4
| |
| * FindJava: Add support for idlj and jarsigner toolsMarc Chevrier2015-08-041-0/+5
| |
* | Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docsBrad King2015-08-033-12/+18
|/ | | | | Link to the generators that implement these properties. Explain in more detail why other generators ignore them.
* Merge topic 'if-test'Brad King2015-08-034-0/+27
|\ | | | | | | | | | | 14e49ed1 if: Add "TEST <test>" condition 623dcc85 ExternalProject: Avoid if() auto-dereference of a "TEST" variable
| * if: Add "TEST <test>" conditionMatt McCormick2015-08-034-0/+27
| | | | | | | | | | | | | | | | if(TEST TestNameThatExists) will return true if a test with the name TestNameThatExists has been added with add_test. The syntax is similar to if(TARGET TargetName). Since use of "TEST" as an argument to if() could previously be interpreted as a non-keyword argument, add policy CMP0064 to treat it as a keyword as NEW behavior.
* | Merge topic 'doc-string-FIND-failure-case'Brad King2015-07-311-1/+1
|\ \ | | | | | | | | | | | | fe2e503e Help: Document string(FIND) return value when no match is found
| * | Help: Document string(FIND) return value when no match is foundJames Johnston2015-07-301-1/+1
| |/