summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Junit tests on ARM: Reducing some test/perf loops allowing to pass tests on l...Sven Gothel2011-07-175-8/+38
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-0/+120
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-1744-363/+1127
* Fix HastMapTests - Clone: Use unique random pairs: key,valueSven Gothel2011-06-268-119/+286
* SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper nameSven Gothel2011-06-121-2/+2
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-115-109/+426
* Complete relocation of SingletonInstance.java from JOGLSven Gothel2011-06-111-1/+1
* UI Unit Tests: Add test name to log and singleton lock, better log outputSven Gothel2011-06-111-7/+16
* Unit Test Framework SingletonInstance: setup file unlock/delete asapSven Gothel2011-06-111-19/+31
* Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp...Sven Gothel2011-06-111-1/+1
* NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2011-06-111-0/+3
* Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...Sven Gothel2011-06-111-0/+140
* windows batch make: bump to 6u26Sven Gothel2011-06-112-4/+4
* remove warningsSven Gothel2011-06-102-2/+3
* gluegen stddef/stdint cc header: add missing intptr_t/uintptr_t, proper forma...Sven Gothel2011-06-102-17/+39
* Gluegen AntTask: 'literalInclude' may contain multiple directories, separated...Sven Gothel2011-06-101-10/+19
* src-zip: no compression to benefit from xz/7z compressionSven Gothel2011-06-091-1/+1
* build.xml: native jar shall be created in native build targetSven Gothel2011-06-081-5/+7
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-086-225/+420
* Locator: Proper package location after reloc from JOGLSven Gothel2011-06-081-1/+1
* Locator Util: Clarify API doc a bitSven Gothel2011-06-081-14/+14
* Fix/Add: Locator (Handle JarURLConnection and ..)Sven Gothel2011-06-081-16/+59
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-06-081-1/+1
* ShaderCode: Remove redundant code (Use proper Locator variant)Sven Gothel2011-06-081-2/+0
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2011-06-081-1/+1
* Moved remaining portions of fixed function emulation out of core JOGL public ...Kenneth Russel2011-06-081-3/+34
* repairSven Gothel2011-06-081-0/+106
* Platform: Add getPageSize()Sven Gothel2011-06-072-0/+26
* Fix C / JNI compilation: Add/use javah, recompile if out of date,Sven Gothel2011-06-076-24/+55
* Merged JOGL's general purpose static methods of StreamUtil and FileUtil into ...Sven Gothel2011-06-071-6/+95
* create source zip archives per defaultSven Gothel2011-05-221-5/+11
* Add all.debug targetSven Gothel2011-05-171-1/+3
* leave java source zip file in build folder (if BUILD_ARCHIVE=true)Sven Gothel2011-05-171-1/+2
* build: Query git branch/sha1 and use it if not set and tools are available; A...Sven Gothel2011-05-162-4/+20
* PointerBuffer: Add duplicate() method (as req by JOCL)Sven Gothel2011-05-011-0/+19
* test / build scriptsSven Gothel2011-04-272-2/+6
* Eclipse: use native build path of testsSven Gothel2011-04-271-1/+1
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-2711-349/+456
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-267-210/+46
* RecursiveLock: Expose waiting thread queue sizeSven Gothel2011-04-261-0/+6
* Remove redundant setup.java.home.dir, use proper gluegen-cpptasks-base.xml ta...Sven Gothel2011-04-201-16/+1
* eclipse: Use all.ide as def target, using debug flags and no archiveSven Gothel2011-04-201-0/+3
* osx fix: query availability of JVM header, ieSven Gothel2011-04-201-1/+6
* ant: using target.sourcelevel, host.sourcelevel, javacdebug and javacdebuglev...Sven Gothel2011-04-201-9/+23
* test ant: using target.sourcelevel, host.sourcelevel, javacdebug and javacdeb...Sven Gothel2011-04-201-2/+11
* Add IOUtil - generic URL to File and stream to stream copySven Gothel2011-04-011-0/+84
* Fix gluegen Eclipse build clean and incremental behavior.Wade Walker2011-03-262-2/+1
* VersionNumber: Add cstr with version number string and delimeterSven Gothel2011-03-211-0/+29
* use.macosx32 and use.macosx64 are only true when I run Mac OS XSylvestre Ledru2011-03-201-0/+6
* Merge branch 'pulled' of github.com:sgothel/gluegen into pulledSven Gothel2011-03-194-5/+16
|\