summaryrefslogtreecommitdiff
path: root/Source/cmELF.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1
* Source: fix more -Wmissing-prototypes warningsSean McBride2021-10-251-3/+0
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-3/+3
* Merge branch 'master' into file-grd-archKyle Edwards2021-07-121-57/+17
|\
| * cmELF: Allow building without system ELF headersAlex Richardson2021-06-241-60/+5
| * cmELF: Fix check for TagMipsRldMapRelAlex Richardson2021-06-241-0/+15
| * cmELF: Open file explicitly in binary modeBrad King2021-06-241-1/+1
* | file(GET_RUNTIME_DEPENDENCIES): Check architecture of dependenciesKyle Edwards2021-07-121-0/+16
|/
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-3/+3
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-3/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+8
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-4/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-8/+7
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-16/+16
* cmELF: Modernize to use std::unique_ptr instead of new/deleteSebastian Holtermann2019-07-171-27/+27
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-20/+21
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-7/+6
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-7/+7
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-8/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-10/+10
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-4/+4
* cmELF: Remove now-redundant check for DT_RUNPATH's existenceMaya Rashish2017-04-261-4/+0
* cmELF: Define DT_RUNPATH if it isn't already definedMaya Rashish2017-04-261-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* elf: Remove GetDynamicEntryCount and ReadBytes methodsJames Cowgill2016-10-071-40/+1
* cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPathJames Cowgill2016-10-071-0/+6
* elf: add DynamicEntryList methods and rpath tag constantsJames Cowgill2016-10-061-0/+77
* elf: remove tag switch from ELF_Dyn ByteSwap functionJames Cowgill2016-10-061-115/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+6
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-18/+9
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-4/+4
* cmELF: Port to SCO OpenServer 5.0.7/3.2Patrick Welche2016-08-021-2/+11
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-6/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-10/+10
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-5/+5
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-357/+342
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-22/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Port CMake from cmIML to KWIMLBrad King2015-12-181-7/+4
* cmELF: Use KWIML ABI.h header to get endian-nessBrad King2015-12-091-4/+3