summaryrefslogtreecommitdiff
path: root/src/idl_gen_go.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin1-11/+22
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-12/+12
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-7/+3
2020-01-16[Go] Replace references to hardcoded ā€¯Monster" etc with idiomatic go wherev...Somo1-33/+24
2019-11-26[GO] Fix support for enums with underscores and Unions with imported members ...Tiago Silva1-1/+1
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-4/+3
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-68/+59
2019-11-04[Go] Add UnPackTo functions (#5598)Lawrence Chan1-8/+18
2019-10-31[Go] Object API support (#5339)iceboy1-5/+368
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro1-1/+1
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy1-3/+3
2019-06-13[Go] Fix namespaces on enums (#5406)John Luxford1-1/+1
2019-05-21Fixed warnings in idl_gen_go.cppaardappel1-8/+7
2019-05-20[Go] Change two more sites to use enum types (#5359)David Reiss1-4/+4
2019-05-17[Go] Make enums into real types, add String() (#5235)David Reiss1-32/+133
2019-05-13[Go] Generate imports with fixed order (#5340)iceboy1-1/+7
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy1-1/+1
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy1-5/+3
2019-03-05[Go] Add mutation functions for vector elements (#5221)David Reiss1-0/+25
2018-12-27[Go] Namespaced imports fix (#5097)Robert1-640/+685
2018-10-15Go - Use Go bool type for bool fields (#4962)kostya-sh1-2/+12
2018-10-15disallow c style casts (#4981)Frank Benkstein1-1/+1
2018-10-08Use enum types in generated read/mutate methods for Go (#4978)kostya-sh1-1/+4
2018-10-03Use standard header for generated Go files (#4961)kostya-sh1-1/+1
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-1/+1
2018-07-26go: give enums their own scalar typesrw1-1/+16
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy1-1/+1
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu1-1/+1
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-98/+68
2017-10-09Add new flatbuffer_go_library to generate Go library for flatbuffersWouter van Oortmerssen1-3/+30
2017-09-22Made the parser not have any hard-coded keywords.Wouter van Oortmerssen1-1/+1
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ1-1/+2
2017-05-16C#: Added <autogenerated> in cs generator file header comment (#4291)schoetbi1-1/+1
2017-03-20add command line argument for go namespace (#4222)Flier Lu1-6/+16
2017-03-15GO: add _ postfix to identiy conflict golang keyword (#4221)Flier Lu1-5/+21
2016-12-07Merge pull request #3977 from gonzaloserrano/feature/go-generic-deserialitzationRobert1-0/+22
2016-08-23Add a generic way to deserialize a flatbuffer in Go.gonzaloserrano1-0/+22
2016-08-20Remove invalid vector item heap allocrw1-3/+0
2016-08-02Make most of the Go code comply with gofmt (except enums).gonzaloserrano1-25/+29
2016-07-25Add EnumNames to Go codeKazuki Sakamoto1-1/+36
2016-07-22Merge pull request #363 from danring/fix-341Robert1-4/+3
2016-07-20Implement mutators for GoMuhammed Thanish1-2/+44
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-4/+3
2016-05-28sharing namespace_dir and the namespace string methodslakedaemon1-14/+2
2016-05-26sharing the Flatbuffers warninglakedaemon1-42/+40
2016-04-26memory leak fix + php/js/python transition to class based generatorLakedaemon1-2/+2
2016-04-15Enforcing the google C++ style guideLakedaemon1-22/+19
2016-04-13Transition 1 (with nice diffs) Go, Cpp and General code generators with classLakedaemon1-5/+16