Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -10/+36 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -3/+3 | |
2014-10-13 | Add OPTION_IS_SOME branching macro | Ben Longbons | 1 | -5/+2 | |
2014-08-05 | In magic, use Variant for all the old anonymous nested unions | Ben Longbons | 1 | -4/+5 | |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 1 | -0/+1 | |
2014-06-27 | This is more reliable | Ben Longbons | 1 | -16/+13 | |
2014-06-27 | Port the Variant junk | Ben Longbons | 1 | -0/+119 | |