summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Check(Function|Library|Symbol)Exists: make it work if only C++ is enabledRolf Eike Beer2015-09-251-0/+6
|
* Merge topic 'pkg-config-variable-function'Brad King2015-09-211-0/+6
|\ | | | | | | | | | | 51b83f14 FindPkgConfig: add a command to query arbitrary variables 7f7f1eec FindPkgConfig: use execute_process to strip trailing whitespace
| * FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-211-0/+6
| |
* | Merge topic 'cpack-verbatim-variables'Brad King2015-09-211-0/+5
|\ \ | | | | | | | | | | | | bc2e54db Introduction of CPACK_VERBATIM_VARIABLES variable
| * | Introduction of CPACK_VERBATIM_VARIABLES variableRoman Donchenko2015-09-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If variable is set to TRUE, values of all variables prefixed with CPACK_ will be escaped so special characters such as dolar sign, quotes or foreward slash will not be lost. By default variable is treated as set to FALSE for back compatibility. The cpack_encode_variables macro is changed into a function to remove scope pollution. There should be no other effects.
* | | Merge topic 'cpack-deb-checksum-on-symlinks'Brad King2015-09-211-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | da295f45 CPack/Deb: checksum on symlinks release notes 7c7874c8 CPackDeb: preventing md5sum on symlinks
| * | | CPack/Deb: checksum on symlinks release notesDomen Vrankar2015-09-181-0/+4
| |/ /
* | | Merge topic 'ctest-custom-output-size'Brad King2015-09-216-0/+30
|\ \ \ | |/ / |/| | | | | | | | | | | fd47df45 CTest: Add options to limit output of passed and failed tests 6e3151f6 CTest: Document and test custom output size settings
| * | CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-182-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ctest command-line options: --test-output-size-passed <n> --test-output-size-failed <n> to set the amount of test output to store in Test.xml as a command-line dashboard client.
| * | CTest: Document and test custom output size settingsBrad King2015-09-184-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation and tests for the existing CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE CTest variables.
* | | Merge topic 'compute-default-dialect'Brad King2015-09-181-3/+3
|\ \ \ | | | | | | | | | | | | | | | | 7235334a Project: Determine default language dialect for the compiler.
| * | | Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Use the __cplusplus and __STDC_VERSION__ macros to automatically determine the default dialect for the compiler while determining its id and version.
* | | | Merge topic 'ms-manifest-files'Brad King2015-09-181-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e134e53b Add support for *.manifest source files with MSVC tools da00be63 MSVC: Rewrite manifest file handling with Makefile and Ninja d488b5c9 Ninja: Always add OBJECT_DIR variable to link rules 6d620f5a VS: Add manifest tool settings to VS 8 and 9 project files
| * | | | Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Classify .manifest sources separately, add dependencies on them, and pass them to the MS manifest tool to merge with linker-generated manifest files. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
* | | | Merge topic 'ExternalProject_stash_save_all'Brad King2015-09-181-0/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | 7c5b6ed5 ExternalProject: Use "git stash save --all" only if supported (#15722) b04c3815 ExternalProject: Use GIT_VERSION_STRING instead of custom method
| * | | ExternalProject: Use "git stash save --all" only if supported (#15722)Daniele E. Domenichelli2015-09-171-0/+5
| |/ / | | | | | | | | | The --all option for git-stash wasn't introduced until git version 1.7.6.
* | | Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-09-171-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | becb14c9 CPack/DEB: test preserve extra config file permissions 7044e8ee CPackDeb: use of libarchive and removal of fakeroot 415405a3 cmArchiveWrite: control user/group, permissions and recursive file adding 4f2ff601 Tests: Make RunCMake.CPack error messages more readable 81b748ae cmGeneratedFileStream: Fix spelling in comment
| * | CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-0/+4
| | |
* | | 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
| |