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