1. 9e82ee2 Fix rust crate for big-endian targets (#5229) by tymcauley · 6 years ago
  2. 71628da Fixed vector of union JSON parsing. by Wouter van Oortmerssen · 6 years ago
  3. cb7b2bf [Rust] Fixed codegen documentation for Tables (#5227) by jean-airoldie · 6 years ago
  4. bfa4303 [Go] Add mutation functions for vector elements (#5221) by David Reiss · 6 years ago
  5. 1c7d91c Clean-up nested_parser on all paths (#5179) (#5184) by ll-antn · 6 years ago
  6. 2e865f4 [Fix #5112] flatc generates constructors with memset for non-trivial types (#5222) by Laurent Stacul · 6 years ago
  7. 034275c Rust: Fix lifetime in union _as_ accessors (#5140) by naure · 6 years ago
  8. 4e5152d Java: Calculation of vtable and vtable size moved to the __init method. (#5210) by Kulikov Alexey · 6 years ago
  9. 0cdacdf Remove byte* property in ByteBufferAllocator (#5191) by Eric Erhardt · 6 years ago
  10. 8f8fb2b Fixed vector of unions crash in java (#5190) by Kamil Rojewski · 6 years ago
  11. 0eaaf18 Utility for checking the encoding and line ending of source files (#5188) by Vladimir Glavnyy · 6 years ago
  12. 957d167 Fixed use of WIN32 needs to be _WIN32. by Wouter van Oortmerssen · 6 years ago
  13. 9d483a3 Changed the JavaScript generation to emit createX helper functions just like the TypeScript code generation. I also added code so that the create methods have documentation in both JavaScript and TypeScript. (#5168) by Christopher Cifra · 6 years ago
  14. b650dfb [C#] Fix FlatBuffers.Tests when ENABLE_SPAN_T is defined (#5182) by Eric Erhardt · 6 years ago
  15. 78fdce2 Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155) by Enrico Olivelli · 6 years ago
  16. cc7f9b8 Made FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef out less by Wouter van Oortmerssen · 6 years ago
  17. 600f3fb Reduced `force_align` in tests to 8, to work with --object-api. by Wouter van Oortmerssen · 6 years ago
  18. 76a0241 Removing 'using namespace' usage in test_builder (#5154) by Charlie Harrison · 6 years ago
  19. 31e34fa Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) by Travis Staley · 6 years ago
  20. fcacb46 Replace deprecated Vector::Length() with Vector::size() (#5131) by Vladimir Glavnyy · 6 years ago
  21. 3f388ec Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (#5105) by Vladimir Glavnyy · 6 years ago
  22. 38bf4cf [Rust] Added global namespace imports (#5121) by jean-airoldie · 6 years ago
  23. c2f40c3 [C++]Support reverse iterator in Vector (#5128) by Henry Lee · 6 years ago
  24. d449316 Fix high certainty warnings from PVS-studio (#5115) by Vladimir Glavnyy · 6 years ago
  25. bbfd12e Docker tests for Zend PHP and Mono C#; Python coverage; TODO for HHVM PHP (#5125) by Robert · 6 years ago
  26. 4fa4d36 Add default NaN/Inf to C#, Java, Python (#5107) by Vladimir Glavnyy · 6 years ago
  27. 46208b1 JS- support clear() method on builder (#5109) by unintellisense · 6 years ago
  28. dd288f7 Add `NaN` and `Inf` defaults to the C++ generated code. (#5102) by Vladimir Glavnyy · 6 years ago
  29. 0eb7b3b [Go] Namespaced imports fix (#5097) by Robert · 6 years ago
  30. 87704e9 Performance improvement to generated+supporting PHP (#5080) by Peter Dillinger · 6 years ago
  31. dba962e Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077) by tira-misu · 6 years ago
  32. 2aa0d9a Support nulls in String compare, CreateSharedString (#5060) by Matt Frantz · 6 years ago
  33. 79cd55b CI: Dockerized language port tests (#5066) by Robert · 6 years ago
  34. b378b8e Fix create_vector_of_strings to use the stack, and test it. (#5074) by Robert · 6 years ago
  35. 9635d49 Fix Java generator bug that ignores bidi streaming attribute (#5063) by Sumant Tambe · 6 years ago
  36. 0143f4e disable unimportant RAM-heavy test b/c Windows (#5047) by Robert · 6 years ago
  37. f575b02 Make string/vector field serialization order not depend on optimizer. by Wouter van Oortmerssen · 6 years ago
  38. 5f32f94 Make the Parser independent from the global C-locale (#5028) by Vladimir Glavnyy · 6 years ago
  39. f23009f Make flatbuffer C++ tests work when vendored with bazel (#5040) by Austin Schuh · 6 years ago
  40. 30bae01 Convenient createX methods for TS (#5044) by Kamil Rojewski · 6 years ago
  41. f445c1e Fixed STLPort build by Wouter van Oortmerssen · 6 years ago
  42. 980a6d6 Fixed vectors of enums in object API serialized incorrectly. by Wouter van Oortmerssen · 6 years ago
  43. 2159191 Fixed missing code from @javax.annotation PR. by Wouter van Oortmerssen · 6 years ago
  44. b6c3d7b Fix a memory leak in builder test (#5021) by Sumant Tambe · 6 years ago
  45. 91fe9ba make unions with type aliases more usable (#5019) by Frank Benkstein · 6 years ago
  46. 4c3b6c2 Rust: test that no heap allocs happen on hot paths (#5022) by Robert · 6 years ago
  47. 160e8f2 Disallowed 0 byte structs. by Wouter van Oortmerssen · 6 years ago
  48. 0fb1d44 Add 'fsanitize=address,undefined' to tests and flatc targets (#5009) by Vladimir Glavnyy · 6 years ago
  49. 636b516 clean up unnecessary outer rust gen-snippet (#5013) by csmoe · 6 years ago
  50. 560718e Use stdlib context in generated Go files (#4904) by Felix Hanley · 6 years ago
  51. ca41742 make flatbuffers::IsFieldPresent safer (#4988) by Frank Benkstein · 6 years ago
  52. 55b3082 Add fuzzer test for scalar numbers in json. (#4996) by Vladimir Glavnyy · 6 years ago
  53. efbb11e CI check generate code (#4998) by Frank Benkstein · 6 years ago
  54. 5c0f914 forbid enum values that are out of range (#4977) by Frank Benkstein · 6 years ago
  55. 802639e Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980) by Sumant Tambe · 6 years ago
  56. ad8b1e5 [Python] Fast serialization of numpy vectors (#4829) by Felix Frank · 6 years ago
  57. 76d31e1 Go - Use Go bool type for bool fields (#4962) by kostya-sh · 6 years ago
  58. 20396a1 disallow c style casts (#4981) by Frank Benkstein · 6 years ago
  59. 4ed6faf Refactoring of idl_parser (#4948) by Vladimir Glavnyy · 6 years ago
  60. 53ce80c better output on TestError (#4979) by Frank Benkstein · 6 years ago
  61. 233976c Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) by Rikard Lundmark · 6 years ago
  62. 99fe1dc don't crash when calling EnumNameXXX on sparse enum (#4982) by Frank Benkstein · 6 years ago
  63. a4f9d1b Fix expected type of enum values in reflection tables (#4944) by Michael Edwards · 6 years ago
  64. a4c362a Use enum types in generated read/mutate methods for Go (#4978) by kostya-sh · 6 years ago
  65. 569492e Disable armeabi builds for Android and re-enable CI builds. (#4970) by Stewart Miles · 6 years ago
  66. d840856 In Javascript, generate bidirectional mappings for enums, between Name: Value and between Value: Name. (#4960) by Taj Morton · 6 years ago
  67. c0698cc Bumped version to 1.10.1 for all languages. by Wouter van Oortmerssen · 6 years ago
  68. ea8a429 Updated TestAll.sh with Rust. by Wouter van Oortmerssen · 6 years ago
  69. 7a43775 Assert tests on the first failure. (#4952) by Vladimir Glavnyy · 6 years ago
  70. 062dcf7 Use standard header for generated Go files (#4961) by kostya-sh · 6 years ago
  71. bf871ff Remove lifetime specifier on table getter methods (#4949) by Matt Mastracci · 6 years ago
  72. a89be87 loosen lifetimes in type signature of Table::get (#4925) by kzvi · 6 years ago
  73. 4313256 don't return Option from required table field accessors (#4926) by kzvi · 6 years ago
  74. c56fff8 rust: Fixed MakeCamelCase (#4932) (#4936) by jean-airoldie · 6 years ago
  75. 49fed8c Add FlatBufferBuilder move semantics tests to the main test suite (#4902) by Sumant Tambe · 6 years ago
  76. b1a925d ToStringVisitor settings to allow pretty formatted JSON (#4933) by Michael Edwards · 6 years ago
  77. 33791dc Add compare operator to code generated for c++ (#4940) by Thomas · 6 years ago
  78. 4b10656 Changed JS/TS codegen to use stable non-compiler dependent hash. by Wouter van Oortmerssen · 6 years ago
  79. e317b14 Added missing Dart codegen files. by Wouter van Oortmerssen · 6 years ago
  80. 02a7807 Add Rust to Appveyor config. (#4928) by Robert · 6 years ago
  81. 660c491 rust generator: fix builder lifetime switch (#4912) by Robert · 6 years ago
  82. c504a45 rust generator: fix enum member comments (#4911) by Robert · 6 years ago
  83. be3d0b9 delete and ignore Cargo.lock files (#4906) by Robert · 6 years ago
  84. 872fad0 Fix extern crate in root namespace (#4905) by Chris Holcombe · 6 years ago
  85. 3c54fd9 Port FlatBuffers to Rust (#4898) by Robert · 6 years ago
  86. d0321df C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886) by Christopher Cifra · 6 years ago
  87. d8f49e1 Mono Fix for Unsafe Mode (#4887) by Derek Bailey · 6 years ago
  88. 1f5eae5 Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4830)" by Wouter van Oortmerssen · 6 years ago
  89. ea9d60b Added missing dart/ts test changes. by Wouter van Oortmerssen · 6 years ago
  90. c2c3a84 Add C#/Java generator behaviour for 'private' attribute (#4882) by Andy Martin · 6 years ago
  91. aaa8942 Update JavaScript IDL generator to remove invalid Closure JSDoc comments (#4873) by Matias Cudich · 6 years ago
  92. fd40cc6 Ensure strings are null terminated when written from Dart (#4862) by Dan Field · 6 years ago
  93. 4898809 FlatBuffers implementation for the Lobster programming language by aardappel · 6 years ago
  94. f675f64 go: give enums their own scalar types by rw · 6 years ago
  95. 7b50004 Performance Increase of Vector of Structures using .NET BlockCopy (#4830) by Derek Bailey · 6 years ago
  96. 0cd8daf Missing Lua generated files by Wouter van Oortmerssen · 6 years ago
  97. 79f2adc Renamed Verifier methods by Wouter van Oortmerssen · 6 years ago
  98. dcfe38c Dart generated code changes by Wouter van Oortmerssen · 6 years ago
  99. af6c0e6 Updated fuzzer scripts by Wouter van Oortmerssen · 6 years ago
  100. ba5eb3b Lua (5.3) Language addition (#4804) by Derek Bailey · 6 years ago