Hugo Lindström
Hugo Lindström
Hi! First off, thanks for providing and maintaining this library! I noticed that GoogleTests is checked in as a part of the source and I'd like to suggest that CMake's...
This PR adds a nng_stream example that connects to an arbitrary socket. Either start a new server with `./stream -s ` or connect to an existing one using `./stream -c...
This PR adds support for Clang-Tidy by simply passing `-DCLANG_TIDY=ON` when configuring CMake. If you want to let Clang-Tidy try to fix the suggestions, warnings and errors Automagically™ just pass...
Convenience script for running regression tests on Linux. Current results on Ubuntu and gcc11: ``` ./run-tests.sh TRANSPILE: 34 SUCCESS 8 FAILED ./test-results/mixed-lifetime-safety-pointer-init-3.cpp2 ./test-results/mixed-initialization-safety-1.cpp2 ./test-results/mixed-lifetime-safety-pointer-init-2.cpp2 ./test-results/mixed-initialization-safety-2.cpp2 ./test-results/mixed-lifetime-safety-pointer-init-1.cpp2 ./test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2 ./test-results/pure2-lifetime-safety-pointer-init-1.cpp2 ./test-results/pure2-lifetime-safety-reject-null.cpp2 COMPILE:...