[Lua] Add LuaJIT support (#6584)
[platform/upstream/flatbuffers.git] / go / builder.go
2020-11-05 Charlie YinSupport size-prefixed buffers and add tests for size...
2020-10-26 mustiikhalilEmpties the sharedString map on reset on go and csharp...
2020-01-24 mustiikhalil[Go] Implements a SharedStrings function (#5733)
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-23 Robertgo: do not clobber minalign when we create objects...
2018-04-30 husobeeAddition of Go FinishWithFileIdentifier (#4720)
2017-08-24 Wouter van OortmerssenTrimmed vtables of trailing zeroes.
2015-11-25 Wouter van OortmerssenMerge pull request #353 from takaken1994/master
2015-11-18 Wouter van OortmerssenMerge pull request #308 from chobie/php
2015-11-16 Wouter van OortmerssenMerge branch 'master' of https://github.com/google...
2015-11-16 RobertMerge pull request #343 from rw/go-builder-ergonomics
2015-11-12 rwImprove Builder user interface.
2015-06-29 RobertMerge pull request #222 from rw/go-update-panics
2015-06-24 rwPanic when nesting strings. Test panic scenarios.
2015-05-20 gwvoMerge pull request #207 from zachreizner/header
2015-05-20 RobertMerge pull request #206 from rw/go-faster-string-writing
2015-05-20 rwGo: CreateString now needs zero allocs.
2015-05-12 RobertMerge pull request #165 from rw/go-faster
2015-05-09 rwinvoke many fewer growth events
2015-05-09 rwgofmt
2015-05-09 rwremove remaining allocs during build
2015-04-06 Kyle JonesAlways add additional space if no more is available
2015-04-03 rwReduce allocations when reusing a Builder.
2015-04-03 rwReduce allocations when building strings.
2015-03-12 Ben HarperAdd CreateByteVector function to Go's builder
2014-10-29 LunaFix a build error on 32 bit go
2014-09-05 rwFixed possible alignment issue in Go
2014-07-20 Stewart MilesMerge "Terminate the output directory argument of flatc...
2014-07-21 rwPort FlatBuffers to Go.