ofirm93
7c3e267e1e
[Java] ObjectAPI implementation ( #6521 ) ( #6582 )
...
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
2021-06-03 14:17:40 -07:00
Wouter van Oortmerssen
3412fab8ee
C#/Java generated code version updates
2021-05-10 11:17:31 -07:00
Wouter van Oortmerssen
6df40a2471
pre-tag version bump for 1.12
...
Change-Id: I84a9365e9d8a1afe333b1df85058401ffe0a6b7c
2020-03-12 15:33:39 -07:00
Kulikov Alexey
e365c502ff
Java: Added access object for vector of struct and vector of tables. ( #5233 )
...
* Java: Added access object for vector of struct and vector of tables.
* Java: Workarounds removed when accessing the union vector.
2019-09-23 09:22:43 -07:00
Vladimir Glavnyy
0d2cebccfe
Add FLATBUFFERS_COMPATIBILITY string ( #5381 )
...
* Add FLATBUFFERS_COMPATIBILITY string
- Add a new __reset method NET/JAVA which hides internal state
* Resolve PR notes
* Use operator new() to __init of Struct and Table
* Restrict visibility of C# Table/Struct to internal level
2019-06-17 19:16:21 +02:00
Wouter van Oortmerssen
b652fcc3a7
Break internal Java/C# APIs
...
This is done on purpose, to avoid API version mismatches that
can cause bad decoding results, see:
https://github.com/google/flatbuffers/issues/5368
Change-Id: I2c857438377e080caad0e2d8bcc758c9b19bd6ec
2019-05-31 13:00:55 -07:00
Wouter van Oortmerssen
c978b9ef1f
Enforce matching version in Java and C#.
...
Change-Id: I7f1f12f2f97e5227e0dabc2965ce66a6d41c229c
2019-05-31 12:15:19 -07:00
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
Wouter van Oortmerssen
3639032d1e
Allow unions of table types with the same name but from different namespaces.
...
Also fixed most codegenerators using the wrong namespace when multiple
namespace were used in a file, with some files not being generated.
Change-Id: Ib42969221239d7244e431cbd667ef69200fc415f
Tested: on Linux.
Bug: 29338474
2016-06-20 11:47:04 -07:00