| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | file(WRITE): Report errors during write operation | Ruslan Baratov | 2018-05-16 | 1 | -0/+8 |
|
|
* | file(INSTALL): Preserve file time when writing NTFS alternate stream | Yves Frederix | 2018-04-23 | 1 | -0/+12 |
|
|
* | Add `CONFIGURE_DEPENDS` flag support to cmFileCommand::HandleGlobCommand | Shane Parris | 2018-03-29 | 1 | -0/+38 |
|
|
* | file(GLOB): Ensure entire file list is sorted | Shane Parris | 2018-03-07 | 1 | -12/+7 |
|
|
* | Refactor HandleGlobCommand | Shane Parris | 2018-02-28 | 1 | -71/+78 |
|
|
* | Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands | Shane Parris | 2018-02-15 | 1 | -0/+38 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -23/+21 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -2/+2 |
|
|
* | Move file/dir permissions code to common file. | Domen Vrankar | 2017-11-08 | 1 | -49/+3 |
|
|
* | CMake: enable setting default dir creation permissions | Domen Vrankar | 2017-11-08 | 1 | -1/+22 |
|
|
* | file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption | Shane Parris | 2017-10-18 | 1 | -0/+58 |
|
|
* | Fix left-over occurrences of else-after-return | Matthias Maennich | 2017-09-28 | 1 | -3/+2 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -12/+11 |
|
|
* | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -7/+7 |
|\ |
|
| * | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -7/+7 |
|
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -9/+9 |
|/ |
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -28/+21 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -10/+12 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -21/+21 |
|
|
* | CPackDeb: Enable the DEB generator on Windows | Nils Gladitz | 2017-06-28 | 1 | -13/+28 |
|
|
* | Merge topic 'lint-function-args' | Brad King | 2017-06-05 | 1 | -4/+4 |
|\ |
|
| * | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -4/+4 |
|
|
* | | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+1 |
|/ |
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
|
|
* | Merge topic 'mingw-w64-compile' | Brad King | 2017-05-16 | 1 | -0/+4 |
|\ |
|
| * | cmFileCommand: Fix build on mingw-w64 | Aleksey Chernov | 2017-05-15 | 1 | -0/+4 |
|
|
* | | c++: prefer vectors over lists | Ben Boeckel | 2017-05-04 | 1 | -5/+5 |
|
|
* | | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -2/+2 |
|
|
* | | file: Add COPY/INSTALL option for fixed layout relative to a directory | Brad King | 2017-04-13 | 1 | -1/+39 |
|
|
* | | file: Refactor COPY/INSTALL relative path handling | Brad King | 2017-04-13 | 1 | -10/+13 |
|
|
* | | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -7/+7 |
|
|
* | | Merge topic 'iwyu' | Brad King | 2017-03-30 | 1 | -2/+1 |
|\ \ |
|
| * | | cmFileCommand: add <cm_curl.h> include | Daniel Pfeifer | 2017-03-29 | 1 | -0/+1 |
|
|
| * | | cmFileCommand: remove unnecessary friend declaration | Daniel Pfeifer | 2017-03-29 | 1 | -2/+0 |
|
|
* | | | handle non-existing symlink creation locations | Domen Vrankar | 2017-03-28 | 1 | -0/+3 |
|/ / |
|
* | | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -4/+1 |
|
|
* | | file: Add READ_ELF command to parse ELF binaries | Florian Apolloner | 2017-03-10 | 1 | -0/+69 |
|/ |
|
* | file: Fix crash on GLOB with no expressions after LIST_DIRECTORIES | Brad King | 2017-01-16 | 1 | -1/+1 |
|
|
* | clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes | Daniel Pfeifer | 2016-12-12 | 1 | -9/+6 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -15/+26 |
|
|
* | file: Add support for SHA-3 algorithms | Brad King | 2016-11-10 | 1 | -1/+3 |
|
|
* | Merge topic 'import-librhash' | Brad King | 2016-11-10 | 1 | -1/+2 |
|\ |
|
| * | Port hash computation to cmCryptoHash | Brad King | 2016-11-10 | 1 | -1/+2 |
|
|
* | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+1 |
|/ |
|
* | Encoding: Remove option to use ANSI code page internally | Clinton Stimpson | 2016-11-02 | 1 | -3/+3 |
|
|
* | Remove redundant c_str() calls | Daniel Pfeifer | 2016-10-30 | 1 | -2/+2 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+2 |
|
|
* | Fix newly discovered clang-tidy issues | Daniel Pfeifer | 2016-10-21 | 1 | -6/+2 |
|
|
* | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -18/+36 |
|
|