aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2011-02-25Use a proper version script for libturbojpegdcommander
2011-02-18The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since the...dcommander
2011-02-07Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-06Propagate --with-jni down to RPM SPECdcommander
2011-02-06Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specifieddcommander
2011-02-05OS X Tiger requires that JNI libraries have the extension .jnilib, so create ...dcommander
2011-02-04Detect jni.h; Provide mechanism for adding include paths necessary to find it...dcommander
2011-02-041.1.90dcommander
2011-02-04Add JNI wrapper for TurboJPEG/OSSdcommander
2011-01-04Make arithmetic coding support status messages more cleardcommander
2010-11-23Added configure options to disable arithmetic encoding/decodingdcommander
2010-11-07Use version script for jpeg-6b emulation as welldcommander
2010-10-21Allow Mac and Solaris packages to be built with v7/v8b emulated librariesdcommander
2010-10-19Emulate the version script in libjpeg v7/v8 shared librariesdcommander
2010-10-181.0.90 (1.1 beta1)dcommander
2010-10-18Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts...dcommander
2010-10-13Oops. Should be single, not double = signdcommander
2010-10-10Display libjpeg-turbo version/copyrights in run-time programsdcommander
2010-10-10Fix version numbers for v7/v8 shared libsdcommander
2010-10-08Bump revision to 1.1 alphadcommander
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sdcommander
2010-08-21Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defineddcommander
2010-07-301.0.1dcommander
2010-07-08We're no longer using the RM macro in Makefile.am, so it doesn't need to be s...dcommander
2010-06-10Don't require --without-simd to be specified on non-x86 architectures, and fi...dcommander
2010-05-18Go ahead and set the version to 1.0.0 so all interim builds will be release c...dcommander
2010-05-180.0.94dcommander
2010-05-1764-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so t...dcommander
2010-05-17Some systems (FreeBSD, in particular) don't define the RM macro in automakedcommander
2010-04-200.0.93dcommander
2010-04-130.0.92dcommander
2010-03-03Bump version numberdcommander
2010-02-19Remove debug outputdcommander
2010-02-16Build libturbojpeg.so using mapfile on Solarisdcommander
2010-02-16Set default optimization flags to -xO5 if using Sun Studiodcommander
2010-02-16Build TurboJPEG/OSS with a version script to prevent any non-global symbols f...dcommander
2010-02-15Add mechanism for building universal (i386/x86-64) binaries on Snow Leoparddcommander
2010-02-15Add mechanism for creating DEB packagesdcommander
2010-02-15Add mechanism for creating RPMsdcommander
2010-02-15Change default prefix to /opt/libjpeg-turbodcommander
2010-02-15Change package name & versiondcommander
2010-02-14Set CFLAGS=CXXFLAGS=-O3 if using GCC and the flags are not already setdcommander
2010-02-12MinGW uses autoconf 2.56dcommander
2010-02-12Restore --without-simd option for testing purposesdcommander
2010-02-12Oops. Still need to #define WITH_SIMDdcommander
2010-02-11Make SIMD build compulsory (otherwise, what's the point?)dcommander
2010-02-11Build shared libraries by default; Include libturbojpeg in distributiondcommander
2010-01-28Allow building libjpeg.so if --enable-shared is passed to configure (but disa...dcommander
2009-06-29Clean up SIMD glue codeossman_
2009-06-26Remove unused variable.ossman_