Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

int type overflow #66

Merged
merged 5 commits into from Jun 20, 2017
Commits on Jun 15, 2017
  1. Fix int type overflow

    wandai330 committed on GitHub Jun 15, 2017
    Minimal changes made to fix a couple of total numbers as uint64_t to hold numbers larger than 2 billion
Commits on Jun 16, 2017
  1. Merge pull request #1 from wandai330/integer_overflow

    wandai330 committed on GitHub Jun 16, 2017
    Fix int type overflow
Commits on Jun 20, 2017
  1. Some int type variable overflow

    wandai330 committed on GitHub Jun 20, 2017
    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
  2. Merge pull request #2 from wandai330/int-type-overflow

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

    wandai330 committed on GitHub Jun 20, 2017
    no c++0x flag