summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable cross compile/test on linux-armv7 (including armv7 openal soft library)Sven Gothel2012-02-276-16/+203
|
* javac - setup encoding to UTF-8Sven Gothel2012-01-232-0/+4
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-223-6/+29
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* Fix bug 550, JOAL lacks Platform.initSingleton() call - Using TempJarCache ↵Sven Gothel2012-01-041-0/+2
| | | | reveals unresolved initialization dependency leading to NPE in NativeLibrary
* win build script bump to 6u30Sven Gothel2011-12-212-4/+4
|
* Add macosx build scriptSven Gothel2011-12-211-0/+12
|
* Add Eclipse prjv2.0-rc5Sven Gothel2011-12-184-0/+73
|
* Add TempJarCache usageSven Gothel2011-12-182-10/+28
|
* oops .. forgot to import gluegen-cpptask..v2.0-rc4Sven Gothel2011-10-181-0/+1
|
* use jvmDataModel.arg set by gluegenSven Gothel2011-10-181-1/+3
|
* Enable JOAL on SolarisSven Gothel2011-10-184-2/+31
|
* New FHS: jars in jar/v2.0-rc3Sven Gothel2011-09-111-15/+15
|
* Adapt to gluegen commit 90ff6c401934121395fa4a127e8b889106fda07aSven Gothel2011-08-221-1/+5
|
* create source zip archivesSven Gothel2011-05-311-4/+27
|
* gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2Sven Gothel2011-02-241-1/+1
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-233-4/+6
|
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-233-5/+3
|
* 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 ↵Sven Gothel2011-02-099-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 Gothel2011-02-093-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 Gothel2010-12-171-1/+1
| | | | server side jnlp/version protocol
* 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 ↵Sven Gothel2010-12-137-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 definedSven Gothel2010-12-131-3/+3
|
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-1317-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 templateSven Gothel2010-12-131-0/+66
|
* Enable javadocSven Gothel2010-12-132-17/+85
|
* Playing audio againSven Gothel2010-12-136-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 Gothel2010-12-1323-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 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 ↵Michael Bien2010-07-105-63/+113
| | | | | | renames correctly). ALCImpl is now ALCAbstractImpl. "Custom code" is now in ALCImpl which extends ALCAbstractImpl.
* 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
| | | | | - EAX is not loaded when not available - removed redundant exception handling
* 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
| | | | | - dissabled two tests which cause segfaults - TODO all tests which expect an IllegalArgumentException fail for some reason
* fixed tests, build + cleanup.Michael Bien2010-07-096-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 Bien2010-07-082-268/+2
|