1. be0dd4b Update changelog also on master branch by Petteri Aimonen · 5 years ago
  2. a2db945 Fix generator error with mangle_names option (#380) by Petteri Aimonen · 5 years ago
  3. 94fa39b Add testcase for #380 by Petteri Aimonen · 5 years ago
  4. e18fd07 Add testcase for #363 by Petteri Aimonen · 5 years ago
  5. be374de Fix SConscript comment line by Petteri Aimonen · 5 years ago
  6. 94326e7 Merge pull request #384 from vlovich/cpp-descriptor by Petteri Aimonen · 5 years ago
  7. 4b869d7 Add C++ message descriptors helper by Vitali Lovich · 5 years ago
  8. d1305dd Further fix for #379, had problem with unicode_literals with protobuf cpp implementation by Petteri Aimonen · 5 years ago
  9. fac070c Further #379 fix by Petteri Aimonen · 5 years ago
  10. 0acde0f Possible fix for issue #379 by Petteri Aimonen · 5 years ago
  11. fa8e9b0 Merge pull request #378 from amatosov-rbx/master by Petteri Aimonen · 5 years ago
  12. 3f172af Update version patching by Anton Matosov · 5 years ago
  13. 01a5e4b Implement conan recipe by Anton Matosov · 5 years ago
  14. 5acd377 Build fixes for Microsoft VC++ by Petteri Aimonen · 5 years ago
  15. be38235 Add regression test for issue #376 by Petteri Aimonen · 5 years ago
  16. d2f874e Take int_size setting into account in calculating message sizes (issue #373) by Petteri Aimonen · 5 years ago
  17. 6b26e55 Merge pull request #366 from a1ien/master by Petteri Aimonen · 5 years ago
  18. fa3c583 Some compiler warning fixes. by Petteri Aimonen · 5 years ago
  19. ebebcd9 Fix uninitialized variable error by Petteri Aimonen · 5 years ago
  20. e31fa8e Add pb_decode_ex(), pb_encode_ex() functions. by Petteri Aimonen · 5 years ago
  21. b2d04df Rename #define fieldname_default to _DEFAULT to avoid conflict with older constant. by Petteri Aimonen · 5 years ago
  22. 9d6092b Use string literals for message default values. by Petteri Aimonen · 5 years ago
  23. 00df47a Add forgotten file by Petteri Aimonen · 5 years ago
  24. 1d43638 Add descriptorsize option. by Petteri Aimonen · 5 years ago
  25. 87319f6 Allow specifying a per-message callback. by Petteri Aimonen · 5 years ago
  26. b71e4b7 Combine new per-msg encode/decode callbacks to one field_callback. by Petteri Aimonen · 5 years ago
  27. e605e18 Prepare for moving callback pointer to pb_msgdesc_t. by Petteri Aimonen · 5 years ago
  28. 330a835 Add static asserts to check that field values fit in descriptor. by Petteri Aimonen · 6 years ago
  29. 0fe1f69 examples/using_union_messages: Access fields through pb_common.c mechanisms. by Petteri Aimonen · 6 years ago
  30. 4f31847 Cleanup .pb.h header format by Petteri Aimonen · 6 years ago
  31. 6aecf21 Python3 compatibility fixes by Petteri Aimonen · 6 years ago
  32. 6a59527 New field descriptor format. by Petteri Aimonen · 6 years ago
  33. 2210cd9 Big refactoring to better separate field descriptor encoding from logic. by Petteri Aimonen · 6 years ago
  34. 580d7c8 Merge pull request #370 from MaderPL/host_flag_correction by Petteri Aimonen · 5 years ago
  35. 19890d5 Correction of WIN32 flag in generator function by Adam Klama · 5 years ago
  36. 989c75f Append NO_CMAKE_FIND_ROOT_PATH to find_file and find_path by Ilya Averyanov · 6 years ago
  37. ae9901f Merge pull request #365 from thestr4ng3r/cmake-plugin-proto by Petteri Aimonen · 6 years ago
  38. 96134f9 Remove plugin.proto from CMakeLists.txt by Florian Märkl · 6 years ago
  39. 9710d46 Try to compromise between avoiding 64-bit shifts and number of special cases. by Petteri Aimonen · 6 years ago
  40. f2629e9 Fix warning with PB_WITHOUT_64BIT by Petteri Aimonen · 6 years ago
  41. abf4798 Merge branch 'dev_0.4' by Petteri Aimonen · 6 years ago
  42. c8274d6 Fix .options file case sensitivity on Windows. by Petteri Aimonen · 6 years ago
  43. 475dddf FindNanopb.cmake: plugin.proto no longer needed by Petteri Aimonen · 6 years ago
  44. 689058e Fix test failure by Petteri Aimonen · 6 years ago
  45. 8495e59 Make --no-strip-path default (#326) by Petteri Aimonen · 6 years ago
  46. a415f3b Remove timestamp from generated files by default, add -t to keep it. by Petteri Aimonen · 6 years ago
  47. afc0087 Generator: Allow comma separated options in plugin mode (#343) by Petteri Aimonen · 6 years ago
  48. 1093b1e Automatically rebuild nanopb_pb2.py by Petteri Aimonen · 6 years ago
  49. a10c771 Use plugin.proto that comes with python-protobuf (#234) by Petteri Aimonen · 6 years ago
  50. ccf25a9 Update README by Petteri Aimonen · 6 years ago
  51. c29ca83 Setting version to 0.4.0-dev by Petteri Aimonen · 6 years ago
  52. 3626b5c Publishing nanopb-0.3.9.2 by Petteri Aimonen · 6 years ago
  53. 9426c11 Update changelog & authors by Petteri Aimonen · 6 years ago
  54. 6655ea5 Fix splint test error (#359) by Petteri Aimonen · 6 years ago
  55. c46678e Merge pull request #358 from uraj/oneof-docs by Petteri Aimonen · 6 years ago
  56. 6a0df68 Clarify the usage of callback fields inside oneof sections in the docs by Pei Wang · 6 years ago
  57. 9a90d68 Merge pull request #353 from mrostecki/cmakedir-libdir by Petteri Aimonen · 6 years ago
  58. 9c7e958 Merge pull request #352 from mrostecki/shared by Petteri Aimonen · 6 years ago
  59. fa16f72 cmake: Include CMAKE_INSTALL_LIBDIR in CMAKE_INSTALL_CMAKEDIR by Michal Rostecki · 6 years ago
  60. 4c70932 cmake: Allow to build a shared library by Michal Rostecki · 6 years ago
  61. 0109787 Merge pull request #351 from AmarNathH/patch-1 by Petteri Aimonen · 6 years ago
  62. 2fe9068 Made some changes for Error Output. by Amarnath · 6 years ago
  63. 5cfae04 Merge pull request #350 from ElectricRCAircraftGuy/patch-1 by Petteri Aimonen · 6 years ago
  64. 1023743 Update README.md by Gabriel Staples · 6 years ago
  65. aee518b Further test fail fix for Windows by Petteri Aimonen · 6 years ago
  66. 302792f Fix test failure on Windows by Petteri Aimonen · 6 years ago
  67. fb6570b Update changelog & authors by Petteri Aimonen · 6 years ago
  68. 3906aa7 Merge pull request #345 from IndoorAtlas/garbage-input-test by Petteri Aimonen · 6 years ago
  69. b84b723 Don't release fields of a callback by Jari Vetoniemi · 6 years ago
  70. 7369de3 Test mem_release with garbage input by Jari Vetoniemi · 6 years ago
  71. 77cf92a Fix compiler warning by Petteri Aimonen · 6 years ago
  72. 7e68eef Fix possible null-pointer dereference in decode_callback_field (#342) by Petteri Aimonen · 6 years ago
  73. cf99a1d Add testcase for #342 by Petteri Aimonen · 6 years ago
  74. 3db8560 Don't generate useless _size values that cannot be resolved at runtime (#338) by Petteri Aimonen · 6 years ago
  75. c946dd2 Fix large generator memory usage with oneof fields (#338) by Petteri Aimonen · 6 years ago
  76. be12f7c Add testcase for issue #338 by Petteri Aimonen · 6 years ago
  77. cdb6161 Merge pull request #335 from twam/master by Petteri Aimonen · 6 years ago
  78. 0358e23 Pass protoc-gen-nanopb.bat to protoc when on Windows by Tobias Müller · 6 years ago
  79. d611f0a Merge pull request #333 from trezor/master by Petteri Aimonen · 6 years ago
  80. 28b2ea1 unit test for typename mangling feature by matejcik · 6 years ago
  81. 8e60f24 fix test failures by matejcik · 6 years ago
  82. 37cdb0d add typename mangling by matejcik · 6 years ago
  83. 41a8c3b slight improvement to Names class to support new usecases by matejcik · 6 years ago
  84. 66eba33 Fix dates in changelog (#329) by Petteri Aimonen · 6 years ago
  85. 6a21356 Add --no-strip-path command line option (#326) by Petteri Aimonen · 6 years ago
  86. 2b0db99 More backslash escape fixes by Petteri Aimonen · 6 years ago
  87. f313dee Fix backslash escaping in migration doc by Petteri Aimonen · 6 years ago
  88. fd58715 Update changelog & authors by Petteri Aimonen · 6 years ago
  89. 79c51ba Merge pull request #320 from KidVizious/cmake-relpath-fix by Petteri Aimonen · 6 years ago
  90. 59e8337 Add check for large extension field number (issue #306) by Petteri Aimonen · 6 years ago
  91. 3ce31b7 Add testcase for issue #322 by Petteri Aimonen · 6 years ago
  92. a3aae56 Update docs about default values by Petteri Aimonen · 6 years ago
  93. dbdfb08 Fix handling of special characters in string/bytes default values (issue #322). by Petteri Aimonen · 6 years ago
  94. 0735ec1 Fix typo in comment by Jason Bishop · 6 years ago
  95. 04362e5 Fix issue when using relative paths and CMake by Jason Bishop · 6 years ago
  96. 821747f Merge pull request #315 from jipsuh/bytes-init-value-fix by Petteri Aimonen · 6 years ago
  97. f721a24 Some cleanup and comments added by Hamina, Juha-Pekka · 6 years ago
  98. f71acc1 Fix for default value byte escaping by Hamina, Juha-Pekka · 6 years ago
  99. 1c987eb Merge pull request #314 from AndrewBallinger/bump-descriptor.proto by Petteri Aimonen · 6 years ago
  100. 346be2e Updates descriptor.proto to the latest. by Andrew Ballinger · 6 years ago