platform/upstream/flatbuffers.git
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 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...
2014-08-12 Bob PotterFix vector of strings for Java
2014-08-12 Wouter van... File identifier feature.
2014-08-12 Wouter van... Fixed bugs that could cause struct values not to be...
2014-07-31 Wouter van... A few document clarifications for Java & Internals.
2014-07-29 Wouter van... Made FlatBuffers compile correctly with -pedantic
2014-07-29 Wouter van... Enum definitions are generated without a trailing comma...
2014-07-28 Stefan EilemannAdd CMake finder for downstream projects
2014-07-28 Stefan EilemannFix OS X build
2014-07-25 Daniel NachbaurAdd install step
2014-07-25 rwTweak Go test.
2014-07-25 Wouter van... Extended symbolic enum parsing in JSON for integers...
2014-07-24 Wouter van... Fixed possible compile error in CreateVector* functions.
2014-07-20 Stewart MilesMerge "Terminate the output directory argument of flatc...
2014-07-22 Stewart MilesTerminate the output directory argument of flatc.
2014-07-22 Alex AmesCorrected the order of the comments on namespace close...
2014-07-21 Wouter van... Updated benchmark chart with stats for pugixml.
2014-07-21 Wouter van... Added a `bit_flags` attribute to enum declarations...
2014-07-21 Wouter van... Made sure tests.cpp is testing the new vector iterator...
next