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

Cherry pick recent fixes to release/1.0 in preparation of tagging 1.0.3 #168

Merged
merged 12 commits into from
Sep 2, 2022

Commits on Sep 1, 2022

  1. Delete .swiftpm directory

    (cherry picked from commit 480b0af)
    hectormatos2011 authored and lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3c85690 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    (cherry picked from commit 7016a13)
    hectormatos2011 authored and lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8557626 View commit details
    Browse the repository at this point in the history
  3. Set up shared schemes in the xcworkspace under Utils/

    (cherry picked from commit 3fce10a)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8611b32 View commit details
    Browse the repository at this point in the history
  4. swift-collections.xcworkspace: Update dependencies

    (cherry picked from commit 00a99aa)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b816872 View commit details
    Browse the repository at this point in the history
  5. Fixup schemes

    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4908474 View commit details
    Browse the repository at this point in the history
  6. [Xcode] Update schemes & file template

    Update Collections scheme with support for testing.
    Update the copyright year in file template.
    
    (cherry picked from commit 3437abe)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ac20a2c View commit details
    Browse the repository at this point in the history
  7. [OrderedCollection] Use standard temp allocation facility, if available

    The 5.6 stdlib introduced a new facility for temporary allocations
    that promises better performance than direct allocations. Use it when
    the toolchain version is above 5.6.
    
    (cherry picked from commit ddb6d14)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d0f05d5 View commit details
    Browse the repository at this point in the history
  8. [OrderedSet] Work around weird name lookup issue in compiler

    Resolves apple#157.
    
    (cherry picked from commit 1071b37)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6cbecdb View commit details
    Browse the repository at this point in the history
  9. [Deque] Force-inline the subscript’s _modify accessor to work around …

    …a performance issue
    
    Resolves apple#164.
    
    (cherry picked from commit 98cd753)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    87c78de View commit details
    Browse the repository at this point in the history
  10. [Deque] Fix testing in DequeModule.xcscheme

    (cherry picked from commit 0a26362)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d5bd858 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb541ed View commit details
    Browse the repository at this point in the history
  12. [OrderedCollections] Force-inline all _modify accessors

    (cherry picked from commit ee1b2de)
    lorentey committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b379fa7 View commit details
    Browse the repository at this point in the history