1. Jul 05, 2018
    • Igor Chorazewicz's avatar
      common: use explicit conversions · 75f8e4cd
      Igor Chorazewicz authored
      to avoid sign-conversion warnings. All values used in indexing and persistent_ptr
      arithmetic operations are explicitly casted to uint64_t.
      
      Based on well-defined unsinged overflow arithmetic and standard guarantees about integer
      conversions:
      
      [conv.integral]
      If the destination type is unsigned, the resulting value is the least unsigned integer congruent to the source
      integer (modulo 2
      n where n is the number of bits used to represent the unsigned type).
      75f8e4cd
  2. Jul 02, 2018
  3. Jun 30, 2018
  4. Jun 25, 2018
  5. Jun 22, 2018
  6. Jun 21, 2018
  7. Jun 18, 2018
  8. Jun 16, 2018
  9. Jun 15, 2018
  10. Jun 08, 2018
  11. Jun 07, 2018
  12. Jun 04, 2018
  13. Jun 01, 2018
  14. May 30, 2018
  15. May 26, 2018