Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-10 | Separate field iterator logic from pb_decode to pb_common. | Petteri Aimonen | 1 | -2/+2 | |
2014-08-04 | Generate #defines for initializing message structures. | Petteri Aimonen | 1 | -1/+1 | |
Usage like: MyMessage foo = MyMessage_init_default; MyMessage_init_default will initialize to default values defined in .proto. MyMessage_init_zero will initialize to null/zero values. Same results as {} or {0}, but will avoid compiler warnings by initializing everything explicitly. Update issue 79 Status: FixedInGit | |||||
2013-11-13 | Make tests build in a separate folder, add to gitignore | Petteri Aimonen | 1 | -3/+3 | |
2013-09-11 | Make all the tests ANSI C compatible. | Petteri Aimonen | 2 | -5/+9 | |
2013-09-10 | Move the rest of the tests to scons | Petteri Aimonen | 1 | -0/+12 | |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | Petteri Aimonen | 2 | -0/+120 | |
for the tests. Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started |