Mark Gillard
Mark Gillard
Heyo, Over the last few months of using m.css I've been working on a 'post-process' script to do some further work on the generated html, and now it's polished enough...
Hiya, Have been experimenting with ways to reduce compile times in our work codebase, thought I'd try `extern template`-ing some of the `batch` and `batch_bool` instances we use so they're...
Hola. This PR is a spiritual successor to #646. I don't really intend it to be merged in (it's a massive diff), it's more that I've done the work to...
See title. These look to be pretty simple copy-and-paste snafus.
These seem to change every few Doxygen releases, making testing more difficult (as I've recently learned when working on m.css).
https://github.com/marzer/tomlplusplus Library is single-file _or_ multi-file (i.e. both are available, users can choose). Single-file variant is in the root as `toml.hpp`. No additional 'stealth' files; license information is right in...
This PR adds all the plumbing necessary to have C++20's `concepts` appear in the doxygen documentation. It also makes a number of other small fixes in order to have the...
Hello, In the most recent release the doxygen web tagfile has some weird namespaces that include `(` characters. Looks like this might be the result of typo in a config...
`soagen` is aiming to be a fully-comprehensive `std::vector`-like SoA container generator. This means providing feature parity where possible, as well as providing new features and QoL changes that `std::vector` can't...
The recent release makes use of `CXX_SCAN_FOR_MODULES`, which was not added to CMake until 3.28. This should be trivially fixable by making the application of `CXX_SCAN_FOR_MODULES` conditional based on CMake...