aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* 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-282-20/+0
* fixed alcGetString functionpointer mapping (gluegen does not handle method re...Michael Bien2010-07-102-54/+2
* joal_native is now joal.Michael Bien2010-07-101-5/+5
* fixed tests, build + cleanup.Michael Bien2010-07-091-7/+4
* joal uses now gluegen's property loading task and also gluegen's antlr proper...Michael Bien2010-05-281-15/+6
* Add rootrel.build semantics ..Sven Gothel2010-05-083-23/+56
* modifications due to class movement in gluegen.Michael Bien2010-03-311-1/+0
* renamed package to com.jogamp.openal.*Michael Bien2010-03-296-11/+11
* refactoring due to gluegen changes.Michael Bien2010-03-271-1/+1
* fixed build for hudson, ${gluegen.root} is now used everywhere since it is ov...Michael Bien2010-03-251-64/+64
* joal now compatible with upstream gluegen.Michael Bien2010-03-223-10/+10
* added linux-amd64 libs, added alext.h.Michael Bien2010-03-222-0/+106
* Removed AL_INVALID CustomJavaCode definition as the new GlueGen (onkbr2008-08-291-4/+0
* Updated build number to 1.1.3 and reverted back to nightly buildkbr2008-05-231-2/+2
* Added available check of /usr/share/java/antlr.jar to workkbr2008-04-191-0/+4
* Removed Import of java.nio.* and adjusted custom Java code afterkbr2008-04-192-3/+2
* Changed build number to 1.1.2 in preparation for next releasekbr2008-04-151-1/+1
* Removed redundant specifications of macosxfat and macosx64fatkbr2008-03-261-16/+0
* Added macosx64fat property to joal.propertieskbr2008-02-151-0/+4
* Reset build number to nightly build schemekbr2007-07-051-3/+3
* Bumped build number to 1.1.2kbr2007-06-291-2/+2
* Fixed Issue 18: Added InputStream support for Buffer Creation for AudioSystem3Dkbr2007-05-151-12/+2
* Added alcGetCaptureDeviceSpecifiers() based on feedback on javagaming.org forumskbr2007-04-082-1/+15
* Fixed build problem with VC7kbr2007-01-181-2/+2
* Reverted JOGL and JOAL build.xml files to do nightly builds andkbr2006-12-231-2/+2
* Switched on release build flag to capture tonight's nightly build,kbr2006-12-211-1/+1
* Made changes to JOAL build.xml and joalversion file to be able to do akbr2006-12-212-20/+31
* Deleted the obsolete Version class, updated the specification versionkbr2006-12-072-2/+2
* Updated build number to 1.1.0 and took out the GlueGen runtime classeskbr2006-11-241-9/+3
* Revised JOAL build and dist target to build zip archives forkbr2006-11-161-7/+60
* Fixed run-time breakage due to NativeLibrary usage in JOAL. Addedkbr2006-09-031-6/+1
* Fixed problem with dist target; tested with real nightly build outputkbr2006-08-271-13/+13
* Changed dist target to simply copy Java Web Start native library buildkbr2006-08-271-28/+15
* Added placeholder files to prevent macosx lib directories from beingkbr2006-08-272-0/+10
* Fixed build problems on Mac OS X after recent checkinskbr2006-08-271-36/+15
* Added building of native library jar files to normal build target,kbr2006-08-274-1/+18
* Changed NativeLibrary.open() to accept boolean argument indicatingkbr2006-08-274-115/+20
* Standardized JOAL dist target to use same directory names as JOGL buildkbr2006-08-181-12/+24
* Refactored initialization of C compilers via cpptasks intokbr2006-08-122-113/+75
* Changed isSolaris property detected by gluegen-cpptasks.xml to meankbr2006-08-011-2/+2
* Fixed build issues on non-Windows platforms due to inclusion of EFXkbr2006-07-282-1/+4
* Fixed Issue 11: Add EFX entry pointskbr2006-06-244-2/+754
* Updates to build.xml files in preparation for JOAL nightly buildskbr2006-03-252-22/+43
* Added alcGetDeviceSpecifiers to support alcGetString(null, ALC_DEVICE_SPECIFI...kbr2006-02-205-2/+84
* Added checking of whether the correct GLContext is current to thekbr2006-02-121-9/+13
* Added missing Sound3D classes to javadockbr2006-01-311-1/+1
* Javadoc fixes; removed Version.java from core package (now in utilkbr2006-01-302-2/+137
* Fixed build on Mac OS Xkbr2006-01-301-7/+3