platform/upstream/flatbuffers.git
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...
2014-07-21 Wouter van... A feature that officially supports nested FlatBuffers.
2014-07-21 Wouter van... Small fixes to the core C++ FlatBuffers implementation.
2014-07-21 rwPort FlatBuffers to Go.
2014-07-15 Wouter van... JSON parsing & text generation is now enum-identifier...
2014-07-14 Bas ZalmstraAdded an iterator to Vector so you can use range based...
2014-07-14 Matthew EndsleyAdd support for the Xbox360 platform (PPC+msvc)
2014-07-11 Wouter van... flatc can now convert flatbuffer binary files into...
2014-07-11 Wouter van... Made Java argument names help remind the user when...
2014-07-11 Wouter van... The generated CreateX() calls now come with default...
2014-07-10 Wouter van... Changed the tracking token implementation to be more...
2014-07-10 Wouter van... Parser now correctly reads floats in scientific notation.
2014-07-10 Wouter van... Fixed namespace declaration not being cleared between...
2014-07-10 Wouter van... Fixed incorrect verifier code for nested tables.
2014-07-09 Wouter van... Fixed vectors reserving wrong amount of space in Java.
2014-07-09 Wouter van... Added a "strict JSON" mode to the text generator and...
2014-07-08 Wouter van... Added functionality to assign field ids manually in...
2014-07-02 Wouter van... Made declaring the underlying type of an enum mandatory.
2014-07-02 Wouter van... Fixed helper function CreateVectorOfStructs calling...
2014-07-02 Wouter van... Fixed flatc not stripping the path from the base filename.
2014-07-02 Wouter van... Fixed a bugs in the Java runtime that could cause an...
2014-07-02 Wouter van... Switched VS build to -W4, and fixed all resulting warnings.
2014-07-02 Wouter van... Add buffer verification functionality to FlatBuffers
2014-06-24 Wouter van... Generated C++ headers now have include guards.
2014-06-23 Wouter van... Merge "license is a comment, not an echo" into ub-games...
2014-06-23 Wouter van... Merge "show absolute path to user when aborting" into...
2014-06-23 Wouter van... Merge "sh script for JavaTest" into ub-games-master
2014-06-23 Wouter van... JSON text output now optionally doesn't output linefeed...
2014-06-23 Wouter van... Doc clarifications (Java vectors, test working dir...
2014-06-23 rwlicense is a comment, not an echo
2014-06-23 Wouter van... force_align was applied after struct size was set.
2014-06-23 Wouter van... Fixed bug that caused creating 0-length arrays to crash
2014-06-20 rwshow absolute path to user when aborting
2014-06-20 rwsh script for JavaTest
2014-06-19 Wouter van... Merge "Fixed various compiler warnings (most related...
2014-06-19 Wouter van... Fixed various compiler warnings (most related to a...
2014-06-19 Wouter van... Added 64bit configuration to VS project, and fixed...
2014-06-19 Barak AmarFix compilation with VS 2013 missing header
2014-06-18 Wouter van... Documentation changes to clarify FlatBuffer internals.
2014-06-18 Wouter van... Fixed a bug in the Java code generation that would...
2014-06-17 Wouter van... Fixed the web pages not scrolling by regenerating with...
2014-06-13 Wouter van... Removed all unnecessary files from the Xcode project
2014-06-12 Wouter van... Removed two user-specific files from the Xcode project
2014-06-11 Wouter van... Added project files for Visual Studio and Xcode.
2014-06-10 Wouter van... Initial commit of the FlatBuffers code.
2014-01-28 Baligh UddinInitial empty repository