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