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: 2.10.7
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++-2-10
Choose a head ref
  • 15 commits
  • 21 files changed
  • 2 contributors

Commits on Jul 4, 2021

  1. Configuration menu
    Copy the full SHA
    b43cb23 View commit details
    Browse the repository at this point in the history
  2. docs/manual: Add some formatting when html files are generated

    making it slightly more similar to gtkmm-documentation and libxml++.
    In Autotools builds, don't distribute the empty manual/README file.
    kjellahl committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    c52a269 View commit details
    Browse the repository at this point in the history
  3. docs: Remove some obsolete files

    Remove docs/manual/README and docs/reference/README.
    kjellahl committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    77ac2a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. meson.build: Check if Perl is required for building documentation

    New versions of mm-common use the Python scripts doc_postprocess.py
    and doc_install.py instead of the Perl scripts doc-postprocess.pl and
    doc-install.pl when documentation is built.
    kjellahl committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    40d7695 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

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

Commits on Sep 27, 2021

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

Commits on Nov 9, 2021

  1. NMake Makefiles: Allow building with VS2022

    Add checks to distnguish between VS2019 and VS2022.
    fanc999-1 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    be079fa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. sigc++.h: Don't mention CMake

    There is no CMake support in sigc++-2.0.
    kjellahl committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    5355105 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Revert "sigc++.h: Don't mention CMake"

    This reverts commit 5355105.
    sigc++-2.0 can be used by a CMake project even though
    sigc++-2.0 itself has not been built with CMake.
    kjellahl committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    663df15 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    6f9483e View commit details
    Browse the repository at this point in the history
  2. meson.build: Specify 'check' option in run_command()

    The default value will be changed in future Meson releases.
    
    Don't use deprecated python3.path() and execute(..., gui_app: ...).
    kjellahl committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    88d8790 View commit details
    Browse the repository at this point in the history
  3. 2.10.8

    kjellahl committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4bb3060 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. examples/member_method: Make on_print() non-virtual

    so it can be compiled with the -Wnon-virtual-dtor compiler option.
    kjellahl committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b995711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd68de2 View commit details
    Browse the repository at this point in the history
Loading