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