- 09 May, 2019 1 commit
-
-
Vladimir Glavnyy authored
-- MSVC2010 doesn't support indexed access to \0-terminator.
-
- 08 May, 2019 1 commit
-
-
Will Stott authored
-
- 06 May, 2019 3 commits
-
-
Malthe Borch authored
* Use a hash table to index existing vtables This allows for quick deduplication even in situations where there might be thousands of vtables due to 'combinatoric explosion'. This fixes issue #5301. * Refactor 0-offset trimming * Improve deduplication benchmark The routine now generates a set of realistic logical layouts and uses a timer function that randomly picks a layout for each iteration. The benchmark runs in batches of # of logical layouts = 1, 10, 100, 1000. (Note that due to alignment, the actual number of vtables is usually slightly higher.)
-
Vladimir Glavnyy authored
- add monster_extra.fbs - add monsterdata_extra.json
-
Lee Mracek authored
-
- 02 May, 2019 2 commits
-
-
Vladimir Glavnyy authored
- MonsterExtra table a root table - add mosterdata_extra.json
-
Vladimir Glavnyy authored
* Fix issues with uint64 enums - hide the implementation of enums from code generators - fix uint64 the issue in the cpp-generator - fix #5108 - new tests - enums with bit_flags attribute should be unsigned * Refine objectives of EnumDef's FindByValue and ReverseLookup methods - move EnumDef::ReverseLookup implementation to idl_parser.cpp - fix typos * Make the IsUInt64 method private
-
- 29 Apr, 2019 1 commit
-
-
László Csomor authored
-
- 27 Apr, 2019 1 commit
-
-
jean-airoldie authored
* Added Clone, Debug and Default
-
- 24 Apr, 2019 6 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I57ccbe0b9ccbbec65ca04f9db3cbd62243480d92
-
Wouter van Oortmerssen authored
Change-Id: I402d857eef9f3e5f3765427c5d3b868ed5a3a22e
-
Wouter van Oortmerssen authored
Change-Id: I716f6b915adfa6682b5d864857abf7d491d788b5
-
Wouter van Oortmerssen authored
Change-Id: I0c87ad2cf8f8768cf40c5b7abea0add087a5518a
-
Clément Julliard authored
Some string definitions were typed as ns(Weapon_ref_t) while they should be flatbuffers_string_ref_t. Note that the former was also compiling & running correctly as both ref types boil down to the same underlying ref type.
-
Philipp Wollermann authored
Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards. Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ
-
- 22 Apr, 2019 2 commits
-
-
Damien Lespiau authored
* Remove newly introduced trailing whitespace in flatbuffer.js The newly introduced clear function has some trailing white space in an otherwise whitespace clean file. Remove it. * Remove spurious new line in the BytesBuffer construction Another spurious white space introduced by the clear() PR.
-
Wouter van Oortmerssen authored
Change-Id: I520339b442306204563d97743efe988eab459c08
-
- 19 Apr, 2019 2 commits
-
-
Damien Lespiau authored
This is what currently rendered: /flatubffers in https://google.github.io/flatbuffers/flatbuffers_guide_use_typescript.html Besides the typo, @types is being swallowed, the hope is that puting it between backticks will improve the situation.
-
Wouter van Oortmerssen authored
The validator previously did not check if a struct within a union was valid, causing a heap buffer overflow. Add a check to make sure that the struct is valid in this case. Change-Id: I87d41b12fdfc2a99406789531ba92b841c063c76
-
- 18 Apr, 2019 3 commits
-
-
Omer Akram authored
-
Wouter van Oortmerssen authored
-
Omer Akram authored
* SNAP: cleanup * Lets keep it in devel mode as it requires more testing * add better description
-
- 15 Apr, 2019 3 commits
-
-
Nils Berg authored
fixes #5288
-
Nils Berg authored
* C++: Generate MiniReflectTypeTable for Structs as well as Tables * Update generated code * add test
-
Vladimir Glavnyy authored
-
- 11 Apr, 2019 4 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I3ee68c5f250d6baa02060ab2ecbc0f0fe254a9d8
-
Wouter van Oortmerssen authored
Change-Id: I487ded77d28490189dd5d38236cb04bffaf5f11a
-
Vladimir Glavnyy authored
* Detect leak with sanitizer * Fix proto-enum leak issue
-
Vladimir Glavnyy authored
-
- 08 Apr, 2019 3 commits
-
-
Vladimir Glavnyy authored
-
Vladimir Glavnyy authored
-
Vladimir Glavnyy authored
-
- 05 Apr, 2019 5 commits
-
-
Henry Lee authored
-
Henry Lee authored
* Fix the header file path in the tutorial doc * Add the path field in sample/monster.fbs to match the tutorial * Update the lobster sample file * Update the binary sample file
-
Matt Mastracci authored
* Ensure we don't subtract with underflow getting enum names * Yep - forgot to run this
-
Anthony Liot authored
* Create a function GenerateGenerateTextFromTable in order to create a json from any Table Signed-off-by:
Anthony Liot <anthony.liot@gmail.com> * Update the test to failed if loadfile or parser return false Signed-off-by:
Anthony Liot <anthony.liot@gmail.com> * Fix snake_case name typo + space before &/* Signed-off-by:
Anthony Liot <anthony.liot@gmail.com> * use auto Signed-off-by:
Anthony Liot <anthony.liot@gmail.com> * Use clang-format on the added code Signed-off-by:
Anthony Liot <anthony.liot@gmail.com>
-
Kamil Rojewski authored
-
- 04 Apr, 2019 1 commit
-
-
unexge authored
-
- 01 Apr, 2019 1 commit
-
-
Vladimir Glavnyy authored
* Add checking of numerical_limits<T> in C++ code. * Add integer suffixes (LL/ULL) to int64 values in the IntegerBoundaryTest
-
- 28 Mar, 2019 1 commit
-
-
tymcauley authored
-