5 Commits

Author SHA1 Message Date
Lizhiqi 32287a6f81 回退 'Pull Request !17 : 更新libjpeg-turbo,2.0.5 至 2.1.4' 2023-04-23 02:15:57 +00:00
DRC 059132d58f Migrate from Travis CI to GitHub Actions
Note that this removes our ability to regression test the Armv8 and
PowerPC SIMD extensions, effectively reverting
be6221bf77 and
d5ce15fd18, but at the moment, there is no
other way.
2021-01-08 14:20:44 -06:00
DRC 48ce75f013 Force Git to treat testorig.ppm as a binary file
Otherwise, because the file begins with an ASCII header, Git will
erroneously treat is as an ASCII file, and if Git for Windows is
configured with default options (specifically, "Checkout windows-style,
commit Unix-style line endings"), it will add carriage return characters
to all of the "linefeed" characters in the PPM file, thus corrupting it
and causing libjpeg-turbo's regression tests to fail.
2020-11-24 18:54:44 -06:00
DRC abdba93ae9 GitHub: Add contributor guidelines 2019-03-01 12:57:28 -06:00
DRC 6abd39160c Unified CMake-based build system
See #56 for discussion.

Fixes #21, Fixes #29, Fixes #37, Closes #56, Fixes #58, Closes #73
Obviates #82

See also:
https://sourceforge.net/p/libjpeg-turbo/feature-requests/5/
https://sourceforge.net/p/libjpeg-turbo/patches/5/
2016-11-22 13:06:30 -06:00