1. 3cd9b64 Removed code_generators.cpp from library targets by Wouter van Oortmerssen · 4 years, 11 months ago
  2. 355dfd4 [rust] Make enum names public (#5690) by Max Burke · 4 years, 11 months ago
  3. bcd58a1 Correct inverted logic around include prefixes. (#5689) by Michael Beardsworth · 4 years, 11 months ago
  4. a2c1290 Optimize Pack method using numpy (#5662) by lu-wang-g · 5 years ago
  5. 901b89e [C++] Add Builder and Table typedefs (#5685) by Austin Schuh · 5 years ago
  6. 31f8799 Minor doc updates: FlexBuffers C#, Discord, CppUsage. by Wouter van Oortmerssen · 5 years ago
  7. 8023d99 Upgrade rules_go (#5684) by Austin Schuh · 5 years ago
  8. b415440 Fix --incompatible_load_cc_rules_from_bzl (#5683) by Austin Schuh · 5 years ago
  9. 04c17c7 Add support for absl::string_view when available (#5682) by Austin Schuh · 5 years ago
  10. 62ec7d5 [Bazel] Add support for compatible_with and restricted_to (#5681) by Austin Schuh · 5 years ago
  11. 7de6680 CI: New Docker tests for Python with numpy (#5677) by Robert Winslow · 5 years ago
  12. 3a70e0b Fixed struct initialization error on older versions of C# by Wouter van Oortmerssen · 5 years ago
  13. 9b13201 Fixed warnings in FlexBuffers.java by Wouter van Oortmerssen · 5 years ago
  14. 5e39160 Fixed out of date licenses on gRPC Python files. by Wouter van Oortmerssen · 5 years ago
  15. c957550 Removed test proto output. by Wouter van Oortmerssen · 5 years ago
  16. 44bf719 Add flatc '--cpp_std' switch (#5656) by Vladimir Glavnyy · 5 years ago
  17. 3e8f15d Fix for FlexBuffers FBT_VECTOR_STRING size bit-width. by Wouter van Oortmerssen · 5 years ago
  18. 602721a Added Check to VerifyAlignment (#5675) by stefan301 · 5 years ago
  19. 13c05f4 Improve import handling for proto conversion (#5673) by Michael Beardsworth · 5 years ago
  20. ce3a1c4 [Dart] Fix prepare space for writeListInt64 and writeListUint64 (#5654) by Light Lin · 5 years ago
  21. aa75e57 Make Rust constants public (#5659) by Matt Brubeck · 5 years ago
  22. 2790fee Add namespace qualification to union types (#5666) by cryptocode · 5 years ago
  23. eddebec Bugfix for Rust generation of union fields named with language keywords (#5592) by Max Burke · 5 years ago
  24. 030fee3 wrap multiple statements in do {} while(!IsConstTrue(true)) (#5655) by FujiZ · 5 years ago
  25. f9724d1 [gRPC] Uncomment MessageBuilder (#5658) by Gautham B A · 5 years ago
  26. b20801c Supress unsigned-integer-overflow for PaddingBytes (#5647) by Björn Harrtell · 5 years ago
  27. a8e800b Add --force-empty-vectors option (#5653) by cryptocode · 5 years ago
  28. d7530ae Fixed enum min/max values not properly escaped. by Wouter van Oortmerssen · 5 years ago
  29. 99d11e2 Split Bazel targets into multiple packages (#5640) by bttk · 5 years ago
  30. 4fd8eb2 Remove a static_assert (#5643) by Google AutoFuzz Team · 5 years ago
  31. 65f8703 Flatbuffers Python Object API (#5616) by lu-wang-g · 5 years ago
  32. 75823cc [Clang 10]: definition of implicit copy constructor for 'TableKeyComparatoris deprecated #5649 (#5650) by Ivan Shynkarenka · 5 years ago
  33. 58e2792 [docs]: add missing semicolon (#5648) by nilsocket · 5 years ago
  34. 3c964e1 [GO] Fix support for enums with underscores and Unions with imported members (#5600) by Tiago Silva · 5 years ago
  35. c3c32ec Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum class` type. (#5630) by Vladimir Glavnyy · 5 years ago
  36. 075e8d6 Simplify declarations of x-macro FLATBUFFERS_TD (#5638) by Vladimir Glavnyy · 5 years ago
  37. bcf1bd5 read vtable size through ReadScalar() (#5636) by FujiZ · 5 years ago
  38. 136d75f Changed null checks in test. Removed verifier pointer usage (#5634) by Derek Bailey · 5 years ago
  39. 091fa1f Add testing of C++ with sanitizers (CI-Docker) (#5631) by Vladimir Glavnyy · 5 years ago
  40. ff3781d add namespace prefix in FLATBUFFERS_MAX_BUFFER_SIZE (#5629) by FujiZ · 5 years ago
  41. 6beb9f4 Support for python grpc - continuing the work from the pull request #4270 #4705 (#5613) by Malar Kannan · 5 years ago
  42. 80988ea Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625) by Derek Bailey · 5 years ago
  43. 0f2ff7e Lua cleanup (#5624) by Derek Bailey · 5 years ago
  44. dda0950 [C++] Adds basic schema evolution tests (#5611) by Derek Bailey · 5 years ago
  45. adbcbba [C++, C#, Java] Separated C# and Java generators into their own classes (#5618) by Derek Bailey · 5 years ago
  46. cbbd6ac add check for root_type specified for json schema generation (#5622) by Dmitry · 5 years ago
  47. 405c64e [Rust] Bump smallvec version to 1.0 (#5621) by messense · 5 years ago
  48. 42c08cb Ran src/clang-format-all.sh (#5617) by Derek Bailey · 5 years ago
  49. 33d5dd9 Improved pull request & clang-format instructions. by Wouter van Oortmerssen · 5 years ago
  50. 105dd52 Change monster_extra generation to use flatbuffers::unique_ptr (#5612) by Derek Bailey · 5 years ago
  51. f0f0efe [C++] Refactor to conform to Google C++ style guide (#5608) by Derek Bailey · 5 years ago
  52. e837d5a Fixed deprecated method in GRPC Java test. by Wouter van Oortmerssen · 5 years ago
  53. 9834ee9 Fixed Apache license not using canonical version. by Wouter van Oortmerssen · 5 years ago
  54. 44b2ab0 include/flatbuffers/base.h: fix no_sanitize issue with old clang (#5610) by Even Rouault · 5 years ago
  55. 46ae3f8 [C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union types (#5599) by Derek Bailey · 5 years ago
  56. 7b38aa7 flatbuffers.h: fix documentation warning (#5607) by Even Rouault · 5 years ago
  57. 661bedd Add Lua FlatbufferBuilder Clean() method to enable reuseable builders (#5606) by Derek Bailey · 5 years ago
  58. 8526e12 [Kotlin] Fix union vector accessor after change in Java API (#5605) by Paulo Pinheiro · 5 years ago
  59. 3c7b660 [flatc] Remove an always true condition for flexbuffers (#5604) by Paulo Pinheiro · 5 years ago
  60. 964365b [Go] Add UnPackTo functions (#5598) by Lawrence Chan · 5 years ago
  61. 32254b7 [Go] Object API support (#5339) by iceboy · 5 years ago
  62. 521e255 Rust: Add idiomatic iterator for Vector type (#5579) by Mathias Svensson · 5 years ago
  63. 1b85292 Fix typos in comments (#5590) by Even Rouault · 5 years ago
  64. 4808154 C++ verifier for evolved union fields should return true (#5586) by Derek Bailey · 5 years ago
  65. 8d5e424 Add ByteBuffer copy for vector of bytes in Java (#5587) by Derek Bailey · 5 years ago
  66. b4774d2 Rust: Fix Copy and Clone impls for a few generic types (#5577) by Mathias Svensson · 5 years ago
  67. 26f238c Add `--clean-first` to the cmake-build command (travis) (#5574) by Vladimir Glavnyy · 5 years ago
  68. e93c8c4 Fix Follow implementation for bool (#5554) by StackDoubleFlow · 5 years ago
  69. e21516b Fix issue #5557 (#5573) by Vladimir Glavnyy · 5 years ago
  70. fbc11e8 Avoid intentional unsigned integer overflow getting caught by sanitizers (#5572) by Björn Harrtell · 5 years ago
  71. e9d29c2 Python: Add forceDefaults opt to python Builder (#5564) by Bharat Tak · 5 years ago
  72. 8bfafc7 Java: Don't annotate vector-of-tables item getters with @nullable. (#5562) by Jacek Surazski · 5 years ago
  73. df3e8bf Fixed warnings generated by recent JSON sorting feature. by Wouter van Oortmerssen · 5 years ago
  74. 5665cfe [Java] byte buffer factory returned buffer capcity is used instead of the requested size (#5558) by Idan Sheinberg · 5 years ago
  75. 5797540 #5544 Fix of Array of table is not sorted if Create<type>Direct() is used (#5546) by tira-misu · 5 years ago
  76. 7f1af7c Fix build with gcc version 7.4.0 (#5570) by Brian Harris · 5 years ago
  77. 32f47ad Fixed JSON parser not sorting vectors of tables/structs with key. by Wouter van Oortmerssen · 5 years ago
  78. 842f672 [FlexBuffers][Java] Cache size of Sized objects in FlexBuffers (#5551) by Paulo Pinheiro · 5 years ago
  79. d4cae0a Fix issue #5542 (#5543) by Paulo Pinheiro · 5 years ago
  80. f1147f6 Fixed Android STLPort related error. by Wouter van Oortmerssen · 5 years ago
  81. 69d3fec Fix namespaced struct/field name collision detection (#5540) (#5545) by Jack Zhou · 5 years ago
  82. cfb4ecf [flac] Add FlexBuffers option for generating data (#5519) by Paulo Pinheiro · 5 years ago
  83. a920396 Update Rust versions under test from 1.30.1 to 1.37.0 (#5538) by Robert Winslow · 5 years ago
  84. 625338d Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat (#5529) by mjvk · 5 years ago
  85. 3f8ce99 [FlexBuffers][Java] Add override Key::toString (#5533) by Paulo Pinheiro · 5 years ago
  86. 0798b7b [FlexBuffers][Java] Fix wrong access to a string using Reference::asString(). (#5532) by Paulo Pinheiro · 5 years ago
  87. cbdf82e Fix Mutate() methods of Array<scalar/struct> (override 5508) (#5526) by Vladimir Glavnyy · 5 years ago
  88. e365c50 Java: Added access object for vector of struct and vector of tables. (#5233) by Kulikov Alexey · 5 years ago
  89. 97f3aa9 Fixed DetachedBuffer self move assignment (#5521) by mmoscicki2 · 5 years ago
  90. 2f5bb2e Fix buildifier warnings found in new bazel (#5517) by Austin Schuh · 5 years ago
  91. 917687c Fixed Reflection Verifier not handling vectors of unions. by Wouter van Oortmerssen · 5 years ago
  92. f9277e6 Fixed GenerateText not handling vectors of unions. by Wouter van Oortmerssen · 5 years ago
  93. 2706381 Add element size parameter to __vector_as_arraysegment [c#] (#5512) by Kevin Fort · 5 years ago
  94. b5560fc [Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506) by Paulo Pinheiro · 5 years ago
  95. 782b865 Annotate getters with @Pure when --java-checkerframework is specified. (#5510) by jaceksur · 5 years ago
  96. 3bfc86e [Dart]fix: segment fault with empty namespace when generating dart file (#5507) by Edward · 5 years ago
  97. c028287 Rust: Fixed cargo clippy on non-generated code (#5485) by Casper · 5 years ago
  98. 4b870ac [Javascript] Fix syntax error for signed enum (#5503) by Jaemin Park · 5 years ago
  99. d0e3870 [C#] Fix retrieving enumeration vectors as arrays (#5457) by Nathan Williams · 5 years ago
  100. fb25eb8 Doc typo fixes (#5505) by Björn Harrtell · 5 years ago