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: libsigcplusplus/libsigcplusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: libsigcplusplus/libsigcplusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libsigc++-3-6
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 27, 2025

  1. build-pdf: Prevent infinite loop in dblatex

    By default, dblatex goes on an infinite loop if it can't find a font.
    pbarill authored and kjellahl committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    d850bbd View commit details
    Browse the repository at this point in the history
  2. Documentation: Clarify download locations

    Future releases will not be stored at download.gnome.org/sources/.
    Very old releases are not stored at github.com/libsigcplusplus/
    libsigcplusplus/releases/.
    kjellahl committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    60c382e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Meson build: Better detection of MSVC-like compilers

    Treat all compilers with MSVC-like argument syntax the same.
    Use cpp_compiler.get_define('_MSC_VER') instead of
    cpp_compiler.version() to check compiler version.
    Suggested by Tim-Philipp Müller and Chun-wei Fan.
    
    See https://gitlab.freedesktop.org/cairo/cairomm/-/merge_requests/30
    kjellahl committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    4c0f262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3312c09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f1b9f View commit details
    Browse the repository at this point in the history
Loading