Commit Graph

  • 8b99bf614c Add byte slice accessor to Go code Ben Harper 2015-04-01 16:39:53 +02:00
  • c4a3e2f6bd Always add additional space if no more is available Kyle Jones 2015-03-31 12:16:36 -07:00
  • 803f9bba27 Fix typo in Benchmarks.md INADA Naoki 2015-04-03 02:00:28 +09:00
  • d756efbf76 Reduce allocations when reusing a Builder. rw 2015-04-02 19:33:00 -07:00
  • ace7fa8094 Reduce allocations when building strings. rw 2015-04-02 18:22:13 -07:00
  • f02646e357 Remove all string allocations during parsing. rw 2015-04-02 11:56:55 -07:00
  • 0a3a09aaf3 Merge branch 'go-bytevector-getter' of github.com:benharper123/flatbuffers into go-faster rw 2015-04-02 11:47:17 -07:00
  • 796be3282c Benchmarks for building and parsing 'gold' data. rw 2015-04-02 11:26:00 -07:00
  • 468124fb9b chmod GoTest.sh +x rw 2015-04-02 11:25:48 -07:00
  • 3ad853630c Generate appropriate schema doc comments from .proto files Advay Mengle 2015-03-31 02:03:11 -07:00
  • b8708beeec Generate Java doc comments in JavaDoc style Advay Mengle 2015-03-31 04:21:47 -07:00
  • 8fb6c4f764 Add byte slice accessor to Go code Ben Harper 2015-04-01 16:39:53 +02:00
  • 75740c1374 Clarified Verifier options. v1.1.0 Wouter van Oortmerssen 2015-03-30 10:37:34 -07:00
  • e8598950fc Fix Mac ndk-build error on motive, pie_noon, pindrop. Jason Sanmiya 2015-03-26 10:35:52 -07:00
  • ca5c9e7496 Unsigned types in Java now return bigger size signed types. Wouter van Oortmerssen 2015-03-18 17:52:39 -07:00
  • f7818d83d7 Changed C# ByteBuffer to use bit shifts instead of BitConverter Wouter van Oortmerssen 2015-03-13 16:59:29 -07:00
  • 7ef2fc2517 Regenerated test code + fixed typo in C# FlatBufferBuilder Wouter van Oortmerssen 2015-03-13 13:05:28 -07:00
  • 6df9e1c537 Update idl_gen_general.cpp reynolma2 2015-03-09 11:35:18 -07:00
  • 6a0126340a Add CreateByteVector function to Go's builder Ben Harper 2015-03-08 21:39:01 +02:00
  • 4464405250 Make FuzzTest2 fuzzier. Max Galkin 2015-03-07 13:00:05 -08:00
  • c3807fa39d Fix for VS 2015 stricter warnings about "shadowed" names. Max Galkin 2015-03-07 08:49:55 -08:00
  • a360958be3 Implementation of a buffer release strategy. gregoire-astruc 2015-02-24 13:14:46 +01:00
  • 432f3f26a4 Added Copyright headers loverszhaokai 2015-02-28 18:06:53 +08:00
  • 6ccdfff0af Android build script works with pre-releases present. Wouter van Oortmerssen 2015-03-09 14:04:30 -07:00
  • 71e97b7123 Fixed C# Table.cs to work with Mono. Grégoire Astruc 2015-02-18 22:49:13 +01:00
  • c243aa4e15 Merge "Added the hash attribute to ints and longs." into ub-games-master Alex Ames 2015-02-17 22:58:04 +00:00
  • d575321eba Added the hash attribute to ints and longs. Alex Ames 2015-02-13 15:58:29 -08:00
  • f353fd8864 Fix pointer underrun when allocating large vectors Stefan Eilemann 2015-02-10 13:54:22 +01:00
  • c9a840e935 Change nested_root accessor to be const function. Hyungjin Kim 2015-02-10 15:42:38 +09:00
  • 620fe1c5cf Merge "Call $(strip) on parameters so newlines work." into ub-games-master Alex Ames 2015-02-10 00:56:54 +00:00
  • 69dae32776 Call $(strip) on parameters so newlines work. Alex Ames 2015-02-09 15:18:38 -08:00
  • da0f096ba2 Added biicode support via biicode.conf and CMake/biicode.cmake franramirez688 2015-01-31 11:14:59 -05:00
  • 36fe9d539f Merge "Clarified how to create a good pull request." into ub-games-master Wouter van Oortmerssen 2015-02-09 21:56:55 +00:00
  • 6180b5ac7a Merge "Reset minimum alignment when reusing FlatBufferBuilder" into ub-games-master Wouter van Oortmerssen 2015-02-09 17:16:37 +00:00
  • 42bfe240e0 Merge "added reuse option for root objects" into ub-games-master Wouter van Oortmerssen 2015-02-09 17:16:18 +00:00
  • 1fb0f1ef71 Clarified how to create a good pull request. Wouter van Oortmerssen 2015-02-04 15:50:02 -08:00
  • 1c8c9438a2 Merge "Added new Android build target and makefile utils." into ub-games-master Alex Ames 2015-02-04 23:49:25 +00:00
  • 85f64786da Reset minimum alignment when reusing FlatBufferBuilder Wouter van Oortmerssen 2015-02-04 15:30:47 -08:00
  • b0910e75e0 added reuse option for root objects Florian Enner 2015-01-30 17:09:59 -05:00
  • ff1ac8ab5a Added new Android build target and makefile utils. Alex Ames 2015-01-26 14:51:01 -08:00
  • 4d3db99283 Issue #136 pjulien 2015-01-31 11:14:59 -05:00
  • 72b9501e69 Added force-defaults to Java bindings Florian Enner 2015-01-28 23:06:11 -05:00
  • 9c169083ad Added FlatBufferBuilder reuse Florian Enner 2015-01-28 23:32:41 -05:00
  • 7bebaab69e Added "raw struct" results to benchmark. Wouter van Oortmerssen 2015-01-30 16:52:22 -08:00
  • d8117bb8a3 Merge "Add options to print build rule dependencies" into ub-games-master Gabriel Martinez 2015-02-02 16:59:14 +00:00
  • df4909e5f6 Add options to print build rule dependencies Gabriel Martinez 2014-11-04 10:00:56 -08:00
  • 79c2d80ed4 Fix for previous Java commit. Wouter van Oortmerssen 2015-01-26 14:12:20 -08:00
  • 3e1b789d21 Applied Java namespace filename fix to Go. Wouter van Oortmerssen 2015-01-26 13:45:33 -08:00
  • cf7135ff58 Reducing garbage produced by Java serializer. startObject() now only allocates a new vtable array when it needs to grow. Wouter van Oortmerssen 2015-01-21 16:43:50 -08:00
  • f60276f54b Fixed flatc not writing Java files without namespace. Wouter van Oortmerssen 2015-01-21 14:53:41 -08:00
  • 2b01247b30 PR for issue #130. Improves the javadoc of `FlatBufferBuilder and marks dataStart` deprecated. pjulien 2015-01-18 15:49:10 -05:00
  • 7cf74cb864 cursor_ is not directly represent the hexadecimal Hiroshi Matsunaga 2015-01-09 03:38:14 +09:00
  • 4fb5a764df Support for booleans in the Java/C# API Wouter van Oortmerssen 2015-01-16 17:48:51 -08:00
  • 6c2dc41e0d Parser will allow a table or vector to have a trailing comma. Wouter van Oortmerssen 2015-01-16 16:57:04 -08:00
  • e568f17096 Fixed C# SizedByteArray copying leading bytes of ByteBuffer. Wouter van Oortmerssen 2015-01-16 15:35:48 -08:00
  • 1263e9788e Add a simple Maven file modeled after Patrick Julien 2015-01-10 18:13:37 -05:00
  • f5132b9ee1 Ignore intellij files Patrick Julien 2015-01-10 17:48:44 -05:00
  • c95ad9cc55 Reuse the same charset instance Patrick Julien 2015-01-10 16:41:45 -05:00
  • 3550899987 Sorted Vector & binary search functionality. Wouter van Oortmerssen 2015-01-07 17:51:31 -08:00
  • 73582b145c Fixed C# showing up as C in the documentation Wouter van Oortmerssen 2015-01-07 16:30:10 -08:00
  • b929c62c71 Added clarification about unions in JSON to the docs. Wouter van Oortmerssen 2015-01-07 13:57:09 -08:00
  • 3ec8d7f598 Added option FLATBUFFERS_BUILD_FLATC Leander Bessa Beernaert 2015-01-02 13:51:31 +01:00
  • 352b743c71 Union verification functions were not correctly namespaced. Wouter van Oortmerssen 2015-01-07 13:29:59 -08:00
  • b7cb91c34e Made CreateUninitializedVector return the buffer. Wouter van Oortmerssen 2015-01-07 11:35:17 -08:00
  • f79cc460f8 Merge changes Id7618e53,Ieddc3c5c into ub-games-master Wouter van Oortmerssen 2015-01-07 19:25:58 +00:00
  • 757854a6cd Merge "C#: Allow ByteBuffer to use faster unsafe mode" into ub-games-master Jon Simantov 2015-01-07 19:07:02 +00:00
  • 6f4b4c80a7 non-generic version of CreateUninitializedVector for c ffi dyu 2014-12-27 21:30:26 +08:00
  • ae1763e226 cast literal to csize to fix error dyu 2014-12-27 21:11:03 +08:00
  • aa46f0e4c2 update generated sources dyu 2014-12-27 21:18:18 +08:00
  • 89d2b0861b Documentation clarifications. Wouter van Oortmerssen 2015-01-05 14:50:23 -08:00
  • 4390254e6a C#: Allow ByteBuffer to use faster unsafe mode Jon Simantov 2014-12-11 14:23:10 -08:00
  • 3a27013732 Merge "Added CONTRIBUTING.md file." into ub-games-master Wouter van Oortmerssen 2014-12-09 02:03:06 +00:00
  • d72c478128 Merge "Added VectorLength helper function that works on nullptr." into ub-games-master Wouter van Oortmerssen 2014-12-09 02:01:30 +00:00
  • 10f4ecac26 Merge "Fixed missing virtual destructor in allocator." into ub-games-master Wouter van Oortmerssen 2014-12-09 02:01:20 +00:00
  • 27823d5552 Merge "Fixed Java ByteBuffer accessors generated for non-scalar vectors." into ub-games-master Wouter van Oortmerssen 2014-12-09 02:01:11 +00:00
  • 19361a58ec Merge "Generate C++ function returning the file_identifier of a flatbuffer" into ub-games-master Wouter van Oortmerssen 2014-12-09 02:00:58 +00:00
  • c6c8a9ba29 Merge "Various documentation clarifications." into ub-games-master Wouter van Oortmerssen 2014-12-09 02:00:46 +00:00
  • 14eaddfdcc Added CONTRIBUTING.md file. Wouter van Oortmerssen 2014-12-08 17:48:06 -08:00
  • 8833cff911 Added VectorLength helper function that works on nullptr. Wouter van Oortmerssen 2014-12-08 17:32:26 -08:00
  • 318668aed6 Fixed missing virtual destructor in allocator. Wouter van Oortmerssen 2014-12-08 17:19:29 -08:00
  • 9566669245 Fixed Java ByteBuffer accessors generated for non-scalar vectors. Wouter van Oortmerssen 2014-12-08 17:14:38 -08:00
  • 354fd906a5 Generate C++ function returning the file_identifier of a flatbuffer Lars Magnusson 2014-11-30 11:34:03 +08:00
  • 2d9b3ade18 Various documentation clarifications. Wouter van Oortmerssen 2014-12-08 16:47:00 -08:00
  • ced2cb6ce9 [fix] removed some source files included multiple times causing duplicate symbol compilation errors Robert Segal 2014-12-04 14:39:16 -05:00
  • 285501f7be Added "final" to generated types to block inheritance. Wouter van Oortmerssen 2014-11-19 11:03:32 -08:00
  • 0952143971 Added user defined attribute declarations. Wouter van Oortmerssen 2014-11-17 17:27:26 -08:00
  • 0ce53c96c3 Clarified note on multi-threading in the docs. Wouter van Oortmerssen 2014-11-17 13:14:31 -08:00
  • d6f70cdd7d Fix FlatBuffersTest build on Android by adding missing file. Jon Simantov 2014-11-19 10:57:34 -08:00
  • 07d5965c81 Fixes #90 - flatc chokes on IDL files starting with a comment Zbigniew Mandziejewicz 2014-10-22 22:40:03 +08:00
  • 6ca102e413 Made the memcmp address sanitizer clean. Wouter van Oortmerssen 2014-11-07 15:24:22 -08:00
  • 8ef6ee2a3e Fixed required field checking incorrectly using unsigned offsets. Wouter van Oortmerssen 2014-11-07 14:36:49 -08:00
  • 118abc2871 Fix a build error on 32 bit go Luna 2014-10-29 11:55:21 +01:00
  • fbcf063401 Fixed boilerplate copyright message in LICENSE.txt Wouter van Oortmerssen 2014-10-27 17:48:29 -07:00
  • e97f38e53c Added support for custom allocators and uninitialized vectors. Wouter van Oortmerssen 2014-10-24 15:40:36 -07:00
  • 4cdf3eb19b Made CMakeLists.txt compatible with older versions of CMake. Wouter van Oortmerssen 2014-10-24 14:26:29 -07:00
  • ea592296b8 Various documentation improvements. Wouter van Oortmerssen 2014-10-24 11:15:37 -07:00
  • d426890b92 Fixed big-endian issue. Wouter van Oortmerssen 2014-10-22 13:35:24 -07:00
  • 1e4d28bf14 Fixed missing files in Xcode project. v1.0.3 Wouter van Oortmerssen 2014-10-22 11:58:54 -07:00
  • 0eac15c784 Added fenced code blocks to the C++/Java/Go docs for syntax highlighting. Wouter van Oortmerssen 2014-10-06 10:43:02 -07:00
  • d38b9af243 Added .proto parsing and convertion to .fbs. Wouter van Oortmerssen 2014-09-26 16:46:30 -07:00