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
path: root/docs
AgeCommit message (Expand)Author
2023-11-10Update changelog and authorsPetteri Aimonen
2023-10-27CMake: Installation improvements.Petteri Aimonen
2023-10-14Add support for nanopb options files without patching rules_proto_grpcmark
2023-06-12Add migration documentation for int_size option for enum fieldsjheaff1
2023-06-12Add ability to specify size of generated enumsjheaff1
2022-10-13Add note about updated CMake include path order (#822)Petteri Aimonen
2022-09-11Some clarifications regarding callbacksPetteri Aimonen
2022-08-01Update docs related to binary sizes, bloat..Petteri Aimonen
2022-08-01Update docs related field sortingPetteri Aimonen
2022-07-18Documentation: pb_istream_t bufsizePetteri Aimonen
2022-07-16Merge pull request #500 from silvergasp/masterPetteri Aimonen
2022-07-04Add brief mention of --c-style to docsPetteri Aimonen
2022-06-26Adds Bazel build supportNathaniel Brough
2022-05-30Update changelogPetteri Aimonen
2022-03-29Fix some build errors due to static assert changePetteri Aimonen
2022-03-28Use C11 static assert mechanism by default (#761, #766)Petteri Aimonen
2022-03-28FindNanopb.cmake: use --nanopb_opt for option passing by default (#752)Petteri Aimonen
2022-03-09Add common reasons for static assert failures to documentationPetteri Aimonen
2021-12-09Fixed small spelling mistakes.Slavey Karadzhov
2021-07-24feat: Change NANOPB_VERSION macro to stringDavid Sabatie
2021-07-08Fix PB_CONVERT_DOUBLE_FLOAT option in docsTobias Nießen
2021-07-08Fix typo in concepts documentationTobias Nießen
2020-11-25Documentation: clarify security model on dynamic allocations (#615)Petteri Aimonen
2020-11-25Publishing nanopb-0.4.4nanopb-0.4.40.4.4Petteri Aimonen
2020-10-19Remove outdated transitional generator/nanopb/options.proto.Petteri Aimonen
2020-10-10Convert documentation to markdown format (#587)Petteri Aimonen
2020-09-21Setting version to 0.4.4-devPetteri Aimonen
2020-09-15Add docs about protoc --nanopb_opt (#432)Petteri Aimonen
2020-09-02mangle_names documentation improvements (#578)Petteri Aimonen
2020-06-25Add notes on documentation versionPetteri Aimonen
2020-06-24Update pb_msgdesc_t definition to improve performance.Petteri Aimonen
2020-06-18Change generator to use Python 3 by default (#441, #509).Petteri Aimonen
2020-04-03Remove outdated note in docsPetteri Aimonen
2020-01-31Add nanopb-specific package name option (#422)Petteri Aimonen
2020-01-10Remove rsvg-convert rule from docs makefile (#479)Petteri Aimonen
2020-01-10Fixed image reference in documentationbolind
2019-12-20Update documentationPetteri Aimonen
2019-12-19Add linksPetteri Aimonen
2019-12-19Add to makefilePetteri Aimonen
2019-12-19Update documentationPetteri Aimonen
2019-12-18Clean up generated .pb.h files a bitPetteri Aimonen
2019-12-18Improve callback handling inside oneofs. (#175)Petteri Aimonen
2019-12-17Introduce new compile time flag: PB_VALIDATE_UTF8Pavol Rusnak
2019-12-16Add PB_CONVERT_DOUBLE_FLOAT setting to convert doubles on AVR.Petteri Aimonen
2019-11-30Fix formattingPetteri Aimonen
2019-11-30Update examples/simple docsPetteri Aimonen
2019-11-21Update docs Makefile to use rsvg-convertPetteri Aimonen
2019-11-18Add proto3_singular_msgs option, update tests (#308, #452)Petteri Aimonen
2019-10-02Fix undefined behavior with bool fields (#434)Petteri Aimonen
2019-09-10Update concepts.rst: fix typoT. Carl Beery