Julian Weiß

Results 20 issues of Julian Weiß

It is possible to dump CAN data from all CAN buses available via `candump any`, however, when piping the output of `candump` into `cantools`, it's only possible to provide one...

enhancement

When blocking system calls are interrupted by a user installed signal handler, Linux will abort the execution of the system call and returns `EINTR`. The current implementation of `recv` in...

It should be possible to translate `std::regex` into compile time regular expressions and use this to report a wrong `usage`-formating while compile time.

I want to discuss whether it is a good idea to introduce the BSWAP instruction. The idea is to introduce a new macro `SLJIT_BSWAP_X` which emits the x86/x64 `bswap` instruction...

Dynasm is a small library for generating jit assambler generators. Doc: https://corsix.github.io/dynasm-doc/reference.html

enhancement

E.g. instead of ``` for (const auto& sig : rhs.Signals()) { auto beg = _signals.begin(); auto end = _signals.end(); equal &= std::find(beg, end, sig) != _signals.end(); } ``` That can...

enhancement