Commit Graph

5 Commits

Author SHA1 Message Date
Michael Scire
15def4ef63 Results: Implement namespaced, type-safe results.
Because I was working on multiple things at once, this commit also:
- Adds wrappers for/linker flags to wrap CXX exceptions to make them
  abort. This saves ~0x8000 of memory in every system module.
- Broadly replaces lines of the pattern if (cond) { return ResultX; }
  with R_UNLESS(!cond, ResultX());.
- Reworks the R_TRY_CATCH macros (and the result macros in general).
2019-12-07 18:44:46 -08:00
Michael Scire
59b49c0e0c libstrat: remove trailing whitespace 2019-06-20 12:59:48 -07:00
Michael Scire
1f9e2d042c libstrat: the current year is 2019 2019-04-07 18:56:40 -07:00
Michael Scire
1034e0744a results: correct lr result names 2019-03-28 22:39:11 -07:00
Michael Scire
2f1b90e397 results: add lr results (thanks @adubbz) 2019-03-28 20:31:23 -07:00