Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-05Fix test failure on AVR (C++ vs. the app_main() test run wrapper)Petteri Aimonen
2022-11-30Add regression test for enum_to_string with C++ (#838)Petteri Aimonen
2022-11-25Allow using = instead of : with generator option -sPetteri Aimonen
2022-11-25Fix generator error when using M_STRIP_PACKAGE without package name (#795)Petteri Aimonen
2022-11-24Create canonical name mapping also for overridden package name (#820)Petteri Aimonen
2022-11-24Add reverse mapping when mangle_names is used (#783)Petteri Aimonen
2022-03-28Fix generator error with same inner message name (#746)Petteri Aimonen
2021-07-27Emit size_union only once, with guards (#692)Ingo Kresse
2021-03-22Add test case for #637Petteri Aimonen
2021-03-22Fix compiler error in generated initializer for submessage callback (#631)Petteri Aimonen
2021-03-22Fix descriptor width calculation for 64-bit types (#644)Petteri Aimonen
2021-03-20Add testcase for #647: invalid free with oneofPetteri Aimonen
2021-03-19Fix unordered field numbers inside oneof causing fields to be ignored (#617)Petteri Aimonen
2020-11-26Make generator consider dependencies recursively (#610)Petteri Aimonen
2020-11-26Fix compiler errors with complex oneof hierarchy and sizeof() (#610)Petteri Aimonen
2020-11-25Fix recursion depth exceeded error in generator (#493)Petteri Aimonen
2020-11-25Issue 611 testcase: check for buildability also.Petteri Aimonen
2020-11-25Fix unsigned enums not working correctly inside OneOf (#611)Petteri Aimonen
2020-11-25Fix generator error when oneof contains a single unresolved field size (#610)Petteri Aimonen
2020-09-10Fix issue with unknown message sizes being referred inside oneof encoded size...Petteri Aimonen
2020-09-10Fix problem with [default=xxxx, (nanopb).proto3=true] field option combinatio...Petteri Aimonen
2020-08-13Testcases: allow specifying build directory namePetteri Aimonen
2020-06-23Clean up invocation of nanopb_generator.py in test cases.Petteri Aimonen
2020-06-22Add test case for #524 (dependencies from another package)Petteri Aimonen
2020-06-22Fix buffer overflow when encoding bytes with size set to 65535 (#547)Petteri Aimonen
2020-06-22Fix field descriptor sizing with submsg_callback option (#545)Petteri Aimonen
2020-06-22Fix "missing required field" error with submessage callback (#544).Petteri Aimonen
2020-06-22Fix AVR build failure in issue_494Petteri Aimonen
2020-06-22Fix issue with spaces in path in issue 494 regression testPetteri Aimonen
2020-06-22Fix sizeof(union ...) fallback not compiling with C++ (#415, #494)Petteri Aimonen
2020-06-22Fix segfault with pointer fields and proto3_singular_msgs = true. (#504,#505)Petteri Aimonen
2020-06-22Fix macro name conflicts (ATMEGA32U4 UENUM and more) (#522)Petteri Aimonen
2020-05-24Fix nanopb_generator exception on enums with aliases (#535)Vojtěch Boček
2020-03-26Regression test for proto3 incorrectly considered empty (#504)Franck
2020-02-06Fix generator error with nested messages and default values (#487)Petteri Aimonen
2020-02-01Fix GHSA-gcx3-7m76-287p regression test build errorPetteri Aimonen
2020-02-01Add testcase for GHSA-gcx3-7m76-287pPetteri Aimonen
2020-01-29Fix compilation error on platforms without uint8_t, add test. (#485)Petteri Aimonen
2019-12-29Fix bug with field numbers >255 (#407)Petteri Aimonen
2019-12-28Add missing #define for submsg callbacks, add regression test (#472)Petteri Aimonen
2019-12-19Add regression test for issue #395Petteri Aimonen
2019-12-18Add test case for #407Petteri Aimonen
2019-12-18Improve callback handling inside oneofs. (#175)Petteri Aimonen
2019-12-18Windows and AVR build fixesPetteri Aimonen
2019-12-15Add platform support for running tests on STM32Petteri Aimonen
2019-11-18Add proto3_singular_msgs option, update tests (#308, #452)Petteri Aimonen
2019-11-12-Wconversion is only for gccPetteri Aimonen
2019-11-12Fix float comparison error in #453 testcase.Petteri Aimonen
2019-11-12Use -Wconversion only for the #453 test case.Petteri Aimonen
2019-11-12Add test case for issue #453Petteri Aimonen