1. db42506 Allow customization of Java compiler flags by DRC · 13 years ago
  2. 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
  3. 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
  4. 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
  5. 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
  6. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  7. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  8. 8b38f49 by DRC · 14 years ago
  9. 218c0c1 Build JNI wrapper on Windows by DRC · 14 years ago
  10. 285bbef by DRC · 14 years ago
  11. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago
  12. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  13. 98dbe91 by DRC · 14 years ago
  14. 0f53df8 Allow Mac and Solaris packages to be built with v7/v8b emulated libraries by DRC · 14 years ago
  15. 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
  16. 68bf3f2 MinGW under Cygwin needs CMAKE_SYSTEM_NAME=Windows as well, since technically, we're cross-compiling by DRC · 14 years ago
  17. 8154331 Cygwin is only supported with the autotools build system by DRC · 14 years ago
  18. 2665843 Document 'make install' by DRC · 14 years ago
  19. 1c73ce8 Additional MinGW recipes by DRC · 14 years ago
  20. cc24374 Document new CMake build system by DRC · 14 years ago
  21. e5d7bc9 "OS/X" = "OS X" by DRC · 14 years ago
  22. 9026b37 "OS/X"="OS X" by DRC · 13 years ago
  23. 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
  24. 575c342 Document NASM version requirement for 64-bit backward compatible build by DRC · 14 years ago
  25. 0dedd1a 64-bit support doesn't just exist in 10.6. by DRC · 14 years ago
  26. 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 14 years ago
  27. 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
  28. 377add7 Updated Windows build information by DRC · 14 years ago
  29. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  30. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  31. 7bac07b Added FreeBSD build instructions by DRC · 14 years ago
  32. 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
  33. 8f870c2 4.0 is significantly slower than 4.1+ by DRC · 15 years ago
  34. 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
  35. 4df84bf Clarify Win64 issue by DRC · 15 years ago
  36. c3f4ac0 Add note about texinfo dependency in NASM build by DRC · 15 years ago
  37. 8b014d7 First attempt at Win64 support by DRC · 15 years ago
  38. ca5e7d1 Sun Studio recipes by DRC · 15 years ago
  39. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 15 years ago