summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-08-12File identifier feature.Wouter van Oortmerssen3-1/+10
2014-07-28Enum definitions are generated without a trailing comma (-pedantic).Wouter van Oortmerssen1-2/+2
2014-07-25Tweak Go test.rw2-47/+53
2014-07-25Extended symbolic enum parsing in JSON for integers and OR-ing.Wouter van Oortmerssen1-4/+8
2014-07-21Corrected the order of the comments on namespace close parensAlex Ames1-2/+2
2014-07-21Added a `bit_flags` attribute to enum declarations that 1<<N every value.Wouter van Oortmerssen7-19/+20
2014-07-21Made sure tests.cpp is testing the new vector iterator functionality.Wouter van Oortmerssen1-9/+14
2014-07-21A feature that officially supports nested FlatBuffers.Wouter van Oortmerssen5-5/+36
2014-07-21Port FlatBuffers to Go.rw7-0/+1434
2014-07-15JSON parsing & text generation is now enum-identifier aware.Wouter van Oortmerssen3-5/+16
2014-07-11flatc can now convert flatbuffer binary files into json.Wouter van Oortmerssen4-2/+38
2014-07-10Made Java argument names help remind the user when something is an offset.Wouter van Oortmerssen1-8/+8
2014-07-10The generated CreateX() calls now come with default values for args.Wouter van Oortmerssen1-1/+13
2014-07-10Parser now correctly reads floats in scientific notation.Wouter van Oortmerssen1-0/+16
2014-07-09Fixed incorrect verifier code for nested tables.Wouter van Oortmerssen5-6/+15
2014-07-09Fixed vectors reserving wrong amount of space in Java.Wouter van Oortmerssen1-1/+1
2014-07-09Added a "strict JSON" mode to the text generator and compilerWouter van Oortmerssen1-2/+5
2014-07-08Added functionality to assign field ids manually in a schemaWouter van Oortmerssen3-13/+13
2014-07-02Fixed a bugs in the Java runtime that could cause an index out of bounds exce...Wouter van Oortmerssen6-16/+9
2014-07-02Switched VS build to -W4, and fixed all resulting warnings.Wouter van Oortmerssen1-6/+7
2014-07-01Add buffer verification functionality to FlatBuffersWouter van Oortmerssen5-6/+90
2014-06-23Generated C++ headers now have include guards.Wouter van Oortmerssen1-3/+8
2014-06-23license is a comment, not an echorw1-15/+13
2014-06-20show absolute path to user when abortingrw1-4/+5
2014-06-20sh script for JavaTestrw1-0/+30
2014-06-19Fixed various compiler warnings (most related to a 64bit size_t).Wouter van Oortmerssen1-2/+2
2014-06-11Added project files for Visual Studio and Xcode.Wouter van Oortmerssen1-1/+1
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen12-0/+961