Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-21 | all: pg9182 -> r2northstar | pg9182 | |
2022-10-13 | pkg/{pdata,pdef/pdefgen}: Fix string length check | pg9182 | |
2022-10-12 | pkg/{pdata,pdef/pdefgen}: Remove s prefix from struct type names | pg9182 | |
2022-10-12 | pkg/{pdata,pdef/pdefgen}: Add support for JSON encoding | pg9182 | |
* Backwards-compatbile with old master server: * NaN/Inf floats are encoded as null. * Enums are encoded as the value name, or the number if unrecognized. * Names are the same as the pdef. * Exception: Strings don't include bytes after the null terminator. * Also supports filtering fields. * Decoding is not supported for now. | |||
2022-10-02 | pkg/pdef/pdefgen: Implement pdata parser codegen | pg9182 | |
2022-09-26 | pkg/pdef: Fix enum size | pg9182 | |
2022-09-26 | pkg/pdef: Minor refactor, add typeinfo size | pg9182 | |
2022-09-23 | pkg/pdef: Check for duplicate struct/enum names | pg9182 | |
2022-09-23 | pkg/pdef: Implement pdef parser | pg9182 | |