- 08 Jul, 2019 1 commit
-
-
Vladimir Glavnyy authored
* Extend the test of MonsterExtra - Extend C++ test of MonsterExtra - Add conversion of fbs/json NaNs to unsigned quiet-NaN - Update documentation (cross-platform interoperability) * Fix declaration of infinity constants int the test
-
- 01 Jul, 2019 2 commits
-
-
Thanabodee Charoenpiriyakij authored
When running GoTest.sh, the last step that checking go format files are print \n instead of new line: These files are not well gofmt'ed:\n\nMyGame/Example/Color.go MyGame/Example/MonsterStorage_grpc.go This changes fix it by echo NOT_FMT_FILES in separate line.
-
Vladimir Glavnyy authored
- Fix GenerateTextFromTable (aliasing typo) - Fix unused variable in idl_gen_dart.cpp - Fix std::string passing (should be non-const value or const-reference) - Remove unused variables
-
- 27 Jun, 2019 3 commits
-
-
Andrew Noyes authored
* Fix undefined behavior. Closes #5422 * Move check into callers of make_space
-
Edward authored
Provide more detailed exception message for malformed 2 byte utf8 character
-
Adrian Perez authored
-
- 25 Jun, 2019 2 commits
-
-
Vladimir Glavnyy authored
-
Bryan Furia authored
-
- 24 Jun, 2019 2 commits
-
-
Wouter van Oortmerssen authored
This would not correctly encode/decode strings when substituted for the default Utf8Safe.java Change-Id: Ib303697663b5b8cbf6888492f5255b2a45384c04
-
Bryan Furia authored
-
- 20 Jun, 2019 2 commits
-
-
Austin Schuh authored
rules_go was too old and using deprecated features. Upgrade it.
-
Wouter van Oortmerssen authored
Change-Id: I249140119e6241beb5aec5670d0e5ccddc8f5251
-
- 17 Jun, 2019 2 commits
-
-
svenk177 authored
-
Vladimir Glavnyy authored
* Add FLATBUFFERS_COMPATIBILITY string - Add a new __reset method NET/JAVA which hides internal state * Resolve PR notes * Use operator new() to __init of Struct and Table * Restrict visibility of C# Table/Struct to internal level
-
- 14 Jun, 2019 2 commits
-
-
John Luxford authored
* [C#] Fixes issue #5399 by always including namespaces * Updated tests for code generator changes * Fixed 'As' method names
-
John Luxford authored
-
- 13 Jun, 2019 1 commit
-
-
Tiger Caldwell authored
-
- 12 Jun, 2019 1 commit
-
-
Michael Seifert authored
* [docs] Added an example on how to convert a FlatBuffer binary to JSON Slightly adjusted section on "Using flatc as a conversion tool". Signed-off-by:
Michael Seifert <m.seifert@digitalernachschub.de> * [docs] Updated obsolete JSON data in example showing how to convert JSON to FlatBuffer binaries. Signed-off-by:
Michael Seifert <m.seifert@digitalernachschub.de>
-
- 09 Jun, 2019 1 commit
-
-
Will Stott authored
Looks like it's an older syntax for --strict-json which was long-ago removed in https://github.com/google/flatbuffers/commit/d38b9af243d8dcfc53ab69c79e0ce404759240d4
-
- 07 Jun, 2019 1 commit
-
-
jean-airoldie authored
This slightly improves readability.
-
- 06 Jun, 2019 1 commit
-
-
jean-airoldie authored
-
- 05 Jun, 2019 1 commit
-
-
Ashwin Ramaswami authored
* fix typo * fix typo
-
- 02 Jun, 2019 2 commits
-
-
mugisoba authored
-
Vladimir Glavnyy authored
- fix CSharp comments generation - fix Python comments generation - fix Lua comments generation - fix PHP comments generation - fix Dart comments generation - add brief description of Color enum - add multi-line comments to the Monster:Color
-
- 31 May, 2019 4 commits
-
-
Alexander Gallego authored
* c++: Add command line option to add extra includes to gen files Fixes #5351 We have an ability to pass custom types for strings, allocators, etc but have no way to tell the generator to include the classes in gen code * c++: remove std::strtok for std::string methods. passes msvc compile * generate_code.sh: add --cpp-includes to the test gen script * tests:generate.bat: update code gen scripts w/ --cpp-includes * cpp: use command line parsing for extra includes s/--cpp-includes/--cpp-include/g Simplify command line parsing of includes by using a std::vector. * cpp: idl.h: move std::vector for cpp_includes as the last member msvc does not understand initalization list on our CI server * cpp:msvc: CI fails on for-range loops * cpp:codegen: fix error reporting on flatcc * as per code review: remove unwated --cpp-include in the tests/generate_code.{sh,bat}
-
Wouter van Oortmerssen authored
This is done on purpose, to avoid API version mismatches that can cause bad decoding results, see: https://github.com/google/flatbuffers/issues/5368 Change-Id: I2c857438377e080caad0e2d8bcc758c9b19bd6ec
-
Wouter van Oortmerssen authored
Change-Id: I7f1f12f2f97e5227e0dabc2965ce66a6d41c229c
-
360 CodeSafe authored
add an assert to make sure that `key_field` is not a null pointer.
-
- 30 May, 2019 4 commits
-
-
mugisoba authored
-
emkornfield authored
* Fix Undefined behavior for zero length vectors * Change fix for UBSan
-
iceboy authored
-
Marc Butler authored
For schema enums with the bit_flags attribute, generate the corresponding System.FlagsAttribute in generated Csharp code.
-
- 23 May, 2019 1 commit
-
-
aardappel authored
-
- 22 May, 2019 5 commits
- 21 May, 2019 2 commits
-
-
Siddhartha Bagaria authored
-
jonsimantov authored
-