Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit ↵ | Sven Gothel | 2010-11-10 | 20 | -241/+100 |
| | | | | sha1) and 'jogl.build.branch' (git branch) to the JARs Manifest files, artifact.properties and deployment README.txt ; Fixed some URLs and text ; Removed the notion of RI and non RI versions, since from now on we reference a release version via: module-base-version, git sha1 and hudson build number | ||||
* | Fix windows etc/test.bat script | Sven Gothel | 2010-11-09 | 1 | -1/+5 |
| | |||||
* | The 'shared resource' thread must be a deamon, otherwise the application ↵ | Sven Gothel | 2010-11-09 | 1 | -1/+3 |
| | | | | won't exit | ||||
* | Autobuild location changed | Sven Gothel | 2010-11-09 | 1 | -3/+3 |
| | |||||
* | Adding simple static main test entry to provide standalone autobuild ↵ | Sven Gothel | 2010-11-09 | 5 | -0/+143 |
| | | | | verification | ||||
* | JavaDoc: Use GlueGen offline link, javadoc_public -> javadoc | Sven Gothel | 2010-11-09 | 4 | -17/+22 |
| | |||||
* | Added proper Khronos license tag (found it) | Sven Gothel | 2010-11-09 | 3 | -142/+45 |
| | |||||
* | Archive: New common zip archive folder structure. Drop source archive, use git | Sven Gothel | 2010-11-09 | 4 | -38/+14 |
| | |||||
* | Relocated some deployment script to jogamp-scripting repo | Sven Gothel | 2010-11-09 | 10 | -532/+0 |
| | |||||
* | Fix double declaration | Sven Gothel | 2010-11-08 | 1 | -4/+0 |
| | |||||
* | archive script: use jogl-demos from master | Sven Gothel | 2010-11-08 | 1 | -9/+9 |
| | |||||
* | Move win32 RECT structure to windows.h | Sven Gothel | 2010-11-08 | 3 | -14/+8 |
| | |||||
* | Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime ↵ | Sven Gothel | 2010-11-08 | 3 | -94/+99 |
| | | | | package's mingw64/x86_64-w64-mingw32/include/wingdi.h (Public Domain) ; Fix wglext.h RECT | ||||
* | Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and ↵ | Sven Gothel | 2010-11-08 | 1 | -222/+0 |
| | | | | prorietary extutil.h | ||||
* | Reformated license tag; Added Khronos license | Sven Gothel | 2010-11-08 | 3 | -30/+69 |
| | |||||
* | Add gluegen stdarg.h and inttypes.h | Sven Gothel | 2010-11-07 | 2 | -0/+14 |
| | |||||
* | Fix CG header, according to PCPP fix | Sven Gothel | 2010-11-07 | 3 | -12/+11 |
| | |||||
* | Fix imports .. | Sven Gothel | 2010-11-07 | 7 | -32/+82 |
| | |||||
* | Fix NativeSignatureJavaMethodBindingEmitter usage; Fix imports | Sven Gothel | 2010-11-07 | 1 | -11/+9 |
| | |||||
* | Gluegen parts in src/gluegen (clean) | Sven Gothel | 2010-11-07 | 17 | -303/+142 |
| | | | | | | | - Adding gluegen-gl.jar for GlueGen GL compile time parts. - Removed dead build-gluegen.xml - Adding com/jogamp/gluegen/runtime/opengl/* to jogl core - Moved gluegen gl part to jogl/classes | ||||
* | Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen .. | Sven Gothel | 2010-11-06 | 8 | -6/+16 |
| | |||||
* | Relocation: GlueGen GL Parts to Jogl | Sven Gothel | 2010-11-06 | 3 | -0/+981 |
|\ | |||||
| * | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 3 | -17/+24 |
| | | |||||
| * | Merge branch 'freebsd-fixes' of http://github.com/rothwell/gluegen | Michael Bien | 2010-07-18 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge branch 'master' of git://github.com/mbien/gluegen into freebsd-fixes | Mark Rothwell | 2010-06-26 | 0 | -0/+0 |
| | |\ | |||||
| * | \ | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-07-07 | 0 | -0/+0 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-06-20 | 0 | -0/+0 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-06-18 | 0 | -0/+0 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' of github.com:sgothel/gluegen | Michael Bien | 2010-06-16 | 0 | -0/+0 |
| | |/ | |/| | |||||
| | * | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-06-10 | 0 | -0/+0 |
| | |\ | | |/ | |/| | |||||
| | * | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-06-05 | 0 | -0/+0 |
| | |\ | | |/ | |/| | |||||
| * | | Merge branch 'master' of github.com:sgothel/gluegen | Michael Bien | 2010-05-28 | 0 | -0/+0 |
| | | | |||||
| | * | Merge branch 'master' of git://github.com/sgothel/gluegen | Michael Bien | 2010-05-23 | 0 | -0/+0 |
| |/ | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-26 | 0 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-22 | 0 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-13 | 0 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-10 | 0 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-08 | 0 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-04-01 | 0 | -0/+0 |
| | | |||||
| * | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 2 | -129/+125 |
| |\ | |||||
| | * | refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package. | Michael Bien | 2010-03-31 | 2 | -129/+125 |
| |/ | |||||
| * | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-03-30 | 0 | -0/+0 |
| |\ | |||||
| * | | Resolved conflicts | Sven Gothel | 2010-03-29 | 1 | -17/+17 |
| |\| | |||||
| | * | renamed BufferFactory into Buffers. | Michael Bien | 2010-03-29 | 1 | -17/+17 |
| |/ | |||||
| * | Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6 | Sven Gothel | 2010-03-28 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge branch 'master' of [email protected]:mbien/gluegen | Michael Bien | 2010-03-27 | 0 | -0/+0 |
| |/ | | | | | | | | | Conflicts: src/junit/com/jogamp/gluegen/test/junit/Test1.java | ||||
| * | Merge branch 'master' of ssh://git.kenai.com/gluegen~gluegen-git | Sven Gothel | 2009-10-12 | 0 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of ssh://[email protected]/gluegen~gluegen-git | Michael Bien | 2009-08-08 | 2 | -4/+4 |
| |\ | |||||
| | * | Cleanup for a better OpenGL 3.2 integration, | Sven Gothel | 2009-08-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for subsuming extensions: - Allow RenameExtensionIntoCore generate duplicate names, ie those will not be generated. - Add proper comment showing the extension of the symbol. - Fail if no 'GLHeader' is specified, but we are processing a GL/ProcAddress config - Fail if a GL function is not part of an extension MethodBinding, ConstantDefinition cleanup: - getName() returns the renamed name - getOrigName() returns the original - getAliasedNames() returns the aliased ones MethodBinding: - Change: equals() operates on renamed name - Add: hashCode() function - same criteria as equals() Impact: - All config options etc shall trigger with the renamed name, but ignore, rename etc. - Generated Java impl. uses the renamed base name as well Change: emitDefine() uses the ConstantDefinition Add: JavaConfiguration: dumpRenames() Change JavaConfiguration.shouldIgnoreInInterface/Impl(): - respect the renamed symbol name as well Change JavaEmitter.emitFunctions(): - only emit a generated MethodBinding once, therefor store emitted method bindings in a HashSet Fix BuildStaticGLInfo: - Allow white space at the end of #ifndef and #define - Trim strings - Allow 'const' qualifier in function pattern Fix GLEmitter: - Fail if no 'GLHeader' is specified, but a RenameIntoCore option .. - Don't emit marker defines, marking an extension (ie not part of an extension) Fix GLJavaMethodBindingEmitter: - Fail if a GL function is not part of an extension Fix PCPP: - Pass constant type qualifiers for hex-constants: 'l' 'L' ... Fix ProcAddressEmitter: - Operate on the aliased/renamed name for querying ProcAddress usage and generating code. | ||||
| * | | Merge branch 'master' of ssh://[email protected]/gluegen~gluegen-git | Michael Bien | 2009-07-24 | 0 | -0/+0 |
| |/ |