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-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-25Test case runner: fix passing of spaces in NANOPBFLAGSPetteri Aimonen
2022-07-03Fix missing import in test cases (#792)Petteri Aimonen
2022-05-01Fix uninitialized variable in AVR test runnerPetteri Aimonen
2022-02-27Fix UTF-8 support on Python 2 (#740)Petteri Aimonen
2022-02-27Fix charset handling in test casesPetteri Aimonen
2021-08-02Fix problems running tests with newer SCons version (deprecated env.has_key())Petteri Aimonen
2021-01-27Fix capitalization error in scons 4.1.0 supportPetteri Aimonen
2021-01-21Try to fix testcase build error on new SConsPetteri Aimonen
2020-09-04Better support C++ types in generated structs (#581)otopetrik
2020-09-03Revert "Better support C++ types in generated structs (#577)"Petteri Aimonen
2020-09-03Better support C++ types in generated structs (#577)otopetrik
2020-08-10STM32 tests: use newlib instead of newlib-nanoPetteri Aimonen
2020-08-09Add riscv64 platform for test casesPetteri Aimonen
2020-08-09Fix AVR build failure in fuzztestPetteri Aimonen
2020-06-23Clean up invocation of nanopb_generator.py in test cases.Petteri Aimonen
2020-06-21Testcases: add support for running on mips & mipsel with qemu (#543)Petteri Aimonen
2020-06-19Properly pass error status from protoc wrapper when calling binary protoc.Petteri Aimonen
2020-02-01Fix build error in test cases on AVRPetteri Aimonen
2020-02-01Make fuzz test also check under low memory conditions.Petteri Aimonen
2020-02-01Add testcase for GHSA-gcx3-7m76-287pPetteri Aimonen
2020-02-01AVR build: fix dependenciesPetteri Aimonen
2020-02-01Try to fix fuzztest issue on Windows.Petteri Aimonen
2020-01-20Fix error handling in STM32 test casesPetteri Aimonen
2020-01-19AVR tests: speed up testing, make heap size constantPetteri Aimonen
2020-01-02Fix compiler warning in test cases on AVR.Petteri Aimonen
2019-12-31Fix AVR build error in testsPetteri Aimonen
2019-12-31More descriptive errors from AVR test casesPetteri Aimonen
2019-12-18Tests: allow overriding linker selectionPetteri Aimonen
2019-12-18Windows and AVR build fixesPetteri Aimonen
2019-12-17Make tests and examples use the bundled protocPetteri Aimonen
2019-12-16Fixes for AVR compiler warningsPetteri Aimonen
2019-12-16Compatibility fixes in tests for AVRPetteri Aimonen
2019-12-15Add support for running tests on simulated AVRPetteri Aimonen
2019-12-15STM32: connect under resetPetteri Aimonen
2019-12-15STM32: Make tests run from RAM insteadPetteri Aimonen
2019-12-15Add platform support for running tests on STM32Petteri Aimonen
2019-03-03Add C++ message descriptors helperVitali Lovich
2018-11-10Make --no-strip-path default (#326)Petteri Aimonen
2018-02-15Fix scons printing for Python 3Oliver Lee
2016-05-25Add testcase for issue #203Petteri Aimonen
2014-07-20Add support for inverted patterns in test framework.Petteri Aimonen
2014-03-15Finish the alltypes_pointer testcase, use valgrind if available.Petteri Aimonen
2013-12-30Fix bundled protoc detection in scons scriptPetteri Aimonen
2013-12-29Fix spaces in paths on Windows alsoPetteri Aimonen
2013-12-29Fix handling spaces in directory namePetteri Aimonen
2013-12-29Add a SCons tool for nanopb protos.Petteri Aimonen
2013-12-21Modify the alltypes test to check re-encoding through protoc.Petteri Aimonen
2013-09-11Fix build error when path contains spacesPetteri Aimonen