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