| Commit message (Expand) | Author | Age | Files | Lines |
* | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -3/+4 |
|
|
* | cmFileCommand: improve error message | Seth R Johnson | 2021-10-12 | 1 | -3/+6 |
|
|
* | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 1 | -1/+2 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -5/+5 |
|
|
* | cmCurlSetCAInfo: use std::string as argument | Marc Chevrier | 2021-09-19 | 1 | -2/+2 |
|
|
* | cmCurl: Adopt helper to fix file:// URLs | Brad King | 2021-09-15 | 1 | -35/+2 |
|
|
* | cmProp: refactoring: transform alias in class | Marc Chevrier | 2021-08-08 | 1 | -2/+2 |
|
|
* | cmELF: Include the ELF parsing code unconditionally | Alex Richardson | 2021-06-24 | 1 | -14/+6 |
|
|
* | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 1 | -3/+2 |
|
|
* | file: Add undocumented RPATH_SET command | Kyle Edwards | 2021-06-04 | 1 | -0/+61 |
|
|
* | Refactor: Modify file(RPATH_*) to use cmArgumentParser | Kyle Edwards | 2021-06-04 | 1 | -77/+61 |
|
|
* | file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX option | Kyle Edwards | 2021-06-04 | 1 | -0/+7 |
|
|
* | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments | Kyle Edwards | 2021-06-01 | 1 | -10/+24 |
|
|
* | cmFileCommand: Remove unused local variable | Brad King | 2021-04-28 | 1 | -3/+0 |
|
|
* | file(REAL_PATH): add option EXPAND_TILDE | Marc Chevrier | 2021-04-21 | 1 | -3/+20 |
|
|
* | cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink | Brad King | 2021-04-15 | 1 | -2/+4 |
|
|
* | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 1 | -3/+6 |
|
|
* | Merge topic 'commands-file-permissions' | Brad King | 2021-03-29 | 1 | -7/+7 |
|\ |
|
| * | Cleanup: Fix misspelt name of local C++ variable | Craig Scott | 2021-03-26 | 1 | -7/+7 |
|
|
* | | file: add `COPY_FILE` subcommand | Ben Boeckel | 2021-03-10 | 1 | -0/+92 |
|
|
* | | file(RENAME): Add option to not replace existing path | Brad King | 2021-03-04 | 1 | -3/+14 |
|
|
* | | cmSystemTools: Add RenameFile option to not replace destination | Brad King | 2021-03-04 | 1 | -1/+3 |
|
|
* | | file(RENAME): Add option to capture error message on failure | Brad King | 2021-03-04 | 1 | -7/+34 |
|/ |
|
* | Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER | Brad King | 2021-02-03 | 1 | -2/+2 |
|
|
* | file(CONFIGURE): Use text mode for default OUTPUT content | Cristian Adam | 2021-02-02 | 1 | -1/+3 |
|
|
* | Merge topic 'issue-19198' | Brad King | 2021-02-02 | 1 | -4/+20 |
|\ |
|
| * | file(GENERATE): Support new line style | Asit Dhal | 2021-02-01 | 1 | -4/+20 |
|
|
* | | file(CONFIGURE): Fix newlines in CONTENT | Cristian Adam | 2021-01-29 | 1 | -6/+8 |
|/ |
|
* | clang-tidy: fix `bugprone-signed-char-misuse` warnings | Ben Boeckel | 2021-01-27 | 1 | -2/+1 |
|
|
* | clang-tidy: fix `bugprone-reserved-identifier` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | file(GENERATE): Support options to manipulate file permissions | Asit Dhal | 2020-12-21 | 1 | -9/+73 |
|
|
* | file(configure): Order of named options should be specified in any order | Asit Dhal | 2020-12-13 | 1 | -30/+55 |
|
|
* | Merge topic 'file-configure-angle-brackets' | Brad King | 2020-10-16 | 1 | -9/+1 |
|\ |
|
| * | file(CONFIGURE): Allow angle brackets in content | Cristian Adam | 2020-10-15 | 1 | -9/+1 |
|
|
* | | file(GENERATE): Refactor options handling | Asit Dhal | 2020-10-12 | 1 | -29/+73 |
|/ |
|
* | file(ARCHIVE_CREATE): Add option to control compression level | Asit Dhal | 2020-09-21 | 1 | -11/+41 |
|
|
* | file(): Add REAL_PATH sub-command | Marc Chevrier | 2020-09-08 | 1 | -0/+46 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -6/+7 |
|
|
* | file: Add CHMOD and CHMOD_RECURSE subcommands | Sibi Siddharthan | 2020-08-26 | 1 | -0/+160 |
|
|
* | file(GENERATE): Add TARGET argument | Raul Tambre | 2020-08-20 | 1 | -10/+25 |
|
|
* | Correct a typo in cmFileCommand.cxx | Felix Yan | 2020-08-06 | 1 | -1/+1 |
|
|
* | file(DOWNLOAD): Make file argument optional | Kyle Edwards | 2020-07-27 | 1 | -22/+41 |
|
|
* | Merge topic 'file-ARCHIVE-files-dirs' | Brad King | 2020-07-01 | 1 | -35/+22 |
|\ |
|
| * | file(ARCHIVE*): Collapse FILES and DIRECTORY options | Craig Scott | 2020-06-30 | 1 | -35/+22 |
|
|
* | | Merge topic 'file-CONFIGURE-subdir' | Brad King | 2020-06-30 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | file: Fix CONFIGURE output relative path | Brad King | 2020-06-29 | 1 | -1/+2 |
|
|
* | | file(ARCHIVE_CREATE): Rename TYPE option to COMPRESSION | Craig Scott | 2020-06-27 | 1 | -9/+9 |
|/ |
|
* | cmFileCommand: Log cmsys::Glob warnings | Dmitry Kalinkin | 2020-05-19 | 1 | -4/+9 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -2/+3 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -1/+1 |
|
|