| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -2/+2 |
|
|
* | file(UPLOAD): Add support for TLS_VERIFY and TLS_CAINFO | Harry Mallon | 2020-04-08 | 1 | -6/+35 |
|
|
* | file(UPLOAD): Add default ca_certs | Harry Mallon | 2020-04-07 | 1 | -0/+7 |
|
|
* | Simplify absolute path conversions using CollapseFullPath full signature | Brad King | 2020-03-24 | 1 | -5/+2 |
|
|
* | file: Add ARCHIVE_{CREATE|EXTRACT} subcommands | Cristian Adam | 2020-03-16 | 1 | -0/+208 |
|
|
* | file: Add CONFIGURE subcommand | Leander Beernaert | 2020-03-09 | 1 | -0/+118 |
|
|
* | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments | Kyle Edwards | 2020-01-22 | 1 | -3/+15 |
|
|
* | file(DOWNLOAD): Don't fail if given just a filename to write to | Johnny Jazeix | 2020-01-15 | 1 | -1/+2 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -6/+6 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+8 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -2/+3 |
|
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -159/+102 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -4/+4 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -4/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -51/+40 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+3 |
|
|
* | Merge topic 'string-literal-append' | Brad King | 2019-08-19 | 1 | -2/+1 |
|\ |
|
| * | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|
|
* | | Merge topic 'cmCryptoHash_string_view' | Brad King | 2019-08-19 | 1 | -2/+2 |
|\ \ |
|
| * | | cmCryptoHash: Accept cm::string_view input | Sebastian Holtermann | 2019-08-18 | 1 | -2/+2 |
| |/ |
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -3/+3 |
|/ |
|
* | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 1 | -2/+1 |
|\ |
|
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -2/+1 |
|
|
* | | Merge topic 'retry-directory-delete' | Kyle Edwards | 2019-08-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Retry removing directories on Windows | Kasper Laudrup | 2019-08-08 | 1 | -1/+1 |
|
|
* | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -6/+6 |
| |/
|/| |
|
* | | cmFileCommand: Use cmSubcommandTable | Regina Pfeifer | 2019-08-06 | 1 | -116/+119 |
|
|
* | | cmFileCommand: turn into free function | Regina Pfeifer | 2019-08-06 | 1 | -2/+2 |
|
|
* | | cmFileCommand: put subcommands in unnamed namespace | Daniel Pfeifer | 2019-08-06 | 1 | -199/+190 |
|
|
* | | cmFileCommand: port to cmExecutionStatus | Daniel Pfeifer | 2019-08-06 | 1 | -283/+306 |
|/ |
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | Merge topic 'remove_compiler_rpath' | Kyle Edwards | 2019-07-26 | 1 | -1/+6 |
|\ |
|
| * | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property | Jiang Yue | 2019-07-25 | 1 | -1/+6 |
|
|
* | | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -29/+26 |
|/ |
|