summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Reflection: generically copy (parts of) FlatBuffers.Wouter van Oortmerssen3-21/+31
2015-06-24Panic when nesting strings. Test panic scenarios.rw1-1/+78
2015-06-15Fixed warnings on WindowsWouter van Oortmerssen1-1/+8
2015-06-15Initial reflection and resizing functionality.Wouter van Oortmerssen3-13/+104
2015-06-15Make generating dependent include files for C++ the default.Wouter van Oortmerssen1-0/+1
2015-05-27Added a #define for running tests without file access.Wouter van Oortmerssen1-1/+2
2015-05-20Improve comment for unicode check.rw1-1/+5
2015-05-20use escape codes here for non-unicode editorsrw1-1/+1
2015-05-20Go: CreateString now needs zero allocs.rw1-9/+16
2015-05-13fix string catenationrw1-7/+7
2015-05-12Port FlatBuffers to Python.rw13-1/+1812
2015-05-12Merge pull request #165 from rw/go-fasterRobert4-13/+149
2015-05-09remove remaining allocs during buildrw1-1/+2
2015-05-08Union accessors in C# should use generic type for the tableMormegil1-1/+1
2015-05-08Added namespaced way to refer to types in schemas.Wouter van Oortmerssen1-1/+1
2015-05-08Merge "Initial support for propagating namespaces from schema files to genera...Brett Cooley1-4/+4
2015-05-06[BREAKING CHANGE] Field accessors should use property getters in C#Mormegil5-77/+77
2015-05-05Initial support for propagating namespaces from schema files to generated codeBrett Cooley1-4/+4
2015-05-04Added accessor for file_extension in generated code.Wouter van Oortmerssen2-0/+3
2015-04-29Mutable FlatBuffers: in-place updates.Wouter van Oortmerssen2-1/+73
2015-04-13Enums use native enums in C#Mormegil5-30/+20
2015-04-10Seal all classes in Java/C#Advay Mengle13-14/+16
2015-04-06Add byte slice accessor to Go codeBen Harper2-0/+26
2015-04-06Always add additional space if no more is availableKyle Jones1-1/+16
2015-04-02Reduce allocations when reusing a Builder.rw2-2/+4
2015-04-02Reduce allocations when building strings.rw2-10/+19
2015-04-02Remove all string allocations during parsing.rw4-15/+15
2015-04-02Merge branch 'go-bytevector-getter' of github.com:benharper123/flatbuffers in...rw2-0/+26
2015-04-02Benchmarks for building and parsing 'gold' data.rw1-0/+122
2015-04-02chmod GoTest.sh +xrw1-0/+0
2015-04-01Generate appropriate schema doc comments from .proto filesAdvay Mengle2-0/+19
2015-04-01Generate Java doc comments in JavaDoc styleAdvay Mengle1-2/+4
2015-04-01Add byte slice accessor to Go codeBen Harper2-0/+26
2015-03-23Unsigned types in Java now return bigger size signed types.Wouter van Oortmerssen6-15/+38
2015-03-13Regenerated test code + fixed typo in C# FlatBufferBuilderWouter van Oortmerssen4-5/+129
2015-03-11Add CreateByteVector function to Go's builderBen Harper1-0/+22
2015-03-11Make FuzzTest2 fuzzier.Max Galkin1-11/+38
2015-03-11Implementation of a buffer release strategy.gregoire-astruc1-11/+14
2015-03-11Added Copyright headersloverszhaokai5-11/+75
2015-02-17Merge "Added the hash attribute to ints and longs." into ub-games-masterAlex Ames5-4/+48
2015-02-17Added the hash attribute to ints and longs.Alex Ames5-4/+48
2015-02-11Change nested_root accessor to be const function.Hyungjin Kim1-1/+1
2015-02-04added reuse option for root objectsFlorian Enner4-4/+8
2015-01-26Support for booleans in the Java/C# APIWouter van Oortmerssen8-5/+30
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