Permalink
Switch branches/tags
Nothing to show
Commits on Jun 20, 2017
  1. Rollback makefile

    no c++0x flag
    wandai330 committed on GitHub Jun 20, 2017
  2. Merge pull request #2 from wandai330/int-type-overflow

    Some int type variable overflow
    wandai330 committed on GitHub Jun 20, 2017
  3. Some int type variable overflow

    The maximal number of int type is 2,147,483,648. But now some number could be 5 billion or bigger.
    Changed those variables to type uint64_t
    wandai330 committed on GitHub Jun 20, 2017
Commits on Jun 16, 2017
  1. Merge pull request #1 from wandai330/integer_overflow

    Fix int type overflow
    wandai330 committed on GitHub Jun 16, 2017
Commits on Jun 15, 2017
  1. Fix int type overflow

    Minimal changes made to fix a couple of total numbers as uint64_t to hold numbers larger than 2 billion
    wandai330 committed on GitHub Jun 15, 2017