Lawrence Chan
964365ba69
[Go] Add UnPackTo functions ( #5598 )
2019-11-04 12:12:25 -08:00
iceboy
32254b7acd
[Go] Object API support ( #5339 )
...
* start
* works for current usages!
* unpack: vector of struct
* optimize byte slice
* support nested struct
* support null table
* support struct
* support union
* update generated code
* grumble
* fix compiler warning
* update generated code
* wrap type in namespace
* bug
* wrap in namespace
* enum byte arrays
* generate struct for unions
* basic testing
* remove branching
* fix assert
* pack vector of fixed structs correctly
* omit null vectors
* Refactor Union Pack and UnPack methods
Remove append usage to increase code efficiency when dealing with large vectors
* generate goldens
2019-10-31 11:13:45 -07:00
kostya-sh
062dcf7007
Use standard header for generated Go files ( #4961 )
...
As recommended by https://golang.org/pkg/cmd/go/internal/generate/ :
To convey to humans and machine tools that code is generated,
generated source should have a line early in the file that
matches the following regular expression (in Go syntax):
^// Code generated .* DO NOT EDIT\.$
2018-10-03 11:19:40 -07:00
Wouter van Oortmerssen
3a62813f0e
Added missing generated code files.
...
Change-Id: Ie1cab284cb6e0fe5bd2b2c293c3136c148927ac3
2018-03-05 15:47:16 -08:00