Mathieu Malaterre

Results 51 issues of Mathieu Malaterre

I need to run cvise sometime to only run the light transformations (remove comments, remove extra includes ...). I do not need to touch the c++ implementation detail. I cannot...

This is documented at: ``` include_directories(${LLVM_INCLUDE_DIRS}) separate_arguments(LLVM_DEFINITIONS_LIST NATIVE_COMMAND ${LLVM_DEFINITIONS}) add_definitions(${LLVM_DEFINITIONS_LIST}) ``` * https://github.com/llvm/llvm-project/blob/main/llvm/docs/CMake.rst#embedding-llvm-in-your-project See also discussion at: * https://discourse.cmake.org/t/how-to-use-target-compile-definitions/6982

I am trying to build gcc for riscv64. Steps: ``` % schroot -c riscv64 riscv64 % sudo mount --make-rshared / riscv64 % bash -v ./build.sh LATEST-13 deb [...] esac ###...

I must admit I fail to understand the gdb backtrace... Anyway here it goes: ``` $ gdb --args obj-*/tests/sort_test "--gtest_filter=SortTestGroup/SortTest.TestAllFloatInf/EMU128" [...] [ RUN ] SortTestGroup/SortTest.TestAllFloatInf/EMU128 Abort at vqsort_f64a.cc:35: Assert 0...

GCC-13 seems to be ok: * https://buildd.debian.org/status/fetch.php?pkg=highway&arch=i386&ver=1.1.0-3&stamp=1717006825&raw=0

**Is your feature request related to a problem? Please describe.** All symbols are being exported for jxl_cms/libjxl_extras_codec See: * https://salsa.debian.org/debian-phototools-team/libjxl/-/blob/debian/experimental/debian/libjxl0.9.symbols.amd64#L108 **Describe the solution you'd like** Same mechanism as with jxl/jxl_threads....

building/portability
unrelated to 1.0

**Describe the bug** Two tests fails on big-endian archs **To Reproduce** Full build log on s390x * https://buildd.debian.org/status/fetch.php?pkg=jpeg-xl&arch=s390x&ver=0.9.2-2&stamp=1717516578&raw=0 powerpc or ppc64 are affected the same way. **Expected behavior** Expected that...

defect

Starring at the source code, it seems that there is no support for deflate64: * https://github.com/gildas-lormeau/zip.js/blob/master/lib/core/constants.js#L31-L32 and * https://github.com/gildas-lormeau/zip.js/blob/master/lib/core/zip-reader.js#L416-L418 Would you consider adding minimal decompression support for `deflate64 `in the...

feature request