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

Use std::uint64_t for row index. #10120

Merged
merged 5 commits into from
Mar 15, 2024
Merged

Commits on Mar 12, 2024

  1. Use std::uint64_t for row index.

    - Use std::uint64_t instead of size_t to avoid implementation defined type.
    
      It's difficult to define template instantiation with implementation defined type.
    
    - Small cleanup to the base header.
    trivialfis committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0953fea View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Build on i386

    trivialfis committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ce0c359 View commit details
    Browse the repository at this point in the history
  2. override.

    trivialfis committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f751235 View commit details
    Browse the repository at this point in the history
  3. fix.

    trivialfis committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3039f96 View commit details
    Browse the repository at this point in the history
  4. Fix.

    trivialfis committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6c0e235 View commit details
    Browse the repository at this point in the history