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-22 | Verify build with protobuf-3.0.0, fix problems. | Petteri Aimonen | 1 | -2/+2 | |
Also updated descriptor.proto from protobuf-3.0.0. | |||||
2014-08-10 | Fix windows build error in tests | Petteri Aimonen | 1 | -2/+2 | |
2014-08-10 | Separate field iterator logic from pb_decode to pb_common. | Petteri Aimonen | 1 | -2/+2 | |
2014-04-05 | Add a 'found' field to pb_extension_t. | Petteri Aimonen | 1 | -0/+2 | |
Update issue 112 Status: FixedInGit | |||||
2014-04-01 | Fix compile error when default value given for extension field. | Petteri Aimonen | 1 | -1/+1 | |
Update issue 111 Status: FixedInGit | |||||
2013-11-13 | Make tests build in a separate folder, add to gitignore | Petteri Aimonen | 1 | -5/+5 | |
2013-11-02 | Generate #define tags for extension fields also. | Petteri Aimonen | 1 | -0/+4 | |
Update issue 93 Status: FixedInGit | |||||
2013-09-11 | Windows build fixes | Petteri Aimonen | 1 | -2/+2 | |
2013-09-11 | Make all the tests ANSI C compatible. | Petteri Aimonen | 2 | -16/+43 | |
2013-09-10 | Move the rest of the tests to scons | Petteri Aimonen | 1 | -0/+16 | |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | Petteri Aimonen | 4 | -0/+99 | |
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 |