Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
HEAD
049485f
Fix pb_decode() not initializing fields inside oneof (#635)
by Petteri Aimonen
· 5 weeks ago
master
87785dd
Buildify BUILD and WORKSPACE files (#633)
by Matthew Simmons
· 5 weeks ago
b0befac
Fix capitalization error in scons 4.1.0 support
by Petteri Aimonen
· 6 weeks ago
dc2548d
Include 0.3.9.7 info in master branch changelog
by Petteri Aimonen
· 6 weeks ago
35965fd
Try to fix testcase build error on new SCons
by Petteri Aimonen
· 7 weeks ago
a94b77a
Make generator consider dependencies recursively (#610)
by Petteri Aimonen
· 3 months ago
bb2e0e2
Fix compiler errors with complex oneof hierarchy and sizeof() (#610)
by Petteri Aimonen
· 3 months ago
32d9a1e
Documentation: clarify security model on dynamic allocations (#615)
by Petteri Aimonen
· 3 months ago
ee1aff9
Fix unordered field numbers inside oneof causing fields to be ignored (#617)
by Petteri Aimonen
· 3 months ago
a05fa8b
Setting version to 0.4.5-dev
by Petteri Aimonen
· 3 months ago
2b48a36
Publishing nanopb-0.4.4
by Petteri Aimonen
· 3 months ago
666f5b9
Fix test case failure on Python 2
by Petteri Aimonen
· 3 months ago
e6fa381
Add support for proto3 optional fields introduced in protoc 3.12 (#591)
by Petteri Aimonen
· 3 months ago
9c73158
Include version number in generator verbose output
by Petteri Aimonen
· 3 months ago
02587b6
Add better error message when enum type is not found (#592)
by Petteri Aimonen
· 3 months ago
af02794
Fix recursion depth exceeded error in generator (#493)
by Petteri Aimonen
· 3 months ago
0d0edc2
Issue 611 testcase: check for buildability also.
by Petteri Aimonen
· 3 months ago
a8399bc
Allow specifying descriptorsize on field level also (#546)
by Petteri Aimonen
· 3 months ago
34a2cb9
Fix unsigned enums not working correctly inside OneOf (#611)
by Petteri Aimonen
· 3 months ago
2a547ff
Fix generator error when oneof contains a single unresolved field size (#610)
by Petteri Aimonen
· 3 months ago
006a18b
Include a static submessage in alltypes pointer test case.
by Petteri Aimonen
· 3 months ago
5ce89e0
Expand mem_release testcase to cover submessage merge (#615)
by Petteri Aimonen
· 3 months ago
edf6dcb
Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615)
by Petteri Aimonen
· 3 months ago
e1f25e4
docs: fix simple typo, specifing -> specifying (#614)
by Tim Gates
· 3 months ago
c6cdc14
Trigger CIFuzz also on direct pushes to master, and for header files also.
by Petteri Aimonen
· 4 months ago
32dbae3
Add OSSFuzz build script to main repo.
by Petteri Aimonen
· 4 months ago
14fecb5
Try to trigger GitHub to reparse workflow file
by Petteri Aimonen
· 4 months ago
1fa8429
Fix syntax errors in workflow file
by Petteri Aimonen
· 4 months ago
bdacfed
Enable CIFuzz for automatically fuzzing pull-request code.
by Petteri Aimonen
· 4 months ago
9f57cc8
Remove outdated transitional generator/nanopb/options.proto.
by Petteri Aimonen
· 5 months ago
8e2f6e8
Add nightly builds link to readme
by Petteri Aimonen
· 5 months ago
15794f0
Add note about nanopb-0.4.3-p1 to changelog
by Petteri Aimonen
· 5 months ago
5d5187f
Add '--version' option to nanopb_generator.py (#607)
by L
· 5 months ago
a162fa4
Conanfile: Add protobuf-nanopb library to cpp_info.libs (#605)
by a1lu
· 5 months ago
d819d82
Convert documentation to markdown format (#587)
by Petteri Aimonen
· 5 months ago
2879d1b
Allow multiple targets to be created by calling NANOPB_GENERATE_CPP() (#596)
by leabut
· 5 months ago
f3aacf3
Add 0.4.3 migration note to changelog also
by Petteri Aimonen
· 5 months ago
7e44724
Setting version to 0.4.4-dev
by Petteri Aimonen
· 6 months ago
1466e6f
Publishing nanopb-0.4.3
by Petteri Aimonen
· 6 months ago
d472159
Update changelog
by Petteri Aimonen
· 6 months ago
7ef2758
Add docs about protoc --nanopb_opt (#432)
by Petteri Aimonen
· 6 months ago
790dc62
Fix iOS Build warning (#585)
by Paul Beusterien
· 6 months ago
abf1c4a
Fix Python version compatibility issue with previous commit.
by Petteri Aimonen
· 6 months ago
ca01b33
Fix issue with unknown message sizes being referred inside oneof encoded size calculation (#569)
by Petteri Aimonen
· 6 months ago
4b455da
Fix problem with [default=xxxx, (nanopb).proto3=true] field option combination (#558)
by Petteri Aimonen
· 6 months ago
d1be4fe
cxx_callback_datatype test case: fix build error on windows
by Petteri Aimonen
· 6 months ago
9051b61
Fix some portability issues with cxx_callback_datatype test case
by Petteri Aimonen
· 6 months ago
416b4c2
Fix assignment in assert in any_type testcase (#580)
by otopetrik
· 6 months ago
cfb1c94
Better support C++ types in generated structs (#581)
by otopetrik
· 6 months ago
ecda25c
Travis CI migrated to travis-ci.com, update link
by Petteri Aimonen
· 6 months ago
b2d099c
Revert "Better support C++ types in generated structs (#577)"
by Petteri Aimonen
· 6 months ago
c0a2034
Better support C++ types in generated structs (#577)
by otopetrik
· 6 months ago
7d39f39
mangle_names documentation improvements (#578)
by Petteri Aimonen
· 6 months ago
adb8b66
Add script for updating fuzztest corpus from oss-fuzz.
by Petteri Aimonen
· 7 months ago
86b61e1
Testcases: allow specifying build directory name
by Petteri Aimonen
· 7 months ago
c571d7e
fuzztest_ioerrors: Combine test cases to improve performance.
by Petteri Aimonen
· 7 months ago
803c4f7
Update alltypes dependent testcases
by Petteri Aimonen
· 7 months ago
032b918
Further fix for testcase environment handling
by Petteri Aimonen
· 7 months ago
d5574e3
Further fixes for testcase environment handling
by Petteri Aimonen
· 7 months ago
5ab4741
SConstruct: make environment overriding more consistent
by Petteri Aimonen
· 7 months ago
a14ac3f
STM32 tests: use newlib instead of newlib-nano
by Petteri Aimonen
· 7 months ago
0927237
Testcases: allow overriding python version
by Petteri Aimonen
· 7 months ago
918dc7e
Fuzztest: run whole corpus for non-embedded targets.
by Petteri Aimonen
· 7 months ago
398864d
Fix travis build failures and update distribution used.
by Petteri Aimonen
· 7 months ago
e1f55a8
Update conanfile.py (#568)
by Psy-Kai
· 7 months ago
ddda911
Fuzztest: speed up io errors test case
by Petteri Aimonen
· 7 months ago
47c9b2b
alltypes test case: cover the logic needed for multiple fixed length arrays
by Petteri Aimonen
· 7 months ago
cb357ab
Add riscv64 platform for test cases
by Petteri Aimonen
· 7 months ago
95bf7d2
Add forgotten file
by Petteri Aimonen
· 7 months ago
66fcf11
Always fuzz the whole set of past crashing cases
by Petteri Aimonen
· 7 months ago
0ed1e01
Further build fix
by Petteri Aimonen
· 7 months ago
648eeb6
Fix AVR build failure in fuzztest
by Petteri Aimonen
· 7 months ago
39a4693
More seamless SwiftPM implementation (#567)
by Paul Beusterien
· 7 months ago
d528514
fuzztest: Fix build failure on Windows
by Petteri Aimonen
· 7 months ago
dbcae7e
Update fuzztest corpus
by Petteri Aimonen
· 7 months ago
5ee87db
Fuzztest: clean up compiler warnings
by Petteri Aimonen
· 7 months ago
06c7516
Build separate fuzzer test cases.
by Petteri Aimonen
· 7 months ago
3e259f2
Add no-op pb_release() define when PB_ENABLE_MALLOC is not used
by Petteri Aimonen
· 7 months ago
b585b3e
malloc_wrappers: Detect double-free errors better in test cases
by Petteri Aimonen
· 7 months ago
a70b990
Fuzztest: allow selective enabling of single test cases
by Petteri Aimonen
· 7 months ago
cf507d1
fuzztest: Fix bug in malloc wrapper code in testcase.
by Petteri Aimonen
· 7 months ago
a598844
fuzztest: workaround slowness with clang libsanitizer.
by Petteri Aimonen
· 7 months ago
843416c
Add a simple raw_decode utility for help in debugging.
by Petteri Aimonen
· 7 months ago
0e0a189
Get a correct option file name if proto filename is absolute (#564)
by kurddt
· 7 months ago
ccdc31d
Adds support for grpcio-tool to FindNanopb.cmake (#561)
by Alex Pacini
· 8 months ago
e4f7b24
Make pb_decode_varint32() reject overlong varint encodings.
by Petteri Aimonen
· 8 months ago
142d319
Install missing _utils.py and binary/wrappers. (#556)
by dflogeras
· 8 months ago
8156442
Fix so python files are installed relative to CMAKE_INSTALL_PREFIX. (#555)
by dflogeras
· 8 months ago
b4bc585
Minor style improvements to nanopb_generator.py (#554)
by Cong
· 8 months ago
57b5b38
Make Linux and Mac packages use grpcio protoc also
by Petteri Aimonen
· 8 months ago
43500a8
Generator: fix compatibility bug with Python 3.1 and earlier
by Petteri Aimonen
· 8 months ago
ff1f19f
Add files missing from previous commit (#553)
by Petteri Aimonen
· 8 months ago
0bd67e3
Fix generator error when output is in current directory (#553)
by Petteri Aimonen
· 8 months ago
1fdc916
Add notes on documentation version
by Petteri Aimonen
· 9 months ago
afebd69
Update pb_msgdesc_t definition to improve performance.
by Petteri Aimonen
· 9 months ago
2233c68
pb_decode: performance optimizations for check_wire_type()
by Petteri Aimonen
· 9 months ago
b226605
pb_decode: avoid duplicated calls to pb_message_set_to_defaults()
by Petteri Aimonen
· 9 months ago
0c3a71c
pb_decode: performance optimizations for extension field handling
by Petteri Aimonen
· 9 months ago
48e875d
pb_common: small performance optimizations
by Petteri Aimonen
· 9 months ago
e766ef6
fuzztest: compiler warning fixes
by Petteri Aimonen
· 9 months ago
Next »