1 file changed
+1
-1
lines changed- .github/workflows/binary_packages.yml-143
- .github/workflows/cifuzz.yml+13-3
- .github/workflows/compiler_tests.yml-62
- .github/workflows/platformio_tests.yml-63
- .github/workflows/pypi_publish.yml-78
- .github/workflows/python2_tests.yml-30
- .github/workflows/simulator_tests.yml-89
- .github/workflows/spm.yml+3-3
- .github/workflows/trigger_on_code_change.yml-53
- .github/workflows/trigger_on_schedule.yml-35
- .travis.yml+32
- AUTHORS.txt-16
- CHANGELOG.txt+1-42
- CMakeLists.txt+28-33
- README.md+16-7
- conanfile.py+1-1
- docs/concepts.md+1-43
- docs/migration.md+1-43
- docs/reference.md+1-3
- examples/cmake_relpath/CMakeLists.txt+3
- examples/cmake_simple/CMakeLists.txt+3
- examples/platformio/.gitignore-5
- examples/platformio/platformio.ini-48
- examples/platformio/proto/pio_with_options.options-1
- examples/platformio/proto/pio_with_options.proto-5
- examples/platformio/proto/pio_without_options.proto-5
- examples/platformio/src/CMakeLists.txt-3
- examples/platformio/src/pio_esp32_idf.c-34
- examples/platformio/src/pio_with_options.c-35
- examples/platformio/src/pio_without_options.c-35
- examples/platformio/src/test.h-9
- extra/FindNanopb.cmake+16-19
- extra/nanopb.mk+1-4
- extra/poetry/pyproject.toml+3-3
- generator/nanopb_generator.py+133-177
- generator/platformio_generator.py-154
- generator/proto/Makefile+1-5
- generator/proto/__init__.py+19-33
- generator/proto/_utils.py-23
- generator/proto/nanopb.proto+1-7
- generator/protoc+1-12
- generator/protoc-gen-nanopb.bat+1-1
- generator/protoc.bat+1-1
- library.json+3-19
- pb.h+14-50
- pb_decode.c+17-24
- pb_encode.c+5-18
- pb_encode.h+1-1
- tests/SConstruct+4-8
- tests/any_type/anytest.proto+1-1
- tests/comments/comments.expected+1-5
- tests/comments/comments.proto-12
- tests/cxx_descriptor/SConscript-3
- tests/fallback_type/SConscript-7
- tests/fallback_type/fallback_type.expected-3
- tests/fallback_type/fallback_type.options-1
- tests/fallback_type/fallback_type.proto-9
- tests/fuzztest/SConscript+3-3
- tests/fuzztest/random_data.c+1-1
- tests/fuzztest/random_data.h+1-1
- tests/options/options.proto+2-2
- tests/options/options_h.expected+1-1
- tests/regression/issue_692/SConscript-9
- tests/regression/issue_692/oneof.proto-19
- tests/regression/issue_692/other.proto-9
- tests/regression/issue_692/test.c-7
- tests/regression/issue_746/SConscript-8
- tests/regression/issue_746/test.proto-25
- tests/site_scons/platforms/avr/run_test.c+1-1
- tests/site_scons/site_init.py+6-11
- tests/site_scons/site_tools/nanopb.py+4-4
- tests/special_characters/SConscript+1-3
- tests/special_characters/funny-proto+name has.characters.options-3
- tests/special_characters/funny-proto+name has.characters.proto-4
- tests/special_characters/specchars.expected-3
- tests/splint/splint.rc-2
- tools/make_linux_package.sh+1-1
- tools/make_windows_package.sh+4-4
- tools/set_version.sh+1-1
0 commit comments