summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use 7z instead of zipSven Gothel2011-02-232-9/+9
* Use NODE_NAME env var to determine test archiveSven Gothel2011-02-232-1/+2
* Bump Java source level to 1.5Sven Gothel2011-02-093-7/+7
* Expand tabs to 4 spacesSven Gothel2011-02-094-33/+33
* Add privileged decoration around library loadingSven Gothel2011-02-091-15/+21
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-099-25/+29
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-0/+0
* jnlp: remove version attribute from extension ref, which would require the se...Sven Gothel2010-12-171-1/+1
* Add version tag in jnlp filesSven Gothel2010-12-151-2/+2
* final cleanup test results archive :)Sven Gothel2010-12-151-3/+2
* test-zip-archive cleanupSven Gothel2010-12-151-2/+2
* archive test resultsSven Gothel2010-12-151-3/+22
* only kick off gluegen base.compileSven Gothel2010-12-131-1/+1
* proper zip archive nameSven Gothel2010-12-131-2/+2
* Reverted linux libs .1 suffix (prefer system wide libopenal.so.1); Updated Li...Sven Gothel2010-12-137-0/+4
* Oops .. rootrel.build was too late definedSven Gothel2010-12-131-3/+3
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-1317-384/+335
* Add joal.jnlp templateSven Gothel2010-12-131-0/+66
* Enable javadocSven Gothel2010-12-132-17/+85
* Playing audio againSven Gothel2010-12-136-11/+42
* Bring back JOAL (code fixes and project structure)Sven Gothel2010-12-1323-615/+522
* attempt to fix CCE in windows compiler config.Michael Bien2010-08-281-12/+6
* added windows mingw 32/64 compiler configuration (stolen from JOCL); untested.Michael Bien2010-08-281-26/+16
* removed requirement to specify 'joal.lib.dir' property since its no longer used.Michael Bien2010-08-283-30/+1
* fixed alcGetString functionpointer mapping (gluegen does not handle method re...Michael Bien2010-07-105-63/+113
* EAXFactory initializes JOAL if nessesary.Michael Bien2010-07-102-103/+91
* joal_native is now joal.Michael Bien2010-07-103-7/+7
* Sound3DTest cleanup (works).Michael Bien2010-07-101-101/+81
* cleanup OpenALTest (works now).Michael Bien2010-07-101-107/+90
* added netbeans compile-single and run-single acthion bindings.Michael Bien2010-07-102-0/+50
* another round of cleanup (ALTest).Michael Bien2010-07-103-235/+125
* fixed tests, build + cleanup.Michael Bien2010-07-096-677/+246
* removed BufferUtils since we have now Buffers in gluegen-rt.Michael Bien2010-07-082-268/+2
* updated webpage, JOAL symbols.Michael Bien2010-06-151-2/+2
* joal uses now gluegen's property loading task and also gluegen's antlr proper...Michael Bien2010-05-281-15/+6
* updated webpage.Michael Bien2010-05-231-76/+42
* Add rootrel.build semantics ..Sven Gothel2010-05-083-23/+56
* wwwSven Gothel2010-05-081-0/+7
* modifications due do refactoring in gluegen/ProcAddressTable.Michael Bien2010-04-241-2/+2
* added intelliJ module file.Michael Bien2010-04-081-0/+16
* modifications due to class movement in gluegen.Michael Bien2010-03-312-1/+2
* renamed package to com.jogamp.openal.*Michael Bien2010-03-2930-56/+63
* NativeLibrary.lookupFunction -> dynamicLookupFunctionMichael Bien2010-03-281-1/+1
* refactoring due to gluegen changes.Michael Bien2010-03-273-3/+3
* fixed build for hudson, ${gluegen.root} is now used everywhere since it is ov...Michael Bien2010-03-252-65/+66
* joal now compatible with upstream gluegen.Michael Bien2010-03-225-10/+14
* added linux-amd64 libs, added alext.h.Michael Bien2010-03-222-0/+106
* added NetBeans project files, cleaned up project structure.Michael Bien2010-03-2211-9/+102
* cleaned up webpage.Michael Bien2010-03-211-212/+98
* Removed AL_INVALID CustomJavaCode definition as the new GlueGen (onkbr2008-08-291-4/+0