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: vixcpp/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: vixcpp/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.2
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 3, 2026

  1. fix(banner): add spacing between label and value in runtime logs

    - insert missing space in row() rendering
    - fix 'Threads:8/8' → 'Threads: 8/8'
    - improve readability of runtime banner output
    - ensure consistent formatting across all rows
    GaspardKirira committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    01f7298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1180243 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. fix(utils): clean CMake configuration and fix linking issues

    - fix mixed signature usage in target_link_libraries
    - ensure consistent keyword-based linking
    - improve spdlog/fmt detection and fallback handling
    - stabilize build configuration for utils module
    
    result: clean CMake configuration with no warnings/errors
    GaspardKirira committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    a21161d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    227ccc6 View commit details
    Browse the repository at this point in the history
Loading