summaryrefslogtreecommitdiff
path: root/src/idl_gen_python.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-28Better python generated code naming (#6336)Richard A Hofer1-29/+72
2021-01-22Formats cpp code (#6349)mustiikhalil1-7/+11
2021-01-05Fix generated EndVector. (#6385)Richard A Hofer1-1/+1
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer1-0/+72
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer1-12/+4
2020-12-07Add default to offset param of Python generated GetRootAs (#6312)Richard A Hofer1-1/+1
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-6/+5
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al1-0/+13
2020-09-21Add CharToLower and CharToUpper into util.s (#6126)Vladimir Glavnyy1-2/+2
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-78/+36
2019-12-26Optimize Pack method using numpy (#5662)lu-wang-g1-35/+54
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g1-62/+959
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-3/+3
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-83/+45
2019-07-26Python: Added support for file_identifiers (#5123)Joseph Pyott1-0/+28
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro1-1/+1
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy1-2/+2
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-16/+75
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy1-4/+5
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy1-2/+1
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy1-4/+5
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy1-4/+11
2018-10-15disallow c style casts (#4981)Frank Benkstein1-1/+1
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-1/+1
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey1-1/+1
2018-06-08Python: Escape enum member names if they correspond to a Python keyword (#4772)Michael Seifert1-514/+559
2018-06-07Python: fix default bool value. (#4773)Tin Tvrtković1-2/+7
2018-05-14[BREAKING CHANGE] Python: handle bool table fields properly. (#4736)Tin Tvrtković1-3/+8
2018-05-10Python: return None for missing strings. (#4733)Tin Tvrtković1-1/+1
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy1-1/+1
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-70/+38
2017-10-05Fix issue #4389, if field is ommitted the return type is the same for… (#4444)Dariusz Ostolski1-1/+1
2017-09-22Made the parser not have any hard-coded keywords.Wouter van Oortmerssen1-1/+1
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen1-1/+1
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ1-1/+2
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-0/+33
2017-05-16C#: Added <autogenerated> in cs generator file header comment (#4291)schoetbi1-1/+1
2016-10-12Fixed inconsistent use of namespace directory prefixing.Wouter van Oortmerssen1-1/+1
2016-07-22Merge pull request #363 from danring/fix-341Robert1-5/+4
2016-06-23sharing the WrapInNameSpace methodslakedaemon1-1/+2
2016-06-20Allow unions of table types with the same name but from different namespaces.Wouter van Oortmerssen1-2/+3
2016-06-14Emit GetRootAs methods for all types in Go and PythonDan Ring1-5/+4
2016-05-28sharing namespace_dir and the namespace string methodslakedaemon1-10/+3
2016-05-26sharing the Flatbuffers warninglakedaemon1-45/+41
2016-04-26memory leak fix + php/js/python transition to class based generatorLakedaemon1-17/+37
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen1-2/+1
2015-08-28Python: Fix potential code generation issue of documentation comment.Melvi Ts1-3/+1
2015-07-13applied struct parameter fix to Go and Python generated classesMaor Itzkovitch1-3/+3
2015-06-15Initial reflection and resizing functionality.Wouter van Oortmerssen1-1/+1
2015-05-13use EnsureDirExists from util.h instead of mkdirrw1-1/+1