1. 40ce094 [LSC] Add LOCAL_LICENSE_KINDS to external/flatbuffers by Bob Badour · 3 years, 4 months ago
  2. b9f6b1a Revert "Revert "Upgrade flatbuffers to v1.12.0"" by Haibo Huang · 4 years, 3 months ago
  3. 420a0a2 Revert "Upgrade flatbuffers to v1.12.0" by Aurimas Liutikas · 4 years, 3 months ago
  4. 45a2b07 Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802) by Vladimir Glavnyy · 4 years, 3 months ago
  5. 54f8b78 Fix memory leak on cpp object api (#5761) by xtrm0 · 4 years, 4 months ago
  6. a4b2884 Added create function for swift (#5707) by mustiikhalil · 4 years, 5 months ago
  7. 04d80f2 [Swift] Swift implementation 🎉🎉 (#5603) by mustiikhalil · 4 years, 5 months ago
  8. 901b89e [C++] Add Builder and Table typedefs (#5685) by Austin Schuh · 4 years, 5 months ago
  9. 44bf719 Add flatc '--cpp_std' switch (#5656) by Vladimir Glavnyy · 4 years, 5 months ago
  10. 2790fee Add namespace qualification to union types (#5666) by cryptocode · 4 years, 6 months ago
  11. 42c08cb Ran src/clang-format-all.sh (#5617) by Derek Bailey · 4 years, 7 months ago
  12. 46ae3f8 [C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union types (#5599) by Derek Bailey · 4 years, 7 months ago
  13. 4808154 C++ verifier for evolved union fields should return true (#5586) by Derek Bailey · 4 years, 7 months ago
  14. e21516b Fix issue #5557 (#5573) by Vladimir Glavnyy · 4 years, 8 months ago
  15. e365c50 Java: Added access object for vector of struct and vector of tables. (#5233) by Kulikov Alexey · 4 years, 8 months ago
  16. cd75a36 Android: remove app_dummy() calls by Wouter van Oortmerssen · 4 years, 10 months ago
  17. b97b342 Fixed missing generated code. by Wouter van Oortmerssen · 4 years, 10 months ago
  18. c1058a9 C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483) by Wes McKinney · 4 years, 10 months ago
  19. de9aa0c Add basic Kotlin support (#5409) by Paulo Pinheiro · 4 years, 11 months ago
  20. a80db85 [C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404) by John Luxford · 5 years ago
  21. 43dbac5 Lobster: added builder API for tables by aardappel · 5 years ago
  22. b10b050 Made Lobster builder offsets strongly typed by aardappel · 5 years ago
  23. 563dcd6 Made Lobster API use strongly typed enums by aardappel · 5 years ago
  24. 30ac512 Fixed Lobster implementation to work with latest language features by aardappel · 5 years ago
  25. fe83b68 Added a CPP UnPackSizePrefixed<struct_name> generated helper function (#5350) by David Cowan · 5 years ago
  26. f9ebfcb Make Monster's Color unsigned (#5318) by Vladimir Glavnyy · 5 years ago
  27. cef8f92 Struct typetable (#5291) by Nils Berg · 5 years ago
  28. d07a3d2 Fixed VS2010 build. by Wouter van Oortmerssen · 5 years ago
  29. 640df2c Allow Set() methods to handle reference types by Wouter van Oortmerssen · 5 years ago
  30. 3ff6cdf [C++]Sync the sample monster.fbs file with the tutorial (#5277) by Henry Lee · 5 years ago
  31. 4cbff97 Fix a warning on compiling with clang (#5258) by Nikolay Kuznetsov · 5 years ago
  32. 88abae6 Add inequality operator (inspired from #263) (#5257) by LouisP · 5 years ago
  33. 2e865f4 [Fix #5112] flatc generates constructors with memset for non-trivial types (#5222) by Laurent Stacul · 5 years ago
  34. d449316 Fix high certainty warnings from PVS-studio (#5115) by Vladimir Glavnyy · 5 years ago
  35. dba962e Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077) by tira-misu · 5 years ago
  36. f575b02 Make string/vector field serialization order not depend on optimizer. by Wouter van Oortmerssen · 6 years ago
  37. 705577d Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4811)" by Wouter van Oortmerssen · 6 years ago
  38. ca41742 make flatbuffers::IsFieldPresent safer (#4988) by Frank Benkstein · 6 years ago
  39. 99fe1dc don't crash when calling EnumNameXXX on sparse enum (#4982) by Frank Benkstein · 6 years ago
  40. a4f9d1b Fix expected type of enum values in reflection tables (#4944) by Michael Edwards · 6 years ago
  41. 569492e Disable armeabi builds for Android and re-enable CI builds. (#4970) by Stewart Miles · 6 years ago
  42. 33791dc Add compare operator to code generated for c++ (#4940) by Thomas · 6 years ago
  43. 3c54fd9 Port FlatBuffers to Rust (#4898) by Robert · 6 years ago
  44. 4898809 FlatBuffers implementation for the Lobster programming language by aardappel · 6 years ago
  45. 79f2adc Renamed Verifier methods by Wouter van Oortmerssen · 6 years ago
  46. 72b05bc Convert net/FlatBuffers project to be compatible with netstandard (#4811) by Damien Pontifex · 6 years ago
  47. ba5eb3b Lua (5.3) Language addition (#4804) by Derek Bailey · 6 years ago
  48. 8891264 Add [Dart] support (#4676) by Dan Field · 6 years ago
  49. af3c598 Rename MANUALLY_ALIGNED_STRUCT to add FLATBUFFERS_ prefix in generated code within tests/. Via running `cd tests && sh generate_code.sh` (#4696) by Paul Reimer · 6 years ago
  50. eac0bc6 Add FLATBUFFERS_ prefix to defines [C++] (#4695) by Paul Reimer · 6 years ago
  51. 79f62ee Const correctness in generated code and in code generators. Added missing \reflection\generate_code.bat file. (#4679) by Flaviu · 6 years ago
  52. 132e6a8 Add new c++ helpers to ease usage of size prefixed FlatBuffers (#4626) by desqaz · 6 years ago
  53. 36f8564 C++: mini_reflect: Add DefaultTypeTable (#4614) by Alexander Gallego · 6 years ago
  54. 0c86929 Added missing nullptr check in vector of union verifiers. by Wouter van Oortmerssen · 6 years ago
  55. 89711c9 Made all C++ files clang-formatted. by Wouter van Oortmerssen · 6 years ago
  56. be1ad33 Missing generated code files. by Wouter van Oortmerssen · 7 years ago
  57. 6eb031d Text files should not have executable bit set (#4480) by Sergey Avseyev · 7 years ago
  58. 5b4acf8 [C++] Add explicit keyword on generated constructors for Builder structs (#4452) by Aaron · 7 years ago
  59. 7a6b2bf Fixed TypeTable function not being inline. by Wouter van Oortmerssen · 7 years ago
  60. 72a99ab Added support for mini-reflection tables. by Wouter van Oortmerssen · 7 years ago
  61. 21a8121 Add constant accessors to C++ unions (#4433) by endorph-soft · 7 years ago
  62. ac1015e Trimmed vtables of trailing zeroes. by Wouter van Oortmerssen · 7 years ago
  63. 7fe2812 Fixed clang-tidy warnings. by Wouter van Oortmerssen · 7 years ago
  64. a892322 C++98 (stlport) support for core FlatBuffers and FlexBuffers. by Stewart Miles · 7 years ago
  65. dadd1a9 Generate a C++ function for EnumValues{{ENUM_NAME}} (#4337) by rufeooo · 7 years ago
  66. 398ae0c Some code in the samples and docs still used old C# API. by Wouter van Oortmerssen · 7 years ago
  67. 8b92122 Made the verifier catch zero-offsets. by Wouter van Oortmerssen · 7 years ago
  68. 523f383 VS fix for ambiguous union assignment operator. by Wouter van Oortmerssen · 7 years ago
  69. e093f72 Improved union copy constructor. by Wouter van Oortmerssen · 7 years ago
  70. 728bb64 Fixed clang needing union copy constructor. by Wouter van Oortmerssen · 7 years ago
  71. b0752e1 Added support for structs and strings in unions. by Wouter van Oortmerssen · 7 years ago
  72. 2aec880 [C++]Use noexcept in union type move ctor/Add move assingment (#4249) by moti · 7 years ago
  73. 1a27c70 C++: Add default value handling to mutation/SetField code (#4230) by Lawrence Chan · 7 years ago
  74. c6aae45 sample: update auto-generated monster_generated.h (#4219) by Koichi Shiraishi · 7 years ago
  75. bb223da C++ generator: Pre-allocating std::vector in UnPack methods. (#4187) by Louis-Paul CORDIER · 7 years ago
  76. 17c5f89 Fixed move constructor in generated union class (#4192) by Andrei Lebedev · 7 years ago
  77. 2df3d1c Added missing generated code. by Wouter van Oortmerssen · 7 years ago
  78. b7bfecb Add move constructor to generated union class. (#4167) by 水樹素子 · 7 years ago
  79. 87e29b2 Some small speed optimizations to the core copying functions. by Wouter van Oortmerssen · 7 years ago
  80. 68bbe98 Union Vector by Bei Li · 7 years ago
  81. 3f936c5 More native code gen functionality. by Wouter van Oortmerssen · 7 years ago
  82. 7b94eab Add CodeWriter utility class. by Wouter van Oortmerssen · 7 years ago
  83. b55f186 Resolve Go fmt and vet warnings (#4134) by Pascal S. de Kloe · 7 years ago
  84. 2c4dce5 Re-applied reverted fix, adding missing codegen files. by Wouter van Oortmerssen · 7 years ago
  85. cc84240 Misc idl_gen_cpp cleanup by Wouter van Oortmerssen · 7 years ago
  86. b9efbf6 Fixed more Windows build errors. by Wouter van Oortmerssen · 7 years ago
  87. 03ee3db Fixed Windows build errors. by Wouter van Oortmerssen · 7 years ago
  88. cf825b8 Added missing generated code from previous commits. by Wouter van Oortmerssen · 7 years ago
  89. e6fa14a Add default values (if they exist) to native tables. by Wouter van Oortmerssen · 7 years ago
  90. c66683f Add ::Set function to Unions to make memory ownership clear. by Wouter van Oortmerssen · 7 years ago
  91. 6301da7 add weapon + equipment to json example (#4114) by Ricardo Quesada · 7 years ago
  92. bc2ec71 Adds typedefs and functions to help write generic code. by Wouter van Oortmerssen · 8 years ago
  93. d9fe4e2 Allow other pointer types than unique_ptr for object API. by Wouter van Oortmerssen · 8 years ago
  94. b830dac Added missing generated code files. by Wouter van Oortmerssen · 8 years ago
  95. dc2fa21 External references for the object API thru a resolver function. by Wouter van Oortmerssen · 8 years ago
  96. 94d5643 Allow GenerateText() to indicate failure to encode flatbuffer to JSON (i.e., non-UTF-8 string data) by Ben Hamilton · 8 years ago
  97. a0b8f66 Added "Direct" suffix to vector/string object creation functions. by Wouter van Oortmerssen · 8 years ago
  98. 3eebba7 Fixed incorrect generated code on convenient vector constructors. by Wouter van Oortmerssen · 8 years ago
  99. f988707 Adding missing generated code from recent commits. by Wouter van Oortmerssen · 8 years ago
  100. 3101e32 Added optional object based API for C++. by Wouter van Oortmerssen · 8 years ago