-
-
Some projects offer a mono or "jumbo" build option, where users can download one .c file and compile it into an executable directly. This single .c file is an [amalgamation](https://github.com/vinnief…
-
### Command
generate
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Desc…
-
Hi,
I'm experiencing an issue with a tool that relies on this package.
The problem occurs when the tool tries to include `vendor/autoload.php` which automatically includes these functions via co…
-
Replace this raw pointer with smart one.
https://github.com/DryZn/Bodee-and-Bopdee/blob/25f903222d6d5b49822ff49e30fa55f690810b6d/src/Main.cpp#L4
```C++
std::unique_ptr game = std::make_unique();
…
-
## Required information
**Operating system:**
Ubuntu 18.04 LTS
**Cyclone Version**
- cyclonedds - master branch, https://github.com/eclipse-cyclonedds/cyclonedds/commit/9e0d5bc69f83795e0b0855c…
-
I would like to point out that identifiers like "[`__CAPARSER_H__`](https://github.com/dotnet/coreclr/blob/ef1e2ab328087c61a6878c1e84f4fc5d710aebce/src/inc/caparser.h#L15)" and "[`__GC_H`](https://git…
-
**The Problem To Be Solved**
It is complex to manage the memory resources across a multi-project system.
The CMSIS-Toolbox contains a flexible [linker script management](https://github.com/Open…
-
The following public C API is new in 3.13 (beta 1, relative to 3.12), and as of this writing it looks either
- undocumented, or
- documented incorrectly. See the docs search page for what Sphinx thi…
-
* [ ] Identifiers starting with two consecutive underscores are reserved in C++ (meaning user-defined program are not allowed to use them)
e.g.
```
batched/dense/impl/KokkosBatched_Axpy_Impl…