Searched refs:version (Results 1 – 25 of 31) sorted by relevance
12
/nanopb-2.7.6/tests/proto3_optional/ |
D | SConscript | 7 version = None 10 version = (int(match.group(1)), int(match.group(2)), int(match.group(3))) 13 if env.GetOption('clean') or (version and (version[0] > 3 or (version[0] == 3 and version[1] >= 12)…
|
/nanopb-2.7.6/tests/regression/issue_472/ |
D | test.proto | 6 string version = 1; field
|
/nanopb-2.7.6/extra/poetry/ |
D | pyproject.toml | 3 version = "0.4.6-dev" 22 grpcio-tools = {version = ">=1.26.0rc1", allow-prereleases = true, optional=true}
|
/nanopb-2.7.6/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 8 #error Regenerate this file with the current version of nanopb generator.
|
D | SConscript | 2 # current version of nanopb.
|
/nanopb-2.7.6/tests/stackusage/ |
D | stackusage.proto | 44 uint32 version = 2; field
|
/nanopb-2.7.6/ |
D | conanfile.py | 6 version = "0.4.6-dev" variable in NanoPbConan
|
D | CMakeLists.txt | 125 configure_file(extra/nanopb-config-version.cmake.in 126 nanopb-config-version.cmake @ONLY) 133 ${CMAKE_CURRENT_BINARY_DIR}/nanopb-config-version.cmake
|
D | CHANGELOG.txt | 20 Add '--version' option to nanopb_generator.py (#607) 26 Include version number in generator verbose output 46 NOTE: version 0.4.3 changes layout of pb_msgdesc_t. It requires recompiling .pb.c files and 85 CMake: Relax python version spec, allowing Python3. (#534) 160 Add '--version' option to nanopb_generator.py (#607) 209 Updated included descriptor.proto version (#314) 244 Add better error message on Python library version imcompatibility (#240) 245 Include version number in PlatformIO library.json (#222) 252 Updated binary package protoc to version 3.1.0 331 for changes in this version. Most importantly, you need to add [all …]
|
D | README.md | 40 of that particular version [here](https://github.com/nanopb/nanopb/blob/maintenance_0.3/README.md)) 108 … up to date by Microsoft team members and community contributors. If the version is out of date, p…
|
/nanopb-2.7.6/tests/regression/issue_547/ |
D | SConscript | 12 # Build new version of core
|
/nanopb-2.7.6/tests/float_double_conversion/ |
D | SConscript | 12 # Build new version of core
|
/nanopb-2.7.6/tests/cxx_descriptor/ |
D | SConscript | 13 # Make sure compiler supports this version of C++ before we actually run the
|
/nanopb-2.7.6/tests/field_size_16_proto3/ |
D | SConscript | 11 # Build new version of core
|
/nanopb-2.7.6/tests/cxx_callback_datatype/ |
D | SConscript | 16 # Make sure compiler supports this version of C++ before we actually run the
|
/nanopb-2.7.6/tests/encode_arrays_unpacked/ |
D | SConscript | 16 # Build new version of core
|
/nanopb-2.7.6/tests/buffer_only/ |
D | SConscript | 16 # Build new version of core
|
/nanopb-2.7.6/tests/no_errmsg/ |
D | SConscript | 16 # Build new version of core
|
/nanopb-2.7.6/tests/validate_utf8/ |
D | SConscript | 16 # Build new version of core
|
/nanopb-2.7.6/tests/field_size_16/ |
D | SConscript | 17 # Build new version of core
|
/nanopb-2.7.6/tests/field_size_32/ |
D | SConscript | 17 # Build new version of core
|
/nanopb-2.7.6/extra/ |
D | FindNanopb.cmake | 255 …# based on the version of protoc it might be necessary to add "/${FIL_PATH_REL}" currently dealt w… 260 # - Or a newer one, using --nanopb_opt which requires a version of protoc >= 3.6 261 # So we will determine which version of protoc we have available and choose accordingly. 262 …execute_process(COMMAND ${PROTOBUF_PROTOC_EXECUTABLE} --version OUTPUT_VARIABLE PROTOC_VERSION_STR… 269 … ':' character used as an option separator for nanopb. Upgrade to protoc version >= 3.6.0 or use a…
|
/nanopb-2.7.6/tests/without_64bit/ |
D | SConscript | 15 # Build new version of core
|
/nanopb-2.7.6/tests/ |
D | SConstruct | 91 context.Display("Checking protoc version... ") 92 status, output = context.TryAction('$PROTOC --version > $TARGET') 125 # Check protoc version
|
/nanopb-2.7.6/docs/ |
D | migration.md | 51 years now, and overriding the python version was possible with 115 version 3.1.0. It is not necessary to bundle it with nanopb anymore. 117 **Required actions:** Update `python-protobuf` to version 332 version if oneofs are used. 413 other changes in the same version already require regenerating the files
|
12