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: gsl-lite/gsl-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: gsl-lite/gsl-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on May 19, 2025

  1. Update Compiler Explorer link [ci skip]

    Take CE's library manager out of the game, include the header directly.
    mbeutel committed May 19, 2025
    Configuration menu
    Copy the full SHA
    691356a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62afbe9 View commit details
    Browse the repository at this point in the history
  3. Add span<> constructor overloads for iterator arguments

    This improves backward compatibility, since our iterator used to be a pointer
    in v0.*, which made `span{ otherSpan.begin(), 0 }` work because we have a
    pointer overload.
    
    We don't add a constrained overload for contiguous overloads because that
    would require not only C++20 but also the `<iterator>` header for the
    `contiguous_iterator<>` concept, which I'd prefer not to pull in. Providing
    overloads for our own iterator seems like a good compromise here.
    mbeutel committed May 19, 2025
    Configuration menu
    Copy the full SHA
    fec81ab View commit details
    Browse the repository at this point in the history
  4. Bump patch version number

    mbeutel committed May 19, 2025
    Configuration menu
    Copy the full SHA
    3c59963 View commit details
    Browse the repository at this point in the history
  5. Update change log [skip ci]

    Also fix the sloppy formatting for the v1.0.0 release.
    mbeutel committed May 19, 2025
    Configuration menu
    Copy the full SHA
    5271b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56dab5c View commit details
    Browse the repository at this point in the history
Loading