-
I see that Cytnx uses a lot of identifiers of the form underscore followed by a capital letter. Eg all of the header file include guards `_H....`, and also as other identifiers (function names, varia…
-
### Describe the project you are working on
[Godot Sandbox](https://github.com/libriscv/godot-sandbox) In-editor scripting and sandboxing for Godot and many other addons/modules
### Describe the…
-
-
Current `glz` API seems doesn't support JSON field name customizations like one of these cases:
- JSON fields are in camelCase, and struct fields are in snake case (this case sometimes may appear wh…
-
> llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp:141:45: warning: ISO C++ forbids zero-size array 'argv' [-Wpedantic]
> ExitOnError ExitOnErr(std::string(*argv[0]) + ": error:");
> _________…
-
HELLO
I want to install the hrldas 3.7.1 in my Ubuntu 17.04 .
I choose the gfortran for my linux system, I modify the "user_build_options"like this
COMPILERF90 = /usr/bin/gfortran-…
-
I just want to point out that identifiers beginning with underscore and big letter or have double underscores anywhere are reserved in C++ (see http://en.cppreference.com/w/cpp/language/identifiers).
…
-
#### Bug description
GoogleTest requires test suite names and test names used in the TEST macro not contain underscores (see https://google.github.io/googletest/faq.html).
Every file containing tes…
-
The page at https://github.com/LLNL/sundials/blob/develop/doc/shared/sundials/SUNContext.rst describes the `Context` structure as declared as follows:
```
struct _SUNContext *SUNContext
```
This i…
-
validate.proto use reserved names in C/C++ `enum`, `float`, `double`...
https://github.com/bufbuild/protoc-gen-validate/blob/main/validate/validate.proto
```
arm_gnueabihf_gcc/gen/moira/proto/val…