summaryrefslogtreecommitdiffstats
path: root/Source/cmELF.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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-031-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-161-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
* cmELF: Avoid divide by zero if there are no dynamic section entriesTy Smith2015-11-191-1/+7
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* cmELF: fix signedness warning on OpenBSDRolf Eike Beer2014-04-141-6/+9
* Haiku: Enable CMake builtin ELF editorAdrien Destugues2014-03-211-0/+20
* cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)Ryo ONODERA2014-03-101-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-4/+5
* OpenBSD: Enable ELF parsing and editing (#14241)David Coppa2013-06-211-1/+6
* Fix line-too-long style errorsBrad King2010-09-101-1/+2
* Fix or cast integer conversions in cmakeBrad King2010-06-251-1/+1