1. 20b734e Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a and libturbojpeg.a on OS X, so that the same library can be used to build OS X and iOS apps by DRC · 13 years ago
  2. 9cd4e4b Add more extensive TurboJPEG regression tests by DRC · 13 years ago
  3. 3091354 Be clear that we are only emulating the libjpeg v7/v8 API/ABI, not the library itself. by DRC · 13 years ago
  4. 80803ae "which"="that" by DRC · 13 years ago
  5. 89c59dd iOS doesn't allow dynamic linking against non-system libs by DRC · 13 years ago
  6. 94755ce ARM + iOS instructions by DRC · 13 years ago
  7. 59f954b Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 13 years ago
  8. 58454c7 Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 13 years ago
  9. 254937b Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 13 years ago
  10. db42506 Allow customization of Java compiler flags by DRC · 13 years ago
  11. 279bd34 Change build instructions and README to reflect the fact that the Java front-end classes are now part of the build and distribution by DRC · 13 years ago
  12. 88f54a4 Modify build instructions to reflect the fact that the Java front-end classes are now built along with the JNI wrapper by DRC · 13 years ago
  13. 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 · 14 years ago
  14. 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 · 14 years ago
  15. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  16. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  17. 8b38f49 by DRC · 14 years ago
  18. 218c0c1 Build JNI wrapper on Windows by DRC · 14 years ago
  19. 285bbef by DRC · 14 years ago
  20. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago
  21. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  22. 98dbe91 by DRC · 14 years ago
  23. 0f53df8 Allow Mac and Solaris packages to be built with v7/v8b emulated libraries by DRC · 14 years ago
  24. 9ef93db Modify OS X universal binary creation process to give the user more control over the 32-bit fork (necessary for building universal binaries with libjpeg v7/v8b emulation, for instance) by DRC · 14 years ago
  25. 68bf3f2 MinGW under Cygwin needs CMAKE_SYSTEM_NAME=Windows as well, since technically, we're cross-compiling by DRC · 14 years ago
  26. 8154331 Cygwin is only supported with the autotools build system by DRC · 14 years ago
  27. 2665843 Document 'make install' by DRC · 14 years ago
  28. 1c73ce8 Additional MinGW recipes by DRC · 14 years ago
  29. cc24374 Document new CMake build system by DRC · 14 years ago
  30. e5d7bc9 "OS/X" = "OS X" by DRC · 14 years ago
  31. 9026b37 "OS/X"="OS X" by DRC · 13 years ago
  32. 575c342 Document NASM version requirement for 64-bit backward compatible build by DRC · 14 years ago
  33. 0dedd1a 64-bit support doesn't just exist in 10.6. by DRC · 14 years ago
  34. 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 14 years ago
  35. 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
  36. 377add7 Updated Windows build information by DRC · 14 years ago
  37. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  38. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  39. 7bac07b Added FreeBSD build instructions by DRC · 14 years ago
  40. 0a1f68e Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries by DRC · 15 years ago
  41. 8f870c2 4.0 is significantly slower than 4.1+ by DRC · 15 years ago
  42. 485cd80 We don't actually need to use GCC 4.0 to do a backward compatible build, and it slows things down relative to GCC 4.2 by DRC · 15 years ago
  43. 4df84bf Clarify Win64 issue by DRC · 15 years ago
  44. c3f4ac0 Add note about texinfo dependency in NASM build by DRC · 15 years ago
  45. 8b014d7 First attempt at Win64 support by DRC · 15 years ago
  46. ca5e7d1 Sun Studio recipes by DRC · 15 years ago
  47. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 15 years ago