| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed jdk tools.jar classpath for hudson to fix tests. | Michael Bien | 2010-02-12 | 1 | -2/+4 |
* | junit test code cleanup and some build preperations for hudson. | Michael Bien | 2010-02-12 | 1 | -9/+9 |
* | added test target to main build script. | Michael Bien | 2010-02-12 | 2 | -4/+28 |
* | preparations for continuous builds and cross compilation (WIP). | Michael Bien | 2009-11-20 | 3 | -6/+98 |
* | Added quick hack to simplify crosscompilation with cpptasks. | Michael Bien | 2009-11-17 | 3 | -3/+25 |
* | fixed clean target. | Michael Bien | 2009-11-16 | 1 | -2/+2 |
* | added explicit -m32 and -m64 args to linux gcc compiler and linker configure ... | Michael Bien | 2009-11-13 | 1 | -0/+4 |
* | Merge branch 'master' of ssh://git.kenai.com/gluegen~gluegen-git | Sven Gothel | 2009-10-12 | 1 | -0/+16 |
|\ |
|
| * | gluegen.jar compiles now with source=1.5 classfile version (However, gluegen-... | Michael Bien | 2009-10-08 | 1 | -0/+16 |
* | | Add custom config locations via properties 'gluegen.user.properties.file' and... | Sven Gothel | 2009-10-02 | 4 | -8/+46 |
|/ |
|
* | MingW: Refince CC flags | Sven Gothel | 2009-07-31 | 1 | -0/+3 |
* | Add CVM test script for windows | sg215889 | 2009-07-30 | 1 | -0/+8 |
* | Fix gluegen property names | sg215889 | 2009-07-30 | 1 | -4/+4 |
* | Proper gluegen.properties loading (2) | sg215889 | 2009-07-28 | 1 | -16/+2 |
* | Proper gluegen.properties loading | sg215889 | 2009-07-28 | 3 | -16/+44 |
* | Verbose mac osx x64 and ppc | sg215889 | 2009-07-28 | 1 | -0/+2 |
* | Add test scripts J2SE and CVM | sg215889 | 2009-07-28 | 2 | -0/+35 |
* | Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SE | sg215889 | 2009-07-28 | 3 | -22/+26 |
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 2 | -0/+7 |
* | Fix CDC JAR unification | sg215889 | 2009-07-15 | 1 | -1/+1 |
* | Build CDC named JARs for CVM in default build, no more specialized build nece... | sg215889 | 2009-07-15 | 2 | -9/+19 |
* | Build CDC named JARs for CVM in default build, no more specialized build nece... | sg215889 | 2009-07-15 | 4 | -66/+73 |
* | Add missing changes | sg215889 | 2009-07-13 | 1 | -0/+2 |
* | Add: Extended support for CVM: | sg215889 | 2009-07-13 | 4 | -0/+55 |
* | Remove macosx.ppc build per default. Enable it via ant property macosppc=true | Sven Gothel | 2009-07-04 | 2 | -4/+18 |
* | Disable MSVC run-time assertion checking for non-debug builds (unless | Kenneth Russel | 2009-06-17 | 1 | -3/+22 |
* | Change version number to conform to JOGL naming convention | Kenneth Russel | 2009-06-17 | 1 | -2/+2 |
* | Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closed | Kenneth Russel | 2009-06-15 | 20 | -0/+1629 |
* | Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 18 | -1349/+0 |
* | Changed implementation of ArgumentIsString to work with wide-character
| Kenneth Russel | 2008-05-27 | 4 | -13/+19 |
* | Adding customized gluegen.cpptasks.configure.compiler target. | Sven Gothel | 2008-05-27 | 1 | -2/+5 |
* | Fixed build breakage on non-Windows platforms due to recent changes to | Kenneth Russel | 2008-05-15 | 1 | -11/+18 |
* | Refactorings to support building JOGL and supporting libraries on
| Kenneth Russel | 2008-05-13 | 2 | -2/+38 |
* | Fixed Issue 5: build: Use system antlr automatically if jpackage-compatible s... | Kenneth Russel | 2008-04-19 | 1 | -0/+4 |
* | Modified gluegen-cpptasks, gluegen.properties and jogl.properties to | Kenneth Russel | 2008-02-09 | 2 | -0/+10 |
* | Fixed Issue 322: Please add linker option for vc8 win32 build environment whe... | Kenneth Russel | 2007-10-10 | 1 | -0/+1 |
* | Fixed JOGL Issue 291: native-taglet.properties with links changed to OpenGL SDK
| Kenneth Russel | 2007-04-19 | 2 | -0/+0 |
* | Fixed bug in OS/CPU detection on Windows/AMD64 | Kenneth Russel | 2006-12-08 | 1 | -2/+2 |
* | Removed native code for DRIHack and replaced it with code using the | Kenneth Russel | 2006-11-24 | 1 | -1/+5 |
* | Removed apparently illegal -xcode=32 argument from
| Kenneth Russel | 2006-09-03 | 1 | -1/+0 |
* | Normalized gluegen-rt-natives jar file names using new definitions
| Kenneth Russel | 2006-09-03 | 1 | -30/+3 |
* | Added more OS- and CPU-specific properties (i.e., isWindowsX86) and
| Kenneth Russel | 2006-08-27 | 1 | -1/+129 |
* | Fixed build breakage on Solaris/SPARCv9 and Solaris/AMD64 platforms | Kenneth Russel | 2006-08-13 | 1 | -4/+4 |
* | Refactored initialization of C compilers via cpptasks into
| Kenneth Russel | 2006-08-12 | 2 | -133/+171 |
* | Made GlueGen build.xml build the NativeLibrary native code on all | Kenneth Russel | 2006-08-09 | 1 | -1/+1 |
* | Added NativeLibrary helper class to com.sun.gluegen.runtime package,
| Kenneth Russel | 2006-08-01 | 10 | -0/+660 |
* | Changed isSolaris property detected by gluegen-cpptasks.xml to mean
| Kenneth Russel | 2006-08-01 | 1 | -11/+14 |
* | Issue number: | Travis Bryson | 2006-06-13 | 1 | -0/+9 |
* | Incorporated NativeTaglet sources from cylab into gluegen source tree
| Kenneth Russel | 2006-04-27 | 1 | -0/+0 |
* | Issue number: | Travis Bryson | 2006-04-25 | 1 | -1/+16 |