summaryrefslogtreecommitdiff
path: root/tests/namespace_test
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Swift/Kotlin generated code version updatesWouter van Oortmerssen4-4/+4
2021-05-10C#/Java generated code version updatesWouter van Oortmerssen8-8/+8
2021-05-03[TS] Remove wrong and obsolete NS prefix use (#6604)Björn Harrtell7-0/+390
2021-05-03removed unneeded type prefixing (#6601)Kamil Rojewski1-4/+4
2021-04-27[Lua] GetRootAs can accept strings. Made Luatest Benchmarks optional (#6593)Derek Bailey4-0/+12
2021-04-26Mark endian_scalar as unsafe. (#6588)Casper2-8/+16
2021-04-16[Rust] Add support for fixed size arrays (#6548)Eddie Linder2-9/+9
2021-04-15silenced clippy warning (#6565)Kamil Rojewski2-0/+4
2021-04-12[TS] Add Build TS to CI jobs (#6524)Björn Harrtell4-1290/+0
2021-03-29Rust structz (#6539)Casper2-2/+12
2021-03-25fixed packing structs (#6530)Kamil Rojewski1-2/+1
2021-03-11fixed packing structs in nested buffers (#6509)Kamil Rojewski3-5/+12
2021-03-04fixed invalid TS call and added test files (#6495)Kamil Rojewski7-0/+518
2021-02-07Implement Rust object API defaults (#6444)Casper2-5/+44
2021-01-28Better python generated code naming (#6336)Richard A Hofer4-42/+105
2021-01-26Rust: remove inner attributes (#6410)Casper2-2/+0
2021-01-25[Rust] Ensure unions are referenced with the correct path (#6422)William Bain24-39/+1410
2021-01-22Rust Object API (#6070)Casper2-14/+148
2021-01-11Fix Rust UB problems (#6393)Casper1-13/+53
2021-01-07Fix up scripts, fix generated enum value for strong mode, regenerate files (#...Dan Field1-1/+1
2021-01-04fixed warnings (#6355)Kamil Rojewski2-15/+16
2020-12-10[Python] Commit some orphan python genfile diffs. (#6325)David P. Sicilia4-4/+4
2020-12-07Rust Flatbuffers Verifier (#6269)Casper2-8/+82
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy2-22/+12
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin4-0/+28
2020-10-29Implement `Debug` trait for Rust flatbuffers. (#6207)Casper2-5/+45
2020-10-19Rework enums in rust. (#6098)Casper2-44/+57
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al3-0/+18
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts2-6/+6
2020-09-17[JS] Add getFullyQualifiedName() (#6119)Anass Al8-0/+117
2020-07-25Rust codegen improvements and lint fixes (#6046)Casper2-23/+15
2020-07-10[Dart] Generate constant values map for enums (#6025)Zhaoxuan Jiang1-1/+1
2020-07-02Not using non-existent create method for obj api (#6015)Kamil Rojewski1-9/+11
2020-06-04fixed mutating inline values (#5942)Kamil Rojewski2-28/+4
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-2/+3
2020-05-18not creating creation methods when using structs (#5919)Kamil Rojewski2-41/+0
2020-05-11[TS] Make Obj-API work with --short-names (#5898)Khoi Dinh Trinh2-5/+5
2020-04-09[TS] Add Obj API (#5788)Khoi Dinh Trinh2-1/+202
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer2-4/+0
2020-03-23[csharp] flatc should generate a 'Create…' method for tables with struct fi...stefan3011-5/+16
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen12-12/+12
2020-02-12Fix memory leak on cpp object api (#5761)xtrm02-12/+12
2020-02-10[C#] support Json Serialization (#5752)mugisoba6-0/+10
2020-01-30[C#] support Object API (#5710)mugisoba5-0/+140
2020-01-20[typescript] Size-prefixed root accessors not taking into account size prefix...Max Burke4-13/+21
2020-01-19[rust] Add use declarations to Rust-generated bindings for imported FB defini...Max Burke1-0/+3
2020-01-16[Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherev...Somo5-10/+10
2019-12-31[rust] Make enum names public (#5690)Max Burke1-1/+1
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh2-0/+12
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy14-10/+571