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
path: root/tests
AgeCommit message (Expand)Author
2024-01-11Add additional test.HEADmasterMarco Nilsson
2024-01-11Rename max_size member -> size.Marco Nilsson
2024-01-11Add message sizes to C++ wrappers.Marco Nilsson
2024-01-05--cpp-descriptors: add has_msgid() and msgid() methodsReinis Veips
2023-12-18Change check_ccflags to TryLinkRobin Kastberg
2023-10-19Automatically break circular dependencies (#881)Petteri Aimonen
2023-10-19Add test cases for initializer macro special cases (#806)Petteri Aimonen
2023-10-19Add test case for package name replacement in included file (#899)Petteri Aimonen
2023-10-11Add unit test for .options files in bazel rulesTobias Thiel
2023-09-08Provide the maximum message sizejheaff1
2023-08-17Add test for stripping package names across dependent proto filesJosh Strohminger
2023-08-17Support newer protoc version scheme that only includes the minor and patch ve...Josh Strohminger
2023-06-26Test cases: fix broken version check for libprotoc 23.1.Petteri Aimonen
2023-06-12Add unit test for int_size option for enumsjheaff1
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-25Revert "Test case runner: fix passing of spaces in NANOPBFLAGS"Petteri Aimonen
2022-11-25Fix generator error when using M_STRIP_PACKAGE without package name (#795)Petteri Aimonen
2022-11-25Test case runner: fix passing of spaces in NANOPBFLAGSPetteri Aimonen
2022-11-25Automatically add -lm to test builds on platforms that have libm (#792)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-11-23Fix compilation error with fixed size array and FT_POINTER (#630)Petteri Aimonen
2022-08-05Move ENUMTYPE together with other enum defines & add test (#803)Petteri Aimonen
2022-07-04Expand naming style test coveragePetteri Aimonen
2022-07-04Add --c-style command line option for naming style (#199, #533, #791)Krzysztof Rosinski
2022-07-03Fix missing import in test cases (#792)Petteri Aimonen
2022-06-27Fix comments generation for submessages (#788)Petteri Aimonen
2022-05-01Fix uninitialized variable in AVR test runnerPetteri Aimonen
2022-05-01Fix comments going to wrong member variables (#701)Petteri Aimonen
2022-04-13Cleanup comments, add test for default behavior (#772, #773)Petteri Aimonen
2022-04-13Add fallback_type option (#772, #773)ConradWood
2022-03-29Fix some build errors due to static assert changePetteri Aimonen
2022-03-28Fix build on MSVCPetteri Aimonen
2022-03-28Use C11 static assert mechanism by default (#761, #766)Petteri Aimonen
2022-03-28Fix generator error with same inner message name (#746)Petteri Aimonen
2022-02-27Fix UTF-8 support on Python 2 (#740)Petteri Aimonen
2022-02-27Fix charset handling in test casesPetteri Aimonen
2022-01-12Add testcase for #740Petteri Aimonen
2021-12-10Manual fixes.Slavey Karadzhov
2021-12-09Fixed small spelling mistakes.Slavey Karadzhov
2021-08-02Fix problems running tests with newer SCons version (deprecated env.has_key())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-22Fix test case build error on clang.Petteri Aimonen
2021-03-22fuzztest: Better coverage of static data in oneof (#647)Petteri Aimonen
2021-03-20Add testcase for #647: invalid free with oneofPetteri Aimonen