Skip to content
Snippets Groups Projects
  1. Oct 02, 2017
  2. Sep 25, 2017
  3. Sep 22, 2017
  4. Sep 21, 2017
    • endorph-soft's avatar
      Add constant accessors to C++ unions (#4433) · 21a81219
      endorph-soft authored
      * Add constant accessors to C++ unions
      
      * Remove redundant const pointer return type
      
      * Update generate_code.bat to reflect generate_code.sh
      
      * Add updated generated files
      
      * Remove extra space from generated code
      
      * Update generated files
      
      * Change directory back to tests after generating code
      21a81219
    • Khem Raj's avatar
      Fix build with clang on big-endian targets (#4440) · 28920aff
      Khem Raj authored
      
      * flatbuffers: Move EndianSwap template to flatbuffers/base.h
      
      Clang complains
      call to function 'EndianSwap' that is neither visible in the template definition nor found by argument-dependent lookup
           return EndianSwap(t);
      
      This seems to be due to limitation of two-phase lookup of dependent names in template definitions
      
      Its not being found using associated namespaces therefore
      it has to be made visible at the template definition site as well
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      
      * use __builtin_bswap16 when building with clang
      
      clang pretends to be gcc 4.2.0 and therefore the code does
      not use __builtin_bswap16 but tries to synthesize it
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      28920aff
  5. Sep 14, 2017
  6. Sep 12, 2017
  7. Sep 07, 2017
  8. Aug 31, 2017
  9. Aug 25, 2017
  10. Aug 24, 2017
  11. Aug 17, 2017
  12. Aug 14, 2017
  13. Aug 11, 2017
    • Wouter van Oortmerssen's avatar
      d5f5d382
    • Wouter van Oortmerssen's avatar
      Added missing generated code. · ffddbdc7
      Wouter van Oortmerssen authored
      Change-Id: I7201d6891f56094178656a76bf0f87cf36d12554
      ffddbdc7
    • Kamil Rojewski's avatar
      Vector of unions for TS/JS and PHP (#4404) · 46bb05d9
      Kamil Rojewski authored
      * Eclipse ignore
      
      * TypeScript support
      
      * Prefixing enums
      
      * Test results
      
      * Merged JS and TS generators
      
      * Fixed AppVeyor build problems
      
      * Fixed more AppVeyor build problems
      
      * Fixed more AppVeyor build problems
      
      * Changed TS flag to options struct
      
      * Storing options by value
      
      * Removed unneeded const
      
      * Re-export support for unions
      
      * Uint support
      
      * Casting bools to numbers for mutation
      
      * TS shell tests
      
      * Reverted generates js test file to original version
      
      * Backing up js tests and properly generating test data
      
      * Not importing flatbuffers for TS test generation
      
      * Not overwriting generated js for tests
      
      * AppVeyor test fixes
      
      * Generating the most strict TS code possible
      
      * Not returning null when creating vectors
      
      * Not returning null from struct contructors
      
      * Vector of unions for ts/js
      
      * Sanity check for languages
      
      * Indentation fix + output test files
      
      * Vectors of unions for php
      
      * Fixes to union vector handling + tests
      46bb05d9
    • Kamil Rojewski's avatar
      Copying required field to union type vector (#4407) · 7cc72e4b
      Kamil Rojewski authored
      * Eclipse ignore
      
      * TypeScript support
      
      * Prefixing enums
      
      * Test results
      
      * Merged JS and TS generators
      
      * Fixed AppVeyor build problems
      
      * Fixed more AppVeyor build problems
      
      * Fixed more AppVeyor build problems
      
      * Changed TS flag to options struct
      
      * Storing options by value
      
      * Removed unneeded const
      
      * Re-export support for unions
      
      * Uint support
      
      * Casting bools to numbers for mutation
      
      * TS shell tests
      
      * Reverted generates js test file to original version
      
      * Backing up js tests and properly generating test data
      
      * Not importing flatbuffers for TS test generation
      
      * Not overwriting generated js for tests
      
      * AppVeyor test fixes
      
      * Generating the most strict TS code possible
      
      * Not returning null when creating vectors
      
      * Not returning null from struct contructors
      
      * Copying required field to union type vector
      
      * Removed unneccessary bool
      7cc72e4b
  14. Aug 10, 2017
  15. Aug 07, 2017
Loading