summaryrefslogtreecommitdiff
path: root/reflection
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Optional-ness in reflection (#6097)Casper1-0/+1
2020-06-02Add static asserts to ensure that reflection API arrays are kept in sync (#5934)Laurentiu Cristofor1-2/+5
2020-02-27Fixed refractoring issue in reflection/generate_code.sh. Also, mv deletes the...Derek Bailey1-3/+4
2020-02-24Skip writing reflection_generated.h if not changed (#5776)Derek Bailey1-1/+13
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy2-2/+2
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-2/+5
2018-10-22CI check generate code (#4998)Frank Benkstein2-1/+2
2018-04-27Include services in reflection data (fixes #4639) (#4713)Tobias Oberstein2-2/+19
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu1-0/+18
2017-04-12Added support for structs and strings in unions.Wouter van Oortmerssen1-1/+2
2017-02-13Added doc comments to the binary schema.Wouter van Oortmerssen1-0/+3
2016-05-23Made .sh files all have same comment formatting.Wouter van Oortmerssen1-1/+1
2016-05-23Added missing licenses to some sh/cs/py files.Wouter van Oortmerssen1-0/+16
2016-04-11Made user-defined attributes available in the reflection data.Wouter van Oortmerssen1-0/+8
2015-06-29Reflection: generically copy (parts of) FlatBuffers.Wouter van Oortmerssen1-1/+3
2015-06-15Initial reflection and resizing functionality.Wouter van Oortmerssen2-0/+80