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
2024-01-11Add additional test.HEADmasterMarco Nilsson
2024-01-11Rename max_size member -> size.Marco Nilsson
2024-01-11Fix for Python 2.x.Marco Nilsson
2024-01-11Add message sizes to C++ wrappers.Marco Nilsson
2024-01-05--cpp-descriptors: change msgid type to uint32_tReinis Veips
2024-01-05--cpp-descriptors: add has_msgid() and msgid() methodsReinis Veips
2023-12-18Change check_ccflags to TryLinkRobin Kastberg
2023-11-21Update requirements.txtTed Pudlik
2023-11-11Setting version to 0.4.9-devPetteri Aimonen
2023-11-11Publishing nanopb-0.4.8nanopb-0.4.80.4.8Petteri Aimonen
2023-11-10Update changelog and authorsPetteri Aimonen
2023-11-09Remove `nocopts` from cc_nanopb_proto_libraryArmando Montanez
2023-10-30Add files via uploadTilen Majerle
2023-10-28Add CodeQL Workflow for Code Security AnalysisBrian
2023-10-28Add CodeQL Workflow for Code Security AnalysisBrian
2023-10-28Add CodeQL Workflow for Code Security AnalysisBrian
2023-10-27CMake: Installation improvements.Petteri Aimonen
2023-10-27CMakeLists: reorder generator installation commandsPetteri Aimonen
2023-10-27Add GitHub workflow for testing CMake installationPetteri Aimonen
2023-10-27Make CMakeLists install as Python module 'nanopb', not 'proto' (#845)Petteri Aimonen
2023-10-19Fix build failure on MSVCPetteri Aimonen
2023-10-19Automatically break circular dependencies (#881)Petteri Aimonen
2023-10-19Add test cases for initializer macro special cases (#806)Petteri Aimonen
2023-10-19Fix initializer macros for custom callback datatype (#806)Petteri Aimonen
2023-10-19Add test case for package name replacement in included file (#899)Petteri Aimonen
2023-10-19Fix submessages with different mangling rulesRichard Patel
2023-10-14Add support for nanopb options files without patching rules_proto_grpcmark
2023-10-11Add support for .options files in bazel rulesTobias Thiel
2023-10-11Add unit test for .options files in bazel rulesTobias Thiel
2023-10-09Fix Linux/Mac binary package buildPetteri Aimonen
2023-09-08Provide the maximum message sizejheaff1
2023-08-31Add missing source and data filesKrishna Ersson
2023-08-17Ensure the long enum names conform to the naming style when using short enum ...Josh Strohminger
2023-08-17Keep track of enum auxiliary defines as mangled pairsJosh Strohminger
2023-08-17Keep track of message initializers as mangled pairsJosh Strohminger
2023-08-17Add test for stripping package names across dependent proto filesJosh Strohminger
2023-08-17Support newer protoc version scheme that only includes the minor and patch ve...Josh Strohminger
2023-08-17Update readme to match other examples configurations for running tests on MacJosh Strohminger
2023-08-11Fix first path passed to protocTobias Müller
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