1. 04 Nov, 2019 5 commits
  2. 31 Oct, 2019 1 commit
    • iceboy's avatar
      [Go] Object API support (#5339) · 32254b7a
      iceboy authored
      * start
      
      * works for current usages!
      
      * unpack: vector of struct
      
      * optimize byte slice
      
      * support nested struct
      
      * support null table
      
      * support struct
      
      * support union
      
      * update generated code
      
      * grumble
      
      * fix compiler warning
      
      * update generated code
      
      * wrap type in namespace
      
      * bug
      
      * wrap in namespace
      
      * enum byte arrays
      
      * generate struct for unions
      
      * basic testing
      
      * remove branching
      
      * fix assert
      
      * pack vector of fixed structs correctly
      
      * omit null vectors
      
      * Refactor Union Pack and UnPack methods
      
      Remove append usage to increase code efficiency when dealing with large vectors
      
      * generate goldens
      32254b7a
  3. 28 Oct, 2019 5 commits
  4. 21 Oct, 2019 1 commit
  5. 20 Oct, 2019 1 commit
  6. 18 Oct, 2019 1 commit
  7. 17 Oct, 2019 6 commits
  8. 15 Oct, 2019 1 commit
  9. 10 Oct, 2019 1 commit
  10. 03 Oct, 2019 1 commit
  11. 30 Sep, 2019 3 commits
  12. 26 Sep, 2019 3 commits
  13. 25 Sep, 2019 2 commits
  14. 23 Sep, 2019 2 commits
    • Vladimir Glavnyy's avatar
      Fix Mutate() methods of Array<scalar/struct> (override 5508) (#5526) · cbdf82e2
      Vladimir Glavnyy authored
      * Draft with Array specialization (#5508)
      
      * Array specialization + SFINAE to fold copy-paste (#5508)
      
      * Add implicit specialization of Array<scalar> and Array<struct> (#5508)
      
      - Tag dispatching is used for implicit specialization
      - Array<scalar> and Array<struct> have different iterators and accessors
      - Array<scalar> and Array<struct> have different Mutate() methods
      
      * Add implicit specialization of Array<scalar> and Array<struct> (#5508)
      
      - Tag dispatching is used for implicit specialization
      - Array<scalar> and Array<struct> have different iterators and accessors
      - Array<scalar> and Array<struct> have different Mutate() methods
      cbdf82e2
    • Kulikov Alexey's avatar
      Java: Added access object for vector of struct and vector of tables. (#5233) · e365c502
      Kulikov Alexey authored
      * Java: Added access object for vector of struct and vector of tables.
      
      * Java: Workarounds removed when accessing the union vector.
      e365c502
  15. 19 Sep, 2019 2 commits
  16. 17 Sep, 2019 1 commit
  17. 16 Sep, 2019 1 commit
  18. 11 Sep, 2019 1 commit
    • Kevin Fort's avatar
      Add element size parameter to __vector_as_arraysegment [c#] (#5512) · 2706381e
      Kevin Fort authored
      * Add element size parameter to __vector_as_arraysegment
      
      Add element size parameter to __vector_as_arraysegment fixing issue where VectorAsBytes returns incorrect size span for multibyte element types.
      
      * Update codegen
      
      Update codegen and Table to return typed span.
      
      * update test files
      
      update test files
      2706381e
  19. 10 Sep, 2019 2 commits