1. 20 Nov, 2017 2 commits
  2. 17 Nov, 2017 2 commits
  3. 16 Nov, 2017 5 commits
  4. 13 Nov, 2017 1 commit
  5. 09 Nov, 2017 2 commits
  6. 06 Nov, 2017 3 commits
  7. 26 Oct, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 20 Oct, 2017 2 commits
  10. 16 Oct, 2017 1 commit
    • Yonggang Li's avatar
      Nullable java (#4455) · 01bac38c
      Yonggang Li authored
      * add _Nullable Support for C++ interface
      
      * generate @Nullable for Java generated code
      01bac38c
  11. 14 Oct, 2017 3 commits
  12. 13 Oct, 2017 2 commits
  13. 09 Oct, 2017 3 commits
  14. 06 Oct, 2017 3 commits
  15. 05 Oct, 2017 1 commit
  16. 02 Oct, 2017 1 commit
  17. 25 Sep, 2017 1 commit
  18. 22 Sep, 2017 2 commits
  19. 21 Sep, 2017 2 commits
    • 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: 's 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: 's avatarKhem Raj <raj.khem@gmail.com>
      28920aff
  20. 14 Sep, 2017 2 commits