projects
/
platform
/
upstream
/
flatbuffers.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
platform/upstream/flatbuffers.git
2014-09-03
Wouter van...
Fixed missing <functional> header (VS).
v1.0.2
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Wouter van...
Made sure GetRootAs..() functions are generated for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Wouter van...
Setting a field twice in a JSON object now gives error.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Wouter van...
Fixed flatc silently accepting non-scalars as default...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Wouter van...
Fixed C++ codegen ignoring multiple padding scalars...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Wouter van...
Made reading read-only ByteBuffers work.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Wouter van...
Fixed compiler warning for int to char conversion.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-25
Wouter van...
Fixed compile errors in VS / gcc for recent commits.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
Improved the verifier to be even more resilient.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
Prefixing of enum value identifiers in C++ is now optional.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
flatc now outputs the filename with error messages.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
The list of enum values is now allowed to end in a...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
Checking for clashes between field names and generated...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
flatc now creates the output directory if it doesn...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-22
Wouter van...
Support all JSON escape codes (including \u) for parsin...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Wouter van...
Fixed warnings for unused variables in Visual Studio.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-20
Wouter van...
Referring to types from other namespaces in C++ now...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Wouter van...
Schemas now support include files.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Wouter van...
Fixed "unused private field" warning for clang.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-19
Wouter van...
Clarified a documentation statement about circular...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Wouter van...
Fixed possible alignment issue in Java
v1.0.1
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Wouter van...
Made the assert in the verifier optional
commit
|
commitdiff
|
tree
|
snapshot
2014-08-13
Wouter van...
Parser now allows empty tables in JSON
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Wouter van...
Fixed compile warning related to file identification...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Bob Potter
Fix vector of strings for Java
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Wouter van...
File identifier feature.
commit
|
commitdiff
|
tree
|
snapshot
2014-08-12
Wouter van...
Fixed bugs that could cause struct values not to be...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-31
Wouter van...
A few document clarifications for Java & Internals.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Wouter van...
Made FlatBuffers compile correctly with -pedantic
commit
|
commitdiff
|
tree
|
snapshot
2014-07-29
Wouter van...
Enum definitions are generated without a trailing comma...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-28
Stefan Eilemann
Add CMake finder for downstream projects
commit
|
commitdiff
|
tree
|
snapshot
2014-07-28
Stefan Eilemann
Fix OS X build
commit
|
commitdiff
|
tree
|
snapshot
2014-07-25
Daniel Nachbaur
Add install step
commit
|
commitdiff
|
tree
|
snapshot
2014-07-25
rw
Tweak Go test.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-25
Wouter van...
Extended symbolic enum parsing in JSON for integers...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-24
Wouter van...
Fixed possible compile error in CreateVector* functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Stewart Miles
Merge "Terminate the output directory argument of flatc...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Stewart Miles
Terminate the output directory argument of flatc.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-22
Alex Ames
Corrected the order of the comments on namespace close...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Wouter van...
Updated benchmark chart with stats for pugixml.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Wouter van...
Added a `bit_flags` attribute to enum declarations...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Wouter van...
Made sure tests.cpp is testing the new vector iterator...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Wouter van...
A feature that officially supports nested FlatBuffers.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Wouter van...
Small fixes to the core C++ FlatBuffers implementation.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
rw
Port FlatBuffers to Go.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-15
Wouter van...
JSON parsing & text generation is now enum-identifier...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Bas Zalmstra
Added an iterator to Vector so you can use range based...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Matthew Endsley
Add support for the Xbox360 platform (PPC+msvc)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Wouter van...
flatc can now convert flatbuffer binary files into...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Wouter van...
Made Java argument names help remind the user when...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Wouter van...
The generated CreateX() calls now come with default...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Wouter van...
Changed the tracking token implementation to be more...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Wouter van...
Parser now correctly reads floats in scientific notation.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Wouter van...
Fixed namespace declaration not being cleared between...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Wouter van...
Fixed incorrect verifier code for nested tables.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Wouter van...
Fixed vectors reserving wrong amount of space in Java.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Wouter van...
Added a "strict JSON" mode to the text generator and...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-08
Wouter van...
Added functionality to assign field ids manually in...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Wouter van...
Made declaring the underlying type of an enum mandatory.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Wouter van...
Fixed helper function CreateVectorOfStructs calling...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Wouter van...
Fixed flatc not stripping the path from the base filename.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Wouter van...
Fixed a bugs in the Java runtime that could cause an...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Wouter van...
Switched VS build to -W4, and fixed all resulting warnings.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Wouter van...
Add buffer verification functionality to FlatBuffers
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Wouter van...
Generated C++ headers now have include guards.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
Merge "license is a comment, not an echo" into ub-games...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
Merge "show absolute path to user when aborting" into...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
Merge "sh script for JavaTest" into ub-games-master
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
JSON text output now optionally doesn't output linefeed...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
Doc clarifications (Java vectors, test working dir...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
rw
license is a comment, not an echo
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
force_align was applied after struct size was set.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Wouter van...
Fixed bug that caused creating 0-length arrays to crash
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
rw
show absolute path to user when aborting
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
rw
sh script for JavaTest
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Wouter van...
Merge "Fixed various compiler warnings (most related...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Wouter van...
Fixed various compiler warnings (most related to a...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Wouter van...
Added 64bit configuration to VS project, and fixed...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Barak Amar
Fix compilation with VS 2013 missing header
commit
|
commitdiff
|
tree
|
snapshot
2014-06-18
Wouter van...
Documentation changes to clarify FlatBuffer internals.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-18
Wouter van...
Fixed a bug in the Java code generation that would...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-17
Wouter van...
Fixed the web pages not scrolling by regenerating with...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Wouter van...
Removed all unnecessary files from the Xcode project
commit
|
commitdiff
|
tree
|
snapshot
2014-06-12
Wouter van...
Removed two user-specific files from the Xcode project
commit
|
commitdiff
|
tree
|
snapshot
2014-06-11
Wouter van...
Added project files for Visual Studio and Xcode.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-10
Wouter van...
Initial commit of the FlatBuffers code.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-28
Baligh Uddin
Initial empty repository
commit
|
commitdiff
|
tree
|
snapshot