aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2011-02-06Add java/ to distDRC
2011-02-04Detect jni.h; Provide mechanism for adding include paths necessary to find it...DRC
2011-02-04Add JNI wrapper for TurboJPEG/OSSDRC
2010-11-24Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2DRC
2010-11-23Include arithmetic coding test files in distDRC
2010-11-23Added configure options to disable arithmetic encoding/decodingDRC
2010-11-23Support arithmetic encoding and decodingDRC
2010-11-17Create /opt/libjpeg-turbo/lib32 and /opt/libjpeg-turbo/lib64 symlinks when do...DRC
2010-10-21Allow Mac and Solaris packages to be built with v7/v8b emulated librariesDRC
2010-10-19Emulate the version script in libjpeg v7/v8 shared librariesDRC
2010-10-18Modify OS X universal binary creation process to give the user more control o...DRC
2010-10-18Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts...DRC
2010-10-17Windows packaging has been moved to the CMake build system, so remove it from...DRC
2010-10-12Document new v7/v8 features; .doc = .txtDRC
2010-10-10Fix transpose feature with jpeg v6b code baseDRC
2010-10-10Implement lossless crop feature from jpeg v7 and v8DRC
2010-10-10Fix version numbers for v7/v8 shared libsDRC
2010-10-08Added optional emulation of the jpeg-7 or jpeg-8b API/ABI'sDRC
2010-09-09Require a full build prior to testing (this fixes a problem whereby running '...DRC
2010-09-09Include testimgflt.ppm in distributionDRC
2010-09-09Most of the "nosimd" test images no longer exist, so don't try to include the...DRC
2010-08-07Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling toDRC
2010-06-10Not all platforms define RMDRC
2010-06-10Include non-SIMD test images in distributionDRC
2010-06-10Don't require --without-simd to be specified on non-x86 architectures, and fi...DRC
2010-06-09Cygwin package buildDRC
2010-06-05Distribute man pages in source tarballDRC
2010-06-04Install libjpeg run-time programs and man pages and include in Unix/Linux pac...DRC
2010-05-10Only disable filesystem redirection in the 64-bit installersDRC
2010-05-10Create separate packages for Win64 binariesDRC
2010-03-03Include ChangeLog.txt in distDRC
2010-02-24Visual C++ libraries can't be made to work with MinGW because of the dependen...DRC
2010-02-22Fix 'make dist' since we added new test imagesDRC
2010-02-19test depends on jpegut as wellDRC
2010-02-19Improve unit testsDRC
2010-02-17Build Sun packagesDRC
2010-02-16Build libturbojpeg.so using mapfile on SolarisDRC
2010-02-16Split build instructions into a new file and add SDK usage notes to README-tu...DRC
2010-02-16Build TurboJPEG/OSS with a version script to prevent any non-global symbols f...DRC
2010-02-15Add mechanism for building universal (i386/x86-64) binaries on Snow LeopardDRC
2010-02-15Add mechanism for creating Mac packages DRC
2010-02-15Add mechanism for creating DEB packagesDRC
2010-02-15Actually, we only need to 'make dist-gzip' prior to building the SRPMDRC
2010-02-15Add mechanism for creating RPMsDRC
2010-02-15Should really use $(srcdir) hereDRC
2010-02-15Make sure 'make dist' includes everything we want (and nothing we don't)DRC
2010-02-13Enable (i.e. fix) VPATH and out-of-tree buildsDRC
2010-02-12Clean up test detritusDRC
2010-02-12Re-add relevant files and tests from libjpeg v6bDRC
2010-02-12Restore --without-simd option for testing purposesDRC