-
The code has a large number of errors due to missing header files, and the test code is not running properly.
-
So close! Two errors related to header files.
`
sh build.sh linux
BUILDING tevo
-------------------
QMake version 3.1
Using Qt version 5.15.2 in /usr/local/src/3rdparty/linux/Qt/5.15.2/lib
…
-
For future consideration:
In the PQCrystals/Kyber reference code, there is a trend for all functions comments to appear in the body (*.c) files
for all translation units. This is counter to common…
-
It's a bad practice to inject using namespace into header files like in `sycl_base.hpp`:
```
using namespace std;
using namespace cl::sycl;
using namespace cl::sycl::access;
```
I'll submit a …
-
Latest Raspi OS Lite 32-bit on RPI-3A:
gcc -Wall -Wextra -pedantic -I. -I./raylib -I/opt/vc/include/ -march=armv8-a -mfloat-abi=hard -mfpu=neon-fp-armv8 -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOUR…
-
**Is your feature request related to a problem? Please describe.**
H5ES won't compile if `SortIncludes: true` in `.clang-format`.
```
CC H5ES.lo
In file included from H5ESdevelop.h:22,…
-
The filter pipeline allows for the generation of csv output files, as is shown in the following exemplary `couette.xml`:
```xml
...
...
```
…
-
Right now we assume everything after the first line (if non-numeric) is data rather than heuristically identifying multiple non-numeric lines at the start of the file.
(cc: @attie-argentum)
-
Essentially, replace
> // Code generated by wit-bindgen-go. DO NOT EDIT.
to
> // Code generated by wit-bindgen-go version v0.3.0. DO NOT EDIT.
-
### Summary
During the [6/13](https://github.com/microsoft/react-native-windows/pull/13346) integration, a new ReactCommon file `EventEmitter.h` was brought in from upstream, and added as an includ…