aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2020-03-25Revert "Revert "Upgrade flatbuffers to v1.12.0""Haibo Huang
2020-03-16Revert "Upgrade flatbuffers to v1.12.0"android-r-preview-4android-r-preview-3android-r-preview-2Aurimas Liutikas
2020-01-24[Go] Implements a SharedStrings function (#5733)mustiikhalil
2019-08-19[go]add Name() for ForceCodec interface (#5486)Tsingson
2019-05-21[Go] Public visibility for gazelle default target (#5361)Siddhartha Bagaria
2019-05-20Go bazel default target for gazelle (#5358)Siddhartha Bagaria
2018-07-26Merge pull request #4820 from nairb774/masterRobert
2018-07-23go: do not clobber minalign when we create objects (#4834)Robert
2018-07-15[Go] Force a single, early bounds check on read and write paths.Brian Atkinson
2018-07-15[Go] Unroll WriteUint64 and WriteInt64.Brian Atkinson
2018-04-30Addition of Go FinishWithFileIdentifier (#4720)husobee
2018-03-15[C++, Go, Bazel]: Fix up Bazel support (#4672)Andreas Bergmeier
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen
2017-01-23Reword comment so that code editors can mark deprecation correctly (#4147)Florin Pățan
2017-01-09Resolve Go fmt and vet warnings (#4134)Pascal S. de Kloe
2016-12-21Go related style fixes.wvo
2016-12-08Restore the ''import "unsafe'' removed in 36daedf35fd0cc2ad0e5e24d187b25613c1...Manolama
2016-12-07Merge pull request #3791 from mmastrac/masterRobert
2016-12-07Merge pull request #3977 from gonzaloserrano/feature/go-generic-deserialitzationRobert
2016-12-05Support for Golang GRPC (Experimental) (#4082)Ronak Jain
2016-08-23Add a generic way to deserialize a flatbuffer in Go.gonzaloserrano
2016-07-20Implement mutators for GoMuhammed Thanish
2016-07-18Avoid unsafe when sizing typesMatt Mastracci
2016-04-23Fix heap allocation when reading a string.rw
2015-11-11Improve Builder user interface.rw
2015-06-24Panic when nesting strings. Test panic scenarios.rw
2015-05-20Go: CreateString now needs zero allocs.rw
2015-05-12Merge pull request #165 from rw/go-fasterRobert
2015-05-09invoke many fewer growth eventsrw
2015-05-09gofmtrw
2015-05-09remove remaining allocs during buildrw
2015-04-06Add byte slice accessor to Go codeBen Harper
2015-04-06Always add additional space if no more is availableKyle Jones
2015-04-02Reduce allocations when reusing a Builder.rw
2015-04-02Reduce allocations when building strings.rw
2015-04-01Add byte slice accessor to Go codeBen Harper
2015-03-11Add CreateByteVector function to Go's builderBen Harper
2014-10-29Fix a build error on 32 bit goLuna
2014-09-23Fix vector of strings for Gorw
2014-09-04Fixed possible alignment issue in Gorw
2014-07-21Port FlatBuffers to Go.rw