Brad Smith

Results 70 issues of Brad Smith

Please update the embedded MojoShader to the latest code, to roll in a build fix I pushed upstream to fix building the embedded MojoShader on *BSD OS's.

CompCert 3.11 Clang / LLD 13.0.0 OpenBSD/riscv64 -current When trying to build CompCert 3.11 on RISC-V 64-bit the compiler builds Ok. When building the tests the build has an error...

OpenBSD has execinfo as compiler lib, as well as DragonFly. This reverts commit 0241948d8fa37f59eb93088a26e9b7ae642cc2d0.

OS:*BSD

Clang has a warning -Wunsafe-buffer-usage that currently with in enabled makes the build pretty noisy. It is clean with it disabled. Is this something to worry about or should this...

bug
codecheck

Builds fine on amd64. tbb-2020.3.3 builds fine on i386. ``` [1/263] : && /home/ports/pobj/tbb-2021.9.0/bin/c++ -O2 -pipe -DNDEBUG test/CMakeFiles/test_allocators.dir/tbb/test_allocators.cpp.o -o clang_13.0_cxx11_32_release/test_allocators -Wl,-z,origin,-rpath,/home/ports/pobj/tbb-2021.9.0/build-i386/clang_13.0_cxx11_32_release clang_13.0_cxx11_32_release/libtbb.so.2.0 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : FAILED: clang_13.0_cxx11_32_release/test_allocators : && /home/ports/pobj/tbb-2021.9.0/bin/c++...

Building a project that had an internal copy of minizip 1.x, but preferring an external library, with minizip 4.x showed that the compat layer was not exposing some constants from...