Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 31) sorted by relevance

12

/nanopb-2.7.6/tests/proto3_optional/
DSConscript7 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/
Dtest.proto6 string version = 1; field
/nanopb-2.7.6/extra/poetry/
Dpyproject.toml3 version = "0.4.6-dev"
22 grpcio-tools = {version = ">=1.26.0rc1", allow-prereleases = true, optional=true}
/nanopb-2.7.6/tests/backwards_compatibility/
Dalltypes_legacy.c8 #error Regenerate this file with the current version of nanopb generator.
DSConscript2 # current version of nanopb.
/nanopb-2.7.6/tests/stackusage/
Dstackusage.proto44 uint32 version = 2; field
/nanopb-2.7.6/
Dconanfile.py6 version = "0.4.6-dev" variable in NanoPbConan
DCMakeLists.txt125 configure_file(extra/nanopb-config-version.cmake.in
126 nanopb-config-version.cmake @ONLY)
133 ${CMAKE_CURRENT_BINARY_DIR}/nanopb-config-version.cmake
DCHANGELOG.txt20 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 …]
DREADME.md40 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/
DSConscript12 # Build new version of core
/nanopb-2.7.6/tests/float_double_conversion/
DSConscript12 # Build new version of core
/nanopb-2.7.6/tests/cxx_descriptor/
DSConscript13 # Make sure compiler supports this version of C++ before we actually run the
/nanopb-2.7.6/tests/field_size_16_proto3/
DSConscript11 # Build new version of core
/nanopb-2.7.6/tests/cxx_callback_datatype/
DSConscript16 # Make sure compiler supports this version of C++ before we actually run the
/nanopb-2.7.6/tests/encode_arrays_unpacked/
DSConscript16 # Build new version of core
/nanopb-2.7.6/tests/buffer_only/
DSConscript16 # Build new version of core
/nanopb-2.7.6/tests/no_errmsg/
DSConscript16 # Build new version of core
/nanopb-2.7.6/tests/validate_utf8/
DSConscript16 # Build new version of core
/nanopb-2.7.6/tests/field_size_16/
DSConscript17 # Build new version of core
/nanopb-2.7.6/tests/field_size_32/
DSConscript17 # Build new version of core
/nanopb-2.7.6/extra/
DFindNanopb.cmake255 …# 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/
DSConscript15 # Build new version of core
/nanopb-2.7.6/tests/
DSConstruct91 context.Display("Checking protoc version... ")
92 status, output = context.TryAction('$PROTOC --version > $TARGET')
125 # Check protoc version
/nanopb-2.7.6/docs/
Dmigration.md51 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