- 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
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Mar 16, 2017
-
-
Petteri Aimonen authored
CMAKE: remove use of relative paths
-
- Mar 12, 2017
-
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Mar 05, 2017
-
-
Constantine Grantcharov authored
-
Constantine Grantcharov authored
When doing out of source builds: mkdir build cd build && cmake -G "Unix Makefiles" ../ && make The build script tripped up on relative paths of /generator/proto and the files under generator/proto/*.proto. By using ${PROJECT_SOURCE_DIR}, the paths become absolute and the issue disappears.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Mar 02, 2017
-
-
Petteri Aimonen authored
The test case was erroneously comparing whole submsg structures, which could result in false errors when padding bytes differed.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
- Feb 26, 2017
-
-
Petteri Aimonen authored
-
- Feb 25, 2017
-
-
Petteri Aimonen authored
Thought I was cleaning up the naming by calling the function const_cast(), because that's what it does. But of course it conflicts with the C++ builtin, so renaming it to pb_const_cast() now.
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-
Petteri Aimonen authored
-