-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: martinmoene/lest
base: v1.35.2
head repository: martinmoene/lest
compare: v1.36.0
- 17 commits
- 23 files changed
- 4 contributors
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 083e024 - Browse repository at this point
Copy the full SHA 083e024View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1eda2f7 - Browse repository at this point
Copy the full SHA 1eda2f7View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbc3966 - Browse repository at this point
Copy the full SHA fbc3966View commit details -
Configuration menu - View commit details
-
Copy full SHA for d62e379 - Browse repository at this point
Copy the full SHA d62e379View commit details
Commits on Jan 7, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for adb4f7c - Browse repository at this point
Copy the full SHA adb4f7cView commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 42391b0 - Browse repository at this point
Copy the full SHA 42391b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f6863 - Browse repository at this point
Copy the full SHA 53f6863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 778597f - Browse repository at this point
Copy the full SHA 778597fView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 03ffa52 - Browse repository at this point
Copy the full SHA 03ffa52View commit details
Commits on Mar 18, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 304140b - Browse repository at this point
Copy the full SHA 304140bView commit details
Commits on May 15, 2025
-
Port changes applied in gsl-lite (13-jan-2020 to 25-jun-2021) to lest…
Configuration menu - View commit details
-
Copy full SHA for 84122d1 - Browse repository at this point
Copy the full SHA 84122d1View commit details
Commits on Sep 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 62b948d - Browse repository at this point
Copy the full SHA 62b948dView commit details -
Configuration menu - View commit details
-
Copy full SHA for adbdcec - Browse repository at this point
Copy the full SHA adbdcecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c3ad6 - Browse repository at this point
Copy the full SHA 40c3ad6View commit details
Commits on Oct 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ab573ae - Browse repository at this point
Copy the full SHA ab573aeView commit details
Commits on Oct 20, 2025
-
Use #include "windows" (lowercase 'w') to support crosscompilation e.…
…g. on mingw64 on Ubuntu (#81, thanks @geghamyan variant-lite PR 57)
Configuration menu - View commit details
-
Copy full SHA for a445ff7 - Browse repository at this point
Copy the full SHA a445ff7View commit details
Commits on Oct 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 57197f3 - Browse repository at this point
Copy the full SHA 57197f3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.35.2...v1.36.0