aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-03-19Allow the executables and libraries outside of the sharedlib/ directory to be...dcommander
2014-12-08Fix typos in test namesdcommander
2014-09-04Bump version to 1.5 alpha1 to prepare for new featuresdcommander
2014-08-221.4 beta1dcommander
2014-08-0912-bit JPEG supportdcommander
2014-06-22Big oops. wrjpgcom on Windows was being built using the rdjpgcom source.dcommander
2014-05-12Add support for decompressing to RGB565 (16-bit) pixelsdcommander
2014-05-11Port the more accurate (and slightly faster) floating point IDCT implementati...dcommander
2014-05-06Redesign the libjpeg regression tests so that they fully cover all of the SIM...dcommander
2014-04-20This patch accomplishes the following:dcommander
2014-04-16Set the BUILD environment variable properly when building with MinGW implemen...dcommander
2014-03-11Silence warning in CMake 2.8.12 and laterdcommander
2014-03-11Fix the build of the Java classes when using MSVC 2010 and later. Something ...dcommander
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