Thomas Sayen

Results 8 issues of Thomas Sayen

Hi, first of all thank you a lot for your amazing work ! ## Bug Report I get linker errors when using `std::atomic` in my code : ``` /opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:...

```cpp #include int main() { std::stacktrace::current(); while (true) {} } ``` ```bash arm-none-eabi-g++ -std=c++23 -lstdc++exp ... arm-none-eabi-g++ --version # (devkitARM release 66) 15.1.0 ``` As I build with catnip, it's...

Hi ! Added types to members inside H, DOCS and TOOLS files.

Hi ! I added another RPGLE header file, using free form syntax.

Hi ! The OS400 include file caused compilation errors.

Hi ! https://github.com/madler/zlib/blob/5a82f71ed1dfc0bec044d9702463dbdf84ea3b71/os400/make.sh#L15 In os400/make.sh, we can choose in which library the final service program is outputted, and the library is even created if it doesn't exist : https://github.com/madler/zlib/blob/5a82f71ed1dfc0bec044d9702463dbdf84ea3b71/os400/make.sh#L164-L169 We...

Hi ! The os400/make.sh build script didn't copy bndsrc to my library, hence the service program wasn't created. I had this config : ```sh TARGETLIB='ZLIB' # Target OS/400 program library...