Henrique Bucher

Results 25 issues of Henrique Bucher

Changed QChar.toAscii() to QChar.toLatin1() so the code to works with Qt5

… when otherwise a divide-by-zero would happen. Hey I tried to follow the format and practices to the best of my knowledge. Please let me know if not. Thanks!

Hey congrats for this work! I am using decimal_for_cpp for checking the results of some other algorithm (fpga) when I came across to a few test cases that are failing...

### Describe the bug When I select Google benchmarks as a library, it fails to link ``` Could not execute the program Compiler returned: 1 Compiler stderr /opt/compiler-explorer/gcc-11.2.0/bin/../lib/gcc/x86_64-linux-gnu/11.2.0/../../../../x86_64-linux-gnu/bin/ld: cannot find...

bug

The build succeeds for all versions up to 1.74.0 but fails onwards with the message ```bash gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/visibility-hidden/posix_api.o libs/regex/build/../src/posix_api.cpp: In function ‘int boost::regcompA(boost::regex_tA*, const char*, int)’: libs/regex/build/../src/posix_api.cpp:90:11: error: ‘uint_fast32_t’ is...

In the current form, Crypto++ will compile the library with optimal settings for the current build machine. However in many cases (as mine) we need to compile a generic version...

Makes sure it compiles with clang 16+ (Pushing a commit as I type)

Added 'wc' in run_all.bash to warm up (preload) the file before the first python run Added SSE4.2 flag to Makefile Added two additional tests: - splithb1: simple loop, just iterates...