summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/IntBitfield.java
Commit message (Expand)AuthorAgeFilesLines
* IntBitfield: Fix units calculation ( +7 -> +31 for ceiling, using 32bits per ...Sven Gothel2015-08-021-2/+2
* Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and...Sven Gothel2015-08-021-3/+3
* Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating IntBit...Sven Gothel2015-07-301-14/+6
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-8/+8
* IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned right-shif...Sven Gothel2014-01-091-9/+14
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-21/+21
* IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.Sven Gothel2013-04-111-0/+26
* IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '*...Sven Gothel2013-04-111-12/+60
* IntBitfield: Add API doc; Enhance put() method, return previous value to be u...Sven Gothel2012-10-271-7/+27
* Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class using...Sven Gothel2012-10-271-0/+71