summaryrefslogtreecommitdiff
path: root/tests/monster_test_generated.js
AgeCommit message (Expand)AuthorFilesLines
2021-04-12[TS] Add Build TS to CI jobs (#6524)Björn Harrtell1-3277/+0
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy1-1/+48
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper1-1/+55
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al1-0/+21
2020-06-04fixed mutating inline values (#5942)Kamil Rojewski1-63/+9
2020-05-18not creating creation methods when using structs (#5919)Kamil Rojewski1-105/+0
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler1-1/+1
2020-01-20[typescript] Size-prefixed root accessors not taking into account size prefix...Max Burke1-0/+7
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey1-45/+0
2019-09-05[Javascript] Fix syntax error for signed enum (#5503)Jaemin Park1-17/+70
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy1-0/+22
2019-05-30Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5...iceboy1-2/+2
2019-05-16[JS/TS] Size prefix support (#5326)Björn Harrtell1-0/+71
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-9/+9
2019-03-11Made JS enum declarations compatible with google closureWouter van Oortmerssen1-19/+58
2019-02-15Changed the JavaScript generation to emit createX helper functions just like ...Christopher Cifra1-0/+191
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-1/+1
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen1-1/+55
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein1-1/+117
2018-10-04In Javascript, generate bidirectional mappings for enums, between Name: Value...Taj Morton1-7/+7
2018-03-05Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643)Christian Helmich1-1/+202
2018-02-22added support for parsing hash on vector elements (#4502)Christian Helmich1-1/+207
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen1-1/+69
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ1-0/+469
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-1/+101
2017-07-24Test case for CreateVectorOfStructs() using a callback.Stewart Miles1-1/+35
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen1-1/+55
2017-05-10Reverting part of PR #4286Wouter van Oortmerssen1-7/+7
2017-05-10Added missing js/ts generated code.Wouter van Oortmerssen1-4/+4
2017-05-01Generating the most strict TS code possible (#4286)Kamil Rojewski1-9/+9
2017-03-29Support binary search for struct in cpp (#4245)tianyapiaozi1-1/+118
2016-11-07chore(lint) (#4079)Michael Paulson1-52/+52
2016-10-26Fixed javascript helper for typed arrays of scalars not taking into (#4068)benssson1-3/+3
2016-07-25chore(generate-code): Generate the JS code after mutation has been added.Michael Paulson1-0/+390
2016-07-11js:add @namespace annotation to namespacesJames Gilles1-4/+8
2016-06-20Allow unions of table types with the same name but from different namespaces.Wouter van Oortmerssen1-1/+58
2016-06-15Added additional convenience overloads to CreateVector().Wouter van Oortmerssen1-1/+48
2016-04-20Fixed float suffix not being added on implicit float defaults.Wouter van Oortmerssen1-1/+17
2016-04-18Fixed whole-number float default values missing a .0 suffix.Wouter van Oortmerssen1-1/+17
2016-04-13Fixed missing "f" on float default values in C++/Java/C#Wouter van Oortmerssen1-1/+17
2016-02-26Merge pull request #3765 from Mischanix/js-typed-arraysWouter van Oortmerssen1-0/+24
2016-02-25Fix #3773: Generated JS now avoids the flatbuffers objectEvan Wallace1-10/+10
2016-02-12Add helper for javascript typed arraysRobert Nix1-0/+24
2015-12-02Added long form options for all generators (--cpp etc.)Wouter van Oortmerssen1-0/+2
2015-10-14Add UTF-8 support to the JavaScript APIEvan Wallace1-9/+12
2015-10-14Update monster_test_generated.js baseline after rebaseEvan Wallace1-1/+47
2015-10-14remove unnecessary returnEvan Wallace1-1/+1
2015-10-14Add support for JavaScript code generationEvan Wallace1-0/+936