Commit Graph

  • c23c620d26 applied struct parameter fix to Go and Python generated classes Maor Itzkovitch 2015-07-13 22:53:59 +03:00
  • 4798456df6 Fixed type specifiers in the grammar document. Wouter van Oortmerssen 2015-07-10 16:39:47 -07:00
  • 147fbb4285 builder.put statements now use correct argument names Maor Itzkovitch 2015-07-13 20:00:48 +03:00
  • a9ae9bdcab comment update aeneid 2015-07-12 22:12:58 +03:00
  • f7d8102b35 Passed field name as prefix for nested structs aeneid 2015-07-12 22:10:57 +03:00
  • d0e9bc6a75 A few schema documentation fixes. Wouter van Oortmerssen 2015-07-08 17:49:01 -07:00
  • d863df8683 Merge pull request #230 from aeneid/master Wouter van Oortmerssen 2015-07-08 09:01:17 -07:00
  • 4834634766 Update flathash.cpp aeneid 2015-07-07 08:14:00 +03:00
  • a4c893dbe2 Update hash.h aeneid 2015-07-07 08:13:08 +03:00
  • 8833255ed3 Merge pull request #227 from evanw/master Wouter van Oortmerssen 2015-07-06 13:32:44 -07:00
  • fb5f9456e9 Merge pull request #1 from aeneid/aeneid-patch-1 aeneid 2015-07-05 20:27:20 +03:00
  • 0dacfbbfca added #include <stdio.h> aeneid 2015-07-05 19:50:50 +03:00
  • 47aab78233 Round up allocation size to avoid misalignment (issue #226) Evan Wallace 2015-07-02 14:05:45 -07:00
  • 185b9f9792 Allow customization of flatc cmdline arguments on Android. Jon Simantov 2015-06-30 10:15:58 -07:00
  • 21765bea2e Made warning settings in Xcode more aggressive. Wouter van Oortmerssen 2015-06-29 15:49:13 -07:00
  • 36c7e9a962 Fixed null root_table access in binary schema generation. Wouter van Oortmerssen 2015-06-29 15:21:48 -07:00
  • cb2b2be54e Reflection: generically copy (parts of) FlatBuffers. Wouter van Oortmerssen 2015-06-23 16:06:35 -07:00
  • 1c152cc72a Merge pull request #222 from rw/go-update-panics Robert 2015-06-29 18:10:44 -04:00
  • d67661eb39 Merge pull request #224 from rubber-duck/master gwvo 2015-06-29 10:44:11 -07:00
  • ea97e1b5e2 Merge pull request #223 from belm0/csharp_docs gwvo 2015-06-29 09:55:38 -07:00
  • dca3ccf5fd Fixed argument value to correct type Rafael Munitić 2015-06-26 21:28:39 +02:00
  • ef7b3ed8f5 Java/C-sharp docs: fix typo, clarify parser availability. John Belmonte 2015-06-25 14:42:41 -07:00
  • 4d305f5922 Panic when nesting strings. Test panic scenarios. rw 2015-06-24 11:53:44 -04:00
  • 1e6f8f5b8c Fixed possible crash from reference to non-static variable. Wouter van Oortmerssen 2015-06-22 10:23:42 -07:00
  • c967515da5 Small improvements to the C++ API. Wouter van Oortmerssen 2015-06-17 16:56:50 -07:00
  • 576022c64b Changed VS flatc test settings to match Linux. Wouter van Oortmerssen 2015-06-17 10:27:05 -07:00
  • eab9cfbec9 Merge pull request #217 from amoldeshpande/master gwvo 2015-06-17 10:10:50 -07:00
  • ab4801a82e Merge branch 'master' of https://github.com/amoldeshpande/flatbuffers Amol Deshpande 2015-06-16 07:23:29 -07:00
  • 8df4b318bc Merge branch 'master' of https://github.com/google/flatbuffers Amol Deshpande 2015-06-16 07:16:59 -07:00
  • 8a98e9ad98 Merge pull request #3 from amoldeshpande/google-master amoldeshpande 2015-06-15 21:00:40 -07:00
  • eee5628569 Merge pull request #2 from amoldeshpande/master amoldeshpande 2015-06-15 20:58:48 -07:00
  • ad3fd6ecbf merge Amol Deshpande 2015-06-15 20:26:10 -07:00
  • 622b8d05cf Fixed warnings on Windows Wouter van Oortmerssen 2015-06-15 15:57:48 -07:00
  • 5faa0ab1be Removed unused variable. Wouter van Oortmerssen 2015-06-15 15:57:48 -07:00
  • 81312c2128 Initial reflection and resizing functionality. Wouter van Oortmerssen 2015-05-21 16:33:29 -07:00
  • 1808337adc Make generating dependent include files for C++ the default. Wouter van Oortmerssen 2015-06-15 12:29:06 -07:00
  • 5f091c46ce Allowing _ as first character of identifiers in .fbs/.json. Wouter van Oortmerssen 2015-06-15 12:17:19 -07:00
  • a96bfdb369 Merge pull request #219 from jesta88/master gwvo 2015-06-15 12:04:58 -07:00
  • ad3ebb110b Follow Google code standards Jeremie St-Amand 2015-06-14 13:04:04 -04:00
  • 929105432c Namespace now optional for general generator Jeremie St-Amand 2015-06-14 12:56:48 -04:00
  • 40fffc8fff fix code formatting and bug with losing enums when using --gen-onefile Amol Deshpande 2015-06-13 08:55:24 -07:00
  • 2f76141813 option to generate one file for C# Amol Deshpande 2015-06-06 19:35:12 -07:00
  • 932b22f043 Added clang & OS X to .travis Wouter van Oortmerssen 2015-05-27 16:57:21 -07:00
  • ecf5a6a580 Added --defaults-json to output fields at default value. Wouter van Oortmerssen 2015-05-27 16:42:15 -07:00
  • 788acb08d4 Added GitHub link to start of documentation page. Wouter van Oortmerssen 2015-05-27 15:09:06 -07:00
  • ddb1d5ffe4 Added a #define for running tests without file access. Wouter van Oortmerssen 2015-05-21 13:53:41 -07:00
  • 7ba29dbe41 Small readability improvements to recent commits. Wouter van Oortmerssen 2015-05-20 16:19:50 -07:00
  • 3b070310f0 Fixed -Wunused-result warning. Wouter van Oortmerssen 2015-05-20 14:31:02 -07:00
  • fbe085601b Java: Allow access to the underlying ByteBuffer from a table. Wouter van Oortmerssen 2015-05-18 17:20:56 -07:00
  • 36f9b1ec91 Merge pull request #207 from zachreizner/header gwvo 2015-05-20 15:01:53 -07:00
  • 7bcd99451f Add include for cstdlib for std::bsearch definition Zach Reizner 2015-05-20 14:54:20 -07:00
  • 2535a3aa3a Merge pull request #206 from rw/go-faster-string-writing Robert 2015-05-20 14:37:53 -07:00
  • 0894c25f2c Improve comment for unicode check. rw 2015-05-20 14:19:49 -07:00
  • 7810fb9ce4 use escape codes here for non-unicode editors rw 2015-05-20 13:42:51 -07:00
  • c127cf78c2 Go: CreateString now needs zero allocs. rw 2015-05-20 12:00:44 -07:00
  • 6fffa2a14d Merge pull request #198 from zulli73/master gwvo 2015-05-20 09:30:10 -07:00
  • 2b02d330fd Merge pull request #205 from zachreizner/fb_bsearch gwvo 2015-05-18 17:36:51 -07:00
  • c8f1682e07 Use std::bsearch in LookupByKey for binary search Zach Reizner 2015-05-18 16:17:19 -07:00
  • f64e040896 Merge pull request #201 from rw/python-docs-and-packaging gwvo 2015-05-18 09:33:30 -07:00
  • 339376ba67 Regenerate Doxygen docs to add Python usage page. rw 2015-05-15 12:23:10 -07:00
  • 7a1b77322b Update Python package description: license, descriptions. rw 2015-05-15 12:20:20 -07:00
  • 60b6ca5850 fixed xcode build files Wouter van Oortmerssen 2015-05-13 17:45:20 -07:00
  • b8681d8031 fixed the windows build files Wouter van Oortmerssen 2015-05-13 17:26:20 -07:00
  • f8139b05cb Merge pull request #112 from rw/python23-read-write-gen-port Robert 2015-05-13 11:20:09 -07:00
  • 776c4eb965 use EnsureDirExists from util.h instead of mkdir rw 2015-05-13 10:54:02 -07:00
  • 2746aabcf1 fix string catenation rw 2015-05-13 10:50:47 -07:00
  • 04a06781f5 Fixed endianness Vector's begin() and end() Raphael Zulliger 2015-05-13 16:25:56 +02:00
  • 48dfc69ee6 Port FlatBuffers to Python. rw 2014-12-16 00:32:11 -08:00
  • 4d213c2d06 Merge pull request #165 from rw/go-faster Robert 2015-05-12 14:53:31 -07:00
  • 361bfb6764 Merge pull request #189 from pjulien/188 gwvo 2015-05-11 14:07:40 -07:00
  • 3f96eead4c Merge pull request #192 from Jiboo/fix190 gwvo 2015-05-11 13:59:22 -07:00
  • 8896587faf Fixed schemas inheriting namespace from included schemas. Wouter van Oortmerssen 2015-05-11 10:53:54 -07:00
  • 9fa3e2f387 Added a default costructor for Java's FlatBufferBuilder. Jean-Baptiste "Jiboo" Lepesme 2015-05-11 19:17:01 +02:00
  • e5c21ec666 invoke many fewer growth events rw 2015-05-09 16:32:26 -07:00
  • e11da87a24 gofmt rw 2015-05-09 16:10:03 -07:00
  • 3dd54424c0 remove remaining allocs during build rw 2015-05-09 16:07:11 -07:00
  • 5d68493df4 update CheckClash for string accesses rw 2015-05-09 15:37:13 -07:00
  • d322eec3c3 Issue #188 pjulien 2015-05-09 14:08:28 -04:00
  • 221193eaa2 Union accessors in C# should use generic type for the table Mormegil 2015-04-15 17:51:20 +02:00
  • f7d24f60a2 set version for next dev cycle pjulien 2015-05-06 20:17:02 -04:00
  • e5a1a3129d Initially discussed in #178. pjulien 2015-05-06 19:41:44 -04:00
  • 39833d7cf0 Added namespaced way to refer to types in schemas. Also made proper namespacing work for enums. Wouter van Oortmerssen 2015-05-08 15:04:53 -07:00
  • ecb27817ca Merge "Initial support for propagating namespaces from schema files to generated code" into ub-games-master Brett Cooley 2015-05-08 19:52:54 +00:00
  • f59bfdd084 Add missing newline in help text for flatc. Jason Sanmiya 2015-05-07 10:30:03 -07:00
  • 0ee1b99c5d [BREAKING CHANGE] Field accessors should use property getters in C# Mormegil 2015-05-06 16:33:50 +02:00
  • a50711ad13 Fix u_int8_t to uint8_t yinlei 2015-05-05 11:14:59 +08:00
  • 249f71a12b Initial support for propagating namespaces from schema files to generated code Brett Cooley 2015-05-05 17:10:53 -07:00
  • 1d138fbe07 Merge "Added extra checks for reading binaries in flatc" into ub-games-master Wouter van Oortmerssen 2015-05-04 21:01:59 +00:00
  • a0bf238b09 Merge changes I2de7d14d,I56392340 into ub-games-master Wouter van Oortmerssen 2015-05-04 21:00:43 +00:00
  • c49c6da803 Added extra checks for reading binaries in flatc Wouter van Oortmerssen 2015-05-04 13:36:27 -07:00
  • 37e6efe1f9 Added accessor for file_extension in generated code. Wouter van Oortmerssen 2015-05-04 10:52:40 -07:00
  • d4d7a84e11 Added missing --gen-mutable to CMakeLists.txt Wouter van Oortmerssen 2015-05-04 10:35:53 -07:00
  • fc7e8af55e Merge "Fix bug on flathash compilation option." into ub-games-master Jason Sanmiya 2015-04-29 21:12:06 +00:00
  • 3ec5dddb00 Mutable FlatBuffers: in-place updates. Wouter van Oortmerssen 2015-04-27 16:25:06 -07:00
  • f47660f510 Fix bug on flathash compilation option. Jason Sanmiya 2015-04-28 15:44:10 -07:00
  • a8d6962ac2 Tolerate DOS-style EOL in IDL line comments Mormegil 2015-04-14 18:09:08 +02:00
  • 23f75f598e added .travis.yml file (build with original and biicode building); added bii-travis.sh and readme.md files; added build status section with travis and biicode build systems franchuti688 2015-04-01 12:35:37 +02:00
  • e3b432cba8 Enums use native enums in C# Mormegil 2015-04-13 13:25:03 +02:00
  • 557c57eb9d Seal all classes in Java/C# Advay Mengle 2015-04-06 16:42:08 -07:00
  • 9d368deb05 Fixed: Readme version is not up to date Joël Lamotte 2015-04-03 13:44:27 +02:00