1. 12 Feb, 2014 2 commits
  2. 05 Feb, 2014 2 commits
  3. 04 Feb, 2014 2 commits
  4. 03 Feb, 2014 2 commits
  5. 02 Feb, 2014 5 commits
  6. 01 Feb, 2014 4 commits
  7. 31 Jan, 2014 1 commit
  8. 28 Jan, 2014 2 commits
  9. 27 Jan, 2014 1 commit
  10. 26 Jan, 2014 2 commits
  11. 25 Jan, 2014 1 commit
  12. 19 Jan, 2014 1 commit
  13. 17 Jan, 2014 2 commits
  14. 13 Jan, 2014 1 commit
  15. 12 Jan, 2014 4 commits
  16. 11 Jan, 2014 4 commits
  17. 09 Jan, 2014 2 commits
  18. 08 Jan, 2014 2 commits
    • Don Gagne's avatar
      Fix broken Windows build · 0422b468
      Don Gagne authored
      TeamCity caught this, but I thought the error was from my warnings
      work. Turns out it was a real build failure. Windows doesn’t know which
      floating point floor to use. In reality the parentheses are in the
      wrong place and should be the floor of the divide by 2. But integer
      division is always floor, so it’s not needed at all.
      0422b468
    • Don Gagne's avatar
      Pull across warnings fix from qupgrade side · 03433477
      Don Gagne authored
      03433477