Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Remove long long support #463

Merged
merged 3 commits into from
Nov 25, 2019
Merged

Proposal: Remove long long support #463

merged 3 commits into from
Nov 25, 2019

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    f0ab662 View commit details
    Browse the repository at this point in the history
  2. remove *_ll* setters/getters

    * they are non standard
    * they are incompatible with older compilers
    * u64/i64 functions should be used instead
    * these functions should be deprecated again in 1.x
    minad authored and sjaeckel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    b800b76 View commit details
    Browse the repository at this point in the history
  3. regen files

    minad authored and sjaeckel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    cd1bf5e View commit details
    Browse the repository at this point in the history