James Cowgill
James Cowgill
| Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU | | --- | --- | --- | ---...
Building the tests on AArch64 with the `ENABLE_XTL_COMPLEX` option enabled doesn't work for me: ``` $ cmake .. -DCMAKE_TOOLCHAIN_FILE= -DBUILD_TESTS=ON -DENABLE_XTL_COMPLEX=ON -DDOWNLOAD_GTEST=ON -DTARGET_ARCH=armv8-a -G Ninja $ ninja ./include/xsimd/types/xsimd_neon_complex.hpp: At global...
##### System information (version) - OpenCV => 4.5.2 - Operating System / Platform => Ubuntu 18.04 - Compiler => GCC 7.5 ##### Detailed description The attached test videos can't be...
Gerbera has no mechanism to tell the init system if there was a failure during initialization or when it completes. Depending on the init system, this may allow services depending...
Please can the log file be closed and re-opened when Gerbera receives a SIGHUP signal. This allows utilities such as logrotate to work properly.
### Prerequisite Checklist - [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates - [X] I searched for [existing discussions on the forum](https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fen.sfml-dev.org) to prevent duplicates - [X] I am...
### Prerequisite Checklist - [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates - [X] I searched for [existing discussions on the forum](https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fen.sfml-dev.org) to prevent duplicates - [X] I am...
The generated CSFML documentation doesn't actually document any functions. It only seems to document structures which you can see under the "Classes" tab. This may be related to https://github.com/SFML/SFML/issues/2813. I...
If you compile `mawk` with `clang` and `CFLAGS=-fsanitize=memory LDFLAGS=-fsanitize=memory`, then mawk errors out when you do this: ``` # Create an 8K file filled with newlines $ yes '' |...