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

Implement P2438R2 string::substr() && #3057

Merged
merged 30 commits into from
Sep 1, 2022

Commits on Aug 26, 2022

  1. Implement P2438R2 and (un)fix allocator propagation

    and update references to Working Draft
    frederick-vs-ja committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b0f2401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b283ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f623376 View commit details
    Browse the repository at this point in the history
  4. Add missing license

    frederick-vs-ja committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    518cd1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e184af5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f60413d View commit details
    Browse the repository at this point in the history
  7. Fix mis-formatting

    frederick-vs-ja committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bd6e75e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ab204a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36ca7d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c88d4b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f0f6ed View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Only use workaround for EDG since C++20

    And conventionally use arrow comments.
    frederick-vs-ja committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    28db86e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa93602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5fe238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f588e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7983801 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5df2855 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b10c8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef33954 View commit details
    Browse the repository at this point in the history
  9. Typo: quiet => quite.

    StephanTLavavej committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7ca2319 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92d2ac9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2520e87 View commit details
    Browse the repository at this point in the history
  12. Style: _Ind => _Idx.

    StephanTLavavej committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    cb643ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53ca196 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c6337f0 View commit details
    Browse the repository at this point in the history
  15. Use direct-init.

    StephanTLavavej committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    52481f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    198554b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Reported VSO-1601168.

    StephanTLavavej committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    87b6012 View commit details
    Browse the repository at this point in the history
  2. Reported VSO-1601179.

    StephanTLavavej committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3fd829e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dcc0d7 View commit details
    Browse the repository at this point in the history