1. 06 Nov, 2017 2 commits
  2. 26 Oct, 2017 1 commit
  3. 23 Oct, 2017 1 commit
  4. 20 Oct, 2017 2 commits
  5. 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
  6. 14 Oct, 2017 3 commits
  7. 13 Oct, 2017 2 commits
  8. 09 Oct, 2017 3 commits
  9. 06 Oct, 2017 3 commits
  10. 05 Oct, 2017 1 commit
  11. 02 Oct, 2017 1 commit
  12. 25 Sep, 2017 1 commit
  13. 22 Sep, 2017 2 commits
  14. 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
  15. 14 Sep, 2017 2 commits
  16. 12 Sep, 2017 1 commit
  17. 07 Sep, 2017 2 commits
  18. 31 Aug, 2017 2 commits
  19. 25 Aug, 2017 2 commits
  20. 24 Aug, 2017 3 commits
  21. 17 Aug, 2017 1 commit
  22. 14 Aug, 2017 2 commits