aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Speed up Eclipse buildWade Walker2011-02-253-5/+9
| * Speed up Eclipse buildWade Walker2011-02-251-0/+7
* | Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va...Sven Gothel2011-03-193-11/+440
* | ReflectionUtil: split up createInstance() / use var-args where possible w/o c...Sven Gothel2011-03-191-7/+16
* | Fix jogamp-env.xml's NODE_NAME -> build.node.namev2.0-rc2Sven Gothel2011-02-261-2/+3
* | DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-263-3/+3
* | RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-262-7/+6
* | fix TestRecursiveLock01's LockedObjectAction1 syncSven Gothel2011-02-261-8/+5
* | Merge remote-tracking branch 'remotes/mbien/master'Sven Gothel2011-02-267-29/+30
|\ \
| * | small cleanup in uitl packageMichael Bien2011-02-267-29/+30
| * | Merge branch 'master' of github.com:sgothel/gluegenMichael Bien2011-02-2512-13/+64
| |\|
| * | Merge branch 'master' of github.com:sgothel/gluegenMichael Bien2011-02-231-2/+2
| |\ \
| * \ \ Merge branch 'master' of ssh://jogamp.org/srv/scm/gluegenMichael Bien2011-02-223-8/+8
| |\ \ \
* | | | | cleanup importsSven Gothel2011-02-262-7/+2
| |_|_|/ |/| | |
* | | | Fix archive.7z: unset property destfile.path. gluegen-archivetasks.xml -> jog...Sven Gothel2011-02-243-3/+11
* | | | fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if setSven Gothel2011-02-2312-10/+10
* | | | Intro jogamp-env.xml to parse common env properties ; Fix archive.7z: use abs...Sven Gothel2011-02-234-5/+26
* | | | Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-231-1/+1
* | | | 7z: use OS searchpathSven Gothel2011-02-231-0/+1
* | | | Provide task 'archive.7z' and use it instead of zipSven Gothel2011-02-233-9/+29
* | | | Use NODE_NAME env var to determine test archiveSven Gothel2011-02-232-1/+2
| |_|/ |/| |
* | | Fix commentSven Gothel2011-02-221-2/+2
* | | Merge remote branch 'mbien/master'Sven Gothel2011-02-223-33/+13
|\| | | |/ |/|