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