platform/upstream/flatbuffers.git
2015-04-02 Advay MengleGenerate Java doc comments in JavaDoc style
2015-03-30 Wouter van... Clarified Verifier options. v1.1.0
2015-03-27 Jason SanmiyaFix Mac ndk-build error on motive, pie_noon, pindrop.
2015-03-24 Wouter van... Unsigned types in Java now return bigger size signed...
2015-03-13 Wouter van... Changed C# ByteBuffer to use bit shifts instead of...
2015-03-13 Wouter van... Regenerated test code + fixed typo in C# FlatBufferBuilder
2015-03-13 reynolma2Update idl_gen_general.cpp
2015-03-12 Ben HarperAdd CreateByteVector function to Go's builder
2015-03-12 Max GalkinMake FuzzTest2 fuzzier.
2015-03-12 Max GalkinFix for VS 2015 stricter warnings about "shadowed"...
2015-03-12 gregoire-astrucImplementation of a buffer release strategy.
2015-03-12 loverszhaokaiAdded Copyright headers
2015-03-09 Wouter van... Android build script works with pre-releases present.
2015-02-23 Grégoire AstrucFixed C# Table.cs to work with Mono.
2015-02-17 Alex AmesMerge "Added the hash attribute to ints and longs....
2015-02-17 Alex AmesAdded the hash attribute to ints and longs.
2015-02-13 Stefan EilemannFix pointer underrun when allocating large vectors
2015-02-11 Hyungjin KimChange nested_root accessor to be const function.
2015-02-10 Alex AmesMerge "Call $(strip) on parameters so newlines work...
2015-02-09 Alex AmesCall $(strip) on parameters so newlines work.
2015-02-09 franramirez688Added biicode support via biicode.conf and CMake/biicod...
2015-02-09 Wouter van... Merge "Clarified how to create a good pull request...
2015-02-09 Wouter van... Merge "Reset minimum alignment when reusing FlatBufferB...
2015-02-09 Wouter van... Merge "added reuse option for root objects" into ub...
2015-02-04 Wouter van... Clarified how to create a good pull request.
2015-02-04 Alex AmesMerge "Added new Android build target and makefile...
2015-02-04 Wouter van... Reset minimum alignment when reusing FlatBufferBuilder
2015-02-04 Florian Enneradded reuse option for root objects
2015-02-04 Alex AmesAdded new Android build target and makefile utils.
2015-02-04 pjulienIssue #136
2015-02-02 Florian EnnerAdded force-defaults to Java bindings
2015-02-02 Florian EnnerAdded FlatBufferBuilder reuse
2015-02-02 Wouter van... Added "raw struct" results to benchmark.
2015-02-02 Gabriel MartinezMerge "Add options to print build rule dependencies...
2015-01-28 Gabriel MartinezAdd options to print build rule dependencies
2015-01-26 Wouter van... Fix for previous Java commit.
2015-01-26 Wouter van... Applied Java namespace filename fix to Go.
2015-01-26 Wouter van... Reducing garbage produced by Java serializer.
2015-01-26 Wouter van... Fixed flatc not writing Java files without namespace.
2015-01-26 pjulienPR for issue #130. Improves the javadoc of ``FlatBuffe...
2015-01-26 Hiroshi Matsunagacursor_ is not directly represent the hexadecimal
2015-01-26 Wouter van... Support for booleans in the Java/C# API
2015-01-21 Wouter van... Parser will allow a table or vector to have a trailing...
2015-01-16 Wouter van... Fixed C# SizedByteArray copying leading bytes of ByteBu...
2015-01-16 Patrick JulienAdd a simple Maven file modeled after
2015-01-16 Patrick JulienIgnore intellij files
2015-01-16 Patrick JulienReuse the same charset instance
2015-01-16 Wouter van... Sorted Vector & binary search functionality.
2015-01-08 Wouter van... Fixed C# showing up as C in the documentation
2015-01-07 Wouter van... Added clarification about unions in JSON to the docs.
2015-01-07 Leander Bessa... Added option FLATBUFFERS_BUILD_FLATC
2015-01-07 Wouter van... Union verification functions were not correctly namespaced.
2015-01-07 Wouter van... Made CreateUninitializedVector return the buffer.
2015-01-07 Wouter van... Merge changes Id7618e53,Ieddc3c5c into ub-games-master
2015-01-07 Jon SimantovMerge "C#: Allow ByteBuffer to use faster unsafe mode...
2015-01-07 dyunon-generic version of CreateUninitializedVector for...
2015-01-07 dyucast literal to csize to fix error
2015-01-07 dyuupdate generated sources
2015-01-07 Wouter van... Documentation clarifications.
2015-01-06 Jon SimantovC#: Allow ByteBuffer to use faster unsafe mode
2014-12-09 Wouter van... Merge "Added CONTRIBUTING.md file." into ub-games-master
2014-12-09 Wouter van... Merge "Added VectorLength helper function that works...
2014-12-09 Wouter van... Merge "Fixed missing virtual destructor in allocator...
2014-12-09 Wouter van... Merge "Fixed Java ByteBuffer accessors generated for...
2014-12-09 Wouter van... Merge "Generate C++ function returning the file_identif...
2014-12-09 Wouter van... Merge "Various documentation clarifications." into...
2014-12-09 Wouter van... Added CONTRIBUTING.md file.
2014-12-09 Wouter van... Added VectorLength helper function that works on nullptr.
2014-12-09 Wouter van... Fixed missing virtual destructor in allocator.
2014-12-09 Wouter van... Fixed Java ByteBuffer accessors generated for non-scala...
2014-12-09 Lars MagnussonGenerate C++ function returning the file_identifier...
2014-12-09 Wouter van... Various documentation clarifications.
2014-12-09 Robert Segal[fix] removed some source files included multiple times...
2014-11-19 Wouter van... Added "final" to generated types to block inheritance.
2014-11-19 Wouter van... Added user defined attribute declarations.
2014-11-19 Wouter van... Clarified note on multi-threading in the docs.
2014-11-19 Jon SimantovFix FlatBuffersTest build on Android by adding missing...
2014-11-08 Zbigniew MandziejewiczFixes #90 - flatc chokes on IDL files starting with...
2014-11-07 Wouter van... Made the memcmp address sanitizer clean.
2014-11-07 Wouter van... Fixed required field checking incorrectly using unsigne...
2014-10-29 LunaFix a build error on 32 bit go
2014-10-28 Wouter van... Fixed boilerplate copyright message in LICENSE.txt
2014-10-24 Wouter van... Added support for custom allocators and uninitialized...
2014-10-24 Wouter van... Made CMakeLists.txt compatible with older versions...
2014-10-24 Wouter van... Various documentation improvements.
2014-10-22 Wouter van... Fixed big-endian issue.
2014-10-22 Wouter van... Fixed missing files in Xcode project. v1.0.3
2014-10-16 Wouter van... Added fenced code blocks to the C++/Java/Go docs for...
2014-10-16 Wouter van... Added .proto parsing and convertion to .fbs.
2014-09-25 Wouter van... Fixed bug in convenient constructors for Java/C#
2014-09-25 Gabriel MartinezOutput multiline doc comments over multiple lines
2014-09-24 rwFix vector of strings for Go
2014-09-24 Wouter van... Enums in C++ are now strongly typed.
2014-09-24 Wouter van... Made flatc error messages look like what other compiler...
2014-09-23 Wouter van... Added option to flatc to generate dependent header...
2014-09-22 Wouter van... Support for required fields.
2014-09-22 Zbigniew MandziejewiczGenerate headers from spec, add option for installing...
2014-09-22 Gabriel MartinezAdd enum name lookup method to Java/C# enums
2014-09-19 Wouter van... Added convenient create functions for Java/C#.
2014-09-18 Wouter van... Added general codegen to Xcode project.
next