1. 30 Sep, 2015 1 commit
  2. 25 Sep, 2015 1 commit
  3. 23 Sep, 2015 2 commits
  4. 18 Sep, 2015 2 commits
  5. 08 Sep, 2015 1 commit
  6. 03 Sep, 2015 5 commits
  7. 07 Aug, 2015 1 commit
  8. 18 Jun, 2015 1 commit
  9. 16 Jun, 2015 2 commits
  10. 13 Jun, 2015 1 commit
    • Fix the compilation error against G++ on Mac OS X. · 72ce39de
      Kaito Udagawa authored
      Using `0` as a null pointer is illegal when `-Wzero-as-null-pointer-constant`
      is given to G++.  To avoid the warning `zero-as-null-pointer-constant`,
      `nullptr` (C++11 keyword) instead of `0` is used in the `sysctl` invocation.
  11. 08 Jun, 2015 1 commit
  12. 05 Jun, 2015 1 commit
  13. 22 May, 2015 2 commits
  14. 13 May, 2015 4 commits
  15. 12 May, 2015 5 commits
  16. 11 May, 2015 1 commit
  17. 05 May, 2015 1 commit
    • Only warn on errors in release mode · 7418bbbb
      Matt Clarkson authored
      This improves development iterations when working in debug mode as you
      don't have to fix up warnings to get the code to compile. Once a feature
      is complete you can then run a release build and fix up all the warnings.
  18. 01 May, 2015 1 commit
  19. 06 Apr, 2015 4 commits
  20. 03 Apr, 2015 3 commits