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-10-16
Wouter van...
Added fenced code blocks to the C++/Java/Go docs for...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-16
Wouter van...
Added .proto parsing and convertion to .fbs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Wouter van...
Fixed bug in convenient constructors for Java/C#
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Gabriel Martinez
Output multiline doc comments over multiple lines
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
rw
Fix vector of strings for Go
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Wouter van...
Enums in C++ are now strongly typed.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Wouter van...
Made flatc error messages look like what other compiler...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-23
Wouter van...
Added option to flatc to generate dependent header...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Wouter van...
Support for required fields.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Zbigniew Mandziejewicz
Generate headers from spec, add option for installing...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-22
Gabriel Martinez
Add enum name lookup method to Java/C# enums
commit
|
commitdiff
|
tree
|
snapshot
2014-09-19
Wouter van...
Added convenient create functions for Java/C#.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-18
Wouter van...
Added general codegen to Xcode project.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-18
Wouter van...
Refactored the Java and C# code generators into one.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-16
Wouter van...
Added C# generator to Xcode project.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-16
Wouter van...
Prepended com.google to the Java namespace.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Wouter van...
Added missing assert.h to util.h.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Wouter van...
The parser and flatc now allow include directories...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Wouter van...
Added convenient vector from array construction for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Wouter van...
Added accessor in Java to get vectors as ByteBuffers.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Wouter van...
Fixed test that was incompatible with 64bit offsets.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
bml13
Removed the use of b.array() to support DirectBuffers.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
evolutional
Initial commit of .NET port of FlatBuffers
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
Stewart Miles
Added option to disable build of tests and samples.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
Made FlatBufferBuilder.java require ByteBuffers that...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
Non-alpha-numeric characters are filtered out of includ...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
A generated C++ function was missing "inline".
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
Fixed JSON text output not finding symbolic names for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
Implemented the file identifier functionality for Java.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
Made Vector have a size() function, to make it more...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Wouter van...
Changed hard-coded constant in JavaTest to enum value.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
rw
Fixed possible alignment issue in Go
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Wouter van...
Made "field set more than once" check in JSON parser...
commit
|
commitdiff
|
tree
|
snapshot
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
next