-
As a follow-up to #1 it would probably be nice to have a few convenience macros that encode common performance ladders used in several places. For example for SIMD there is a progression in features o…
-
A number of compilers have commands to output the predefined macros for the compiler regardless of any source file and just depending on the command line to the compiler. The output is always of the f…
-
Great [write-up on macros](https://github.com/NICUP14/MiniLang/blob/main/docs/language/rethinking%20macros.md) but it doesn't answer a more fundamental question: why do we need macros in the first pla…
-
### Describe the Problem
Campaigns can easily end up with pages full of macros, and it can be difficult to find the right one in a timely manner.
This often ends up with long drawn out moments of pe…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
To be able to mass import/install macros from one shots.
**Describe alternatives you'…
-
If I include `fclaw2d_convenience.h` in `fclaw2d_global.h` this results in errors of the form
```
In file included from /home/runner/work/forestclaw/forestclaw/applications/build/ForestClaw-prefix…
-
Please vote for adding macros/functions for easier version handling, as discussed [on Discourse](https://discuss.python.org/t/adding-py-pack-version/58887):
* `Py_PACK_FULL_VERSION(x, y, z, level, …
-
Based on discussion in https://github.com/bottlerocket-os/twoliter/pull/384
When application-inventory is constructed for building a Bottlerocket variant, the `bottlerocket-` prefix of a package na…
-
I'm enjoying using `-Q`.
However, writing a long S expression on CLI is painful.
Writing completion rules in zsh is a choice, but I don't have enough time.
So I'm thinking about the standard wa…
-
Some Objective C samples out there leverage c macros. For example:
```
UIEdgeInsets padding = UIEdgeInsetsMake(10, 10, 10, 10);
[view1 mas_makeConstraints:^(MASConstraintMaker *make) {
ma…