1. 12 Feb, 2014 1 commit
    • Don Gagne's avatar
      Removed warning overrides · 359fde68
      Don Gagne authored
      Number of warnings is low enough now to let them come through. Lowered
      Windows warning level the /W3 to be more consistent with OSX/Linux
      level of warnings. Removed /WX from Windows build. I’ll put it back
      once everything is cleaned up.
      359fde68
  2. 11 Feb, 2014 1 commit
  3. 05 Feb, 2014 2 commits
  4. 04 Feb, 2014 2 commits
  5. 03 Feb, 2014 2 commits
  6. 02 Feb, 2014 5 commits
  7. 01 Feb, 2014 4 commits
  8. 31 Jan, 2014 1 commit
  9. 28 Jan, 2014 2 commits
  10. 27 Jan, 2014 1 commit
  11. 26 Jan, 2014 2 commits
  12. 25 Jan, 2014 1 commit
  13. 19 Jan, 2014 1 commit
  14. 17 Jan, 2014 2 commits
  15. 13 Jan, 2014 1 commit
  16. 12 Jan, 2014 4 commits
  17. 11 Jan, 2014 4 commits
  18. 09 Jan, 2014 2 commits
  19. 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