Wouter van Oortmerssen
8468ea1ab4
Fixed LookupByKey for Java & C#
...
Change-Id: I05c02223675dee241d1ae8cb466e5186444058c8
Tested: on Linux.
2017-05-10 12:55:27 -07:00
Wouter van Oortmerssen
49ee30a207
Merge pull request #3978 from TGIshib/key
...
Find by key on C# and Java (2)
2016-08-26 12:03:28 -07:00
TGIshib
9f16090f90
Improve `LookupByKey` , update docs
2016-08-22 18:10:52 +03:00
Artem Kazakov
726a5f523e
add byte array and unintialized array creation to FlatBufferBuilder
2016-08-16 16:26:53 -04:00
TGIshib
8fdced4e11
Update
2016-08-14 14:58:51 +03:00
TGIshib
dc7f5bc0d8
Remake
2016-08-03 13:29:50 +03:00
Oli Wilkinson
eaa2b414b2
Added generation of typed helpers when using nested_flatbuffers in Java/C#. Fixes #3500
2016-01-18 15:23:14 +00: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
Maor Itzkovitch
7bfed4b29a
added vector mutators
2015-08-15 14:48:47 +03:00
Maor Itzkovitch
7196c36842
begin to correct C# bytebuffer behavior
2015-08-07 09:05:08 +03:00
Maor Itzkovitch
f706a42951
extend java tests
2015-08-01 19:14:12 +03:00
Maor Itzkovitch
e24afd838a
extended scalar mutator support
2015-08-01 19:08:22 +03:00
Wouter van Oortmerssen
4fb5a764df
Support for booleans in the Java/C# API
...
Change-Id: I72e92183a7b5f4145ea51fcec29257dc9553a461
2015-01-26 13:08:44 -08:00
Wouter van Oortmerssen
7b8053570e
Enums in C++ are now strongly typed.
...
Accessors and constructors now take enum types rather than ints.
Bug: 16570507
Change-Id: I4b50fd64ad2e662ea2481bc0ccea784326fb31c0
Tested: on Linux and Windows.
2014-09-23 17:25:50 -07:00
Wouter van Oortmerssen
517c964fe2
Support for required fields.
...
Change-Id: I560c7ca11b3d665eecafb528f3737b7e139ca9b0
Tested: on Linux and Windows.
2014-09-22 15:53:19 -07:00
Gabriel Martinez
048638a971
Add enum name lookup method to Java/C# enums
...
Tested: on Linux for Java and C#
Bug: 15781151
Change-Id: I7cb97bcc01d986cac2b24aaf7cb29521ddaa2f6b
2014-09-22 15:10:48 -07:00
Wouter van Oortmerssen
c01c77a7f2
Prepended com.google to the Java namespace.
...
Bug: 16507831
Change-Id: I5beee18f63f174e425dc1ab395807b578d5f9477
Tested: on Linux.
2014-09-15 17:45:15 -07:00
Wouter van Oortmerssen
cb58fc6fa1
Added convenient vector from array construction for Java.
...
Change-Id: Ib3fd576cf9fa4b4058a9fd1bbe24a0859bc3917a
Tested: on Linux.
2014-09-15 16:19:27 -07:00
Wouter van Oortmerssen
858e9961e2
Added accessor in Java to get vectors as ByteBuffers.
...
Also cleaned up ByteBuffer usage in general: ByteBuffer.position
now universally indicates the start of a ByteBuffer.
Change-Id: Ic4bfb98f9df9501b8fc82de2c45db7d7311135ac
Tested: on Linux.
2014-09-15 16:19:26 -07:00
bml13
e14bc1d9ac
Removed the use of b.array() to support DirectBuffers.
...
Also removed Table extend Constants.
Change-Id: I1770b613c58094fa572a3b26a31f01bd5fb8fdbf
2014-09-15 16:13:49 -07:00
Wouter van Oortmerssen
09a2999c66
Implemented the file identifier functionality for Java.
...
Also fixed flatc not outputting these identifiers for files
compiled on the command-line.
Bug: 16983987
Change-Id: I8b714cfea3a8e144fa52133f62b2f7eda6eb044a
Tested: on Linux
2014-09-05 10:54:52 -07:00
Wouter van Oortmerssen
84f86be700
Changed hard-coded constant in JavaTest to enum value.
...
Change-Id: I7d2eac7fed6c36c966670a3e58f4dae7dff25029
Tested: on Linux.
2014-09-04 17:35:24 -07:00
Wouter van Oortmerssen
4507594812
Made reading read-only ByteBuffers work.
...
Also added new constructor that allows ByteBuffer reuse.
Change-Id: I9c20ea96c67533066461f4e23b0d03b9b47cd068
Tested: on OS X.
2014-09-03 11:03:02 -07:00
Bob Potter
39d4b7e2bf
Fix vector of strings for Java
...
Change-Id: If032b450230b15224b2661836c8a740398d207c5
2014-08-12 15:12:51 -07:00
Wouter van Oortmerssen
df2e0db63d
flatc can now convert flatbuffer binary files into json.
...
Also removed it appending _wire to filenames, renamed the json golden
file to .golden to not clash with generated files.
Bug: 15781201
Change-Id: I8322861e50d1e5b6a5ab5e4b5e5d8ae13c356eb2
Tested: on Windows and Linux
2014-07-11 14:49:43 -07:00
Wouter van Oortmerssen
350011f581
Fixed a bugs in the Java runtime that could cause an index out of bounds exception.
...
Tested: on Windows.
Change-Id: I0d4cdafc21690eb9a509ba31f21e80dacfb602ff
2014-07-02 14:39:58 -07:00
Wouter van Oortmerssen
26a30738a4
Initial commit of the FlatBuffers code.
...
Change-Id: I4c9f0f722490b374257adb3fec63e44ae93da920
Tested: using VS2010 / Xcode / gcc on Linux.
2014-06-10 13:53:28 -07:00