Rust: Fix Copy and Clone impls for a few generic types (#5577)
[platform/upstream/flatbuffers.git] / docs /
2019-09-10 Paulo Pinheiro[Java][FlexBuffers] Improve documentation for FlexBuffe...
2019-08-26 Wouter van OortmerssenClarified value reuse in FlexBuffers
2019-07-25 Jason MonschkeChange deprecated vector Length() to size() in tutorial...
2019-07-22 Paulo PinheiroAdd basic Kotlin support (#5409)
2019-07-08 Vladimir GlavnyyExtend the test of MonsterExtra (#5428)
2019-06-17 svenk177Add support for fixed-size arrays (#5313)
2019-06-12 Michael Seifert[flatc][docs] Document rounding behavior of floats...
2019-06-09 Will StottRemove out-dated -S option from the flatc syntax. ...
2019-06-05 Ashwin Ramaswamifix typo (#5384)
2019-05-31 Alexander Gallegoc++: Add command line option to add extra includes...
2019-05-23 aardappelLobster: added builder API for tables
2019-05-22 aardappelLobster documentation fixes
2019-04-24 Clément JulliardDoc: use correct ref types for flatcc string creation...
2019-04-19 Damien Lespiaudocs: Fix where to find the Typescript typings (#5298)
2019-04-08 Vladimir GlavnyyPart of #5265, neutral changes (#5281)
2019-04-05 Henry Lee[C++]Sync the sample monster.fbs file with the tutorial...
2019-04-04 unexgeFix typo in Go tutorial (#5274)
2019-03-28 tymcauleyUpdate grammar to reflect required type signature for...
2019-03-21 Ashay ShirwadkarFixed tutorial markdown file (#5248)
2019-03-11 Randal StevensFix typo in dart documentation (#5230)
2019-03-11 Wouter van Oortmerssen[C++] Object API: document custom string type requirements,
2019-03-09 bspeice[Rust] Don't use inner attributes for `allow` (#5212)
2019-02-28 csukuangfj[doc] fix typos in doc. (#5217)
2019-02-19 csukuangfjFix an error in cpp code. (#5189)
2019-02-11 Gabriel NütziAdd flag to make short names in JS/TS. (#5152)
2019-02-11 iceboyImplement (shared) attribute for C++ (#5157)
2019-02-07 Wouter van OortmerssenReduced `force_align` in tests to 8, to work with ...
2019-01-17 Vlad Frolov[docs] [rust] Add "Useful tools created by others"...
2018-11-16 Vladimir GlavnyyMake the Parser independent from the global C-locale...
2018-11-13 RobertFix missing doxygen link to Rust docs
2018-11-02 Wouter van OortmerssenFixed missing code from @javax.annotation PR.
2018-10-18 Frank Benksteinforbid enum values that are out of range (#4977)
2018-10-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-08 Stewart MilesDisable armeabi builds for Android and re-enable CI...
2018-10-04 Vladimir GlavnyyFix recursion counter check. Add control to override...
2018-09-21 ThomasAdd compare operator to code generated for c++ (#4940)
2018-09-03 RobertPort FlatBuffers to Rust (#4898)
2018-08-13 kulswanandProposing use of C++ header files and functions (#4869)
2018-08-06 Vladimir GlavnyyAttach header directory information to the "flatbuffers...
2018-07-29 aardappelFlatBuffers implementation for the Lobster programming...
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-16 shassaniflatbuffer force-empty option (#4822)
2018-07-16 xgdgsc:memo: release mode in building doc (#4819)
2018-07-05 Derek BaileyLua (5.3) Language addition (#4804)
2018-06-27 Paul ReimerAdd --force-defaults option to flatc [C++, parser]...
2018-06-25 Polynomdivisiondocs: fix flatc instructions (#4794)
2018-06-12 Kamil RojewskiFixed TypeScript links in docs (#4783)
2018-05-31 Wouter van OortmerssenFixed typo in Java/C# tutorial.
2018-05-31 Gautham B AFix typo in tutorial for Go (#4756)
2018-05-31 Nathan MitchellJavascript: Add suppport for ES6 style exports (#4754)
2018-05-18 Dan FieldAdd [Dart] support (#4676)
2018-05-07 Paul ReimerAdd --root-type option to flatc [C++, parser, JSON...
2018-04-06 Vladimir GlavnyyAn user-defined attribute name validation (#4689)
2018-04-05 Paul ReimerAdd FLATBUFFERS_ prefix to defines [C++] (#4695)
2018-04-05 Kamil RojewskiMissing TS links in docs (#4693)
2018-04-02 David StephanFix typos in C++ tutorial (#4685)
2018-03-23 Kamil RojewskiTypeScript docs (#4680)
2018-01-22 Li-DengFix the spell mistake (#4599)
2018-01-04 Darío HereñúUpdate URL (#4576)
2017-12-18 xgdgscupdate mutation status in doc (#4549)
2017-12-14 RobertMerge pull request #4516 from mikeholler/travis
2017-12-01 rmawatsonthis is allow custom allocator for obj-api structs...
2017-11-17 MikkelFJDocument type aliases (#4499)
2017-11-17 Dan Douglasfix typo (#4495)
2017-11-16 Hong Wuc++ Tutorial fix (#4494)
2017-11-16 David Komertutorial docs (#4492)
2017-11-06 Sergey AvseyevText files should not have executable bit set (#4480)
2017-10-09 Brian ChavezSpelling error in C# and Java documentation (#4454)
2017-09-22 Wouter van OortmerssenAdded support for mini-reflection tables.
2017-09-07 rouzierUpdate doc (#4427)
2017-08-14 Wouter van OortmerssenNoted that benchmarks are for C++
2017-08-14 Wouter van OortmerssenExplained GetRoot<Monster> vs GetMonster.
2017-08-14 Wouter van OortmerssenFurther grammar.md fixes: union types, idents, string...
2017-08-14 Wouter van OortmerssenFixed up grammar.md with rpc's and new scalar types.
2017-08-14 rouzierInternal doc (#4409)
2017-08-10 Wouter van OortmerssenMisc documentation fixes.
2017-08-07 Wouter van OortmerssenLinked to Mikkel's binary format documentation.
2017-08-01 Kevin Rose[Python] (scalar) vector reading speedup via numpy...
2017-06-12 Wouter van OortmerssenAdded nested FlexBuffer parsing
2017-06-07 Lawrence Chan[C++] Improve flatbuffers + gRPC integration (#4310)
2017-05-22 Wouter van OortmerssenSome code in the samples and docs still used old C...
2017-05-15 Wouter van OortmerssenUpdated tutorial with a vector of structs example.
2017-05-10 Wouter van OortmerssenAdded --keep-prefix to not strip schema include path...
2017-05-10 Wouter van OortmerssenFixed LookupByKey for Java & C#
2017-04-13 Wouter van OortmerssenAdded support for structs and strings in unions.
2017-03-20 Alexander GallegoAdd arbitrary string type to the native object API...
2017-03-15 Aaron Hudonfixed flag for javascript (#4223)
2017-03-08 Dale Lukas PetersonFix broken symlink to CONTRIBUTING.md (#4212)
2017-03-03 Zarian WaheedFixing broken link and added missing <map> header inclu...
2017-02-14 Wouter van OortmerssenAdded doc comments to the binary schema.
2017-02-10 Wouter van OortmerssenAdded --prefix-include option for generated includes.
2017-02-09 Wouter van OortmerssenChanges to make flatbuffers javascript compatible with...
2017-02-09 Wouter van OortmerssenFixed missing '
2017-02-08 Wouter van OortmerssenFirst attempt at SchemaLess FlatBuffers.
2017-01-27 RobertMerge pull request #4146 from zchee/go-test-fix_struct
2017-01-24 jsanmiyaMerge pull request #4148 from gbeili/vector_unions
2017-01-24 Bei LiUnion Vector
2017-01-19 Wouter van OortmerssenMore native code gen functionality.
2016-12-20 Wouter van OortmerssenMerge branch 'master' of https://github.com/google...
2016-12-20 Wouter van OortmerssenMerge "Documentation improvements: style guide & guide...
next