| Commit message (Expand) | Author | Age | Files | Lines |
* | file(GET_RUNTIME_DEPENDENCIES): Check architecture of dependencies | Kyle Edwards | 2021-07-12 | 1 | -0/+16 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -4/+4 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -3/+3 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -3/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+8 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -4/+2 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -8/+7 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -16/+16 |
|
|
* | cmELF: Modernize to use std::unique_ptr instead of new/delete | Sebastian Holtermann | 2019-07-17 | 1 | -27/+27 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -1/+2 |
|
|
* | clang-tidy: fix warnings from version 7 | Regina Pfeifer | 2018-11-20 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -20/+21 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -2/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -7/+6 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -7/+7 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -8/+4 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -10/+10 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -4/+4 |
|
|
* | cmELF: Remove now-redundant check for DT_RUNPATH's existence | Maya Rashish | 2017-04-26 | 1 | -4/+0 |
|
|
* | cmELF: Define DT_RUNPATH if it isn't already defined | Maya Rashish | 2017-04-26 | 1 | -0/+3 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | elf: Remove GetDynamicEntryCount and ReadBytes methods | James Cowgill | 2016-10-07 | 1 | -40/+1 |
|
|
* | cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath | James Cowgill | 2016-10-07 | 1 | -0/+6 |
|
|
* | elf: add DynamicEntryList methods and rpath tag constants | James Cowgill | 2016-10-06 | 1 | -0/+77 |
|
|
* | elf: remove tag switch from ELF_Dyn ByteSwap function | James Cowgill | 2016-10-06 | 1 | -115/+5 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -2/+6 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -18/+9 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -4/+4 |
|
|
* | cmELF: Port to SCO OpenServer 5.0.7/3.2 | Patrick Welche | 2016-08-02 | 1 | -2/+11 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -6/+7 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -10/+10 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -5/+5 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -357/+342 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -22/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Port CMake from cmIML to KWIML | Brad King | 2015-12-18 | 1 | -7/+4 |
|
|
* | cmELF: Use KWIML ABI.h header to get endian-ness | Brad King | 2015-12-09 | 1 | -4/+3 |
|
|
* | cmELF: Avoid divide by zero if there are no dynamic section entries | Ty Smith | 2015-11-19 | 1 | -1/+7 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | cmELF: fix signedness warning on OpenBSD | Rolf Eike Beer | 2014-04-14 | 1 | -6/+9 |
|
|
* | Haiku: Enable CMake builtin ELF editor | Adrien Destugues | 2014-03-21 | 1 | -0/+20 |
|
|
* | cmELF: Fix typo in comment, 32-bit => 64-bit (#14799) | Ryo ONODERA | 2014-03-10 | 1 | -1/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -4/+5 |
|
|
* | OpenBSD: Enable ELF parsing and editing (#14241) | David Coppa | 2013-06-21 | 1 | -1/+6 |
|
|