summaryrefslogtreecommitdiff
path: root/src/idl_gen_java.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Updated main version numbers to 2.0Wouter van Oortmerssen1-1/+1
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-2/+2
2021-01-05Implements type promotion for Java enum (#6382)Stefan de Konink1-1/+1
2020-10-26[Java] Implement optional scalars (#6212)Paulo Pinheiro1-6/+19
2020-10-25Removed C# references from java generator. Move annotations closer to definit...Derek Bailey1-19/+13
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-11/+11
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-1/+1
2020-01-06[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696)dreifachstein1-1/+1
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-7/+5
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey1-6/+3
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey1-0/+1242
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen1-425/+0
2014-09-15Prepended com.google to the Java namespace.Wouter van Oortmerssen1-1/+1
2014-09-15Added convenient vector from array construction for Java.Wouter van Oortmerssen1-11/+23
2014-09-15Added accessor in Java to get vectors as ByteBuffers.Wouter van Oortmerssen1-4/+13
2014-09-05Implemented the file identifier functionality for Java.Wouter van Oortmerssen1-3/+21
2014-09-03Made sure GetRootAs..() functions are generated for all Java tables.Wouter van Oortmerssen1-7/+5
2014-08-22flatc now creates the output directory if it doesn't exist yet.Wouter van Oortmerssen1-8/+1
2014-08-19Referring to types from other namespaces in C++ now works correctly.Wouter van Oortmerssen1-12/+12
2014-08-13Fixed possible alignment issue in Javav1.0.1Wouter van Oortmerssen1-2/+6
2014-08-12Fix vector of strings for JavaBob Potter1-1/+1
2014-07-20Merge "Terminate the output directory argument of flatc." into ub-games-masterStewart Miles1-5/+2
2014-07-21Terminate the output directory argument of flatc.Stewart Miles1-5/+2
2014-07-21Port FlatBuffers to Go.rw1-16/+1
2014-07-10Made Java argument names help remind the user when something is an offset.Wouter van Oortmerssen1-2/+4
2014-07-09Fixed vectors reserving wrong amount of space in Java.Wouter van Oortmerssen1-1/+1
2014-07-09Added a "strict JSON" mode to the text generator and compilerWouter van Oortmerssen1-1/+2
2014-07-02Fixed a bugs in the Java runtime that could cause an index out of bounds exce...Wouter van Oortmerssen1-6/+10
2014-07-02Switched VS build to -W4, and fixed all resulting warnings.Wouter van Oortmerssen1-4/+7
2014-06-17Fixed a bug in the Java code generation that would generate the wrong identif...Wouter van Oortmerssen1-1/+1
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen1-0/+399