1. 80d148b [net] Fix issue #5036 when write a double value into bytebuffer at big endian machine with unsafe mode. (#5076) by Simon.S.King · 6 years ago
  2. 2aa0d9a Support nulls in String compare, CreateSharedString (#5060) by Matt Frantz · 6 years ago
  3. 79cd55b CI: Dockerized language port tests (#5066) by Robert · 6 years ago
  4. b378b8e Fix create_vector_of_strings to use the stack, and test it. (#5074) by Robert · 6 years ago
  5. 9635d49 Fix Java generator bug that ignores bidi streaming attribute (#5063) by Sumant Tambe · 6 years ago
  6. 0143f4e disable unimportant RAM-heavy test b/c Windows (#5047) by Robert · 6 years ago
  7. e161ade Make Parser skip files it's seen already. (#5048) by Russell Chou · 6 years ago
  8. f575b02 Make string/vector field serialization order not depend on optimizer. by Wouter van Oortmerssen · 6 years ago
  9. 5f32f94 Make the Parser independent from the global C-locale (#5028) by Vladimir Glavnyy · 6 years ago
  10. d6b1ce0 Fixed double generated file name postfix (#5046) by Kamil Rojewski · 6 years ago
  11. f23009f Make flatbuffer C++ tests work when vendored with bazel (#5040) by Austin Schuh · 6 years ago
  12. 30bae01 Convenient createX methods for TS (#5044) by Kamil Rojewski · 6 years ago
  13. 9068b0e flexbuffers blob to string implementation (#5039) by Shivendra Agarwal · 6 years ago
  14. f8a0d38 Fix missing doxygen link to Rust docs by Robert · 6 years ago
  15. 688fc77 Wrong int32 min-max range definition on numTypes.lua (#5031) by Antonio Park · 6 years ago
  16. dd89228 Update Conan version Automatically (#5027) by Uilian Ries · 6 years ago
  17. ab54e61 FlexBuffer to JSON convertor for typed and fixedTypedvectors (#4947) by Shivendra Agarwal · 6 years ago
  18. f445c1e Fixed STLPort build by Wouter van Oortmerssen · 6 years ago
  19. 980a6d6 Fixed vectors of enums in object API serialized incorrectly. by Wouter van Oortmerssen · 6 years ago
  20. 2159191 Fixed missing code from @javax.annotation PR. by Wouter van Oortmerssen · 6 years ago
  21. b6c3d7b Fix a memory leak in builder test (#5021) by Sumant Tambe · 6 years ago
  22. db0fcdd --keep-prefix for JS generator (#5018) by Gabriel Nützi · 6 years ago
  23. 91fe9ba make unions with type aliases more usable (#5019) by Frank Benkstein · 6 years ago
  24. 4c3b6c2 Rust: test that no heap allocs happen on hot paths (#5022) by Robert · 6 years ago
  25. 160e8f2 Disallowed 0 byte structs. by Wouter van Oortmerssen · 6 years ago
  26. 705577d Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4811)" by Wouter van Oortmerssen · 6 years ago
  27. 0fb1d44 Add 'fsanitize=address,undefined' to tests and flatc targets (#5009) by Vladimir Glavnyy · 6 years ago
  28. bd20a60 Fixed Java gRPC version numbers. by Wouter van Oortmerssen · 6 years ago
  29. b78c433 Fixed npm publish appending multiple copies into .mjs by Wouter van Oortmerssen · 6 years ago
  30. 636b516 clean up unnecessary outer rust gen-snippet (#5013) by csmoe · 6 years ago
  31. 560718e Use stdlib context in generated Go files (#4904) by Felix Hanley · 6 years ago
  32. ff687ae Make alignment checking optional. (#5011) by Doug Muir · 6 years ago
  33. ca41742 make flatbuffers::IsFieldPresent safer (#4988) by Frank Benkstein · 6 years ago
  34. 55b3082 Add fuzzer test for scalar numbers in json. (#4996) by Vladimir Glavnyy · 6 years ago
  35. efbb11e CI check generate code (#4998) by Frank Benkstein · 6 years ago
  36. 5c0f914 forbid enum values that are out of range (#4977) by Frank Benkstein · 6 years ago
  37. 802639e Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980) by Sumant Tambe · 6 years ago
  38. ad8b1e5 [Python] Fast serialization of numpy vectors (#4829) by Felix Frank · 6 years ago
  39. 76d31e1 Go - Use Go bool type for bool fields (#4962) by kostya-sh · 6 years ago
  40. 20396a1 disallow c style casts (#4981) by Frank Benkstein · 6 years ago
  41. a3d8391 don't use std::function in flatbuffers::Parser (#4995) by Frank Benkstein · 6 years ago
  42. 241e87d add :runtime_cc target (#4994) by iceboy · 6 years ago
  43. 35f0b41 fix missing newline in flatc help message (#4992) by Frank Benkstein · 6 years ago
  44. cb5422c fix #4974 (#4989) by Frank Benkstein · 6 years ago
  45. 4ed6faf Refactoring of idl_parser (#4948) by Vladimir Glavnyy · 6 years ago
  46. 53ce80c better output on TestError (#4979) by Frank Benkstein · 6 years ago
  47. 233976c Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) by Rikard Lundmark · 6 years ago
  48. 99fe1dc don't crash when calling EnumNameXXX on sparse enum (#4982) by Frank Benkstein · 6 years ago
  49. a4f9d1b Fix expected type of enum values in reflection tables (#4944) by Michael Edwards · 6 years ago
  50. a4c362a Use enum types in generated read/mutate methods for Go (#4978) by kostya-sh · 6 years ago
  51. 7c3c027 Add missing const on Reference::As<> (#4975) by cor3ntin · 6 years ago
  52. 569492e Disable armeabi builds for Android and re-enable CI builds. (#4970) by Stewart Miles · 6 years ago
  53. d840856 In Javascript, generate bidirectional mappings for enums, between Name: Value and between Value: Name. (#4960) by Taj Morton · 6 years ago
  54. 925c1d7 Fix recursion counter check. Add control to override depth of nested … (#4953) by Vladimir Glavnyy · 6 years ago
  55. c0698cc Bumped version to 1.10.1 for all languages. by Wouter van Oortmerssen · 6 years ago
  56. ea8a429 Updated TestAll.sh with Rust. by Wouter van Oortmerssen · 6 years ago
  57. f85af46 Adds __reset method to Struct and Table (#4966) by Jason Neufeld · 6 years ago
  58. 7a43775 Assert tests on the first failure. (#4952) by Vladimir Glavnyy · 6 years ago
  59. 062dcf7 Use standard header for generated Go files (#4961) by kostya-sh · 6 years ago
  60. ebb4100 Allow tables that are entirely composed of native inlines to be copied. (#4958) by Taj Morton · 6 years ago
  61. 4b864fd Turn on gRPC tests in travis build (#4955) by Sumant Tambe · 6 years ago
  62. 7e711f8 Parser error message reports both the line number and the cursor position. (#4954) by Vladimir Glavnyy · 6 years ago
  63. bf871ff Remove lifetime specifier on table getter methods (#4949) by Matt Mastracci · 6 years ago
  64. a89be87 loosen lifetimes in type signature of Table::get (#4925) by kzvi · 6 years ago
  65. 0bffce5 Add more apis to query vector types from a reference (#4823) by Shivendra Agarwal · 6 years ago
  66. d48f08a Add missed defined(clang) and fix the wrong placement of #pragma push/pop for MSVC compiler (#4946) by Vladimir Glavnyy · 6 years ago
  67. 4313256 don't return Option from required table field accessors (#4926) by kzvi · 6 years ago
  68. c56fff8 rust: Fixed MakeCamelCase (#4932) (#4936) by jean-airoldie · 6 years ago
  69. 49fed8c Add FlatBufferBuilder move semantics tests to the main test suite (#4902) by Sumant Tambe · 6 years ago
  70. b1a925d ToStringVisitor settings to allow pretty formatted JSON (#4933) by Michael Edwards · 6 years ago
  71. 33791dc Add compare operator to code generated for c++ (#4940) by Thomas · 6 years ago
  72. 873a60b Updated readme.md by Wouter van Oortmerssen · 6 years ago
  73. 4b10656 Changed JS/TS codegen to use stable non-compiler dependent hash. by Wouter van Oortmerssen · 6 years ago
  74. e317b14 Added missing Dart codegen files. by Wouter van Oortmerssen · 6 years ago
  75. ed03faa [C#] Fix compile issue when compiling with older versions of C# (#4938) by Christopher Cifra · 6 years ago
  76. 02a7807 Add Rust to Appveyor config. (#4928) by Robert · 6 years ago
  77. 615885e Add ByteBufferFactory#releaseByteBuffer (#4914) by Enrico Olivelli · 6 years ago
  78. 528ccdd rust: more builder lifetimes predicates (#4923) by Robert · 6 years ago
  79. c23ba67 rust: more builder lifetimes logic (#4917) by Robert · 6 years ago
  80. 10e1d1a fix rust flatbuffers create_vector docs (#4913) by Onur Karaman · 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. 919c929 readme.md: add Rust as a supported language by Robert · 6 years ago
  84. ba4a02b Update Cargo.toml for Crates.io package by Robert · 6 years ago
  85. be3d0b9 delete and ignore Cargo.lock files (#4906) by Robert · 6 years ago
  86. 872fad0 Fix extern crate in root namespace (#4905) by Chris Holcombe · 6 years ago
  87. 9e648c3 Rust: Add basic crate-level documentation by Robert · 6 years ago
  88. d4f65bb Update Rust runtime crate version for publishing by Robert · 6 years ago
  89. 3c54fd9 Port FlatBuffers to Rust (#4898) by Robert · 6 years ago
  90. e757854 Add move semantics to MessageBuilder, FlatBufferBuilder, SliceAllocator, and vector_downward (#4893) by Sumant Tambe · 6 years ago
  91. 99acd0b DetachedBuffer cannot be rewrapped (#4885) by Gabriel Nützi · 6 years ago
  92. 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
  93. e1f48ad Updated preprocessor check for template aliases. (#4888) by Derek Bailey · 6 years ago
  94. d8f49e1 Mono Fix for Unsafe Mode (#4887) by Derek Bailey · 6 years ago
  95. 1f5eae5 Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4830)" by Wouter van Oortmerssen · 6 years ago
  96. ea9d60b Added missing dart/ts test changes. by Wouter van Oortmerssen · 6 years ago
  97. c2c3a84 Add C#/Java generator behaviour for 'private' attribute (#4882) by Andy Martin · 6 years ago
  98. 1f03bec Conan build packages on CI (#4590) (#4594) by Uilian Ries · 6 years ago
  99. c721009 Proposing use of C++ header files and functions (#4869) by kulswanand · 6 years ago
  100. 55289c5 Use string_view if _HAS_CXX17 is true (#4876) by iceboy · 6 years ago