- Feb 14, 2018
-
-
Oliver Lee authored
-
Oliver Lee authored
-
Oliver Lee authored
-
Oliver Lee authored
Allow the elements of that single non-packed repeated fixed count field to be interleaved among other (non-packed repeated fixed count) fields. Multiple non-packed repeated fixed count fields are allowed if the elements are not interleaved. An error is returned if the count of a repeated fixed count field is not equal the expected count.
-
Oliver Lee authored
-
Oliver Lee authored
-
- Feb 09, 2018
-
-
Petteri Aimonen authored
-
- Jan 09, 2018
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
Explicitly handle all enum values in switch
-
Robbie Shade authored
-
- Jan 08, 2018
-
-
Petteri Aimonen authored
Add nanopb_PROTOC_PATH variable to CMakeLists.txt
-
Robbie Shade authored
-
- Jan 06, 2018
-
-
Petteri Aimonen authored
-
- Dec 14, 2017
-
-
Petteri Aimonen authored
Require non-buggy version of cmake
-
Edward Z. Yang authored
See https://github.com/pytorch/pytorch/issues/4141 and https://github.com/gflags/gflags/issues/113 for context
-
- Dec 11, 2017
-
-
Petteri Aimonen authored
-
- Dec 09, 2017
-
-
Petteri Aimonen authored
Thanks to David Vescovi for the fix.
-
- Nov 27, 2017
-
-
Petteri Aimonen authored
Fix #296 - install path of Python plugins with CMake.
-
Dave Flogeras authored
No need of specifying the CMAKE_PREFIX_PATH to python when asking for sysconfig.get_python_lib since everything is installed relative to CMAKE_PREFIX_PATH anyway.
-
- Oct 08, 2017
-
-
Petteri Aimonen authored
Fix negative number without 64bit
-
- Oct 06, 2017
-
-
Sébastien Morin authored
-
Sébastien Morin authored
-
- Oct 05, 2017
-
-
Sébastien Morin authored
-
Sébastien Morin authored
-
- Oct 01, 2017
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Sep 23, 2017
-
-
Petteri Aimonen authored
-
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
-