aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/common
Commit message (Expand)AuthorAgeFilesLines
* GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-fr...Sven Gothel2023-06-162-14/+30
* Clock: Consider return code on failed native clock_gettime(..) call; Add Win3...Sven Gothel2023-03-071-21/+153
* Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat...Sven Gothel2023-03-061-1/+1
* Fix Clock for performance counter: Add currentTimeNanos() since module startu...Sven Gothel2023-03-061-17/+83
* Add Clock, implementing proper monotonic and wallclock time using Instant (se...Sven Gothel2023-03-062-25/+94
* Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libglu...Sven Gothel2019-06-171-0/+42
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-18/+18
* GlueGen: Cleanup static generated JNI code (fix method names)Sven Gothel2015-01-301-0/+5
* Minor edits: space, final qualifier; setenv-build-*: Add generic JDK locationSven Gothel2014-06-171-1/+2
* Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ...Sven Gothel2013-10-231-0/+39
* Platform: Add accurate currentTimeMillis() and currentTimeMicros() native met...Sven Gothel2013-08-151-0/+25
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-231-2/+2
* Android: Remove native (fake) detectionSven Gothel2011-07-241-9/+0
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-241-0/+9
* Added scripts and custom cpp-tasks to build on android-armv7lRami Santina2011-07-211-0/+1
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-201-0/+15
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-171-40/+11
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-172-29/+174
* remove warningsSven Gothel2011-06-102-2/+3
* Platform: Add getPageSize()Sven Gothel2011-06-071-0/+19
* Fix C / JNI compilation: Add/use javah, recompile if out of date,Sven Gothel2011-06-072-0/+4
* Importing files from JOGL (preserving history)Sven Gothel2010-04-191-1/+1
* Moving imported files to proper placeSven Gothel2010-04-191-0/+51
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-312-2/+2
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=392Sven Gothel2010-03-302-0/+10
* Merge CPU to PlatformSven Gothel2010-03-281-1/+1
* renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-271-1/+1
* Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SEsg2158892009-07-281-0/+10