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