| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'execute_process_UTF8_keyword' | Brad King | 2018-01-08 | 1 | -2/+4 |
|\ |
|
| * | execute_process: Allow UTF-8 as a synonym for the UTF8 keyword | Craig Scott | 2017-12-27 | 1 | -2/+4 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 2 | -2/+2 |
|/ |
|
* | Help: Document that ASM should be enabled last | Brad King | 2017-12-06 | 2 | -2/+9 |
|
|
* | add_library: mention that Xcode requires a real source file | Ben Boeckel | 2017-12-01 | 1 | -3/+3 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 3 | -3/+3 |
|
|
* | Merge topic 'cross_link_CheckLanguage_enable_language' | Craig Scott | 2017-11-02 | 1 | -1/+2 |
|\ |
|
| * | Help: enable_language now documents the CheckLanguage module | Robert Maynard | 2017-10-31 | 1 | -1/+2 |
|
|
* | | Add support for IMPORTED GLOBAL targets to be aliased | Deniz Bahadir | 2017-10-26 | 2 | -3/+5 |
|
|
* | | Teach target_* commands to set INTERFACE properties of IMPORTED targets | Deniz Bahadir | 2017-10-26 | 6 | -19/+26 |
|
|
* | | Merge topic 'defer-target-source-check' | Brad King | 2017-10-25 | 2 | -11/+13 |
|\ \ |
|
| * | | Defer check for sources within a target until generation. | Deniz Bahadir | 2017-10-24 | 2 | -11/+13 |
|
|
* | | | Merge topic 'help_parse_arguments' | Brad King | 2017-10-24 | 1 | -10/+13 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Help: Fix cmake_parse_arguments behavior for not found arguments | Sylvain Joubert | 2017-10-20 | 1 | -10/+13 |
|
|
* | | file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption | Shane Parris | 2017-10-18 | 1 | -0/+25 |
|/ |
|
* | Merge topic 'vs_improve_custom_command' | Brad King | 2017-09-11 | 1 | -0/+10 |
|\ |
|
| * | VS: only add custom command line if it is not empty | Michael Stürmer | 2017-09-04 | 1 | -0/+10 |
|
|
* | | Timestamp: support %A and %B | Bernhard M. Wiedemann | 2017-09-07 | 1 | -0/+2 |
|/ |
|
* | Help: Fix formatting typo for the 'if' command | Sylvain Joubert | 2017-08-18 | 1 | -1/+1 |
|
|
* | Add PREPEND sub-command to string command | Sylvain Joubert | 2017-08-11 | 1 | -0/+9 |
|
|
* | Merge topic 'find-package_root-disable' | Brad King | 2017-08-10 | 6 | -48/+14 |
|\ |
|
| * | find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 | Brad King | 2017-08-08 | 6 | -48/+14 |
|
|
* | | Merge topic 'file_WRITE_docs' | Brad King | 2017-08-04 | 1 | -2/+5 |
|\ \ |
|
| * | | file: Clarify directory creation behavior when using WRITE | Robert Dailey | 2017-08-03 | 1 | -2/+5 |
| |/ |
|
* | | Help: Document that file(GLOB) result is sorted | Ruslan Baratov | 2017-08-03 | 1 | -3/+1 |
|
|
* | | Merge topic 'doc_configure_file' | Brad King | 2017-07-11 | 2 | -2/+4 |
|\ \ |
|
| * | | Help: Explicitly state that some file generations are lazy | Sylvain Joubert | 2017-07-07 | 2 | -2/+4 |
|
|
* | | | configure_file: Add support for indented cmakedefine | Sylvain Joubert | 2017-07-04 | 1 | -0/+12 |
|/ / |
|
* | | include_guard: add doc pages and a release note | Pavel Solodovnikov | 2017-06-22 | 1 | -0/+46 |
|
|
* | | Merge topic 'execute_process-pipeline-results' | Brad King | 2017-06-12 | 1 | -1/+8 |
|\ \ |
|
| * | | execute_process: Add option to get results of every child | Adam Weisi | 2017-06-10 | 1 | -1/+8 |
| |/ |
|
* | | file(GENERATE): Add policy CMP0070 to define relative path behavior | Brad King | 2017-06-09 | 1 | -0/+5 |
|
|
* | | cmake_host_system_information: Add more keywords | Florian Maushart | 2017-06-05 | 1 | -10/+31 |
|/ |
|
* | Merge topic 'add-findpackage-root-prefix' | Brad King | 2017-05-22 | 6 | -16/+50 |
|\ |
|
| * | find_*: Add docs for PackageRoot search path group | Chuck Atkins | 2017-05-19 | 6 | -16/+50 |
|
|
* | | Help: Fix typo in add_library(... ALIAS ...) text | Gregor Jasny | 2017-05-14 | 1 | -1/+1 |
|/ |
|
* | Help: Document HEADER_FILE_ONLY use case | Roman Lebedev | 2017-05-09 | 2 | -0/+7 |
|
|
* | Merge topic 'ctest_submit_headers' | Brad King | 2017-05-05 | 1 | -2/+8 |
|\ |
|
| * | ctest_submit: Add HTTPHEADER option | Zack Galbreath | 2017-05-04 | 1 | -2/+8 |
|
|
* | | Merge topic 'excludeFixtures' | Brad King | 2017-05-02 | 2 | -0/+20 |
|\ \ |
|
| * | | Add ctest options for limiting which tests fixtures add | Craig Scott | 2017-05-01 | 2 | -0/+20 |
| |/ |
|
* | | separgs: Add a NATIVE_COMMAND mode | Christian Pfeiffer | 2017-04-26 | 1 | -3/+6 |
|/ |
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -1/+1 |
|
|
* | Merge topic 'objlib-extend' | Brad King | 2017-04-19 | 2 | -16/+16 |
|\ |
|
| * | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 2 | -16/+16 |
|
|
* | | Merge topic 'doc-CMAKE_MATCH_n' | Brad King | 2017-04-19 | 2 | -21/+34 |
|\ \ |
|
| * | | Help: Document CMAKE_MATCH_<n> variables | Brad King | 2017-04-18 | 2 | -1/+2 |
|
|
| * | | Help: Link from if(MATCHES) to regex specification docs | Brad King | 2017-04-18 | 2 | -1/+3 |
|
|
| * | | Help: Format string() command regex specification docs | Brad King | 2017-04-18 | 1 | -20/+30 |
| |/ |
|
* | | Help: Document find command search path separators | Brad King | 2017-04-18 | 2 | -2/+8 |
|/ |
|