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

Prepare the constexpr machinery needed for string and vector #1546

Merged
merged 16 commits into from
Feb 3, 2021

Commits on Jan 8, 2021

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

Commits on Jan 11, 2021

  1. Properly initialize

    miscco committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    0d8082a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    a3add31 View commit details
    Browse the repository at this point in the history
  2. Use _CONSTEXPR20_CONTAINER

    miscco committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0ca2b48 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Address review comments

    miscco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4135658 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    9b9c2bc View commit details
    Browse the repository at this point in the history
  2. Unblock __cpp_lib_constexpr_dynamic_alloc for all compilers that supp…

    …port constexpr allocations
    miscco committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    3000309 View commit details
    Browse the repository at this point in the history
  3. Unskip some tests

    miscco committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    593de17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e56275 View commit details
    Browse the repository at this point in the history
  5. Properly guard ranges in tests

    miscco committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ed8c2dc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

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

Commits on Jan 29, 2021

  1. Try to apply workaround

    miscco committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b3140a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Address review comments

    mnatsuhara committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b3caaae View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    490d015 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb20e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    075dfaf View commit details
    Browse the repository at this point in the history