summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove _default_ workaround for Bug 566. Workaround shall no more be required...v2.0.2Sven Gothel2013-07-201-7/+1
* Release 2.0.2Sven Gothel2013-07-192-3/+4
* Javadoc: Use JogAmp Stylesheet / Colors ..Sven Gothel2013-07-171-1/+5
* Javadoc: Adapt stylesheet to JogAmp color scheme ; Fix 'deep' list and list i...Sven Gothel2013-07-175-24/+26
* Adding orig. java7 javadoc stylesheetSven Gothel2013-07-171-0/+475
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-174-8/+21
* gluegen: remove unneeded casts to JarEntryHarvey Harrison2013-07-152-2/+2
* gluegen: remove implied use of StringBuffer while appending to StringBuilderHarvey Harrison2013-07-151-2/+2
* gluegen: remove redundant test for null relativePathHarvey Harrison2013-07-151-1/+1
* gluegen: remove redundant assignment of tmpBaseDirHarvey Harrison2013-07-151-2/+0
* gluegen: annotate Hastable of attributes as Hashtable<String, Object>Harvey Harrison2013-07-151-11/+11
* gluegen: remove unneeded casts to TNodeHarvey Harrison2013-07-151-4/+4
* FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due to no...Sven Gothel2013-07-141-7/+25
* StringBuffer -> StringBuilderSven Gothel2013-07-143-5/+3
* Fix a typo (Retruns => Returns)Sylvestre Ledru2013-07-102-3/+3
* RunnableTask/FunctionTask run(): Write tExecuted in finally block, removing c...Sven Gothel2013-07-092-8/+6
* Scripts: Fix setenv for open-solaris/indiana/Illumus ..Sven Gothel2013-07-042-4/+30
* Back to developer version .. (post RC12)Sven Gothel2013-06-251-2/+2
* TAG RC12 / Android 0914013v2.0.2-rc12v2.0-rc12Sven Gothel2013-06-251-2/+3
* Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBu...Sven Gothel2013-06-252-18/+22
* UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal...Sven Gothel2013-06-254-115/+32
* AbstractBuffer: Generalize 'capacity' calculation, since we may encounter a b...Sven Gothel2013-06-251-1/+1
* Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case o...Sven Gothel2013-06-251-1/+1
* Fix commit e46b51f75b550bc0faf70ae18f526d466d8180f3Sven Gothel2013-06-241-0/+3
* SingletonInstance: Add stats about time/attempts, subtract real-time delta fr...Sven Gothel2013-06-241-10/+20
* Scripts: Build macosx w/ java7 targeting java6 in build-macosx.Sven Gothel2013-06-241-2/+2
* Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing filesSven Gothel2013-06-222-0/+179
* Fix jogamp-androidtask.xml's keytool and jarsigner options for Java6 / Androi...Sven Gothel2013-06-211-2/+36
* ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), incl...Sven Gothel2013-06-211-13/+38
* ProcAddressTable: If using a SecurityManager 'checkAllLinkPermission()' inste...Sven Gothel2013-06-211-6/+19
* scripts runtests ..Sven Gothel2013-06-211-3/+3
* Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testingSven Gothel2013-06-2114-16/+29
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce...Sven Gothel2013-06-2110-111/+198
* Fix regression of f69831574d4927d03d40c330d0b047d8c89622a4: Use getDeclaredFi...Sven Gothel2013-06-211-3/+5
* Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise they would...Sven Gothel2013-06-202-2/+2
* Scripts: Windows java run: Use 6u45Sven Gothel2013-06-202-4/+4
* Script: Add adb logcat scriptSven Gothel2013-06-201-0/+4
* ProcAddressTable: Make all handles package private, use local PROCADDRESS_VAR...Sven Gothel2013-06-203-38/+85
* DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: Add T...Sven Gothel2013-06-203-11/+65
* DynamicLinker*: Proper Override notationSven Gothel2013-06-204-3/+15
* Security: Gluegen generated native methods w/ 'pass through function pointer'...Sven Gothel2013-06-201-15/+37
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.Sven Gothel2013-06-206-136/+207
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-2027-142/+202
* Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected resu...Sven Gothel2013-06-191-2/+4
* Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected resu...Sven Gothel2013-06-191-1/+11
* Fix URLCompositionTest for Bug 757: If file, replace '/' in expected result w...Sven Gothel2013-06-191-10/+12
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-199-82/+218
* Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases p...Sven Gothel2013-06-181-26/+31
* Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU...Sven Gothel2013-06-184-7/+29
* Complete 5d211c6fa6a0452cc4569712e436184e34504a88: Remove generate.nativelibr...Sven Gothel2013-06-179-291/+0