1. e08c05f "JAVA_CFLAGS"="JNI_CFLAGS" by DRC · 13 years ago
  2. bb83575 Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  3. 1e14b47 Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  4. c56a74c Get rid of unused IS_WIN32 conditional by DRC · 13 years ago
  5. b94f2de Clean up packaging system by DRC · 13 years ago
  6. 328c438 Oops. Forgot to generate makecygwinpkg by DRC · 13 years ago
  7. 5e091d4 Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed by DRC · 13 years ago
  8. 95db4f4 Clean up packaging system by DRC · 13 years ago
  9. 1a79ede 1.1.1 by DRC · 13 years ago
  10. 5d1e034 Enable full GCC compiler warnings by default by DRC · 13 years ago
  11. b4a50ce Enable full GCC compiler warnings by default by DRC · 13 years ago
  12. 9fa9559 Use a proper version script for libturbojpeg by DRC · 13 years ago
  13. 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 13 years ago
  14. 69e1544 1.1.0 by DRC · 13 years ago
  15. 9af4077 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 13 years ago
  16. f38eee0 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 13 years ago
  17. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 13 years ago
  18. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 13 years ago
  19. 1b0c3b0 Propagate --with-jni down to RPM SPEC by DRC · 13 years ago
  20. 1421a26 Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specified by DRC · 13 years ago
  21. 25c5870 OS X Tiger requires that JNI libraries have the extension .jnilib, so create a sym link to make it happy by DRC · 14 years ago
  22. 063ab49 Detect jni.h; Provide mechanism for adding include paths necessary to find it; Set intelligent defaults for Linux/Mac/Solaris by DRC · 14 years ago
  23. de3c861 1.1.90 by DRC · 14 years ago
  24. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago
  25. 79778f6 1.0.2 by DRC · 14 years ago
  26. 990e28d Make arithmetic coding support status messages more clear by DRC · 14 years ago
  27. e372004 Added configure options to disable arithmetic encoding/decoding by DRC · 14 years ago
  28. 7a0478e Use version script for jpeg-6b emulation as well by DRC · 14 years ago
  29. 0f53df8 Allow Mac and Solaris packages to be built with v7/v8b emulated libraries by DRC · 14 years ago
  30. 8515d3d Emulate the version script in libjpeg v7/v8 shared libraries by DRC · 14 years ago
  31. 3a60624 1.0.90 (1.1 beta1) by DRC · 14 years ago
  32. 1f80a10 Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts and other missing files to source distribution by DRC · 14 years ago
  33. 2edf19d Oops. Should be single, not double = sign by DRC · 14 years ago
  34. 2cdd2ae Display libjpeg-turbo version/copyrights in run-time programs by DRC · 14 years ago
  35. c54275c Fix version numbers for v7/v8 shared libs by DRC · 14 years ago
  36. eafbe8a Bump revision to 1.1 alpha by DRC · 14 years ago
  37. 36a6eec Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's by DRC · 14 years ago
  38. a4ecaac The Independent JPEG Group's JPEG software v8b by Guido Vollbeding · 14 years ago
  39. f18f81b The Independent JPEG Group's JPEG software v8a by Guido Vollbeding · 14 years ago
  40. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  41. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  42. bdb1288 Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined by DRC · 14 years ago
  43. bab2941 1.0.1 by DRC · 14 years ago
  44. f1372d2 We're no longer using the RM macro in Makefile.am, so it doesn't need to be substituted anymore by DRC · 14 years ago
  45. 83f2144 Don't require --without-simd to be specified on non-x86 architectures, and fix 'make test' on such architectures by DRC · 14 years ago
  46. bf5a12d Go ahead and set the version to 1.0.0 so all interim builds will be release candidates by DRC · 14 years ago
  47. 12fc3ea 0.0.94 by DRC · 14 years ago
  48. 4959787 64-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so that configure will work without explicitly specifying --host. by DRC · 14 years ago
  49. 991c2fc Some systems (FreeBSD, in particular) don't define the RM macro in automake by DRC · 14 years ago
  50. 86d8c0a 0.0.93 by DRC · 14 years ago
  51. 0927195 0.0.92 by DRC · 14 years ago
  52. 10a094f Bump version number by DRC · 14 years ago
  53. a93881b Remove debug output by DRC · 14 years ago
  54. d86e4d9 Build libturbojpeg.so using mapfile on Solaris by DRC · 14 years ago
  55. 1e2f298 Set default optimization flags to -xO5 if using Sun Studio by DRC · 14 years ago
  56. 6f8c668 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.) by DRC · 14 years ago
  57. 315123f Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard by DRC · 14 years ago
  58. 52a19f2 Add mechanism for creating DEB packages by DRC · 14 years ago
  59. 079b434 Add mechanism for creating RPMs by DRC · 14 years ago
  60. 8ff1f25 Change default prefix to /opt/libjpeg-turbo by DRC · 14 years ago
  61. ec84a6b Change package name & version by DRC · 14 years ago
  62. e7b699d Set CFLAGS=CXXFLAGS=-O3 if using GCC and the flags are not already set by DRC · 14 years ago
  63. bf0fab9 MinGW uses autoconf 2.56 by DRC · 14 years ago
  64. 60cddeb Restore --without-simd option for testing purposes by DRC · 14 years ago
  65. 411dcf5 Oops. Still need to #define WITH_SIMD by DRC · 14 years ago
  66. 87581b8 Make SIMD build compulsory (otherwise, what's the point?) by DRC · 14 years ago
  67. 1bf1a14 Build shared libraries by default; Include libturbojpeg in distribution by DRC · 14 years ago
  68. 0c0f304 Allow building libjpeg.so if --enable-shared is passed to configure (but disable shared library build by default) by DRC · 15 years ago
  69. ba82ddf Clean up SIMD glue code by Pierre Ossman · 15 years ago
  70. 1aea5fa Remove unused variable. by Pierre Ossman · 15 years ago
  71. afa937e Improve the messages for the SIMD configuration test now that we support by Pierre Ossman · 15 years ago
  72. cdc8ac3 64-bit SIMD acceleration by DRC · 15 years ago
  73. 6e075fc Check if C++ compiler is present. by Adam Tkac · 15 years ago
  74. 3a65ef4 Work around subdirectory bug in older automake. by Pierre Ossman · 15 years ago
  75. d07a0a6 Make source compilable via GNU autotools which are part of RHEL 5. by Adam Tkac · 15 years ago
  76. 2ae181c Implement x86 SIMD framework by Pierre Ossman · 15 years ago
  77. 59a3938 Framework for supporting SIMD acceleration by Pierre Ossman · 15 years ago
  78. ba0ce39 Explain the config header voodoo. by Pierre Ossman · 15 years ago
  79. b22e883 Don't test for GNU malloc as we don't need it (or even check the result by Pierre Ossman · 15 years ago
  80. 0ca4425 Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk. by Constantin Kaplinsky · 16 years ago