summaryrefslogtreecommitdiffstats
path: root/Source/cmELF.h
Commit message (Expand)AuthorAgeFilesLines
* 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