aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen
Commit message (Expand)AuthorAgeFilesLines
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-174-53/+104
* Clarify aligment docSven Gothel2011-07-171-7/+18
* Fix alignment query code docSven Gothel2011-07-171-3/+2
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-1717-223/+153
* Gluegen AntTask: 'literalInclude' may contain multiple directories, separated...Sven Gothel2011-06-101-10/+19
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-263-28/+18
* DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-261-1/+1
* html fixesSven Gothel2011-02-091-15/+10
* Fix doc for type 'long' - added WARNING (ambiguous size Windows/Unix)Sven Gothel2010-12-161-19/+24
* GlueGen: Close in/out streams to allow deleteOnExit() to succeed on WindowsSven Gothel2010-11-251-0/+3
* API Doc: Complete list of predefined typesSven Gothel2010-11-151-0/+7
* Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toStrin...Sven Gothel2010-11-142-5/+5
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuf...Sven Gothel2010-11-141-1/+1
* com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersionSven Gothel2010-11-121-1/+1
* New: JogampVersion, providing generic information for Jogamp JAR archives; Ve...Sven Gothel2010-11-121-0/+2
* Enhance API doc .. package description etcSven Gothel2010-11-092-50/+62
* Gluegen: Types (stddef/stdint), Header and Predefined Macro ChangeSven Gothel2010-11-096-15/+89
* Reformated license tagSven Gothel2010-11-081-29/+28
* Clarified cgram license, ie TNode.javaSven Gothel2010-11-081-0/+38
* PCPP: Let '#error token' throw an exception with the message; Note: #warning ...Sven Gothel2010-11-081-1/+1
* Fix PCPP 'define' case; Keep PCPP output file if 'debug' ; GlueGen uses PCPP ...Sven Gothel2010-11-072-15/+22
* PCPP: Add '# <line> <file>' pass through ; Fix NB antlr.jar referenceSven Gothel2010-11-071-1/+11
* Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direc...Sven Gothel2010-11-073-77/+125
* Fix PCPP encapsualted if/if blocksSven Gothel2010-11-071-17/+23
* PCPP: Add file and linenumber in exceptionsSven Gothel2010-11-071-3/+4
* PCPP: Fix ifdef/ifndef, if, elif and endif correct ; Enhanced PCPP testsSven Gothel2010-11-071-18/+37
* Relocation: GlueGen GL Parts to JoglSven Gothel2010-11-063-981/+0
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-0666-0/+22684
* RELOCATION: GlueGen OpenGL parts back to JoglSven Gothel2010-11-062-255/+0
* Updated list of OpenGL extension vendor suffixesSven Gothel2010-11-041-0/+6
* LICENSE.txt changes:Sven Gothel2010-09-142-49/+51
* another round of ProcAddressTable refactoring.Michael Bien2010-06-201-30/+147
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-2/+5
* Fix GLProcAddressResolver regression: Loop through all names until found or n...Sven Gothel2010-04-271-8/+8
* renamed method.Michael Bien2010-04-241-3/+3
* Refactored ProcAddressTable generation.Michael Bien2010-04-245-238/+229
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-3118-2707/+2
* introduced internal NativeBuffer interface, this can be made public as soon w...Michael Bien2010-03-303-2/+50
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=392Sven Gothel2010-03-301-0/+52
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-03-301-5/+30
|\
| * added sizeOfBufferElem(Buffer buf) to Buffers.Michael Bien2010-03-291-4/+29
| * made conctructor protected.Michael Bien2010-03-291-1/+1
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-302-0/+28
* | Resolved conflictsSven Gothel2010-03-297-19/+353
|\|
| * renamed BufferFactory into Buffers.Michael Bien2010-03-293-6/+6
| * moved several common utility methods from JOGL's BufferUtil to GlueGen's Buff...Michael Bien2010-03-293-9/+343
* | New Int64Buffer type, which is being used for gluegen 'long *'Sven Gothel2010-03-295-1/+347
* | Merge CPU to PlatformSven Gothel2010-03-285-112/+67
|/
* (part2) merged all cdc_fp special cases into one common superclass for each s...Michael Bien2010-03-2810-1223/+949
* (part 1) merged all cdc_fp special cases into one common superclass for each ...Michael Bien2010-03-283-0/+0