Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-25 | libctf, serialize: functions with no args have a NULL dtd_vlen | Nick Alcock | 1 | -1/+3 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 1 | -58/+59 |
2021-03-18 | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 1 | -22/+17 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 1 | -1/+23 |
2021-03-18 | libctf: don't lose track of all valid types upon serialization | Nick Alcock | 1 | -0/+1 |
2021-03-18 | libctf: eliminate dtd_u, part 3: functions | Nick Alcock | 1 | -13/+3 |
2021-03-18 | libctf: eliminate dtd_u, part 2: arrays | Nick Alcock | 1 | -6/+2 |
2021-03-18 | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 1 | -16/+3 |
2021-03-18 | libctf: split up ctf_serialize | Nick Alcock | 1 | -317/+412 |
2021-03-18 | libctf: split serialization and file writeout into its own file | Nick Alcock | 1 | -0/+1332 |