dot-xx
A personal collection of small C++ modules
|
Mdxx.assert | Provides and assert function and its debug-only counterpart. Uses <stacktrace> to display stack trace on failure if possible |
Mdxx.cstd.compat | Exports everything exported by dxx.cstd module and puts some of the declarations in the global namespace |
Mdxx.cstd | Export some C standard library constants that are not provided by std.compat |
Mdxx.cstd.fixed | Provides shorter aliases for some fixed-width (and a few other) types |
Mdxx.errors | Fancier exceptions/errors |
Mdxx.http | A feature-poor HTTP server implementation |
Mdxx.math.linalg | Linear algebra utilities for dxx::math |
Mdxx.math | Various math utilities |
Mdxx.math.utils | Miscellaneous math facilities |
Mdxx.overload | overload pattern with a few bells and whistles |
Mdxx.selftest | Unit testing. See dxx::selftest::run_all for usage help |
Mdxx.utils | Miscellaneous stuff that is useful but too small/unimportant to be put in its own module |