- Sep 23, 2017
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Sep 18, 2017
-
-
Petteri Aimonen authored
Added pb_decode_delimited_noinit
-
Elco Jacobs authored
I added API function to receive delimited data without initizializing the target structure. This is useful for partial updates.
-
- Sep 17, 2017
-
-
Petteri Aimonen authored
-
- Sep 16, 2017
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Nanopb has traditionally supported messages to be terminated with a zero tag. However, this is not really standard protobuf behaviour, so it makes sense to separate it into a different function. Because it is a breaking change, it will happen in 0.4.0 release. But I add the functions here early so that new code can start using them now. Also changed the network_server example to use en/decode_delimited(), which is the more common protobuf method of simple message framing.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Sep 15, 2017
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Fix Travis-CI Build
-
Kyle Manna authored
* For some reason this was failing to find the python lib with the previous invocation. * Seems that the newer version of scons fixes an old bug, discard old method.
-
Kyle Manna authored
* Upgrade to protobuf release 3.4. * Use the prebuilt protoc binary to skip alot of compilation steps * Use the smaller Python source file for building python packages
-
Kyle Manna authored
* Simpler tool provided by coreutils.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Jul 23, 2017
-
-
Petteri Aimonen authored
Add new RELPATH option to address issue #271
-
-
- Jul 22, 2017
-
-
Kevin Fitch authored
-
Kevin Fitch authored
-
Kevin Fitch authored
This should allow using relative paths when importing .proto files.
-
- Jul 13, 2017
-
-
Petteri Aimonen authored
See https://github.com/nanopb/nanopb/commit/cc74b9f200176edc5524aa00ba45fa90a5e87d27 for discussion.
-
Petteri Aimonen authored
Export examples
-
- Jul 12, 2017
-
-
Ivan Kravets authored
-
- Jul 09, 2017
-
-
Petteri Aimonen authored
bazel: Add WORKSPACE
-
Kamal Marhubi authored
A WORKSPACE file is required for bazel to build the project. The conventional naming is similar to Java packages with all special characters including dots replaced by underscores.
-
- Jun 30, 2017
-
-
Kevin Fitch authored
-
- Jun 29, 2017
-
-
Petteri Aimonen authored
In extra/FindNanopb.cmake, add dependency for .options files
-
- Jun 28, 2017
-
-
Kevin Fitch authored
the .options file (if it exists), so that editing the .options file will trigger a rebuild.
-
- Jun 15, 2017
-
-
Petteri Aimonen authored
Similar memset() already existed for oneofs.
-
Petteri Aimonen authored
-
- Jun 04, 2017
-
-
Petteri Aimonen authored
-
- Apr 14, 2017
-
-
Petteri Aimonen authored
pb_check_proto3_default_value() recurses into submessages, but it didn't handle other than singular fields correctly. This caused it to sometimes skip submessages with only repeated or oneof fields present.
-
Petteri Aimonen authored
-
- Mar 28, 2017
-
-
Petteri Aimonen authored
-