summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/VersionNumber.java
Commit message (Expand)AuthorAgeFilesLines
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-38/+38
* Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp...Sven Gothel2013-05-311-24/+159
* VersionNumber*: Add static final 'zeroVersion' for convenience and identity.Sven Gothel2013-04-261-1/+5
* VersionNumber: Add API doc, use final int values, remove protected 'nop' ctor...Sven Gothel2013-04-161-21/+35
* VersionNumber: API doc fixSven Gothel2012-10-241-1/+1
* VersionNumber: Add API doc for string parsingSven Gothel2012-10-241-0/+7
* VersionNumber: Remove printing Exception (was added for debugging purposes)Sven Gothel2012-10-241-1/+1
* Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i...Sven Gothel2012-10-241-43/+41
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ...Sven Gothel2011-10-271-20/+21
* VersionNumber: Add cstr with version number string and delimeterSven Gothel2011-03-211-0/+29
* small cleanup in uitl packageMichael Bien2011-02-261-0/+3
* Fix: VersionNumber compare shall throw ClassCastException if argument is of d...Sven Gothel2011-01-311-2/+4
* Add generic VersionNumber util classSven Gothel2010-11-281-0/+92