aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libjxl
Commit message (Collapse)AuthorAge
* Fix "local reproduce" problems: (#7067)Gravatar Eugene Kliuchnikov2021-12-30
| | | | | * cmake uses cached values * linker complaints about rpaths * ninja compiles differently - cmake does not detect problem with "no-rtti" flag
* libjxl: add gflags dependency (#7063)Gravatar Moritz Firsching2021-12-27
| | | | The dependency is added in https://github.com/libjxl/libjxl/pull/1039
* libjxl: lodepng dependency was removed (#7034)Gravatar Jon Sneyers2021-12-17
|
* Update libjxl cc emails (#6911)Gravatar Alex Deymo2021-11-26
|
* Temporarily disable SSSE3 target. (#6837)Gravatar Eugene Kliuchnikov2021-11-17
| | | Currently Clang hangs on compiling some libjxl files.
* [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)Gravatar jonathanmetzman2021-08-24
| | | | | | | These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
* libjxl: make the fuzzer corpus generation step quiet (#5913)Gravatar Alex Deymo2021-06-11
| | | | | | | fuzzer_corpus generators emits two lines per test case generated and the following zip command emits another line for each generated test case. This patch makes both commands quiet which facilitates spotting error messages.
* libjxl: New JPEG XL library project. (#5876)Gravatar Alex Deymo2021-06-05
libjxl is the reference implementation encoder and decoder for JPEG XL. This patch adds the main decoder fuzzer (djxl_fuzzer) and a few other fuzzers for internal parts of the decoder. There's no encoder fuzzer support.