summaryrefslogtreecommitdiff
path: root/Source/cmELF.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into file-grd-archKyle Edwards2021-07-121-4/+3
|\
| * cmELF: Include the ELF parsing code unconditionallyAlex Richardson2021-06-241-4/+0
| * cmELF: Fix check for TagMipsRldMapRelAlex Richardson2021-06-241-0/+3
* | file(GET_RUNTIME_DEPENDENCIES): Check architecture of dependenciesKyle Edwards2021-07-121-0/+4
|/
* Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSERBrad King2021-02-031-2/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmELF: Modernize to use std::unique_ptr instead of new/deleteSebastian Holtermann2019-07-171-1/+2
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* Mark operator bool explicitRegina Pfeifer2018-11-191-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* elf: Remove GetDynamicEntryCount and ReadBytes methodsJames Cowgill2016-10-071-7/+0
* cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPathJames Cowgill2016-10-071-1/+1
* elf: add DynamicEntryList methods and rpath tag constantsJames Cowgill2016-10-061-0/+18
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-5/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Added cmELF methods to get information about DYNAMIC section entries.Brad King2008-04-141-0/+14
* BUG: A few more corrections for cmELFBrad King2008-03-021-1/+3
* ENH: Add Size member to cmELF::StringEntry to return the amount of space in t...Brad King2008-03-011-0/+4
* ENH: Make cmELF parser more general and powerfulBrad King2008-02-291-0/+17
* ENH: Add ELF file parsingBrad King2008-02-271-0/+76