summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Parser will allow a table or vector to have a trailing comma.Wouter van Oortmerssen1-3/+7
2015-01-16Fixed C# SizedByteArray copying leading bytes of ByteBuffer.Wouter van Oortmerssen1-7/+18
2015-01-16Sorted Vector & binary search functionality.Wouter van Oortmerssen3-9/+26
2015-01-07Made CreateUninitializedVector return the buffer.Wouter van Oortmerssen1-0/+6
2015-01-07Merge changes Id7618e53,Ieddc3c5c into ub-games-masterWouter van Oortmerssen1-1/+1
2015-01-07cast literal to csize to fix errordyu1-1/+1
2015-01-06C#: Allow ByteBuffer to use faster unsafe modeJon Simantov1-0/+28
2014-12-08Added VectorLength helper function that works on nullptr.Wouter van Oortmerssen1-0/+1
2014-12-08Fixed Java ByteBuffer accessors generated for non-scalar vectors.Wouter van Oortmerssen1-3/+0
2014-12-08Generate C++ function returning the file_identifier of a flatbufferLars Magnusson2-2/+5
2014-11-19Added "final" to generated types to block inheritance.Wouter van Oortmerssen1-4/+4
2014-11-19Added user defined attribute declarations.Wouter van Oortmerssen1-0/+2
2014-10-15Added .proto parsing and convertion to .fbs.Wouter van Oortmerssen5-4/+99
2014-09-25Fixed bug in convenient constructors for Java/C#Wouter van Oortmerssen11-22/+168
2014-09-25Output multiline doc comments over multiple linesGabriel Martinez4-4/+8
2014-09-23Fix vector of strings for Gorw2-1/+22
2014-09-23Enums in C++ are now strongly typed.Wouter van Oortmerssen8-21/+21
2014-09-23Made flatc error messages look like what other compilers output.Wouter van Oortmerssen1-1/+1
2014-09-22Support for required fields.Wouter van Oortmerssen12-28/+38
2014-09-22Add enum name lookup method to Java/C# enumsGabriel Martinez9-5/+39
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen8-98/+100
2014-09-15Prepended com.google to the Java namespace.Wouter van Oortmerssen4-4/+4
2014-09-15The parser and flatc now allow include directories to be specified.Wouter van Oortmerssen1-10/+11
2014-09-15Added convenient vector from array construction for Java.Wouter van Oortmerssen2-12/+12
2014-09-15Added accessor in Java to get vectors as ByteBuffers.Wouter van Oortmerssen2-9/+22
2014-09-15Fixed test that was incompatible with 64bit offsets.Wouter van Oortmerssen1-1/+2
2014-09-15Removed the use of b.array() to support DirectBuffers.bml131-2/+3
2014-09-15Initial commit of .NET port of FlatBuffersevolutional12-0/+787
2014-09-05Non-alpha-numeric characters are filtered out of include guardsWouter van Oortmerssen1-3/+3
2014-09-05A generated C++ function was missing "inline".Wouter van Oortmerssen1-2/+2
2014-09-05Implemented the file identifier functionality for Java.Wouter van Oortmerssen6-1/+12
2014-09-04Changed hard-coded constant in JavaTest to enum value.Wouter van Oortmerssen1-1/+1
2014-09-04Fixed possible alignment issue in Gorw2-16/+35
2014-09-04Made "field set more than once" check in JSON parser faster.Wouter van Oortmerssen1-1/+1
2014-09-03Setting a field twice in a JSON object now gives error.Wouter van Oortmerssen1-0/+1
2014-09-03Fixed flatc silently accepting non-scalars as default values.Wouter van Oortmerssen1-0/+1
2014-09-03Made reading read-only ByteBuffers work.Wouter van Oortmerssen1-1/+4
2014-08-22Improved the verifier to be even more resilient.Wouter van Oortmerssen1-6/+7
2014-08-22The list of enum values is now allowed to end in a comma.Wouter van Oortmerssen1-1/+1
2014-08-22Checking for clashes between field names and generated field names.Wouter van Oortmerssen1-0/+1
2014-08-22Support all JSON escape codes (including \u) for parsing & text gen.Wouter van Oortmerssen1-1/+14
2014-08-19Referring to types from other namespaces in C++ now works correctly.Wouter van Oortmerssen2-4/+15
2014-08-19Schemas now support include files.Wouter van Oortmerssen4-9/+20
2014-08-19Fixed "unused private field" warning for clang.Wouter van Oortmerssen1-2/+2
2014-08-13Fixed possible alignment issue in Javav1.0.1Wouter van Oortmerssen1-6/+9
2014-08-13Parser now allows empty tables in JSONWouter van Oortmerssen3-4/+13
2014-08-12Fix vector of strings for JavaBob Potter4-1/+17
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