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: CppModules/cpptrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jeremy-rifkin/cpptrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 1, 2026

  1. [CI] avoid apt 404 errors by calling apt update (jeremy-rifkin#322)

    apt can be flaky with old packages (as in updated but not yet in the
    local database).
    The only reliable fix I know of is to always update the database ...
    tdavidcl authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    5b031c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

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

Commits on Mar 11, 2026

  1. Fully isolate windows.h includes to source files (jeremy-rifkin#323)

    `windows.h` has a lot of transitive includes, and subsequently undesired
    macro definitions, that are not required for cpptrace's functionality.
    This change simply substitutes `windows.h` for `excpt.h` in
    `from_current.hpp`, fully isolating `windows.h` includes to cpptrace
    source files.
    
    ctest passed locally on:
    - msvc 19.50
    - clang-cl 21.1.1
    ZeroMemes authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    91b6b78 View commit details
    Browse the repository at this point in the history
Loading