summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Updated main version numbers to 2.0Wouter van Oortmerssen1-1/+1
2020-09-17[Java] allowing larger buffer sizes when growing a byte buffer (#6118)Diogo Monteiro1-5/+28
2020-07-02[Java] Add support for shared strings on FlatBufferBuilder. (#6012)Paulo Pinheiro1-14/+55
2020-06-08[FlexBuffer][Java] ReadWriteBuf and ReadBuf interface public (#5948)Paulo Pinheiro2-2/+2
2020-06-04[Java] Grow ArrayReadWriteBuf enough to match requested capacity. (#5921)greenrobot Team1-1/+7
2020-05-07[Java][FlexBuffers] Make FlexBuffersBuilder reusable by adding clear() (#5889...Markus Junginger4-0/+28
2020-03-30[Java][FlexBuffers] Optimize Map access (#5735)Paulo Pinheiro2-8/+171
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-02-21[Java][FlexBuffers] Abstract buffer access from ByteBuffer (#5743)Paulo Pinheiro7-55/+693
2020-01-24[Java][FlexBuffers] Deprecate typed vector strings due to design flaw (#5722)Paulo Pinheiro2-14/+21
2020-01-06[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696)dreifachstein1-7/+0
2019-12-23Fixed warnings in FlexBuffers.javaWouter van Oortmerssen1-2/+6
2019-10-28Add ByteBuffer copy for vector of bytes in Java (#5587)Derek Bailey1-0/+32
2019-10-17[Java] byte buffer factory returned buffer capcity is used instead of the req...Idan Sheinberg1-0/+1
2019-10-03[FlexBuffers][Java] Cache size of Sized objects in FlexBuffers (#5551)Paulo Pinheiro1-1/+5
2019-09-30Fix issue #5542 (#5543)Paulo Pinheiro1-5/+5
2019-09-25[FlexBuffers][Java] Add override Key::toString (#5533)Paulo Pinheiro1-2/+6
2019-09-25[FlexBuffers][Java] Fix wrong access to a string using Reference::asString()....Paulo Pinheiro2-2/+2
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey11-5/+613
2019-09-10[Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506)Paulo Pinheiro2-37/+313
2019-09-03Use all of the available space in the buffer returned by ByteBufferFactory to...Morten Grouleff1-1/+1
2019-08-29[FlexBuffers][Java] Implementation of FlexBuffers API (#5476)Paulo Pinheiro2-0/+1561
2019-08-19has_method support for primitive fields in java runtime. Changed: idl.h, Flat...Edward1-0/+11
2019-06-27Update Utf8.java: more detailed exception message (#5421)Edward1-3/+5
2019-06-24Fixed broken Utf8Old.javaWouter van Oortmerssen1-1/+1
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy2-8/+38
2019-05-31Break internal Java/C# APIsWouter van Oortmerssen1-4/+4
2019-05-31Enforce matching version in Java and C#.Wouter van Oortmerssen1-0/+8
2019-02-25Java: Calculation of vtable and vtable size moved to the __init method. (#5210)Kulikov Alexey1-2/+9
2019-02-25Java: Removed unused duplicate of bytebuffer from "Table#__string" method. (#...Kulikov Alexey1-2/+1
2019-02-11Make ByteBufferFactory an abstract class in order to make FlatBuffers compati...Enrico Olivelli1-6/+11
2018-12-17Java: Pulling in protobuf's faster UTF-8 encoder. (#5035)Owen O'Malley5-69/+776
2018-10-03Adds __reset method to Struct and Table (#4966)Jason Neufeld2-0/+26
2018-09-06Add ByteBufferFactory#releaseByteBuffer (#4914)Enrico Olivelli1-1/+17
2018-03-12Java/C#/Python prefixed size support (#4445)Robert Schmidtke3-5/+110
2018-03-02Fix for Java infinite loop encoding into 0-sized buffer (#4654)Mitchel1-1/+1
2018-02-23In Java, allow reusing ByteBuffer in getters (#4633)Mitchel1-0/+21
2018-02-22When Java raises a CharacterCodingException, the catch block rethrows this ex...Philip S Doctor1-1/+1
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-4/+8
2017-07-13Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379)Alex Wasserman2-34/+116
2017-04-19Added a clear function for purging all data that is holded by the FlatBuffer....Carlos Sanchez1-0/+16
2016-08-26Fixed Java LookupByKey functionality for Java 1.6Wouter van Oortmerssen1-6/+16
2016-08-26Merge pull request #3978 from TGIshib/keyWouter van Oortmerssen2-0/+100
2016-08-26Fix lookupByKey, improve compareStringsTGIshib1-13/+11
2016-08-22Improve `LookupByKey` , update docsTGIshib2-5/+31
2016-08-16add byte array and unintialized array creation to FlatBufferBuilderArtem Kazakov1-0/+36
2016-08-14UpdateTGIshib2-23/+60
2016-08-03RemakeTGIshib2-5/+44
2016-07-05Move maven `pom.xml` from the java folder to the root folder.Romain Gilles1-84/+0
2016-06-23Update Constants.javaYury Bandarchuk1-1/+1