1. 29 Mar, 2017 5 commits
  2. 28 Mar, 2017 2 commits
  3. 27 Mar, 2017 1 commit
    • Jesper Stemann Andersen's avatar
      Fixed building and warnings on Arduino (16 bit platform). (#4197) · 281284fa
      Jesper Stemann Andersen authored
      Building on Arduino fixed by conditional includes of cstdint and utility. In the Standard C++ for Arduino (port of uClibc++):
      * cstdint is not present.
      * utility is named utility.h.
      
      Replaced size_t with uoffset_t for Verifier::max_tables_, max_depth_, depth_, and num_tables_ to ensure 32-bit values are used (and not 16-bit) - gave rise to a warning.
      281284fa
  4. 21 Mar, 2017 1 commit
    • Lawrence Chan's avatar
      C++: Add default value handling to mutation/SetField code (#4230) · 1a27c701
      Lawrence Chan authored
      * Add default value handling to mutation/SetField code
      
      * Shorten reflection SetField impl
      
      * Modify impl to work with C++03
      
      * Add more mutation tests
      
      * Fail SetField if non-scalar
      
      * Add IsScalar/IsInteger/IsFloat for reflection::BaseType
      
      * Use new IsScalar/IsInteger/IsFloat in reflection SetField
      
      * Assume scalar is either int or float
      1a27c701
  5. 20 Mar, 2017 2 commits
  6. 18 Mar, 2017 2 commits
  7. 16 Mar, 2017 1 commit
  8. 15 Mar, 2017 3 commits
  9. 13 Mar, 2017 1 commit
  10. 10 Mar, 2017 2 commits
  11. 08 Mar, 2017 4 commits
  12. 03 Mar, 2017 2 commits
  13. 28 Feb, 2017 1 commit
  14. 26 Feb, 2017 5 commits
  15. 20 Feb, 2017 1 commit
  16. 16 Feb, 2017 2 commits
  17. 15 Feb, 2017 3 commits
  18. 14 Feb, 2017 1 commit
  19. 13 Feb, 2017 1 commit