Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-20 | Add syntax specification to .proto files (issue #167) | Petteri Aimonen | 1 | -0/+2 | |
Eliminates a warning on protoc 3.0. | |||||
2014-12-26 | Fix bug in backwards_compatibility test case. | Petteri Aimonen | 1 | -4/+1 | |
The memset() filled also the extensions field, which was just waiting for a crash to happen. | |||||
2014-08-19 | Add #if guard for .pb.h version. | Petteri Aimonen | 4 | -100/+367 | |
The version in PB_PROTO_HEADER_VERSION can be bumped whenever there is a breaking change to the generated files, and it will then alert to the difference. Update issue 129 Status: FixedInGit | |||||
2014-08-18 | Rename UNUSED() and STATIC_ASSERT() macros with PB_ prefix. | Petteri Aimonen | 1 | -3/+3 | |
This avoids possible namespace conflicts with other macros. | |||||
2014-08-18 | Change the _count fields to use pb_size_t datatype. | Petteri Aimonen | 1 | -20/+20 | |
Update issue 82 Status: FixedInGit | |||||
2014-08-10 | Separate field iterator logic from pb_decode to pb_common. | Petteri Aimonen | 1 | -2/+2 | |
2013-12-21 | Fix problem with decode_legacy test case on Windows. | Petteri Aimonen | 1 | -3/+8 | |
2013-11-13 | Make tests build in a separate folder, add to gitignore | Petteri Aimonen | 1 | -2/+2 | |
2013-09-11 | Make all the tests ANSI C compatible. | Petteri Aimonen | 1 | -14/+18 | |
2013-09-10 | Move the rest of the tests to scons | Petteri Aimonen | 4 | -10/+21 | |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | Petteri Aimonen | 4 | -0/+599 | |
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 |