platform/upstream/flatbuffers.git
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.
2014-09-18 Wouter van... Refactored the Java and C# code generators into one.
2014-09-16 Wouter van... Added C# generator to Xcode project.
2014-09-16 Wouter van... Prepended com.google to the Java namespace.
2014-09-15 Wouter van... Added missing assert.h to util.h.
2014-09-15 Wouter van... The parser and flatc now allow include directories...
2014-09-15 Wouter van... Added convenient vector from array construction for...
2014-09-15 Wouter van... Added accessor in Java to get vectors as ByteBuffers.
2014-09-15 Wouter van... Fixed test that was incompatible with 64bit offsets.
2014-09-15 bml13Removed the use of b.array() to support DirectBuffers.
2014-09-15 evolutionalInitial commit of .NET port of FlatBuffers
2014-09-10 Stewart MilesAdded option to disable build of tests and samples.
2014-09-05 Wouter van... Made FlatBufferBuilder.java require ByteBuffers that...
2014-09-05 Wouter van... Non-alpha-numeric characters are filtered out of includ...
2014-09-05 Wouter van... A generated C++ function was missing "inline".
2014-09-05 Wouter van... Fixed JSON text output not finding symbolic names for...
2014-09-05 Wouter van... Implemented the file identifier functionality for Java.
2014-09-05 Wouter van... Made Vector have a size() function, to make it more...
2014-09-05 Wouter van... Changed hard-coded constant in JavaTest to enum value.
2014-09-05 rwFixed possible alignment issue in Go
2014-09-04 Wouter van... Made "field set more than once" check in JSON parser...
2014-09-03 Wouter van... Fixed missing <functional> header (VS). v1.0.2
2014-09-03 Wouter van... Made sure GetRootAs..() functions are generated for...
2014-09-03 Wouter van... Setting a field twice in a JSON object now gives error.
2014-09-03 Wouter van... Fixed flatc silently accepting non-scalars as default...
2014-09-03 Wouter van... Fixed C++ codegen ignoring multiple padding scalars...
2014-09-03 Wouter van... Made reading read-only ByteBuffers work.
2014-09-03 Wouter van... Fixed compiler warning for int to char conversion.
2014-08-25 Wouter van... Fixed compile errors in VS / gcc for recent commits.
2014-08-22 Wouter van... Improved the verifier to be even more resilient.
2014-08-22 Wouter van... Prefixing of enum value identifiers in C++ is now optional.
2014-08-22 Wouter van... flatc now outputs the filename with error messages.
2014-08-22 Wouter van... The list of enum values is now allowed to end in a...
2014-08-22 Wouter van... Checking for clashes between field names and generated...
2014-08-22 Wouter van... flatc now creates the output directory if it doesn...
2014-08-22 Wouter van... Support all JSON escape codes (including \u) for parsin...
2014-08-20 Wouter van... Fixed warnings for unused variables in Visual Studio.
2014-08-20 Wouter van... Referring to types from other namespaces in C++ now...
2014-08-19 Wouter van... Schemas now support include files.
2014-08-19 Wouter van... Fixed "unused private field" warning for clang.
2014-08-19 Wouter van... Clarified a documentation statement about circular...
2014-08-13 Wouter van... Fixed possible alignment issue in Java v1.0.1
2014-08-13 Wouter van... Made the assert in the verifier optional
2014-08-13 Wouter van... Parser now allows empty tables in JSON
2014-08-12 Wouter van... Fixed compile warning related to file identification...
next