Skip to content

Releases: CommitteeOfZero/RegionalDialect

v1.0.17

26 Sep 11:27
67ddb71

Choose a tag to compare

Cleared code, better logging

v1.0.16

26 Sep 11:18
7a8a9a7

Choose a tag to compare

Forgot to call original function when resetting options to default

v1.0.15

05 Aug 17:14
f0ff55d

Choose a tag to compare

Fix crash-causing underflow(?) in MESsetNGflag reimplementaton

v1.0.14

16 Jul 16:21
4421a93

Choose a tag to compare

Add safety check to rd::mem::Overwrite to avoid writing to invalid me…

v1.0.13

15 Jul 22:35
f5f019e

Choose a tag to compare

Function parity with LB64 (Bugfix + Nametag option default)

v1.0.12

18 Jun 20:01
f27f11a

Choose a tag to compare

Refactored MESsetNGflag, also taking advantage of the new StringToken…

v1.0.11

17 Jun 00:52
4d0583d

Choose a tag to compare

Refactored custom instruction insertion function

- Switched from multiple calls to a single function with hardcoded parameters to a single call to a single function
- Better json error detection by matching instruction names in the json against the static map instead of the opposite
- Less hardcoded values, and so removed redundant static_assert for key presence in map (less error-prone)
- Reduced function macro code footprint for less confusion

v1.0.10

16 Jun 20:20
6681dc0

Choose a tag to compare

Added clarifications to macro expansion (also testing commit signing)

v1.0.9

16 Jun 19:44

Choose a tag to compare

Remove erroneous hardcoded custom instruction to be inserted and swit…

v1.0.8

16 Jun 00:12

Choose a tag to compare

Favor the use of std::string_view over std::string and char * where a…