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

Enable internal use of std::allocator related functionality #1583

Merged
merged 17 commits into from
Apr 13, 2024

Commits on Apr 3, 2024

  1. Move algin into its own file

    miscco committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b33a364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292e26d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    696347d View commit details
    Browse the repository at this point in the history
  4. Add __allocation_guard helper

    miscco committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    240e62a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    485dd8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47a4559 View commit details
    Browse the repository at this point in the history
  7. Implement allocate_at_least

    miscco committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d0d0d43 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e81f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Address review comments

    miscco committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    30c385f View commit details
    Browse the repository at this point in the history
  2. Try to fix test issues

    miscco committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    44bf68b View commit details
    Browse the repository at this point in the history
  3. Address build issues

    miscco committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    17bab4c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Work around quircks in the allocator traits tests

    Only expose constexpr allocations when they are supported (They are not supported)
    miscco committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9c6f328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6d001 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Apply formatting

    miscco committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    465f1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966944b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    adfcb91 View commit details
    Browse the repository at this point in the history
  2. Fix axception tests

    miscco committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    08b25ac View commit details
    Browse the repository at this point in the history