1. 17 May, 2016 1 commit
    • Morris Jette's avatar
      Add typecast to a test · 0cde0c76
      Morris Jette authored
      (1 << x) where "x" is a uint64_t would treat "1" as an int and
      roll over at 32-bits. Typecasting "1" to uint64_t eliminates
      that and supports a full 64-bit value.
      0cde0c76
  2. 16 May, 2016 4 commits
  3. 13 May, 2016 12 commits
  4. 12 May, 2016 11 commits
  5. 11 May, 2016 12 commits