aboutsummaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Expand)Author
2014-04-20We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED mac...DRC
2014-04-20This patch accomplishes the following:DRC
2014-04-16Fix compiler warning ("always_inline function might not be inlinable") when b...DRC
2013-01-18Implement in-memory source/destination managers even when not emulating the l...DRC
2012-01-26Move INLINE macro into config.h. That's really where it belongs anyhow, sinc...DRC
2011-12-18Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at com...DRC
2011-09-09Fill unused byte with 0xFF on Windows as wellDRC
2011-09-07Improve performance of non-SIMD color conversion routines and use global cons...DRC
2011-06-21Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have alrea...DRC
2011-06-21Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have alrea...DRC
2011-05-02Fix I/O redirection in cjpeg and djpeg on WindowsDRC
2011-02-18The SIMD quantization algorithm does not produce correct results with the fas...DRC
2011-01-261.0.2DRC
2010-11-23Allow arithmetic encoding/decoding to be disabled in CMake buildDRC
2010-10-16Remove old Windows build systemDRC
2010-10-16Oops. Forgot to check in header templatesDRC
2010-10-15Unix LFDRC
2010-10-15Export the correct symbols from the Windows DLL when built with libjpeg v7 or...DRC
2010-10-12Document new v7/v8 features; .doc = .txtDRC
2010-10-08Bump revision to 1.1 alphaDRC
2010-09-09Use testimgflt.ppm in Windows testsDRC
2010-09-091.0.1DRC
2010-06-101.0.0DRC
2010-05-10Only disable filesystem redirection in the 64-bit installersDRC
2010-05-10Use "make nsi" instead of "make dist" to be consistent with MinGW buildDRC
2010-05-10Create separate packages for Win64 binariesDRC
2010-04-20Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable themDRC
2010-04-20Win64 (mostly) works nowDRC
2010-04-200.0.93DRC
2010-02-24Visual C++ libraries can't be made to work with MinGW because of the dependen...DRC
2010-02-23Get rid of cjpeg/djpeg-specific #definesDRC
2010-02-23Fix Windows package script to accommodate new output directory for VC buildDRC
2010-02-22Use the C library DLL only with jpeg62.dll where it is needed. Build turbojp...DRC
2010-02-22Speed up make testcleanDRC
2010-02-19Unfortunately, we have to use the DLL version of the C library to avoid crash...DRC
2010-02-19Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean'DRC
2010-02-19Improve unit testsDRC
2010-02-18MinGW64 requires that the functions be prefixed with an underscore. Visual C...DRC
2010-02-18First attempt at Win64 supportDRC
2010-02-15Create Windows installerDRC
2010-02-15Keep dllexport symbols out of static libDRC
2010-02-12Visual C++ buildDRC
2008-12-02This should be the final modification to restore a working VisualPeter Åstrand