1. 23 Sep, 2015 2 commits
  2. 18 Sep, 2015 2 commits
  3. 07 Aug, 2015 1 commit
  4. 18 Jun, 2015 1 commit
  5. 16 Jun, 2015 2 commits
  6. 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.
  7. 08 Jun, 2015 1 commit
  8. 05 Jun, 2015 1 commit
  9. 22 May, 2015 2 commits
  10. 13 May, 2015 4 commits
  11. 12 May, 2015 5 commits
  12. 11 May, 2015 1 commit
  13. 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.
  14. 01 May, 2015 1 commit
  15. 06 Apr, 2015 4 commits
  16. 03 Apr, 2015 9 commits
  17. 02 Apr, 2015 1 commit
  18. 01 Apr, 2015 1 commit