summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2021-08-30[C++] Add GetMutableSizePrefixedRoot and generate GetMutableSizePrefixedXxx f...Stefan F1-0/+4
2021-08-23Refactor idl_gen_rust and Rust generated code to use consistent whitespace (#...Casper4-146/+150
2021-08-05[C++] Use UnPackTo instead of UnPack if pointer exists (#6725)RWauson1-1/+1
2021-08-02[C++] Use nullptr instead of 0 in generated headers (#6762)mogemimi1-2/+2
2021-08-02Dart 2.0 release prep (#6759)Ivan Dlugos1-8/+7
2021-07-22Rework how Rust generated files are laid out (#6731)Casper9-1010/+1038
2021-07-19fix lints in rust tests (#6743)Casper1-1/+1
2021-07-15Dart - regenerate example after recent flatc changes (#6733)Ivan Dlugos1-3/+0
2021-06-22Dart null safety (#6696)Ivan Dlugos1-0/+1
2021-06-21Improve generated comparisons for tables (#6486)Mika Raento1-29/+31
2021-06-19Replace filenames in reflection with filenames+includes. (#6703)Casper1-0/+0
2021-06-17Add the file a symbol is declared in to Reflection (#6613)Casper1-0/+0
2021-05-13Deprecate EnumVal.object (#6612)Casper1-0/+0
2021-05-10More missing version changesHEADv2.0.0masterWouter van Oortmerssen1-6/+6
2021-05-06Updates swift generated monster sample file (#6616)mustiikhalil1-19/+19
2021-04-26Mark endian_scalar as unsafe. (#6588)Casper2-22/+8
2021-04-22[Rust] Fix small mistyping (#6585)Alexander Zaitsev1-1/+1
2021-04-16[Rust] Add support for fixed size arrays (#6548)Eddie Linder1-4/+4
2021-04-15silenced clippy warning (#6565)Kamil Rojewski1-0/+2
2021-03-29Rust structz (#6539)Casper1-1/+6
2021-02-19Fixes grammer (#6477)mustiikhalil2-11/+11
2021-02-19Fix sample_binary.py to use latest EndVector without a size. (#6478)Richard A Hofer1-2/+2
2021-02-19updated JS docs to reflect current status (#6436)Kamil Rojewski1-106/+0
2021-02-07Implement Rust object API defaults (#6444)Casper1-2/+25
2021-01-26Rust: remove inner attributes (#6410)Casper2-1/+1
2021-01-25[Rust] Ensure unions are referenced with the correct path (#6422)William Bain1-2/+2
2021-01-22Rust Object API (#6070)Casper3-11/+201
2021-01-11Fix Rust UB problems (#6393)Casper1-16/+76
2021-01-04fixed warnings (#6355)Kamil Rojewski1-18/+19
2021-01-02Updates license date to 2021 (#6378)mustiikhalil1-1/+1
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil2-6/+206
2020-12-07Rust Flatbuffers Verifier (#6269)Casper2-15/+151
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy1-23/+15
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil1-54/+70
2020-11-05Modernize android build and sample (#6229)Paulo Pinheiro12-609/+0
2020-10-29Implement `Debug` trait for Rust flatbuffers. (#6207)Casper2-3/+50
2020-10-24Refactor idl_gen_rust (#6206)Casper1-31/+43
2020-10-19Rework enums in rust. (#6098)Casper2-75/+91
2020-10-10Fixed rust nested flatbuffers for tables other than self (#6062)Casper1-52/+64
2020-10-06Flatbuffer C++ UnpackTo optimization for vectors of non-bool bytes. (#6154)mrmarkwell1-1/+1
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts1-5/+5
2020-09-11Optional-ness in reflection (#6097)Casper1-0/+0
2020-06-28[Swift] FlatBuffers createMonster method doesn't treat struct properly (#5992)Liu Liu1-18/+17
2020-06-18Rust Flexbuffers Documentation update (#5979)Casper1-0/+15
2020-06-17[docs] typo: updates monsterdata.json to be valid json (#5978)Dimitri Mitropoulos1-15/+15
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-2/+4
2020-05-07Rust Flexbuffers (#5669)Casper2-0/+250
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer1-2/+0
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy1-3/+3
2020-02-12Fix memory leak on cpp object api (#5761)xtrm01-6/+6