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