Commit Graph

9 Commits

Author SHA1 Message Date
szabadka a2bcce783c
Update build.sh for libjxl (#8007) 2022-07-14 12:50:18 +01:00
Eugene Kliuchnikov 5369822217
Fix "local reproduce" problems: (#7067)
* cmake uses cached values
 * linker complaints about rpaths
 * ninja compiles differently - cmake does not detect problem with "no-rtti" flag
2021-12-30 03:37:53 +00:00
Moritz Firsching 122dd0dd56
libjxl: add gflags dependency (#7063)
The dependency is added in
https://github.com/libjxl/libjxl/pull/1039
2021-12-27 23:28:32 +00:00
Jon Sneyers 34cf342f37
libjxl: lodepng dependency was removed (#7034) 2021-12-17 10:21:53 +00:00
Alex Deymo ed9075dc5c
Update libjxl cc emails (#6911) 2021-11-26 16:09:21 +00:00
Eugene Kliuchnikov 7ac652231d
Temporarily disable SSSE3 target. (#6837)
Currently Clang hangs on compiling some libjxl files.
2021-11-17 15:31:56 +00:00
jonathanmetzman 806d1a0620
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
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
2021-08-24 15:24:47 -07:00
Alex Deymo 682007210b
libjxl: make the fuzzer corpus generation step quiet (#5913)
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.
2021-06-11 15:15:53 +01:00
Alex Deymo 7853af59c1
libjxl: New JPEG XL library project. (#5876)
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.
2021-06-05 08:40:09 -07:00