History log of /external/libjpeg-turbo/configure.ac
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6eb7d3798b5a79347c62825fc4c16f7ce673bdd0 16-Oct-2016 Alex Naidis <alex.naidis@linux.com> libjpeg-turbo: Upgrade to 1.5.1

The changes from 1.4.2 to 1.5.1 include
a big amount of fixes and huge performance improvements.
As highlights there is a full ARM 64-bit (ARMv8) NEON SIMD
implementation which improves compression of full-color JPEGs
by about 2-2.5x on average on Cortex-A53 and Cortex-A57 cores.
Also SIMD acceleration for Huffman encoding on NEON-capable
ARM 32-bit and 64-bit platforms was added.
Performance on x86/x86_64 was also improved by
adding better optimized SSE2 routines.

For the full changelog, please see the ChangeLog.md
file.

Partial decoding optimizations, the security fix
to adress b/27494207 and the fix for the AARCH64
conformance issueare present in the release.
The README.android file was edited to reflect this.

The configuration files were regenerated
and all Android specific changes were applied.

BUG:28268702

Change-Id: I538291d894df1da01d3f733771647df1fb61ec42
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
/external/libjpeg-turbo/configure.ac
30ebafda2a2b55b9e09e658f2b7fad3f44fff6fb 21-Sep-2015 DRC <information@libjpeg-turbo.org> 1.4.2
/external/libjpeg-turbo/configure.ac
b6590d67b3277506ed0ddef8de0e9c18db38ba12 28-Jul-2015 Ondřej Surý <ondrej@sury.org> Convert the BUILD stamp to AC_ARG_WITH argument, so we can make the build reproducible
/external/libjpeg-turbo/configure.ac
3ebcc3206f8aec0517a5840916d9249ca80f2b77 15-May-2015 DRC <dcommander@users.sourceforge.net> __WORDSIZE doesn't seem to be available on platforms other than Mac or Linux, and best practices are for user-level code not to rely on it anyhow, since it's meant to be an internal macro. Fortunately, autoconf already has a way of determining the word size at configure time, so it can be passed into the compiler. This should work on any platform and has been tested on all of the Un*x platforms we support (Linux, Mac, FreeBSD, Solaris.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1550 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
c69a1cd7a02d1554eaf6128732578f2bc64a1b3e 23-Feb-2015 DRC <dcommander@users.sourceforge.net> If libjpeg-turbo is configured with a non-default prefix, such as /usr, then use the docdir variable defined by autoconf 2.60 and later, if available. This will, for instance, install the documentation under /usr/share/doc/libjpeg-turbo by default if prefix=/usr, unless docdir is overridden. When using earlier versions of autoconf, docdir is set to ${datadir}/doc, as it always has been.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1535 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
cab2a8503ecbdc1778bc710895c8d39256d008c4 20-Feb-2015 DRC <dcommander@users.sourceforge.net> Set the RPM and deb architecture properly on non-x86 platforms.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1531 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
2b7a391672f8ff8ee49395ba573bbb2c5384a942 16-Jan-2015 DRC <dcommander@users.sourceforge.net> 1.4.1


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1510 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
b9c4b58ab2715cc3274ae1b577e8b20c2cbd47b0 19-Dec-2014 DRC <dcommander@users.sourceforge.net> In the output of the configure script, indicate whether gas-preprocessor.pl is being used along with the assembler.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1451 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
e59196dbdf7bbaec3ef6babd778918cb4204d773 19-Dec-2014 DRC <dcommander@users.sourceforge.net> 1.4.0


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1446 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
022a9016df749897211114278c28a5f680840279 22-Aug-2014 DRC <dcommander@users.sourceforge.net> 1.4 beta1


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1379 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
aee4f721602b86fae0057b517933ae1624972907 10-Aug-2014 DRC <dcommander@users.sourceforge.net> 12-bit JPEG support


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1337 632fc199-4ca6-4c93-a231-07263d6284db
495e43426e901bc95c54324050bc3ad8bc128f90 19-May-2014 DRC <dcommander@users.sourceforge.net> Allow for building the MIPS DSPr2 extensions if the host is mips-* as well as mipsel-*. The DSPr2 extensions are little endian, so we still have to check that the compiler defines __MIPSEL__ before enabling them. This paves the way for supporting big-endian MIPS, and in the near term, it allows the SIMD extensions to be built with Sourcery CodeBench.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1316 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
bc56b754e1a6a1db9ccadf64d6dda8a74140e1a3 16-May-2014 DRC <dcommander@users.sourceforge.net> Get rid of the HAVE_PROTOTYPES configuration option, as well as the related 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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1308 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
52ded8768022ab7e9e7670ddea0ba89e2890b837 15-May-2014 DRC <dcommander@users.sourceforge.net> Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant 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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1307 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
714839d4025e050c17ed25150abcd94d13d7942f 20-Apr-2014 DRC <dcommander@users.sourceforge.net> This patch accomplishes the following:
-- 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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1257 632fc199-4ca6-4c93-a231-07263d6284db
ff6961f3d22060adc13cc3e60d42fc480de007e5 20-Apr-2014 DRC <dcommander@users.sourceforge.net> This patch accomplishes the following:
-- 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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1258 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
06fa20d407314e08a89faafa6f85cc23a757eba3 20-Apr-2014 DRC <dcommander@users.sourceforge.net> 1.3.2


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1252 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
990342cd57bd43fbe488bfc9e3e0dd590d365a27 15-Apr-2014 DRC <dcommander@users.sourceforge.net> wordsmithing


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1234 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
b1068fa2da6cbeec2908c272692892a12eca34d8 23-Mar-2014 DRC <dcommander@users.sourceforge.net> Migrate Mac packaging system to pkgbuild, since PackageMaker is no longer supported.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1212 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
b52f3e69cbfb6c4afc06bfdafe0d34b9a97bb80e 21-Mar-2014 DRC <dcommander@users.sourceforge.net> Fix compiler warning ("always_inline function might not be inlinable") when building with recent versions of GCC


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1188 632fc199-4ca6-4c93-a231-07263d6284db
ad64b5a4c9909ff23b234c9165afefd17a5bf0db 21-Mar-2014 DRC <dcommander@users.sourceforge.net> Fix compiler warning ("always_inline function might not be inlinable") when building with recent versions of GCC


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1187 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
3c8238322f593ee6d51ee42ea2b94e95b052e8f3 21-Mar-2014 DRC <dcommander@users.sourceforge.net> Enable silent build (can be overridden with 'make V=1') if the version of autotools being used is new enough.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1186 632fc199-4ca6-4c93-a231-07263d6284db
c7e10b21e8f7de96316c39ff732345787cf65b26 21-Mar-2014 DRC <dcommander@users.sourceforge.net> Enable silent build (can be overridden with 'make V=1') if the version of autotools being used is new enough.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1185 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ffa5e59218f42f9d4a4a536c9bcd18761c6e97f1 28-Feb-2014 DRC <dcommander@users.sourceforge.net> Fix autoconf warnings


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1128 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6f75a351a39154a9928b8538f37dd56f54bdba9f 20-Feb-2014 DRC <dcommander@users.sourceforge.net> Oops


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1124 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
cccfdcb8abd2810ce5081ba215820965a6316be3 15-Feb-2014 DRC <dcommander@users.sourceforge.net> Older versions of automake don't support AM_PROG_AR, so only execute that macro if it exists.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1123 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
c56cb476f6ff859d3df6bafab770695265075433 15-Feb-2014 DRC <dcommander@users.sourceforge.net> Fix autoconf warnings


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1122 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
88dee5863a57de858e3e462232eb404b0671220d 06-Feb-2014 DRC <dcommander@users.sourceforge.net> Formatting tweak


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1113 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ba55b2cdfe137b0d5e75b54460b60d5ac2305fd7 05-Feb-2014 DRC <dcommander@users.sourceforge.net> First pass at ARMv8 64-bit NEON SIMD support


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1108 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
f57a22de550247d6e73a216bf8202ccd8dac6569 26-Oct-2013 DRC <dcommander@users.sourceforge.net> Fix logic error from r1039


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1063 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
596b96623fd167f419a0f274219e82530077c67d 26-Oct-2013 DRC <dcommander@users.sourceforge.net> Fix logic error from r1037


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1062 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
f369f17f8a4f0a7b078d8f9e2558a236da81a815 25-Sep-2013 DRC <dcommander@users.sourceforge.net> Due to the way in which the configure script silently falls back to a non-SIMD build if SIMD can't be enabled, we accidentally released iOS ARM v7 and v7s binaries in 1.3.0 that did not contain NEON SIMD code, because gas-preprocessor.pl wasn't in the PATH. In order to prevent this from happening again, specifying --with-simd now has the effect of forcing a SIMD build, and if this argument is specified, any issues encountered while enabling SIMD are treated as fatal.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1039 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
8ca34d4b33f6885f692c8e5d0e7096b677259636 25-Sep-2013 DRC <dcommander@users.sourceforge.net> Due to the way in which the configure script silently falls back to a non-SIMD build if SIMD can't be enabled, we accidentally released iOS ARM v7 and v7s binaries in 1.3.0 that did not contain NEON SIMD code, because gas-preprocessor.pl wasn't in the PATH. In order to prevent this from happening again, specifying --with-simd now has the effect of forcing a SIMD build, and if this argument is specified, any issues encountered while enabling SIMD are treated as fatal.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1037 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
7ef26165cc45618e11540bcbf2dd57bab6522b98 19-Sep-2013 DRC <dcommander@users.sourceforge.net> 1.3.1


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1025 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
96573d05b50fe3e5a1bdbda4ba764f7c166f9f2f 12-Aug-2013 DRC <dcommander@users.sourceforge.net> By default, install the libraries into /opt/libjpeg-turbo/lib32 on any 32-bit system, not just x86, and into /opt/libjpeg-turbo/lib64 on any 64-bit system, not just x86-64. In particular, this addresses an issue with building TurboVNC and VirtualGL on ARM systems.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1001 632fc199-4ca6-4c93-a231-07263d6284db
c32e0c23c06cb99eb7e54d80db30490b4c8bcace 12-Aug-2013 DRC <dcommander@users.sourceforge.net> By default, install the libraries into /opt/libjpeg-turbo/lib32 on any 32-bit system, not just x86, and into /opt/libjpeg-turbo/lib64 on any 64-bit system, not just x86-64. In particular, this addresses an issue with building TurboVNC and VirtualGL on ARM systems.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@999 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
0be9fa57352e89cb24d5352b0ef96f42a80a7ecc 24-Jul-2013 DRC <dcommander@users.sourceforge.net> SIMD support for performing color conversion using MIPS DSPr2 instructions


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@993 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6e0bbbf7e6287a10606d5c118bcf5c56b2a1a758 11-May-2013 DRC <dcommander@users.sourceforge.net> 1.3.0


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@983 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
17745ddd8692523fc19d4e870e3487fc4628a128 25-Apr-2013 DRC <dcommander@users.sourceforge.net> Bump version to prepare for new features


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@956 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
7175e517923a1c05828fe2d5bdcd25f90ce94cb6 24-Apr-2013 DRC <dcommander@users.sourceforge.net> Further enhancements/fixes to the packaging system:
-- The Mac and Cygwin packages will now be created with the directory structure defined by the configure variables "prefix", "bindir", "libdir", etc., with the exception that the docs are always installed under /usr/share/doc/{package_name}-{version} on Cygwin and /Library/Documentation/{package_name} on Mac.
-- Fixed a duplicate filename warning when generating RPMs with the default prefix of /opt/libjpeg-turbo.
-- Moved the TurboJPEG libraries out of the system directory on Windows and Mac. It is no longer necessary to put them there, since we are not trying to be backward compatible with TurboJPEG/IPP anymore.
-- Fixed an issue whereby building the "installer" target on Windows would not build the Java JAR file, thus causing an error if the JAR had not been previously built.
-- Building the "install" target on Windows will now install libjpeg-turbo into c:\libjpeg-turbo[-gcc][64] (the same directories used by the installers.) This can be overridden by setting CMAKE_INSTALL_PREFIX.
-- The Java classes on all platforms will now look for the JNI library in the directory under which the build/packaging system installs it.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@946 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
764e1e23aa366de510f605f2240d85aedb2f6f5e 19-Apr-2013 DRC <dcommander@users.sourceforge.net> Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendor-supplied libjpeg-turbo packages (such as in Fedora and RHEL 6.) This also streamlines the packaging system somewhat, since it is no longer necessary to move the TurboJPEG libraries into the system library directory. Relocating those libraries was originally done to provide backward compatibility with TurboJPEG/IPP, but that package is long obsolete, and the software that formerly used it has been linking statically with libjpeg-turbo for quite some time.

If the default prefix (/opt/libjpeg-turbo) is used, then we now always install 32-bit libraries in /opt/libjpeg-turbo/lib32 and 64-bit libraries in /opt/libjpeg-turbo/lib64 instead of trying to conform to the Debian or Red Hat conventions. The RPM and DEB packages will now be created with the directory structure defined by the configure variables "prefix", "bindir", "libdir", etc., with the exception that the docs are always installed under /usr/share/doc/{package_name}-{version}.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@944 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
0ddff3b05954ee4b2ce1f19e7d1ed665f7d327e0 11-Apr-2013 DRC <dcommander@users.sourceforge.net> Formatting tweaks


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@943 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
5e96c9bfe0b04efadae58d887865fcd4c0ee4b42 22-Feb-2013 DRC <dcommander@users.sourceforge.net> Bump version for post-beta pre-releases


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@930 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
0bf58f2145421eb555523e800c57b60d6749a1df 07-Feb-2013 DRC <dcommander@users.sourceforge.net> Include a C version of md5cmp rather than depending on an external md5sum binary, since md5sum is not available on all platforms (specifically, it doesn't exist on FreeBSD, and it has to be installed via MacPorts on OS X.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@926 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
5039d734d538ef4cd7081b1774921d1ef292e837 22-Jan-2013 DRC <dcommander@users.sourceforge.net> Eliminated the awkward and confusing "TurboJPEG/OSS" designation, since there are no other active implementations of the TurboJPEG API anymore; don't refer to the libjpeg API library as "libjpeg-turbo" anymore, since that can be confusing; ARM v7s build instructions


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@919 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6da61db2780737911c225e2444ad47d187eafdcf 19-Jan-2013 DRC <dcommander@users.sourceforge.net> Fix several issues with SRPM generation: (1) ensure that all relevant configure arguments get passed down to the configure command line in the generated spec file, (2) adjust the file manifest in the spec to accommodate the differing "age" version whenever the in-memory source/dest managers are used, and (3) fix an issue with the value of SO_MAJOR_VERSION passed down to the configure command line in the generated spec file (SO_MAJOR_VERSION has to remain pure, so we use a different variable to pass down the combined "current+age" value to libtool in Makefile.am.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@916 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ab70623eb29e09e67222be5b9e1ea320fe5aa0e9 19-Jan-2013 DRC <dcommander@users.sourceforge.net> Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@913 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
cb2036fd11ca8b47483d7789b86b2b3c254a2bd7 17-Jan-2013 DRC <dcommander@users.sourceforge.net> Say "do not include" rather than "omit", to be consistent with the CMake build system and the output of the configure script.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@909 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
211d1e74638c3a04aed74f015d2c0c2367b2674e 13-Jan-2013 DRC <dcommander@users.sourceforge.net> Consolidate the MD5 sums into one location and add a --without-turbojpeg switch to the Un*x build to allow building libjpeg-turbo without the TurboJPEG/OSS wrapper library. These modifications were supposed to lay the ground work for adding compile-time-selectable 12-bit JPEG support, but unfortunately there are deeper issues that prevent the implementation of that feature right now (namely, some of the modifications made to the C code to support the SIMD code are apparently not 12-bit-friendly.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@902 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
84f7122ba69fc8bc8c9534aadf1d0b20fbd42dbf 31-Dec-2012 DRC <dcommander@users.sourceforge.net> 1.2.90 (1.3 beta1)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@874 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
fac3bea8dae8664110951427434d94bcd139d17b 24-Sep-2012 DRC <dcommander@users.sourceforge.net> Add a Java version of TJBench and extend the TurboJPEG Java API to support it (this involved adding a polymorphic method in TJCompressor that accepts x and y offsets into a larger buffer, similar to the previous modification that had been done to TJDecompressor.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@862 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6dd6b3a74c2892092a1a1d4ca5b32a7aa140a448 23-Mar-2012 DRC <dcommander@users.sourceforge.net> Get rid of the Solaris packaging system. Solaris packages are obsolete, only a handful of people were downloading those binaries, and maintaining the system was proving to be a pain.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@824 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
f52682e277b37a0acee0f7b6bf45c4ebdc8a0adf 23-Mar-2012 DRC <dcommander@users.sourceforge.net> Get rid of the Solaris packaging system. Solaris packages are obsolete, only a handful of people were downloading those binaries, and maintaining the system was proving to be a pain.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@819 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
cb6157be7a4506b2401f52a1616744cd10790506 31-Jan-2012 DRC <dcommander@users.sourceforge.net> Add more extensive TurboJPEG regression tests


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@771 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
bf0bdac1d392aaa0ec6dc636bbc224d3f449f15d 27-Jan-2012 DRC <dcommander@users.sourceforge.net> Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new features


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@750 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ab64b62c6bc3e2d67834221017a574f90ca86c50 18-Dec-2011 DRC <dcommander@users.sourceforge.net> Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@731 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
b56ae3d7fa230a049a425eafbebc33a865fb94d0 29-Nov-2011 DRC <dcommander@users.sourceforge.net> 1.2.0


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@723 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
b4570bbf8cb3045e2b3cbf3d6a80d31735871d10 07-Sep-2011 DRC <dcommander@users.sourceforge.net> Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@698 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1208d50fa64331d75629787e5d3366780ecc0665 19-Jul-2011 DRC <dcommander@users.sourceforge.net> Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@675 632fc199-4ca6-4c93-a231-07263d6284db
68a086a1479233654423409b2aa6c0047f3c7f57 19-Jul-2011 DRC <dcommander@users.sourceforge.net> Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@674 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
4346f91fcb3b576fb037cef7dc94eac2e5a06250 15-Jun-2011 DRC <dcommander@users.sourceforge.net> iOS ARM support


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@659 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
cf137ac46a0ad1c4726b79511be35b184cc1d0f9 31-May-2011 DRC <dcommander@users.sourceforge.net> 1.1.2


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@657 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
321e0686011df0973c8237e2a6cc374e7146f93e 03-May-2011 DRC <dcommander@users.sourceforge.net> ARM NEON support


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@607 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ddcd5a1979896a47bceb79f208f65e6ea16a37d9 15-Apr-2011 DRC <dcommander@users.sourceforge.net> Use option() to handle configuration variables, so they will show up in the CMake GUI


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@577 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
98b8529d1f0eb52936515152754ded6745075ac4 15-Apr-2011 DRC <dcommander@users.sourceforge.net> Use option() to handle configuration variables, so they will show up in the CMake GUI

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@576 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
dffd53da5da0902b3b48e1ef871911cd81a2cc39 01-Apr-2011 DRC <dcommander@users.sourceforge.net> Fix 'make dist' so that it includes only what we need from java/ (it was errantly including java/Makefile)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@550 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
f2602ce567dd6d0d33bbb3af9d7393f8a0bcd0e3 01-Apr-2011 DRC <dcommander@users.sourceforge.net> Build and package TurboJPEG/OSS Java wrapper into JAR file


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@549 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
e08c05f6e83be91799a09d14f41ca51b0c061e77 31-Mar-2011 DRC <dcommander@users.sourceforge.net> "JAVA_CFLAGS"="JNI_CFLAGS"


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@543 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1e14b47c222c5fd964ab7ea07398daa3941b7306 31-Mar-2011 DRC <dcommander@users.sourceforge.net> Get rid of unused IS_WIN32 conditional


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@542 632fc199-4ca6-4c93-a231-07263d6284db
c56a74cdacf566beb6ff213a95b669bca9a874d8 17-Apr-2011 DRC <dcommander@users.sourceforge.net> Get rid of unused IS_WIN32 conditional


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@589 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
bb83575b75e89a47739b22372d230b4cc0d2a7c6 31-Mar-2011 DRC <dcommander@users.sourceforge.net> Get rid of unused IS_WIN32 conditional


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@541 632fc199-4ca6-4c93-a231-07263d6284db
b94f2de41d44b9e2a54248ac38081d9932956d5c 22-Mar-2011 DRC <dcommander@users.sourceforge.net> Clean up packaging system


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@537 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
328c4388b7cf3715ac6fd3c9796aefb1123c6c1e 22-Mar-2011 DRC <dcommander@users.sourceforge.net> Oops. Forgot to generate makecygwinpkg


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@532 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
5e091d4d1f20659715c4f8599ffd0a674a3214d3 22-Mar-2011 DRC <dcommander@users.sourceforge.net> Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@529 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
95db4f48a5b992991097085c50ee9f6456e1fab1 22-Mar-2011 DRC <dcommander@users.sourceforge.net> Clean up packaging system


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@528 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1a79ede6333a50a4a82e9cc863ae0be580b512a7 21-Mar-2011 DRC <dcommander@users.sourceforge.net> 1.1.1


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@527 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
5d1e034a12f447180dc75130a0fa38108a907a02 26-Feb-2011 DRC <dcommander@users.sourceforge.net> Enable full GCC compiler warnings by default


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@462 632fc199-4ca6-4c93-a231-07263d6284db
b4a50ceefb34a9e7400f764af36eb1b510ef12eb 26-Feb-2011 DRC <dcommander@users.sourceforge.net> Enable full GCC compiler warnings by default


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@460 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
9fa95594c29c2f6ca70344b6f56b44fe7c48e7d7 25-Feb-2011 DRC <dcommander@users.sourceforge.net> Use a proper version script for libturbojpeg


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@442 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6e51e19b1cca34452f43f49ce30dba90cef058b5 24-Feb-2011 DRC <dcommander@users.sourceforge.net> Use a proper version script for libturbojpeg, since we've added functions to it since 1.0


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@436 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
69e15442f330719670246c7e04064e59621e393e 18-Feb-2011 DRC <dcommander@users.sourceforge.net> 1.1.0


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@400 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
9af407729b025456d4e5d5698dc943840a1c6cd2 18-Feb-2011 DRC <dcommander@users.sourceforge.net> The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@398 632fc199-4ca6-4c93-a231-07263d6284db
f38eee0739ba958561121e14ccc484a9093f2259 18-Feb-2011 DRC <dcommander@users.sourceforge.net> The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@391 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
2e4d044cabdc12dd9916ff0d509627f0d201608a 08-Feb-2011 DRC <dcommander@users.sourceforge.net> Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@355 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
a3c3059fe2203ed7bad5fcddaf773ccb5db3d47b 07-Feb-2011 DRC <dcommander@users.sourceforge.net> Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@354 632fc199-4ca6-4c93-a231-07263d6284db
1b0c3b01dec1aefbee40a8a02fd24f6cfbb5822c 06-Feb-2011 DRC <dcommander@users.sourceforge.net> Propagate --with-jni down to RPM SPEC


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@348 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1421a264e4cc919d1ac1168cf177470675d377fb 06-Feb-2011 DRC <dcommander@users.sourceforge.net> Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specified


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@347 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
25c58709e36df42f4379a0ea79ebf59a4484581b 05-Feb-2011 DRC <dcommander@users.sourceforge.net> OS X Tiger requires that JNI libraries have the extension .jnilib, so create a sym link to make it happy


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@343 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
063ab496030c0fd07d512e6a575d68f17de14fb6 04-Feb-2011 DRC <dcommander@users.sourceforge.net> Detect jni.h; Provide mechanism for adding include paths necessary to find it; Set intelligent defaults for Linux/Mac/Solaris


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@341 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
de3c86120c691b3eba600b5c9b937c8bab5d3dad 04-Feb-2011 DRC <dcommander@users.sourceforge.net> 1.1.90


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@338 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
f8e0055a6a1f7a99dffcee6ff327c58047426f1d 04-Feb-2011 DRC <dcommander@users.sourceforge.net> Add JNI wrapper for TurboJPEG/OSS


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@337 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
79778f6588aad6d791b80286c7cc07c32bdba9ed 26-Jan-2011 DRC <dcommander@users.sourceforge.net> 1.0.2


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@323 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
990e28dc960aa34d58fd8d81476581ed3866fadd 04-Jan-2011 DRC <dcommander@users.sourceforge.net> Make arithmetic coding support status messages more clear


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@315 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
e372004b4deb7b51199068b97996911c89a70894 23-Nov-2010 DRC <dcommander@users.sourceforge.net> Added configure options to disable arithmetic encoding/decoding


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@300 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
7a0478e1e4b58b768720d486564cccbeb53eaad8 07-Nov-2010 DRC <dcommander@users.sourceforge.net> Use version script for jpeg-6b emulation as well


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@290 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
0f53df8f719f82cdb142b1720930a2ca6e6530b6 21-Oct-2010 DRC <dcommander@users.sourceforge.net> Allow Mac and Solaris packages to be built with v7/v8b emulated libraries


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@286 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
8515d3d58d63b84b1443c36126c289fe859aad2c 19-Oct-2010 DRC <dcommander@users.sourceforge.net> Emulate the version script in libjpeg v7/v8 shared libraries


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@285 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
3a606240f706f90ca787bed06b7f804017ea4bc4 18-Oct-2010 DRC <dcommander@users.sourceforge.net> 1.0.90 (1.1 beta1)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@282 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1f80a10b4ebb579de5e9587182be908390046c31 18-Oct-2010 DRC <dcommander@users.sourceforge.net> Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts and other missing files to source distribution


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@276 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
2edf19d60153e82ddb7542899437c1c3ae97d594 13-Oct-2010 DRC <dcommander@users.sourceforge.net> Oops. Should be single, not double = sign


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@255 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
2cdd2ae753e885b06b776c16320b353d843feb60 10-Oct-2010 DRC <dcommander@users.sourceforge.net> Display libjpeg-turbo version/copyrights in run-time programs


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@247 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
c54275c6a7cc318cd77760536d899d05bb391794 10-Oct-2010 DRC <dcommander@users.sourceforge.net> Fix version numbers for v7/v8 shared libs


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@242 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
eafbe8a05657065b8fa567c97f8c06bf05b7e6f4 08-Oct-2010 DRC <dcommander@users.sourceforge.net> Bump revision to 1.1 alpha


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@237 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
36a6eec93250e390d1028b3372078810b4428eaf 08-Oct-2010 DRC <dcommander@users.sourceforge.net> Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@236 632fc199-4ca6-4c93-a231-07263d6284db
a4ecaacde6d64e1f20b8647546813c17592016c1 16-May-2010 Guido Vollbeding <jpeg-info@uc.ag> The Independent JPEG Group's JPEG software v8b
/external/libjpeg-turbo/configure.ac
f18f81b7e20cf993786a3348960ab2428762deee 28-Feb-2010 Guido Vollbeding <jpeg-info@uc.ag> The Independent JPEG Group's JPEG software v8a
/external/libjpeg-turbo/configure.ac
989630f70cf1af69ebfefca8910d1647bf189712 10-Jan-2010 Guido Vollbeding <jpeg-info@uc.ag> The Independent JPEG Group's JPEG software v8
/external/libjpeg-turbo/configure.ac
5996a25e2f50d20d6a8f09830724035b49c3927b 27-Jun-2009 Guido Vollbeding <jpeg-info@jpegclub.org> The Independent JPEG Group's JPEG software v7
/external/libjpeg-turbo/configure.ac
bdb1288e9e480d56f56b0ec1d63b14de0e553141 21-Aug-2010 DRC <dcommander@users.sourceforge.net> Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@227 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
bab294133823300067754d4b37d690edd12a4d7c 30-Jul-2010 DRC <dcommander@users.sourceforge.net> 1.0.1


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@220 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
f1372d29eb9469d3a8381779ebf0c74889d27325 08-Jul-2010 DRC <dcommander@users.sourceforge.net> We're no longer using the RM macro in Makefile.am, so it doesn't need to be substituted anymore


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@218 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
83f2144655f2820d53b9c613132df794fa018a3b 10-Jun-2010 DRC <dcommander@users.sourceforge.net> Don't require --without-simd to be specified on non-x86 architectures, and fix 'make test' on such architectures


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@211 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
bf5a12db4268434ddcdc99b558858eb171e51f92 18-May-2010 DRC <dcommander@users.sourceforge.net> Go ahead and set the version to 1.0.0 so all interim builds will be release candidates


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@192 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
12fc3eaf63028afa65dcded3d381aeec46c89326 18-May-2010 DRC <dcommander@users.sourceforge.net> 0.0.94


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@191 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
49597877a4f85f6648d4fb036ae291d7166f88df 17-May-2010 DRC <dcommander@users.sourceforge.net> 64-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so that configure will work without explicitly specifying --host.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@190 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
991c2fcae7310bbaa1bf48cb51351e1a0ff21b4a 17-May-2010 DRC <dcommander@users.sourceforge.net> Some systems (FreeBSD, in particular) don't define the RM macro in automake


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@189 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
86d8c0aa26e5d05279254a2a72ab057b66073208 20-Apr-2010 DRC <dcommander@users.sourceforge.net> 0.0.93


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@172 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
09271951d993088c703c968d06da6f38ac2cefcc 13-Apr-2010 DRC <dcommander@users.sourceforge.net> 0.0.92


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@169 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
10a094f0e640b0ee18991aedd85a0d55deef2ffd 03-Mar-2010 DRC <dcommander@users.sourceforge.net> Bump version number


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@160 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
a93881b1090cb4037016765a41103b6843e6472b 19-Feb-2010 DRC <dcommander@users.sourceforge.net> Remove debug output


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@131 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
d86e4d914c8cd63209dfb1ee14eea1c013f7757a 16-Feb-2010 DRC <dcommander@users.sourceforge.net> Build libturbojpeg.so using mapfile on Solaris


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@115 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1e2f298f94310fb519a1e250fad679913dca73f9 16-Feb-2010 DRC <dcommander@users.sourceforge.net> Set default optimization flags to -xO5 if using Sun Studio


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@114 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6f8c66880efe0c14bcd03275e8bec0db4ad08326 16-Feb-2010 DRC <dcommander@users.sourceforge.net> Build TurboJPEG/OSS with a version script to prevent any non-global symbols from being accessible (this is to protect against potential namespace conflicts when preloading it into an application via VirtualGL.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@109 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
315123fa3e2dc2f0858e8fd82d93d888f10120a6 15-Feb-2010 DRC <dcommander@users.sourceforge.net> Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@106 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
52a19f25d5144261efbf09d852b176b040b46992 15-Feb-2010 DRC <dcommander@users.sourceforge.net> Add mechanism for creating DEB packages


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@100 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
079b4346bc5ace1194d3bf004c9f8928cadac37c 15-Feb-2010 DRC <dcommander@users.sourceforge.net> Add mechanism for creating RPMs


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@98 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
8ff1f254f3a78f398394cd4c032e2189087ecbb2 15-Feb-2010 DRC <dcommander@users.sourceforge.net> Change default prefix to /opt/libjpeg-turbo


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@96 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ec84a6bdbf80cae2f45eedbb5deff856ce0f5e3e 15-Feb-2010 DRC <dcommander@users.sourceforge.net> Change package name & version


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@94 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
e7b699d6535574ed0b7404e336c8ddfca7cdee00 14-Feb-2010 DRC <dcommander@users.sourceforge.net> Set CFLAGS=CXXFLAGS=-O3 if using GCC and the flags are not already set


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@90 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
bf0fab9aa12696339490e45e03ea601269fe0e7b 12-Feb-2010 DRC <dcommander@users.sourceforge.net> MinGW uses autoconf 2.56


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@84 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
60cddeb849b803274914dbe1706cfc801f914319 12-Feb-2010 DRC <dcommander@users.sourceforge.net> Restore --without-simd option for testing purposes


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@80 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
411dcf5666383ad936676a6ba0c9535f46e199da 12-Feb-2010 DRC <dcommander@users.sourceforge.net> Oops. Still need to #define WITH_SIMD


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@78 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
87581b8188132ff9297b6446eee875be085f90b5 11-Feb-2010 DRC <dcommander@users.sourceforge.net> Make SIMD build compulsory (otherwise, what's the point?)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@77 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1bf1a14d710b814637f776e9e37fa65449f6eeca 11-Feb-2010 DRC <dcommander@users.sourceforge.net> Build shared libraries by default; Include libturbojpeg in distribution


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@76 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
0c0f304e8dfe06009f72e01b6fb4552e9b5116d1 28-Jan-2010 DRC <dcommander@users.sourceforge.net> Allow building libjpeg.so if --enable-shared is passed to configure (but disable shared library build by default)



git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@71 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ba82ddf6ca0270d65e3b8fb56b2d3116cf423709 29-Jun-2009 Pierre Ossman <ossman@cendio.se> Clean up SIMD glue code

The SIMD glue code has gotten a bit #ifdef heavy so clean it up by having
one file for each possible SIMD arch. This also allows a simplification of
the x86_64 code as SSE/SSE2 is always known to exist on that arch.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@49 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
1aea5fa1821b8e06f8470d14ec37d4ac2c0fcb53 26-Jun-2009 Pierre Ossman <ossman@cendio.se> Remove unused variable.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@48 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
afa937e62b123beb61eb077b438508c172cbd7be 26-Jun-2009 Pierre Ossman <ossman@cendio.se> Improve the messages for the SIMD configuration test now that we support
more than one arch.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@47 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
cdc8ac3eb11f11a8c781b3dc33fba7df2c826e9e 25-Jun-2009 DRC <dcommander@users.sourceforge.net> 64-bit SIMD acceleration



git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@45 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
6e075fcfaedb8c71d2338262539301fce726478f 03-Apr-2009 Adam Tkac <atkac@redhat.com> Check if C++ compiler is present.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@37 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
3a65ef478bebc51faa71fc86eece9620ed02611f 16-Mar-2009 Pierre Ossman <ossman@cendio.se> Work around subdirectory bug in older automake.

Older versions of automake doesn't properly support no-recursive make.
Reimplement the build system by having a local Makefile.am in the
simd/ directory.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@31 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
d07a0a647923da5a1674676641751aa0e3c47565 13-Mar-2009 Adam Tkac <atkac@redhat.com> Make source compilable via GNU autotools which are part of RHEL 5.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@29 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
2ae181c7b86ffb6c10dcc232641ea11af7eea711 09-Mar-2009 Pierre Ossman <ossman@cendio.se> Implement x86 SIMD framework

Add NASM support and stub routine for detecting SIMD extensions.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@15 632fc199-4ca6-4c93-a231-07263d6284db
59a3938b2e3f6c49730a57935f389078219a8fab 09-Mar-2009 Pierre Ossman <ossman@cendio.se> Framework for supporting SIMD acceleration

Designed to impose minimal changes on the "normal" code.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@14 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
ba0ce39b7012b0c3bc3ad31310e35fd3da59fcb5 06-Mar-2009 Pierre Ossman <ossman@cendio.se> Explain the config header voodoo.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@10 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
b22e883a5f248b92bb2a8dbf3ff536016bcd8d83 06-Mar-2009 Pierre Ossman <ossman@cendio.se> Don't test for GNU malloc as we don't need it (or even check the result
of the test).


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@9 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac
0ca44258fc43bc44ea31b875001311591cc5634c 28-Sep-2008 Constantin Kaplinsky <const@tightvnc.com> Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@2 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/configure.ac