Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 7z instead of zip | Sven Gothel | 2011-02-23 | 2 | -9/+9 |
| | |||||
* | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 2 | -1/+2 |
| | |||||
* | Bump Java source level to 1.5 | Sven Gothel | 2011-02-09 | 3 | -7/+7 |
| | |||||
* | Expand tabs to 4 spaces | Sven Gothel | 2011-02-09 | 4 | -33/+33 |
| | |||||
* | Add privileged decoration around library loading | Sven Gothel | 2011-02-09 | 1 | -15/+21 |
| | |||||
* | Move implementation private files from com.jogamp.<module>.impl. to ↵ | Sven Gothel | 2011-02-09 | 9 | -25/+29 |
| | | | | | | | | | | | | jogamp.<module> (2/2) - edit files - jogamp.openal -> jogamp.openal This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. | ||||
* | Move implementation private files from com.jogamp.<module>.impl. to ↵ | Sven Gothel | 2011-02-09 | 3 | -0/+0 |
| | | | | | | | | | | | | jogamp.<module> (1/2) - rename files - com.jogamp.openal.impl -> jogamp.openal This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. | ||||
* | jnlp: remove version attribute from extension ref, which would require the ↵ | Sven Gothel | 2010-12-17 | 1 | -1/+1 |
| | | | | server side jnlp/version protocol | ||||
* | Add version tag in jnlp files | Sven Gothel | 2010-12-15 | 1 | -2/+2 |
| | |||||
* | final cleanup test results archive :) | Sven Gothel | 2010-12-15 | 1 | -3/+2 |
| | |||||
* | test-zip-archive cleanup | Sven Gothel | 2010-12-15 | 1 | -2/+2 |
| | |||||
* | archive test results | Sven Gothel | 2010-12-15 | 1 | -3/+22 |
| | |||||
* | only kick off gluegen base.compile | Sven Gothel | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | proper zip archive name | Sven Gothel | 2010-12-13 | 1 | -2/+2 |
| | |||||
* | Reverted linux libs .1 suffix (prefer system wide libopenal.so.1); Updated ↵ | Sven Gothel | 2010-12-13 | 7 | -0/+4 |
| | | | | Linux bundled: ubuntu 10.10 1:1.12.854-2 (maybe we shall remove these at all) | ||||
* | Oops .. rootrel.build was too late defined | Sven Gothel | 2010-12-13 | 1 | -3/+3 |
| | |||||
* | Window Support added ; Win64 libs & license files | Sven Gothel | 2010-12-13 | 17 | -384/+335 |
| | | | | | | | | | | | | | | - plays on linux/window now - ant build files fixed -> Windows support - windows OpenAL 32/64 bit: see make/lib/FILES.txt make/lib/oalinst-license.txt) - linux libs: added .1 to suffix - added Debug impl - catch EAX init exception (ie unsatisfied link error) - EAX proper blocked init TODO: - check on osx - joal-demos | ||||
* | Add joal.jnlp template | Sven Gothel | 2010-12-13 | 1 | -0/+66 |
| | |||||
* | Enable javadoc | Sven Gothel | 2010-12-13 | 2 | -17/+85 |
| | |||||
* | Playing audio again | Sven Gothel | 2010-12-13 | 6 | -11/+42 |
| | | | | | | | | | | | - test: use jar file joal-test.jar - test: use proper getResourceAsStream() on class instance - test: plays sound TODO: - check on windows and osx - add jnlp file template - joal-demos | ||||
* | Bring back JOAL (code fixes and project structure) | Sven Gothel | 2010-12-13 | 23 | -615/+522 |
| | | | | | | | | | | | | | | | - Use GlueGen DynamicLibraryBundle - Fix alGetString - Proper test/junit structure - NB project fix - add artifacts.properties and jar's manifest - proper ZIP file structure TODO: - check on windows and osx - actually hear a sound - add jnlp file template - joal-demos | ||||
* | attempt to fix CCE in windows compiler config. | Michael Bien | 2010-08-28 | 1 | -12/+6 |
| | |||||
* | added windows mingw 32/64 compiler configuration (stolen from JOCL); untested. | Michael Bien | 2010-08-28 | 1 | -26/+16 |
| | |||||
* | removed requirement to specify 'joal.lib.dir' property since its no longer used. | Michael Bien | 2010-08-28 | 3 | -30/+1 |
| | |||||
* | fixed alcGetString functionpointer mapping (gluegen does not handle method ↵ | Michael Bien | 2010-07-10 | 5 | -63/+113 |
| | | | | | | renames correctly). ALCImpl is now ALCAbstractImpl. "Custom code" is now in ALCImpl which extends ALCAbstractImpl. | ||||
* | EAXFactory initializes JOAL if nessesary. | Michael Bien | 2010-07-10 | 2 | -103/+91 |
| | |||||
* | joal_native is now joal. | Michael Bien | 2010-07-10 | 3 | -7/+7 |
| | |||||
* | Sound3DTest cleanup (works). | Michael Bien | 2010-07-10 | 1 | -101/+81 |
| | |||||
* | cleanup OpenALTest (works now). | Michael Bien | 2010-07-10 | 1 | -107/+90 |
| | | | | | - EAX is not loaded when not available - removed redundant exception handling | ||||
* | added netbeans compile-single and run-single acthion bindings. | Michael Bien | 2010-07-10 | 2 | -0/+50 |
| | |||||
* | another round of cleanup (ALTest). | Michael Bien | 2010-07-10 | 3 | -235/+125 |
| | | | | | - dissabled two tests which cause segfaults - TODO all tests which expect an IllegalArgumentException fail for some reason | ||||
* | fixed tests, build + cleanup. | Michael Bien | 2010-07-09 | 6 | -677/+246 |
| | | | | | | | - removed junit.jar, using now gluegen's lib - fixed paths, joal.jar contains now classes :) - converted junit test to junit 4.x - replaced tabs with spaces... | ||||
* | removed BufferUtils since we have now Buffers in gluegen-rt. | Michael Bien | 2010-07-08 | 2 | -268/+2 |
| | |||||
* | updated webpage, JOAL symbols. | Michael Bien | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | joal uses now gluegen's property loading task and also gluegen's antlr ↵ | Michael Bien | 2010-05-28 | 1 | -15/+6 |
| | | | | properties. | ||||
* | updated webpage. | Michael Bien | 2010-05-23 | 1 | -76/+42 |
| | |||||
* | Add rootrel.build semantics .. | Sven Gothel | 2010-05-08 | 3 | -23/+56 |
| | |||||
* | www | Sven Gothel | 2010-05-08 | 1 | -0/+7 |
| | |||||
* | modifications due do refactoring in gluegen/ProcAddressTable. | Michael Bien | 2010-04-24 | 1 | -2/+2 |
| | |||||
* | added intelliJ module file. | Michael Bien | 2010-04-08 | 1 | -0/+16 |
| | |||||
* | modifications due to class movement in gluegen. | Michael Bien | 2010-03-31 | 2 | -1/+2 |
| | |||||
* | renamed package to com.jogamp.openal.* | Michael Bien | 2010-03-29 | 30 | -56/+63 |
| | |||||
* | NativeLibrary.lookupFunction -> dynamicLookupFunction | Michael Bien | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 3 | -3/+3 |
| | | | | - renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime. | ||||
* | fixed build for hudson, ${gluegen.root} is now used everywhere since it is ↵ | Michael Bien | 2010-03-25 | 2 | -65/+66 |
| | | | | overwritten when build from hudson. | ||||
* | joal now compatible with upstream gluegen. | Michael Bien | 2010-03-22 | 5 | -10/+14 |
| | | | | | updated configuration files. fixed build.xml 'test' target. | ||||
* | added linux-amd64 libs, added alext.h. | Michael Bien | 2010-03-22 | 2 | -0/+106 |
| | |||||
* | added NetBeans project files, cleaned up project structure. | Michael Bien | 2010-03-22 | 11 | -9/+102 |
| | |||||
* | cleaned up webpage. | Michael Bien | 2010-03-21 | 1 | -212/+98 |
| | |||||
* | Removed AL_INVALID CustomJavaCode definition as the new GlueGen (on | kbr | 2008-08-29 | 1 | -4/+0 |
| | | | | | | | | | the JOGL_2_SANDBOX branch) now handles this #define properly. This will break JOAL on the main branch, but this should be fixed soon and JOAL is not undergoing very active development at the moment anyway, so the latest snapshot should work for most people. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@989 03bf7f67-59de-4072-a415-9a990d468a3f |