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