Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Quick/Nimble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edaedc1
Choose a base ref
...
head repository: Quick/Nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d616f15
Choose a head ref
  • 9 commits
  • 239 files changed
  • 3 contributors

Commits on Sep 17, 2023

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

Commits on Sep 26, 2023

  1. Bump cocoapods from 1.12.1 to 1.13.0 (#1089)

    Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.12.1 to 1.13.0.
    - [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
    - [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
    - [Commits](CocoaPods/CocoaPods@1.12.1...1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: cocoapods
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6106e7b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Add Windows Support (#1088)

    * Successfully compile and test on Windows
    
    * Add Windows CI job
    
    * Provide divergent implementations for stop
    
    We need to preserve the CFRunLoopStop calls for platforms which can use CoreFoundation.
    
    * Add back the runLoopMode selection code
    
    * Restore missing code block
    brianmichel authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    67aca90 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Rename Predicate to Matcher (#1090)

    * Rename Predicate to Matcher
    
    Because I couldn't think of a better name, This re-uses the name of the old
    Matcher API (removed since Nimble 10.0).
    
    This change is due to the 2023 Apple Platforms release renaming NSPredicate
    to Predicate, which causes friction for developers creating custom matchers.
    
    * Add typealias AsyncPredicate = AsyncMatcher
    younata authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f9b339e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ef5f2 View commit details
    Browse the repository at this point in the history
  3. Redo the work of consolidating xcodeproj targets (#1093)

    Adds support for DriverKit
    younata authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d50a465 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3 to 4 (#1091)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rachel Brindle <you@subluminal.net>
    dependabot[bot] and younata authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    842ac18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    207c9df View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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