aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
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 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test...Sven Gothel2015-09-243-10/+32
* Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug optionsSven Gothel2015-09-212-2/+13
* Bug 1219: Use Win32 API for test PE exe, not consoleSven Gothel2015-09-195-1/+6
* Bug 1219: Sporadic failure to determine 'executable temp base directory' on W...Sven Gothel2015-09-194-0/+5
* 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-303-36/+55
* Bug 1108 - Fix difficulties to determine executable access permission on Wind...Sven Gothel2014-12-135-0/+932
* Minor edits: space, final qualifier; setenv-build-*: Add generic JDK locationSven Gothel2014-06-171-1/+2
* UnixDynamicLinkerImpl_JNI.c: Add (inactive) dlopen debug code (helper to anal...Sven Gothel2014-05-091-0/+24
* 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
* Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va...Sven Gothel2013-06-161-91/+0
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-093-0/+0
* Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platfor...Sven Gothel2011-09-231-2/+2
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-033-27/+27
* 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-075-0/+10
* GlueGen/JOGL Windows x86 x86_64 BuildsSven Gothel2010-05-161-2/+2
* 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-315-26/+26
* 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-274-25/+25
* Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SEsg2158892009-07-281-0/+10
* Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-153-0/+273
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-153-273/+0
* Changed implementation of ArgumentIsString to work with wide-character Kenneth Russel2008-05-271-25/+28
* Fixes for building with Visual Studio .NET 2003 (Service Pack 1)Kenneth Russel2007-01-031-2/+2
* Added NativeLibrary helper class to com.sun.gluegen.runtime package, Kenneth Russel2006-08-013-0/+270