summaryrefslogtreecommitdiff
path: root/Source/cmELF.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to remove some warnings.Bill Hoffman2010-05-121-1/+1
* Use explicit conversion to avoid warnings in cmELFBrad King2009-10-061-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix operator precedence error in cmELFBrad King2008-08-041-4/+4
* BUG: When byte order is not known at compile time make sure NeedSwap in cmELF...Brad King2008-05-131-0/+2
* ENH: In cmELF it is okay if the byte order is not known at compile time.Brad King2008-05-131-0/+1
* COMP: Fix signed/unsigned comparison warning in cmELF.Brad King2008-04-151-1/+1
* ENH: Added cmELF methods to get information about DYNAMIC section entries.Brad King2008-04-141-0/+88
* COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not ...Brad King2008-03-031-19/+39
* BUG: Fix bug introduced by workaround to warning.Brad King2008-03-021-0/+1
* BUG: A few more corrections for cmELFBrad King2008-03-021-10/+71
* ENH: Add Size member to cmELF::StringEntry to return the amount of space in t...Brad King2008-03-011-7/+33
* ENH: Make cmELF parser more general and powerfulBrad King2008-02-291-28/+135
* COMP: cmELF needs to include sys/link.h to get dynamic section structures on ...Brad King2008-02-281-0/+3
* COMP: Fix warnings in cmELF.Brad King2008-02-281-1/+4
* ENH: Add ELF file parsingBrad King2008-02-271-0/+612