Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forward {read,write}SomeEnumType to {read,write}Enum instead of | John McCall | 2019-12-16 | 1 | -3/+3 |
* | Add the ability for properties to be conditional on other properties. | John McCall | 2019-12-16 | 1 | -16/+54 |
* | Add the ability to declare helper variables when reading | John McCall | 2019-12-16 | 1 | -3/+23 |
* | Add the ability to use property-based serialization for "cased" types. | John McCall | 2019-12-16 | 1 | -63/+202 |
* | Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC. | John McCall | 2019-12-16 | 1 | -41/+53 |
* | Abstract serialization: TableGen "basic" reader/writer CRTP | John McCall | 2019-12-14 | 1 | -0/+658 |