aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/os/elf
Commit message (Expand)AuthorAgeFilesLines
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-025-78/+88
* Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' StatelessSven Gothel2015-02-019-602/+912
* Bug 1122 - Elf Parser: EM_res183 -> EM_AARCH64, detecting AArch64; Updating S...Sven Gothel2015-01-303-68/+182
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-037-69/+61
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-211-5/+1
* Bug 980: Use Bitsream class for jogamp.common.os.elf.**Sven Gothel2014-02-202-18/+12
* Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes...Sven Gothel2014-01-241-3/+33
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-174-0/+6
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-175-170/+170
* Fix a typo (Retruns => Returns)Sylvestre Ledru2013-07-101-1/+1
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-081-12/+52
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-087-0/+1683