summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-023-0/+18
* Allow CMAKE_SYSTEM_VERSION to be set without CMAKE_SYSTEM_NAMEGilles Khouzam2015-10-021-0/+7
* Help: Improve CMAKE_SYSTEM_{NAME,VERSION} variable documentationBrad King2015-10-022-8/+33
* Merge topic 'FindOpenSSL-imported-targets'Brad King2015-09-301-0/+4
|\
| * Help: Add notes for topic 'FindOpenSSL-imported-targets'Konstantin Podsvirov2015-09-291-0/+4
* | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-291-0/+4
|\ \
| * | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-281-0/+4
* | | Merge topic 'link-https-cmake.org'Brad King2015-09-291-5/+5
|\ \ \ | |/ / |/| |
| * | Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-5/+5
* | | Merge topic 'genex-SHELL_PATH'Brad King2015-09-282-0/+10
|\ \ \
| * | | Genex: Add a SHELL_PATH expressionStefan Kislinskiy2015-09-282-0/+10
* | | | Merge topic 'revert-cpack-package-empty-dirs'Brad King2015-09-261-4/+0
|\ \ \ \
| * | | | Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-4/+0
* | | | | Merge topic 'revert-cmake-W-options'Brad King2015-09-254-62/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'improve-variable-help-formatting' into revert-cmake-W-optionsBrad King2015-09-22216-522/+697
| |\ \ \ \
| * | | | | Revert topic 'cmake-W-options' (#15747)Brad King2015-09-224-62/+2
* | | | | | Merge topic 'install-directory-dest-genex'Brad King2015-09-252-0/+9
|\ \ \ \ \ \
| * | | | | | install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-242-0/+9
* | | | | | | Merge topic 'Threads-CXX'Brad King2015-09-251-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FindThreads: officially announce it works with only C++ enabledRolf Eike Beer2015-09-251-3/+3
| * | | | | | Check(Function|Library|Symbol)Exists: make it work if only C++ is enabledRolf Eike Beer2015-09-251-0/+6
* | | | | | | install: Allow generator expressions in FILES DESTINATIONRobert Goulet2015-09-232-0/+9
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'cpack-package-empty-dirs'Brad King2015-09-221-0/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-221-0/+4
| |/ / / /
* | | | | Merge topic 'ctest-variable-docs'Brad King2015-09-2221-6/+142
|\ \ \ \ \
| * | | | | Help: document CTEST_CUSTOM_* variablesBen Boeckel2015-09-2220-6/+139
| * | | | | ctest_read_custom_files: mention that ctest does this automaticallyBen Boeckel2015-09-211-0/+3
* | | | | | try_compile: Propogate CMP0065 to the generated project.Chuck Atkins2015-09-211-0/+3
* | | | | | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-217-1/+63
| |/ / / / |/| | | |
* | | | | Merge topic 'pkg-config-variable-function'Brad King2015-09-211-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-211-0/+6
* | | | | Merge topic 'cpack-verbatim-variables'Brad King2015-09-211-0/+5
|\ \ \ \ \
| * | | | | Introduction of CPACK_VERBATIM_VARIABLES variableRoman Donchenko2015-09-201-0/+5
* | | | | | Merge topic 'cpack-deb-checksum-on-symlinks'Brad King2015-09-211-0/+4
|\ \ \ \ \ \
| * | | | | | CPack/Deb: checksum on symlinks release notesDomen Vrankar2015-09-181-0/+4
| |/ / / / /
* | | | | | Merge topic 'ctest-custom-output-size'Brad King2015-09-216-0/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-182-0/+13
| * | | | | CTest: Document and test custom output size settingsBrad King2015-09-184-0/+17
* | | | | | Merge topic 'compute-default-dialect'Brad King2015-09-181-3/+3
|\ \ \ \ \ \
| * | | | | | Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-181-3/+3
* | | | | | | Merge topic 'ms-manifest-files'Brad King2015-09-181-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'ExternalProject_stash_save_all'Brad King2015-09-181-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ExternalProject: Use "git stash save --all" only if supported (#15722)Daniele E. Domenichelli2015-09-171-0/+5
| |/ / / / /
* | | | | | Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-09-171-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-0/+4
* | | | | | Merge topic 'FindProtobuf-python-extension'Brad King2015-09-161-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FindProtobuf: Add protobuf_generate_python functionAndreas Bergmeier2015-09-151-0/+6
* | | | | | Help: Document string(REGEX) input concatentation (#15742)Brad King2015-09-141-0/+3
* | | | | | Help: Organize string command docs into sectionsBrad King2015-09-141-82/+218
|/ / / / /