index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmELF.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenBSD: Enable ELF parsing and editing (#14241)
David Coppa
2013-06-21
1
-1/+6
*
Fix line-too-long style errors
Brad King
2010-09-10
1
-1/+2
*
Fix or cast integer conversions in cmake
Brad King
2010-06-25
1
-1/+1
*
Try to remove some warnings.
Bill Hoffman
2010-05-12
1
-1/+1
*
Use explicit conversion to avoid warnings in cmELF
Brad King
2009-10-06
1
-2/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Fix operator precedence error in cmELF
Brad King
2008-08-04
1
-4/+4
*
BUG: When byte order is not known at compile time make sure NeedSwap in cmELF...
Brad King
2008-05-13
1
-0/+2
*
ENH: In cmELF it is okay if the byte order is not known at compile time.
Brad King
2008-05-13
1
-0/+1
*
COMP: Fix signed/unsigned comparison warning in cmELF.
Brad King
2008-04-15
1
-1/+1
*
ENH: Added cmELF methods to get information about DYNAMIC section entries.
Brad King
2008-04-14
1
-0/+88
*
COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not ...
Brad King
2008-03-03
1
-19/+39
*
BUG: Fix bug introduced by workaround to warning.
Brad King
2008-03-02
1
-0/+1
*
BUG: A few more corrections for cmELF
Brad King
2008-03-02
1
-10/+71
*
ENH: Add Size member to cmELF::StringEntry to return the amount of space in t...
Brad King
2008-03-01
1
-7/+33
*
ENH: Make cmELF parser more general and powerful
Brad King
2008-02-29
1
-28/+135
*
COMP: cmELF needs to include sys/link.h to get dynamic section structures on ...
Brad King
2008-02-28
1
-0/+3
*
COMP: Fix warnings in cmELF.
Brad King
2008-02-28
1
-1/+4
*
ENH: Add ELF file parsing
Brad King
2008-02-27
1
-0/+612