Skip to content
Snippets Groups Projects
  1. Mar 29, 2017
  2. Mar 28, 2017
  3. Mar 27, 2017
    • 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. Mar 21, 2017
    • 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. Mar 20, 2017
  6. Mar 18, 2017
  7. Mar 16, 2017
  8. Mar 15, 2017
  9. Mar 13, 2017
  10. Mar 10, 2017
  11. Mar 08, 2017
  12. Mar 03, 2017
  13. Feb 28, 2017
  14. Feb 26, 2017
  15. Feb 20, 2017
  16. Feb 16, 2017
  17. Feb 15, 2017
  18. Feb 14, 2017
  19. Feb 13, 2017
Loading