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: ethomson/adopt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: ethomson/adopt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 14, 2023

  1. Copy the full SHA
    a4b4d22 View commit details
  2. Merge pull request #3 from ethomson/ethomson/bitfield

    Use an unsigned int for bitfields
    ethomson authored Dec 14, 2023
    Copy the full SHA
    29f82c6 View commit details

Commits on May 13, 2024

  1. win32: include "windows.h" not "Windows.h"

    Supports handling case-sensitive filesystems (possibly when
    cross-compiling).
    ethomson committed May 13, 2024
    Copy the full SHA
    36c7ec1 View commit details
  2. Introduce adopt_foreach

    A simple mechanism to iterate through arguments without creating a
    parser.
    ethomson committed May 13, 2024
    Copy the full SHA
    b787d8e View commit details
  3. Copy the full SHA
    43b7d0a View commit details
  4. compat: explicit break from if in switch

    Make weak static code analyzers happy.
    ethomson committed May 13, 2024
    Copy the full SHA
    09048d0 View commit details
  5. Copy the full SHA
    9499ca6 View commit details
  6. Copy the full SHA
    65159cc View commit details
Loading