Kulikov Alexey
4e5152d886
Java: Calculation of vtable and vtable size moved to the __init method. ( #5210 )
...
vtable and vtable size depends only on `Table#bb_pos` but calculated in
`Table#_offset` method on each field lookup.
Doing this with every call of `Table#__offset` is redundant.
These values can be read once with change of `Table#bb_pos` and reused
for any field lookup.
2019-02-25 23:45:29 +01:00
Kamil Rojewski
8f8fb2b367
Fixed vector of unions crash in java ( #5190 )
...
* Fixed vector of unions crash in java
* Regenerated test code
* Fixed windows tests
2019-02-21 19:50:13 +01:00
Wouter van Oortmerssen
21591916af
Fixed missing code from @javax.annotation PR.
...
https://github.com/google/flatbuffers/pull/4986 missed part of the
implementation.
Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
2018-11-02 11:40:21 -07:00
Rikard Lundmark
233976c821
Add @javax.annotation.Generated to generated flatbuffer Java types ( #4986 )
...
* Add @javax.annotation.Generated to generated flatbuffer Java types.
* Updating test goldens.
2018-10-08 15:29:22 -07:00
Wouter van Oortmerssen
52ca75506a
Switched C# accessors from classes to structs
2016-08-31 17:34:51 -07:00
lakedaemon
e750268f0c
clang formating cpp code generator and add missing generated classes
2016-07-15 16:08:59 +02:00
lakedaemon
cd1493b082
sharing the Flatbuffers warning
2016-05-26 15:26:58 +02:00
Oli Wilkinson
c9ad6d5496
Fix to #360 - Updated the general generator (Java/C#) to emit fully qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation.
2015-12-05 13:42:09 -05:00