summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-13Added create function for swift (#5707)mustiikhalil1-15/+15
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-0/+68
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+6
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-2/+2
2019-12-17Add namespace qualification to union types (#5666)cryptocode1-2/+2
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey3-6/+5
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey1-3/+0
2019-10-28C++ verifier for evolved union fields should return true (#5586)Derek Bailey1-1/+1
2019-10-18Fix issue #5557 (#5573)Vladimir Glavnyy1-1/+0
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey1-0/+6
2019-08-23Android: remove app_dummy() callsWouter van Oortmerssen1-3/+1
2019-08-19Fixed missing generated code.Wouter van Oortmerssen1-1/+1
2019-08-19C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483)Wes McKinney1-12/+12
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro2-0/+168
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford1-69/+69
2019-05-22Lobster: added builder API for tablesaardappel2-46/+69
2019-05-22Made Lobster builder offsets strongly typedaardappel1-15/+15
2019-05-22Made Lobster API use strongly typed enumsaardappel1-4/+4
2019-05-22Fixed Lobster implementation to work with latest language featuresaardappel3-47/+46