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: martinmoene/lest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.35.2
Choose a base ref
...
head repository: martinmoene/lest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.36.0
Choose a head ref
  • 17 commits
  • 23 files changed
  • 4 contributors

Commits on Jan 15, 2024

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

Commits on Jun 1, 2024

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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    fbc3966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62e379 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Fix some text-incoding inconsistencies (#77, thanks @musicinmybrain)

    * Convert example/16-trompeloeil-runtime.cpp to UTF-8
    
    * Fix some transcoding glitches in CHANGES.txt
    
    This file is UTF-8, but some characters were munged during transcoding
    at some point, leading to replacement character U+FFFD (UTF-8 byte
    sequence EF BF BD) appearing at several points.
    
    This commit reconstructs the original intended characters.
    musicinmybrain authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    adb4f7c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Configuration menu
    Copy the full SHA
    42391b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f6863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778597f View commit details
    Browse the repository at this point in the history
  4. Make lest_expect_abort more portable to non-Windows platforms (#79, t…

    …hanks @musicinmybrain)
    
    Unconditionally include `cstdio` for `fflush` and friends, and `cstdlib`
    for `abort`. When `_WIN32` is not defined, include `unistd.h` instead of
    `io.h` for `dup` and `dup2`.
    musicinmybrain authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    03ffa52 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Fix failing Clang builds on GitHub Actions (#80, thanks @striezel)

    A while ago the 'ubuntu-latest' image moved from Ubuntu 22.04 to
    Ubuntu 24.04. See <actions/runner-images#10636>.
    However, Ubuntu 24.04 does not have packages for Clang 11 and 12
    anymore, thus the Clang jobs fail when they try to install the
    corresponding compilers. Therefore, the workflow is changed to
    use 'ubuntu-22.04' instead of 'ubuntu-latest'.
    
    Furthermore, a job for Clang 19 (latest Clang version available
    on Ubuntu 24.04) is added to run tests with a newer version, too.
    striezel authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    304140b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

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

Commits on Sep 27, 2025

  1. Configuration menu
    Copy the full SHA
    62b948d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adbdcec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c3ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

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

Commits on Oct 20, 2025

  1. Use #include "windows" (lowercase 'w') to support crosscompilation e.…

    …g. on mingw64 on Ubuntu (#81, thanks @geghamyan variant-lite PR 57)
    martinmoene committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    a445ff7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Release 1.36.0

    martinmoene committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    57197f3 View commit details
    Browse the repository at this point in the history
Loading