| Age | Commit message (Collapse) | Author |
|
|
|
is dismissed
|
|
|
|
This was the culprit that was breaking the generator for core type parser, but that uses clang and doesn't have the weird race condition where it breaks anymore. Also this comment was a mistake so whoops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Technically part of #2750
|
|
|
|
|
|
|
|
|
|
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
|
|
|
|
|
|
|
|
|
|
This lets us remove a lot of `#ifdef __GNUC__` in function declarations,
which makes them more readable.
|
|
|
|
When compiling in C++ mode, the C++ standard library headers should be
included instead of their C counterparts.
Drive-by:
- Removed include of `json/json.h` from `settings.cpp`, where it was not
used
|
|
|
|
satisfy the type checker.
|
|
Add typing information.
|
|
- Reduce file count, add minifier script
- Group UI and group Core C
- Add more items to groups
- Add Tranform docs
|
|
|
|
satisfy the type checker.
|
|
Add typing information.
|