Matthieu

Results 6 issues of Matthieu

I could not execute the unit tests on Linux after a build with the package manager conan. I got various errors as below : ``` Could not find executable /home/vagrant/.conan/data/qpid-proton/0.17.0/murex/testing/build/0a97a1801350fba2ff4f9c864097f04752c8d5c5/build-dir/proton-c/bindings/cpp/codec_test...

Today in my company, we use conan to build and generate packages. However we don't consume them in production with conan. We download them from a repository manager such as...

I propose an alternative way to build CSlim using CMake and [Conan](https://conan.io/). It creates a small dependency (`CONAN_PKG::CppUTest` in `tests/CMakeLists.txt`) on Conan that could be easily fixable by creating a...

Perforce allows the generation of a patch from a changelist (~commit) using [`p4 describe`](https://www.perforce.com/perforce/doc.current/manuals/cmdref/Content/CmdRef/p4_describe.html) > `-du` : unified output format, showing added and deleted lines with num lines of context,...

## Description [DWARF for the Arm® 64-bit Architecture (AArch64)](https://github.com/ARM-software/abi-aa/blob/a82eef0433556b30539c0d4463768d9feb8cfd0b/aadwarf64/aadwarf64.rst#note-8) specifies that the RA state should be set with `DW_CFA_AARCH64_negate_ra_state `. The same result can be obtained using `DW_CFA_val_expression`. ```c //...

bug