Comparing main...unit-tests-coverage · 4ms/cpputil · GitHub
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: 4ms/cpputil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 4ms/cpputil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: unit-tests-coverage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 36 files changed
  • 1 contributor

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    730e69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900d712 View commit details
    Browse the repository at this point in the history
  3. Remove CI for g++-11

    g++12 is now the minimum required version
    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    942e874 View commit details
    Browse the repository at this point in the history
  4. Add missing include

    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    2db2046 View commit details
    Browse the repository at this point in the history
  5. Revert "Remove CI for g++-11"

    This reverts commit 216537d.
    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    826daf8 View commit details
    Browse the repository at this point in the history
  6. Fix missing includes and uninitialized variable in util headers

    - byte_block.hh: add <cstddef> and <cstdint> (size_t/uint*_t not
      guaranteed via <vector> on g++12 / clang++15)
    - bitfield.hh: add <concepts> for std::integral; initialize OR()'s
      val to 0 to fix -Wuninitialized warning
    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    d224f9b View commit details
    Browse the repository at this point in the history
  7. ignore local settings

    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    f47a6a7 View commit details
    Browse the repository at this point in the history
  8. Convert unit test Makefile to CMakeLists.

    Add Makefile wrapper to support backwards-compat
    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    132965c View commit details
    Browse the repository at this point in the history
  9. Update README

    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    a099677 View commit details
    Browse the repository at this point in the history
  10. Ignore build/

    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    fa7c975 View commit details
    Browse the repository at this point in the history
  11. Test coverage report (WIP)

    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    98a923a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74178f0 View commit details
    Browse the repository at this point in the history
  13. FilteredInterpArray tests

    danngreen committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    d0f3857 View commit details
    Browse the repository at this point in the history
Loading