1. 393bac6 Android build instructions by DRC · 10 years ago
  2. 425c5a5 Wordsmithing by DRC · 10 years ago
  3. d0c9f0c Clarify how to do a 64-bit build using the Visual Studio IDE by DRC · 10 years ago
  4. 4d2ff7d Update Windows build instructions by DRC · 10 years ago
  5. 26c6606 Make iOS build instructions more generic and applicable to all versions of Xcode; modify iOS build procedure for Xcode 5.0 and later to fix a build issue with Xcode 5.1. by DRC · 10 years ago
  6. 8d55c88 Include instructions for building iOS binaries using Xcode 4.6.x and Xcode 5.0. by DRC · 11 years ago
  7. 24f11a7 The connect.apple.com alias has apparently been down for about a month by DRC · 11 years ago
  8. d7a642b Minor doc tweaks + ChangeLog update by DRC · 11 years ago
  9. 08769b3 Grammar police by DRC · 11 years ago
  10. f32640e Document issues encountered when building on OS X 10.7 and later. by DRC · 11 years ago
  11. 7ed0aeb Add note about how to obtain PackageMaker if using recent Xcode releases. by DRC · 12 years ago
  12. fde862b Trying to build ARM v7/v7s iOS binaries from the "official" libjpeg-turbo tarball (generated on RHEL4/autoconf 2.59/automake 1.9.2/libtool 1.5.6) using either Xcode 3.2.x or 4.5.x produces an error: "libtool: compile: unable to infer tagged configuration". Further study is warranted, but the most expedient way around it at the moment is to re-run autoconf on the OS X machine that is being used to generate the iOS binaries. by DRC · 12 years ago
  13. a2a2cd6 Include ARM v7s (iPhone 5, iPad 4) support in the universal libjpeg/libturbojpeg libraries distributed with our official binary package for OS X. by DRC · 12 years ago
  14. 5039d73 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 by DRC · 12 years ago
  15. ea7bb7b Later versions of autoconf (specifically, the one shipped with Xcode 4.3) default to building x86-64, so it is necessary to override the host_alias to get a 32-bit build. by DRC · 12 years ago
  16. 5950c5d Later versions of autoconf (specifically, the one shipped with Xcode 4.3) default to building x86-64, so it is necessary to override the host_alias to get a 32-bit build. by DRC · 12 years ago
  17. f52682e 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. by DRC · 12 years ago
  18. 0559e94 "Sun Studio"="Oracle Solaris Studio" by DRC · 12 years ago
  19. 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
  20. 9cd4e4b Add more extensive TurboJPEG regression tests by DRC · 13 years ago
  21. 3091354 Be clear that we are only emulating the libjpeg v7/v8 API/ABI, not the library itself. by DRC · 13 years ago
  22. 80803ae "which"="that" by DRC · 13 years ago
  23. 89c59dd iOS doesn't allow dynamic linking against non-system libs by DRC · 13 years ago
  24. 94755ce ARM + iOS instructions by DRC · 13 years ago
  25. 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
  26. 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
  27. 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
  28. db42506 Allow customization of Java compiler flags by DRC · 13 years ago
  29. 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
  30. 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
  31. 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
  32. 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
  33. 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  34. a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
  35. 8b38f49 by DRC · 14 years ago
  36. 218c0c1 Build JNI wrapper on Windows by DRC · 14 years ago
  37. 285bbef by DRC · 14 years ago
  38. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago
  39. 245cfdf Allow arithmetic encoding/decoding to be disabled in CMake build by DRC · 14 years ago
  40. 98dbe91 by DRC · 14 years ago
  41. 0f53df8 Allow Mac and Solaris packages to be built with v7/v8b emulated libraries by DRC · 14 years ago
  42. 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
  43. 68bf3f2 MinGW under Cygwin needs CMAKE_SYSTEM_NAME=Windows as well, since technically, we're cross-compiling by DRC · 14 years ago
  44. 8154331 Cygwin is only supported with the autotools build system by DRC · 14 years ago
  45. 2665843 Document 'make install' by DRC · 14 years ago
  46. 1c73ce8 Additional MinGW recipes by DRC · 14 years ago
  47. cc24374 Document new CMake build system by DRC · 14 years ago
  48. e5d7bc9 "OS/X" = "OS X" by DRC · 14 years ago
  49. 9026b37 "OS/X"="OS X" by DRC · 13 years ago
  50. 575c342 Document NASM version requirement for 64-bit backward compatible build by DRC · 14 years ago
  51. 0dedd1a 64-bit support doesn't just exist in 10.6. by DRC · 14 years ago
  52. 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 14 years ago
  53. 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
  54. 377add7 Updated Windows build information by DRC · 14 years ago
  55. 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 14 years ago
  56. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  57. 7bac07b Added FreeBSD build instructions by DRC · 14 years ago
  58. 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
  59. 8f870c2 4.0 is significantly slower than 4.1+ by DRC · 15 years ago
  60. 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
  61. 4df84bf Clarify Win64 issue by DRC · 15 years ago
  62. c3f4ac0 Add note about texinfo dependency in NASM build by DRC · 15 years ago
  63. 8b014d7 First attempt at Win64 support by DRC · 15 years ago
  64. ca5e7d1 Sun Studio recipes by DRC · 15 years ago
  65. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 15 years ago