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
2023-08-08Remove pkg_resources import (#887)dev_remove_pkg_resourcesPetteri Aimonen
2023-07-12Allow substitutions in custom_nanopb_protosJoseph Duchesne
2023-07-06Bump grpcio from 1.51.3 to 1.53.0 in /extradependabot[bot]
2023-06-26Test cases: fix broken version check for libprotoc 23.1.Petteri Aimonen
2023-06-12Add migration documentation for int_size option for enum fieldsjheaff1
2023-06-12Add unit test for int_size option for enumsjheaff1
2023-06-12Add ability to specify size of generated enumsjheaff1
2023-05-17CMakeLists: Minimum version 3.14Petteri Aimonen
2023-05-15Add nanopb_PYTHON_INSTDIR_OVERRIDE to CMakeLists.txtNick St.Pierre
2023-05-11add "call" under Windows upon generator callphilippe44
2023-05-09GitHub workflow: update bazel mac image versionPetteri Aimonen
2023-04-25ref |> Modified The generated code uses utf-8 encoding by default.Jerry.Chen
2023-04-11Update Python2 CI workflow to Ubuntu 20.04Petteri Aimonen
2023-02-24bazel: update grpcio-tools to fix mac build on armIsaac Torres
2023-01-23Fix platformio build failure in examplePetteri Aimonen
2023-01-03Ensure generator files are updated when cachedHans Binderup
2022-12-27Bump setuptools from 60.2.0 to 65.5.1 in /extradependabot[bot]
2022-12-23Use static_assert keyword on MSVC in C89 mode (#843)Petteri Aimonen
2022-12-16CMakeLists: Add missing __init__.py to generator install (#841)Petteri Aimonen
2022-12-11Setting version to 0.4.8-devPetteri Aimonen
2022-12-11Publishing nanopb-0.4.7nanopb-0.4.70.4.7Petteri Aimonen
2022-12-11Update changelog and authorsPetteri Aimonen
2022-12-09Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary director...dev_dynamic_nanopb_pb2_2Petteri Aimonen
2022-12-08Improve PlatformIO generatorValerii Koval
2022-12-07Fix subprocess.run call on platformio_generator.pyPavel Sokolov
2022-12-07platformio: Expand PYTHONEXE prior to constructing the action (#834)Petteri Aimonen
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-30Move C externSean
2022-11-26Adding a simple Conan+CMake example (#837)Christopher Hughes
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-25CMakeLists: use protoc wrapper script by default (#769)Petteri Aimonen
2022-11-25Add --protoc-opt to nanopb_generator.py (#628)Petteri Aimonen
2022-11-25Always include pb_release() as function, instead of macro. (#802)Petteri Aimonen
2022-11-25Allow specifying include format without special characters (#810)Petteri Aimonen
2022-11-25Fix handling of spaces in arguments passed through protoc (#810)Petteri Aimonen
2022-11-25Automatically add -lm to test builds on platforms that have libm (#792)Petteri Aimonen
2022-11-25Adjust testing workflow triggersPetteri Aimonen
2022-11-25Fix space characters when using platformio build rules (#808, #809)Petteri Aimonen
2022-11-24Create canonical name mapping also for overridden package name (#820)Petteri Aimonen
2022-11-24Add __repr__() to generator types to ease debuggingPetteri Aimonen
2022-11-24Add reverse mapping when mangle_names is used (#783)Petteri Aimonen
2022-11-24Safeguard substraction in pb_read() (#697)Petteri Aimonen
2022-11-23Sanitize /* */ inside .proto file commentPetteri Aimonen
2022-11-23Simplify and fix some corner cases of message sorting in previous commit.Petteri Aimonen
2022-11-23Generator: keep order of messages when possiblePetteri Aimonen
2022-11-23Fix compilation error with fixed size array and FT_POINTER (#630)Petteri Aimonen