1. 16 May, 2019 2 commits
    • mmoscicki2's avatar
      Fix reverse_iterator in Vector and tests (#5344) · 39bd667f
      mmoscicki2 authored
      Before this commit tests for iterators passed, even if the code inside
      the loop has not been executed.
      39bd667f
    • Björn Harrtell's avatar
      [JS/TS] Size prefix support (#5326) · 0bb3ce69
      Björn Harrtell authored
      * WIP size prefix support
      
      * Consider size prefix in overloaded variant
      
      * Work on code gen
      
      * Disabled helper functions in code gen
      
      * Enabled helper functions in code gen
      
      * Fix size prefixed test
      
      * Fix bad function call
      
      * Add SIZE_PREFIX_LENGTH
      
      * Fix review comments
      0bb3ce69
  2. 13 May, 2019 1 commit
  3. 09 May, 2019 4 commits
  4. 08 May, 2019 1 commit
  5. 06 May, 2019 3 commits
    • Malthe Borch's avatar
      Use a hash table to index existing vtables (#5314) · e47ca7ab
      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.)
      e47ca7ab
    • Vladimir Glavnyy's avatar
      Add monster_extra files to Bazel cc_test section (#5321) · d79f4e97
      Vladimir Glavnyy authored
      - add monster_extra.fbs
      - add monsterdata_extra.json
      d79f4e97
    • Lee Mracek's avatar
      Fix typo in build_defs.bzl (#5320) · 5d67693e
      Lee Mracek authored
      5d67693e
  6. 02 May, 2019 2 commits
    • Vladimir Glavnyy's avatar
      Make MonsterExtra table a root table (#5315) · af74f87c
      Vladimir Glavnyy authored
      - MonsterExtra table a root table
      - add mosterdata_extra.json
      af74f87c
    • Vladimir Glavnyy's avatar
      Fix issues with uint64 enums (#5265) · b8ef8c15
      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
      b8ef8c15
  7. 29 Apr, 2019 1 commit
  8. 27 Apr, 2019 1 commit
  9. 24 Apr, 2019 6 commits
  10. 22 Apr, 2019 2 commits
  11. 19 Apr, 2019 2 commits
  12. 18 Apr, 2019 3 commits
  13. 15 Apr, 2019 3 commits
  14. 11 Apr, 2019 4 commits
  15. 08 Apr, 2019 3 commits
  16. 05 Apr, 2019 2 commits