aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2013-11-06Back-port code from jpeg-8 that removes unpopulated (and unneeded) tables for...dcommander
2013-10-31Add 'tjunittest -yuv -alloc' test on Windows as welldcommander
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...dcommander
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...dcommander
2013-04-25Bump version to prepare for new featuresdcommander
2013-04-23Further enhancements/fixes to the packaging system:dcommander
2013-02-22Bump version for post-beta pre-releasesdcommander
2013-01-21Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there...dcommander
2013-01-18Implement in-memory source/destination managers even when not emulating the l...dcommander
2013-01-13Consolidate the MD5 sums into one location and add a --without-turbojpeg swit...dcommander
2013-01-13Modify 'make test' so that it uses MD5 sums instead of reference images. Thi...dcommander
2012-12-311.2.90 (1.3 beta1)dcommander
2012-10-12Use a more robust method of obtaining the build timestamp on Windows. 'wmic ...dcommander
2012-02-10Install docs when doing 'make install' on Unix; Fix 'install' target on Windo...dcommander
2012-02-01Oops. Need to use -nosmooth so that the output matches the reference images ...dcommander
2012-01-31Add tests for the additional scaling factorsdcommander
2012-01-31Move test images into their own subdirectorydcommander
2012-01-27Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new featuresdcommander
2011-11-291.2.0dcommander
2011-09-20Always link tjbench against jpeg-static instead of the JPEG DLL, since we are...dcommander
2011-05-26turbojpegl.c=turbojpeg.cdcommander
2011-05-25jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors...dcommander
2011-05-25"jpegut"="tjunittest" & "jpgtest"="tjbench"dcommander
2011-05-24Fix build on Windowsdcommander
2011-05-21Completely refactored the TurboJPEG C API so that it uses pixel formats inste...dcommander
2011-05-02Fix I/O redirection in cjpeg and djpeg on Windowsdcommander
2011-04-25Add more comprehensive tests for IDCT scalingdcommander
2011-04-15Use option() to handle configuration variables, so they will show up in the C...dcommander
2011-04-04Attempt to make build work with Visual Studio 2010 (still doesn't work if SIM...dcommander
2011-04-04Comment codedcommander
2011-04-03Allow customization of Java compiler flagsdcommander
2011-04-02Add testclean target for cleaning up test imagesdcommander
2011-04-01Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packagesdcommander
2011-03-22Clean up packaging systemdcommander
2011-03-02Fix Windows build; Add grayscale tests to Windows build; Add proper implement...dcommander
2011-02-19Include libjpeg run-time programs and jpgtest in installer; Move documentati...dcommander
2011-02-19Disable CXX compiler checkdcommander
2011-02-18The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since the...dcommander
2011-02-18Add high-quality JPEG tests to CMake build systemdcommander
2011-02-07Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-06JNI expects symbols to either have both an underscore and an @ suffix or to h...dcommander
2011-02-061.1.90dcommander
2011-02-05Build JNI wrapper on Windowsdcommander
2011-01-04Make arithmetic coding support status messages more cleardcommander
2010-11-24Merge the TurboJPEG planar YUV encoding feature from VirtualGL 2.2dcommander
2010-11-23Allow arithmetic encoding/decoding to be disabled in CMake builddcommander
2010-11-23Support arithmetic encoding and decodingdcommander
2010-10-181.0.90 (1.1 beta1)dcommander
2010-10-18Use built-in cmake compare_files function rather than GNU cmp (which isn't na...dcommander
2010-10-17Install headers as welldcommander