1. 2032b94 Fixed file access test in the wrong location. by Wouter van Oortmerssen · 5 years ago
  2. 5b43e4bb Fix heap-buffer-overflow if there is a struct within a union by Wouter van Oortmerssen · 5 years ago
  3. 90441c2 fix check for Enum defaults (#5292) by Nils Berg · 5 years ago
  4. cef8f92 Struct typetable (#5291) by Nils Berg · 5 years ago
  5. d07a3d2 Fixed VS2010 build. by Wouter van Oortmerssen · 5 years ago
  6. 640df2c Allow Set() methods to handle reference types by Wouter van Oortmerssen · 5 years ago
  7. 60340ac Fix the proto-enum leaking issue (#5286) by Vladimir Glavnyy · 5 years ago
  8. 2bd4a27 Detect leak with sanitizer (#5283) by Vladimir Glavnyy · 5 years ago
  9. 23bb574 Add basic test for enum defaults (#5280) by Vladimir Glavnyy · 5 years ago
  10. dd85c3b Enable MSVC assert report box [Abort|Retry|Ignore] if a debugger is present (#5279) by Vladimir Glavnyy · 5 years ago
  11. c329d6f Ensure we don't subtract with underflow getting enum names (#5246) by Matt Mastracci · 5 years ago
  12. 249f3b3 Add method GenerateTextFromTable issue #5249 (#5266) by Anthony Liot · 5 years ago
  13. 2d67de3 Fix for build break in c# vector of unions (#5271) by Kamil Rojewski · 5 years ago
  14. b2ce86e Add compile-time checking of numerical limits in C++ code. (#5270) by Vladimir Glavnyy · 5 years ago
  15. 4cbff97 Fix a warning on compiling with clang (#5258) by Nikolay Kuznetsov · 5 years ago
  16. 88abae6 Add inequality operator (inspired from #263) (#5257) by LouisP · 5 years ago
  17. 4f066c3 Made JS enum declarations compatible with google closure by Wouter van Oortmerssen · 5 years ago
  18. 3968d00 [Rust] Don't use inner attributes for `allow` (#5212) by bspeice · 5 years ago
  19. 4f10da8 Small usability tweaks to the rust codegen. (#5213) by Mathias Svensson · 5 years ago
  20. 9e82ee2 Fix rust crate for big-endian targets (#5229) by tymcauley · 5 years ago
  21. 71628da Fixed vector of union JSON parsing. by Wouter van Oortmerssen · 5 years ago
  22. cb7b2bf [Rust] Fixed codegen documentation for Tables (#5227) by jean-airoldie · 5 years ago
  23. bfa4303 [Go] Add mutation functions for vector elements (#5221) by David Reiss · 5 years ago
  24. 1c7d91c Clean-up nested_parser on all paths (#5179) (#5184) by ll-antn · 5 years ago
  25. 2e865f4 [Fix #5112] flatc generates constructors with memset for non-trivial types (#5222) by Laurent Stacul · 5 years ago
  26. 034275c Rust: Fix lifetime in union _as_ accessors (#5140) by naure · 5 years ago
  27. 4e5152d Java: Calculation of vtable and vtable size moved to the __init method. (#5210) by Kulikov Alexey · 5 years ago
  28. 0cdacdf Remove byte* property in ByteBufferAllocator (#5191) by Eric Erhardt · 5 years ago
  29. 8f8fb2b Fixed vector of unions crash in java (#5190) by Kamil Rojewski · 5 years ago
  30. 0eaaf18 Utility for checking the encoding and line ending of source files (#5188) by Vladimir Glavnyy · 5 years ago
  31. 957d167 Fixed use of WIN32 needs to be _WIN32. by Wouter van Oortmerssen · 5 years ago
  32. 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 · 5 years ago
  33. b650dfb [C#] Fix FlatBuffers.Tests when ENABLE_SPAN_T is defined (#5182) by Eric Erhardt · 5 years ago
  34. 78fdce2 Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155) by Enrico Olivelli · 5 years ago
  35. cc7f9b8 Made FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef out less by Wouter van Oortmerssen · 5 years ago
  36. 600f3fb Reduced `force_align` in tests to 8, to work with --object-api. by Wouter van Oortmerssen · 5 years ago
  37. 76a0241 Removing 'using namespace' usage in test_builder (#5154) by Charlie Harrison · 5 years ago
  38. 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 · 5 years ago
  39. fcacb46 Replace deprecated Vector::Length() with Vector::size() (#5131) by Vladimir Glavnyy · 5 years ago
  40. 3f388ec Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (#5105) by Vladimir Glavnyy · 5 years ago
  41. 38bf4cf [Rust] Added global namespace imports (#5121) by jean-airoldie · 5 years ago
  42. c2f40c3 [C++]Support reverse iterator in Vector (#5128) by Henry Lee · 5 years ago
  43. d449316 Fix high certainty warnings from PVS-studio (#5115) by Vladimir Glavnyy · 5 years ago
  44. bbfd12e Docker tests for Zend PHP and Mono C#; Python coverage; TODO for HHVM PHP (#5125) by Robert · 5 years ago
  45. 4fa4d36 Add default NaN/Inf to C#, Java, Python (#5107) by Vladimir Glavnyy · 5 years ago
  46. 46208b1 JS- support clear() method on builder (#5109) by unintellisense · 5 years ago
  47. dd288f7 Add `NaN` and `Inf` defaults to the C++ generated code. (#5102) by Vladimir Glavnyy · 5 years ago
  48. 0eb7b3b [Go] Namespaced imports fix (#5097) by Robert · 5 years ago
  49. 87704e9 Performance improvement to generated+supporting PHP (#5080) by Peter Dillinger · 5 years ago
  50. dba962e Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077) by tira-misu · 6 years ago
  51. 2aa0d9a Support nulls in String compare, CreateSharedString (#5060) by Matt Frantz · 6 years ago
  52. 79cd55b CI: Dockerized language port tests (#5066) by Robert · 6 years ago
  53. b378b8e Fix create_vector_of_strings to use the stack, and test it. (#5074) by Robert · 6 years ago
  54. 9635d49 Fix Java generator bug that ignores bidi streaming attribute (#5063) by Sumant Tambe · 6 years ago
  55. 0143f4e disable unimportant RAM-heavy test b/c Windows (#5047) by Robert · 6 years ago
  56. f575b02 Make string/vector field serialization order not depend on optimizer. by Wouter van Oortmerssen · 6 years ago
  57. 5f32f94 Make the Parser independent from the global C-locale (#5028) by Vladimir Glavnyy · 6 years ago
  58. f23009f Make flatbuffer C++ tests work when vendored with bazel (#5040) by Austin Schuh · 6 years ago
  59. 30bae01 Convenient createX methods for TS (#5044) by Kamil Rojewski · 6 years ago
  60. f445c1e Fixed STLPort build by Wouter van Oortmerssen · 6 years ago
  61. 980a6d6 Fixed vectors of enums in object API serialized incorrectly. by Wouter van Oortmerssen · 6 years ago
  62. 2159191 Fixed missing code from @javax.annotation PR. by Wouter van Oortmerssen · 6 years ago
  63. b6c3d7b Fix a memory leak in builder test (#5021) by Sumant Tambe · 6 years ago
  64. 91fe9ba make unions with type aliases more usable (#5019) by Frank Benkstein · 6 years ago
  65. 4c3b6c2 Rust: test that no heap allocs happen on hot paths (#5022) by Robert · 6 years ago
  66. 160e8f2 Disallowed 0 byte structs. by Wouter van Oortmerssen · 6 years ago
  67. 0fb1d44 Add 'fsanitize=address,undefined' to tests and flatc targets (#5009) by Vladimir Glavnyy · 6 years ago
  68. 636b516 clean up unnecessary outer rust gen-snippet (#5013) by csmoe · 6 years ago
  69. 560718e Use stdlib context in generated Go files (#4904) by Felix Hanley · 6 years ago
  70. ca41742 make flatbuffers::IsFieldPresent safer (#4988) by Frank Benkstein · 6 years ago
  71. 55b3082 Add fuzzer test for scalar numbers in json. (#4996) by Vladimir Glavnyy · 6 years ago
  72. efbb11e CI check generate code (#4998) by Frank Benkstein · 6 years ago
  73. 5c0f914 forbid enum values that are out of range (#4977) by Frank Benkstein · 6 years ago
  74. 802639e Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980) by Sumant Tambe · 6 years ago
  75. ad8b1e5 [Python] Fast serialization of numpy vectors (#4829) by Felix Frank · 6 years ago
  76. 76d31e1 Go - Use Go bool type for bool fields (#4962) by kostya-sh · 6 years ago
  77. 20396a1 disallow c style casts (#4981) by Frank Benkstein · 6 years ago
  78. 4ed6faf Refactoring of idl_parser (#4948) by Vladimir Glavnyy · 6 years ago
  79. 53ce80c better output on TestError (#4979) by Frank Benkstein · 6 years ago
  80. 233976c Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) by Rikard Lundmark · 6 years ago
  81. 99fe1dc don't crash when calling EnumNameXXX on sparse enum (#4982) by Frank Benkstein · 6 years ago
  82. a4f9d1b Fix expected type of enum values in reflection tables (#4944) by Michael Edwards · 6 years ago
  83. a4c362a Use enum types in generated read/mutate methods for Go (#4978) by kostya-sh · 6 years ago
  84. 569492e Disable armeabi builds for Android and re-enable CI builds. (#4970) by Stewart Miles · 6 years ago
  85. d840856 In Javascript, generate bidirectional mappings for enums, between Name: Value and between Value: Name. (#4960) by Taj Morton · 6 years ago
  86. c0698cc Bumped version to 1.10.1 for all languages. by Wouter van Oortmerssen · 6 years ago
  87. ea8a429 Updated TestAll.sh with Rust. by Wouter van Oortmerssen · 6 years ago
  88. 7a43775 Assert tests on the first failure. (#4952) by Vladimir Glavnyy · 6 years ago
  89. 062dcf7 Use standard header for generated Go files (#4961) by kostya-sh · 6 years ago
  90. bf871ff Remove lifetime specifier on table getter methods (#4949) by Matt Mastracci · 6 years ago
  91. a89be87 loosen lifetimes in type signature of Table::get (#4925) by kzvi · 6 years ago
  92. 4313256 don't return Option from required table field accessors (#4926) by kzvi · 6 years ago
  93. c56fff8 rust: Fixed MakeCamelCase (#4932) (#4936) by jean-airoldie · 6 years ago
  94. 49fed8c Add FlatBufferBuilder move semantics tests to the main test suite (#4902) by Sumant Tambe · 6 years ago
  95. b1a925d ToStringVisitor settings to allow pretty formatted JSON (#4933) by Michael Edwards · 6 years ago
  96. 33791dc Add compare operator to code generated for c++ (#4940) by Thomas · 6 years ago
  97. 4b10656 Changed JS/TS codegen to use stable non-compiler dependent hash. by Wouter van Oortmerssen · 6 years ago
  98. e317b14 Added missing Dart codegen files. by Wouter van Oortmerssen · 6 years ago
  99. 02a7807 Add Rust to Appveyor config. (#4928) by Robert · 6 years ago
  100. 660c491 rust generator: fix builder lifetime switch (#4912) by Robert · 6 years ago