aboutsummaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Collapse)Author
2014-08-0912-bit JPEG supportdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1337 632fc199-4ca6-4c93-a231-07263d6284db
2014-05-16Get rid of the HAVE_PROTOTYPES configuration option, as well as the related ↵dcommander
JMETHOD and JPP macros. libjpeg-turbo has never supported compilers that don't handle prototypes. Doing so requires ansi2knr, which isn't even supported in the IJG code anymore. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1308 632fc199-4ca6-4c93-a231-07263d6284db
2014-05-15Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant ↵dcommander
information available as to which linkers ever had a 15-character global symbol name limit. AFAICT, it might have been a VMS and/or a.out BSD thing, but none of those platforms have ever been supported by libjpeg-turbo (nor are such systems supported by other open source libraries of this nature.) git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1307 632fc199-4ca6-4c93-a231-07263d6284db
2014-04-20We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED ↵dcommander
macro) rather than CHAR_IS_UNSIGNED (defined by custom autoconf code in libjpeg that we didn't port over), although I doubt it matters on any of the platforms we support. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1263 632fc199-4ca6-4c93-a231-07263d6284db
2014-04-20This patch accomplishes the following:dcommander
-- Auto-generates HAVE_LOCALE_H macro and adds it to jconfig.h (this is used by rdjpgcom.c.) -- Reconciles the description and ordering of macros between config.h.in and jconfig.h.in, so the two files can be easily diffed. -- Eliminates the use of the autoheader-generated config.h in the project and moves relevant internal-only macros into a new file, jconfigint.h. This is to avoid "already defined" warnings in files that were including both config.h (to get the internal autotools package information or the INLINE definition) and jconfig.h. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1257 632fc199-4ca6-4c93-a231-07263d6284db
2014-04-16Fix compiler warning ("always_inline function might not be inlinable") when ↵dcommander
building with recent versions of GCC; Unix EOL git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1239 632fc199-4ca6-4c93-a231-07263d6284db
2013-01-18Implement in-memory source/destination managers even when not emulating the ↵dcommander
libjpeg v8 API/ABI git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@913 632fc199-4ca6-4c93-a231-07263d6284db
2012-01-26Move INLINE macro into config.h. That's really where it belongs anyhow, ↵dcommander
since it is used only internally, and putting it in jconfig.h was causing problems with DevIL. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@739 632fc199-4ca6-4c93-a231-07263d6284db
2011-12-18Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at ↵dcommander
compile time git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@731 632fc199-4ca6-4c93-a231-07263d6284db
2011-09-09Fill unused byte with 0xFF on Windows as welldcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@701 632fc199-4ca6-4c93-a231-07263d6284db
2011-09-07Improve performance of non-SIMD color conversion routines and use global ↵dcommander
constants to define colorspace extension parameters git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@698 632fc199-4ca6-4c93-a231-07263d6284db
2011-06-21Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have ↵dcommander
already been defined by the Windows system headers. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@663 632fc199-4ca6-4c93-a231-07263d6284db
2010-11-23Allow arithmetic encoding/decoding to be disabled in CMake builddcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@301 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-16Remove old Windows build systemdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@269 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-16Oops. Forgot to check in header templatesdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@267 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-15Unix LFdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@263 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-15Export the correct symbols from the Windows DLL when built with libjpeg v7 ↵dcommander
or v8b emulation git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@260 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-12Document new v7/v8 features; .doc = .txtdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@252 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-08Bump revision to 1.1 alphadcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@238 632fc199-4ca6-4c93-a231-07263d6284db
2010-09-09Use testimgflt.ppm in Windows testsdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@233 632fc199-4ca6-4c93-a231-07263d6284db
2010-09-091.0.1dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@229 632fc199-4ca6-4c93-a231-07263d6284db
2010-06-101.0.0dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@210 632fc199-4ca6-4c93-a231-07263d6284db
2010-05-10Only disable filesystem redirection in the 64-bit installersdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@184 632fc199-4ca6-4c93-a231-07263d6284db
2010-05-10Use "make nsi" instead of "make dist" to be consistent with MinGW builddcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@182 632fc199-4ca6-4c93-a231-07263d6284db
2010-05-10Create separate packages for Win64 binariesdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@181 632fc199-4ca6-4c93-a231-07263d6284db
2010-04-20Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable themdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@175 632fc199-4ca6-4c93-a231-07263d6284db
2010-04-20Win64 (mostly) works nowdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@174 632fc199-4ca6-4c93-a231-07263d6284db
2010-04-200.0.93dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@172 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-24Visual C++ libraries can't be made to work with MinGW because of the ↵dcommander
dependency on msvcr90.dll, so build a separate installer for MinGW libraries git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@151 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-23Get rid of cjpeg/djpeg-specific #definesdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@149 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-23Fix Windows package script to accommodate new output directory for VC builddcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@147 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-22Use the C library DLL only with jpeg62.dll where it is needed. Build ↵dcommander
turbojpeg.dll with the static C library to maintain backward compatibility with TurboJPEG/IPP git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@135 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-22Speed up make testcleandcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@134 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-19Unfortunately, we have to use the DLL version of the C library to avoid ↵dcommander
crashes in cjpeg git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@129 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-19Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean'dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@128 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-19Improve unit testsdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@127 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-18MinGW64 requires that the functions be prefixed with an underscore. Visual ↵dcommander
C++ apparently doesn't git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@125 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-18First attempt at Win64 supportdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@124 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-15Create Windows installerdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@108 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-15Keep dllexport symbols out of static libdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@107 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-12Visual C++ builddcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@83 632fc199-4ca6-4c93-a231-07263d6284db
2008-12-02This should be the final modification to restore a working Visualastrand
Studio build. A static jconfig.h has been re-added, but in a separate directory, to avoid clash with jconfig.h generated by configure script. Also, jconfig.h now includes the inline macro. jpeg.dsp has been modified to search in the "win" subdir, to find jconfig.h. This patch is in spirit similar to r121. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@5 632fc199-4ca6-4c93-a231-07263d6284db