2022-02-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  3.2.0

2022-02-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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: ...).

2022-02-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/reference/Doxyfile.in: Remove obsolete entry

2022-01-31  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  tools/tutorial-custom-cmd.py: Add comment about used stylesheet

2022-01-09  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Install docbook-xsl where documentation is built

  If docbook-xsl is installed, the xsltproc command reads stylesheets
  from local files instead of from http://docbook.sourceforge.net.
  Faster and safer. Reading from docbook.sourceforge.net sometimes fails.
  
  Remove test with g++-7.

2021-12-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs: Fix links to sigc::slot and sigc::signal

  Doxygen creates links to sigc::slot and sigc::signal only if
  template parameters are included in the documentation.
  sigc::slot<T_return(T_arg...)>, sigc::signal<T_return(T_arg...)>.

2021-12-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0

  Some documentation of template parameters described sigc++-2.0
  rather than sigc++-3.0.

2021-12-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Reformat to suit clang-format-12

2021-12-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Use clang-format-12

  and call clang-format directly without using autogen.sh + make.

2021-12-23  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Second attempt to suit clang-format 10

  Irritating that different versions of clang-format don't agree on what's
  an acceptable format, and that clang-format 10 is not easily installable
  on Ubuntu 21.10.

2021-12-23  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Format source code to suit clang-format

  * sigc++/functors/mem_fun.h:
  * sigc++/functors/ptr_fun.h:
  * tests/test_rvalue_ref.cc: Reformated with clang-format 13,
  but CI uses clang-format 10.
  
  Also add #include <utility> where std::forward was added. Doesn't seem
  to be necessary with g++ or clang++. Mostly a precaution.

2021-12-23  Slava Andrejev  <vyac.andrejev@gmail.com>

  Add missing perfect forwarding in mem_functor and pointer_functor

  This is a missed addition to the commit that allowed rvalue references
  in slot parameters.

2021-12-23  Slava Andrejev  <vyac.andrejev@gmail.com>

  Add missing perfect forwarding in bound_mem_functor::operator()

  This is a missed addition to the commit that allowed rvalue references
  in slot parameters.

2021-12-19  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CMakeLists.txt: Update sigc++ version to 3.0.7

  Should have been done when configure.ac and meson.build were updated.

2021-11-09  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Support building with VS2022

  Make the VS2019 builds distinct from VS2022 builds.

2021-09-27  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/manual, Meson config: Check if xmllint can be used

2021-09-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI, Meson build: Install packages for validating XML file

  libxml2-utils and docbook5-xml are necessary in order to validate
  the XML file in docs/docs/manual/.

2021-09-19  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0

2021-08-22  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Require meson >= 0.54.0

2021-08-17  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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.

2021-07-04  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs: Remove some obsolete files

  Remove docs/docs/manual/README, docs/docs/reference/README
  and docs/Makefile.

2021-07-04  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/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.

2021-07-04  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/manual/libsigc_manual.xml: Add id on <sect1> elements

2021-06-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  test_rvalue_ref: Small fixes

  * tests/.gitignore:
  * tests/CMakeLists.txt:
  * tests/Makefile.am: Add test_rvalue_ref.
  * tests/test_rvalue_ref.cc: Avoid [-Werror=unused-parameter]
  when building with warnings=fatal.
  
  Some files have been reformated with clang-format in order to
  make the CI tests happy. Reformated with clang-format 12, but CI
  uses clang-format 10.

2021-06-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Revert "test_rvalue_ref: Small fixes"

  This reverts commit 01652fdbc9f6fc2e72b217c9de8c89c93f95ba7c.

2021-06-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  test_rvalue_ref: Small fixes

  * tests/.gitignore:
  * tests/CMakeLists.txt:
  * tests/Makefile.am: Add test_rvalue_ref.
  * tests/test_rvalue_ref.cc: Avoid [-Werror=unused-parameter]
  when building with warnings=fatal.
  
  Some files have also been reformated with clang-format in order to
  make the CI tests happy. Reformated with clang-format 12, but CI
  uses clang-format 10.

2021-06-02  Slava Andrejev  <vyac.andrejev@gmail.com>

  Allow slots with rvalue reference parameters

  In code based on Glibmm it's quite common to convert a Glib C structure
  to a Glib::Object's descendant before passing it as a parameter to a
  slot. If the slot is not supposed to modify the object, then everything
  is fine, we can declare the parameter as a const reference and the
  temporary object will be accurately dealt with by the compiler. However,
  if the Glib based object is getting modified, the only way to pass it to
  the slot is to declare it a Glib::RefPtr shared pointer. This creates a
  lot of unnecessary churn of memory allocations for a simple deal of
  calling a signal. However, C++ has a specific mean for this particular
  semantic of passing a temporary object: rvalue reference.
  
  For example, somewhere inside Gtkmm might be a declaration:
  _WRAP_SIGNAL(void sun_rose(const Glib::RefPtr<Gtk::Sun> &new_sun),
  "sun-rose")
  
  Instead its more semantically correct to write:
  _WRAP_SIGNAL(void sun_rose(Gtk::Sun &&new_sun), "sun-rose")
  
  And later somewhere in your code:
  world->signal_sun_rose().connect([&](auto &&new_sun) {
    new_sun.shine();
  });
  
  This commit makes a couple of simple modifications that allow declaring
  signals and slots with rvalue reference parameter.

2021-05-20  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  3.0.7

2021-05-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Visual Studio build files: Some cleanups

  Replace /wd4530 with /EHsc, as that is the more proper CXXFlag to use for C++ programs

2021-05-18  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Add dependencies to Doxygen tag files in subprojects

  Doxygen in a main project shall not be called before tag files have been
  created or updated in subprojects.

2021-05-14  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Fix build as subproject without building documentation

  * meson.build: If mm-common-get is not found in maintainer-mode
  with 'required: false', try with 'required: true'.
  Don't try to use tag_file, if documentation is not built.
  * docs/docs/reference/meson.build: Don't use variables from modules
  that don't define doxytagfile. These are subprojects that don't build
  their documentation.
  
  Fixes #71

2021-05-05  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0

  * meson.build:
  * MSVC_NMake/meson.build:
  * docs/docs/manual/meson.build:
  * docs/docs/reference/meson.build:
  Call add_dist_script() in a subproject, if meson.version() >= 0.58.0.
  * tools/handle-built-files.py:
  * tools/tutorial-custom-cmd.py:
  Use MESON_PROJECT_DIST_ROOT if it exists, else MESON_DIST_ROOT.
  It exists if meson.version() >= 0.58.0.

2021-04-08  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Meson build: No implicit_include_directories

2021-03-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Meson build: No implicit_include_directories

  It shall not be possible to find a sigc++ header file
  with #include <xxx.h> instead of #include <sigc++/xxx.h>.

2021-03-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Meson build: Require only meson.version() >= 0.51.0

  meson.version() >= 0.54.0 is necessary if sigc++ is a subproject,
  or if mm-common is a subproject of sigc++.
  Only meson.version() <= 0.53.2 is available in CI. Make it possible
  to build with version 0.53.2 as long as no subprojects are used.

2021-03-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Meson build: Make it possible to use sigc++ as a subproject

  mm-common can be a subproject of sigc++.

2021-03-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/reference/Doxyfile.in: Remove obsolete entries

2021-01-24  Murray Cumming  <murraycu@google.com>

  GitHub Actions CI: Check formatting with clang-format

  This requires clang-format-10, which is available in ubuntu-20.04.

2021-01-24  Murray Cumming  <murraycu@google.com>

  Build: Add target to check code formatting with clang-format

  However, this requires clang 10.

2021-01-24  Murray Cumming  <murrayc@murrayc.com>

  sigc++config.h.* Format with clang-format (clang-format-10)

  So the generated sigc++config.h will have the correct formatting.

2021-01-24  Murray Cumming  <murraycu@google.com>

  run make format (with clang-format-10), to format the code

2021-01-02  Murray Cumming  <murraycu@google.com>

  GitHub Actions: Try gcc 8 and gcc 9 too

2021-01-02  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions: Try clang-10 too

2021-01-02  Murray Cumming  <murrayc@murrayc.com>

  GitHub actions: Use ubuntu-20.04 directly

  GitHub Actions now supports ubuntu-20.04 directly, not only via a
  separate container:
  https://github.com/actions/virtual-environments
  
  And use ubuntu-18.04 instead of ubuntu-latest, because that's what it
  currently is, but ubuntu-latest will change to mean ubuntu-20.04 soon:
  https://github.com/actions/virtual-environments/issues/1816

2020-12-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs: Update the web page

  The changes are automatically published at
  libsigcplusplus.github.io/libsigcplusplus.

2020-12-14  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Test clang-9 in Ubuntu 20.04

2020-12-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Do some tests with Meson

  Remove test with clang 7.
  Test gcc 9 and clang 10 with meson instead of autotools.

2020-12-01  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Remove tests with clang 5 and clang 6

  Building with clang 7, 8, 9 and 10 is enough.

2020-12-01  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Update the MSVC check and run it on push

2020-11-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  CI: Don't run MSVC check on push

  This test does not work any more. I don't know how to fix it.
  Run it only manually.
  
  Unable to process command '##[add-path]C:\Program Files (x86)\
  Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin' successfully.
  
  The `add-path` command is disabled. Please upgrade to using Environment Files
  or opt into unsecure command execution by setting the
  `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`.
  For more information see: https://github.blog/changelog/
  2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

2020-11-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  3.0.6

2020-10-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  sigc++/sigc++.h: Fix a typo

2020-10-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  sigc++/sigc++.h: Describe how to use libsigc++ with meson

2020-10-04  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Docs: Change libsigc++ webpage mentions to GitHub

  Change libsigc.sourceforge.net to
  libsigcplusplus.github.io/libsigcplusplus.

2020-09-28  Tom Schoonjans  <Tom.Schoonjans@rfi.ac.uk>

  Meson build: fix versioning on macOS

  See pull request #65

2020-09-27  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  3.0.4

2020-07-23  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Use Meson-style DLL and .lib naming if requested

  To make things more consistent and less prone to confusion, if 'USE_MESON_LIBS'
  is specified in the NMake command line, build the DLLs and .lib's that are
  named like the Meson counterparts.  Binaries built with Meson+Visual Studio
  and the ones that are built via NMake using 'USE_MESON_LIBS' are
  interchangeable.

2020-07-22  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Streamline builds from GIT checkouts

  Streamline the source generating process into the 'all' target, so there
  is no more need to run the 'prep-git-build' target.

2020-07-08  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Support ARM64 Windows builds

  This will make the NMake Makefiles capable of building ARM64 binaries of glibmm
  and giomm, which can be used on Windows 10 on ARM systems.

2020-06-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/reference/: Update for Doxygen >= 1.8.16

  * docs/docs/reference/meson.build: Doxygen 1.8.16 and later does not store
  tag file names in the html files. This requires changes in meson.build
  and in doc-install.pl (in mm-common). Otherwise references to other modules
  won't be updated in the html files when they are installed.
  * docs/docs/reference/Doxyfile.in: Remove PERL_PATH and MSCGEN_PATH.
  Doxygen since version 1.8.0 does not use them.

2020-06-27  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/manual/libsigc_manual.xml: Fix description of sigc::retype()

  Although sigc::retype() is a template function, no template parameters
  shall be specified when it's called.

2020-06-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/manual/libsigc_manual.xml: Fix previous commit

  Correct the comment about libsigc++2. It accepts both sigc::signal<void,int>
  and sigc::signal<void(int)>. sigc::signal<void,int> is deprecated.

2020-06-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/manual/libsigc_manual.xml: Update signal and slot syntax

  Update the syntax of template parameters.
  sigc::signal<void,int> -> sigc::signal<void(int)>.
  
  Mention lambda expressions.
  
  Fixes #59

2020-06-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Use toolset version in DLL filename by default

  The libsigc++ DLL and .lib was only named 'sigc-vc150(d)-3_0' until the
  previous patches in this series improved Visual Studio 2019 support to
  name the DLL and .lib by using 'sigc-vc160(d)-3_0'.
  
  This updates the naming of the DLL and .lib to the toolset version as
  defined by Microsoft by default, i.e. 'vc141' for Visual Studio 2017
  and 'vc142' for Visual Studio 2019.  If the former DLL naming ('vc150')
  is desired, passing 'USE_COMPAT_LIBS=1' will achive this.

2020-06-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Update MSVC_NMake/README

  Fix some typos and reflect the build information more accurately

2020-06-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Rework NMake Makefiles

  Clean up the NMake Makefiles so that they will become easier to maintain and
  faster to run by:
  
  * Rename instances of 'libsigcpp' to 'sigc'
  * Just use 'md' directly to create all intermediate directories
  * "Generate" the rules to build the example and test programs, instead of using
    generic hand-written rules for all of them, as most of them share common
    rules.
  * Add a 'prep-git-build' rule to allow building directly from a GIT checkout

2020-06-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Fix header installation

  We ought to install sigc++.h, too

2020-06-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Support Visual Studio 2019 better

  We ought to separate Visual Studio 2019 from 2017, by all means

2020-06-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Use 'md' instead of 'mkdir'

  This ensure that we don't accidentally use Cygwin's or MSYS's/MSYS64's mkdir
  command

2020-04-26  Murray Cumming  <murraycu@google.com>

  GitHub Actions CI: Add a clang++ 10 build

  Like the clang-10 CI, this uses a newer Ubuntu version (20.04) by
  specifying a different docker image.  Because of that, we no longer need
  to use sudo with apt.

2020-04-25  Murray Cumming  <murrayc@murrayc.com>

  run make format, to clang-format the code

  This was with clang-format-9

2020-04-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Meson build: Set default value of the 'warnings' option to 'min'

  * MSVC_NMake/meson.build: Copy sigc++config.h with configure_file().
  * Makefile.am: Remove tools/dist-cmd.py.
  * docs/docs/manual/meson.build:
  * docs/docs/reference/meson.build: Don't use tools/dist-cmd.py.
  * meson.build: Use dist-warnings when a tarball is tested by
  'ninja dist' or 'meson dist'. Check if doc-reference.py exists, if not
  maintainer-mode.
  * meson_options.txt: Set default value of the 'warnings' to 'min'.
  Add 'dist-warnings' with default value 'fatal'.
  * tools/dist-cmd.py: Removed file. It's not necessary in add_dist_script()
  when the first parameter is python3.path().

2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  3.0.3

2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  README.md: Better describe when maintainer-mode is necessary

  As a libsigc++-3 tarball does not contain generated source code,
  maintainer-mode is not always necessary when you build with Meson
  from a tarball that was created by Autotools.

2020-03-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  README.md: Improve the Build section

  and remove README_build. All build information is in README.md.

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Update version to 3.0.2

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  examples: Disable deprecated API when building with Meson

  Deprecated SIGCXX API is disabled when example programs are built
  with Autotools. Do the same when building with Meson.

2020-01-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  README.md, README_build: Describe building with Meson

2020-01-08  Robert Middleton  <robert.middleton@rm5248.com>

  Added example of using libsigc++ with Qt

  Pull Request #35.

2020-01-06  Lennard Berger  <lennard.berger@student.uni-tuebingen.de>

  tests: Replace C-style casts with static_cast<>

  murrayc-tuple-utils Pull Request #4 .

2020-01-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/docs/reference/meson.build: Check if perl is found

  Don't use perl.path() when configuring Doxyfile, if perl is not found.
  Perl is not required, if build-documentation=false.
  Fixes #53

2020-01-01  Murray Cumming  <murraycu@google.com>

  3.0.2

2019-12-30  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Change project name, sigc++ -> libsigc++

  Autotools make tarballs called libsigc++-x.y.z.tar.xz. No reason to
  change that. The leading "lib" is now also restored in some locations
  in the reference documentation.

2019-12-30  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Update untracked/README

2019-12-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Check if .git is a directory or a file

  In a git worktree, .git is a regular file.
  
  See https://gitlab.gnome.org/GNOME/pangomm/merge_requests/8

2019-12-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  sigc++/meson.build: Library name is sigc-3.0

  Pointed out by Chun-wei Fan in PR #51.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake: Split outdir by toolset version

  This makes it less likely for one to accidently mix binaries linked to
  different CRTs in a single buildtree.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

  build: Support NMake builds from Meson tarballs

  This adds the MSVC files in MSVC_NMake/ that are generated during
  Meson's configure step to the generated release tarball.
  
  The NMake Makefiles are updated so that they will be able to find files
  that are now in untracked/MSVC_NMake, when a release tarball is
  generated with Meson.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

  meson: Build Windows .rc files on Windows

  This ensures that on Windows, the version info resources are indeed
  linked into the libsigc++ DLL.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

  meson/Windows: Fix builds when builddir is a subdir of source tree

  It appears that Meson did not construct the paths properly for
  shutil.copy2() when building in a build directory that is a
  subdirectory of the sources, when using meson.current_build_dir(),
  possibly due how path separators are handled.
  
  Fix this by constructing the paths using project_build_root / 'MSVC_NMake'.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

  meson.build: Fix 'meson dist' on Windows

  Since we are assured that we are using Python 3.x on when we run Meson, we
  do not really need to look for the 'python3' executable, but we could
  just use whatever Python interpreter that is used to run Meson.
  
  This will fix situations where it is commonly the case where we may have
  multiple Python 3.x installations on Windows (www.python.org, and those
  from Cygwin/mingw-w64), so that Meson really uses one and only one
  Python installation to run everything that is Python-related, which will
  thus fix '[meson|ninja] dist' on Visual Studio builds.

2019-12-23  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Update version to 3.0.1

2019-12-22  Murray Cumming  <murraycu@google.com>

  3.0.1

2019-12-20  Chun-wei Fan  <fanchunwei@src.gnome.org>

  meson.build: Enable /utf-8 for MSVC builds

  This avoids warnings and mis-compilations on certain system locales when
  building on Visual Studio, in particular Chinese, Japanese and Korean
  versions of Windows.

2019-12-20  Chun-wei Fan  <fanchunwei@src.gnome.org>

  meson: State clearly mm-common-get is required for maintainer mode

  Instead of showing that 'mm-common-get' is not found, state that it is
  required for maintainer-mode.

2019-12-20  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Meson: Fix Visual Studio builds

  We need to make sure that SIGC_BUILD and _WINDLL are defined when
  building the libsigc++ DLL, so that it gets build properly.

2019-12-20  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Add support for building libsigc++-3.0 with Meson

  libsigc++-3.0 can be built with either Autotools or Meson.

2019-12-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Make libsigc_manual.xml valid

  Fix errors reported by "xmllint --postvalid".

2019-11-03  Murray Cumming  <murrayc@murrayc.com>

  tests: Remove unused SIGC_CXX_TYPEOF alternative code

  This was apparently related to some long-since removed libsigc++ support
  for a non-standard a gcc typeof() extension.
  https://gcc.gnu.org/onlinedocs/gcc/Typeof.html

2019-11-02  Murray Cumming  <murrayc@murrayc.com>

  test_mem_fun(): Re-enable tests of overloaded functions

  But, as with test_ptr_fun(), we need to specify the types.
  The compiler doesn't seem to be able to figure it out based on the
  values passed.

2019-11-02  Murray Cumming  <murrayc@murrayc.com>

  test_ptr_fun: Re-enable tests of overloaded functions

2019-10-29  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions CI: Remove extra configure calls

  ./autogen.sh already runs configure, passing the arguments.
  This is why the builds didn't fail when there were compiler errors.

2019-10-29  Murray Cumming  <murrayc@murrayc.com>

  test_limit_reference: Avoid virtual-move-assign warning

  "= delete" Bases's move operations because the defaulted one
  would call non-trivial assignment operators in the virtual bases.
  
  This avoids this compiler warning, at least with g++ 9.2:
  
  test_limit_reference.cc:12:7: error: defaulted move assignment for ‘{anonymous}::Base’ calls a non-trivial move assignment operator for virtual base ‘sigc::trackable’ [-Werror=virtual-move-assign]
     12 | class Base : virtual public sigc::trackable
        |       ^~~~
  test_limit_reference.cc:22:7: error: defaulted move assignment for ‘{anonymous}::Derived’ calls a non-trivial move assignment operator for virtual base ‘{anonymous}::Base’ [-Werror=virtual-move-assign]
     22 | class Derived : virtual public Base, public Base2
  
  It would be nice if this test had a comment saying what it is testing.

2019-10-29  Murray Cumming  <murrayc@murrayc.com>

  signal: slot_iterator_buf: Remove T_result default type

  This expected a result_type type alias. Luckily, in the few places where
  we use this, we always specify the type, ignoring the default.

2019-10-29  Murray Cumming  <murrayc@murrayc.com>

  tests: Remove unnecessary result_type aliases

  This was necessary with older pre-C++11 versions of libsigc++.

2019-10-28  Murray Cumming  <murrayc@murrayc.com>

  Reformat code with make format

2019-10-28  Murray Cumming  <murrayc@murrayc.com>

  Build: Add target to format code with clang-format

  This lets us do "make format" to reformat the code.

2019-10-27  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions CI: Specify CXX before make distcheck

  As in the build step. Otherwise, the distcheck's configure run will
  just pick up the default compiler again.

2019-10-27  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions CI: Add a clang++ 9 build

  This uses a newer Ubuntu version by specifying a different docker image.
  Because of that, we no longer need to use sudo with apt.

2019-10-27  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions CI: autotools-clang-8: Don't try to use Ubuntu 19.10

  The uses: line was actually a separate step that didn't influence the
  following step. Ubuntu 18.04 (what GitHub actions uses for
  "ubuntu-latest") actually has clang-8 anyway.

2019-10-27  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  sigc++/adaptors/bind.h: Make bind_functor::bound_ public

  It's used by sigc::visitor::do_visit_each().
  Add a test case in tests/test_bind.cc.
  Fixes #26

2019-10-25  Stuart Dootson  <stuart.dootson@gmail.com>

  MSVC build: Add version check to MSVC warning removal

  CMake 3.15 removes /W3 as a default flag for MSVC, so we no longer need to remove it.
2019-10-25  Stuart Dootson  <stuart.dootson@gmail.com>

  MSVC build: Add code comments

2019-10-25  Stuart Dootson  <u404261@methods.local>

  MSVC build: Silence 'C4100: unreferenced formal parameter' warnings

  Added 'static_cast<void>(parameter-name)' in all paths where the parameter isn't used
2019-10-25  Stuart Dootson  <u404261@methods.local>

  MSVC build: Disable C4244 (conversion, possible loss of data) for relevant tests

2019-10-25  Stuart Dootson  <u404261@methods.local>

  MSVC build: Fix 'C4127: conditional expression is constant' warning

2019-10-25  Stuart Dootson  <u404261@methods.local>

  Add default warning flags

2019-10-11  Stuart Dootson  <stuart.dootson@gmail.com>

  CMake Build: tests: Let MSVC find the library

  Use 'cmake -E env ... <test-executable>' to execute the test executable.
  The '-E env' option allows the environment to be altered for the executed test.
  
  Use generator expressions to retrieve the build directory/file for the
  sigc++ & test targets

2019-10-11  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions: Add workflow on Windows (MSVC compiler)

2019-10-11  Murray Cumming  <murrayc@murrayc.com>

  Github Actions: Use --enable-warnings=fatal

  This enables more warnings and makes the build fail if they happen.

2019-09-28  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions: Add workflow for clang 8

  Using Ubuntu 19.10 (Eoan) instead of Ubuntu 18.04.

2019-09-28  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions: Add workflow for gcc 9

  Using Ubuntu 19.10 (Eoan) instead of Ubuntu 18.04.

2019-09-28  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions: Use specific compiler versions

  We only try compiler versions that are known to have C++17 support.
  There is no point in trying older compiler versions.

2019-09-28  Murray Cumming  <murrayc@murrayc.com>

  GitHub Actions: Better workflow names

2019-09-27  Murray Cumming  <murrayc@murrayc.com>

  Add GitHub Actions build workflow (cmake build)

2019-09-27  Murray Cumming  <murrayc@murrayc.com>

  Add GitHub Actions build workflow (autotools build)

2019-09-26  Murray Cumming  <murrayc@murrayc.com>

  tests: Add test_connection, to check copying

  For now, this just confirms that we can now copy empty sigc::connection
  instances. (See the previous commit.)

2019-09-26  AIGRIND  <AIGRIND-LLC@users.noreply.github.com>

  Empty connections can be safely copied now

  Copy constructor and `operator=` could fail if `src` was empty.
  ```
  sigc::connection con1;
  sigc::connection con2(con1); // failed
  ```
  ```
  sigc::connection con3;
  sigc::connection con4;
  con3 = con4; // failed
  ```
2019-09-05  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  3.0.0

2019-09-05  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  README_build: Refer MSVC users to MSVC_NMake/README.txt

2019-09-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  tuple_transform_each(): Fix for libc++

  Tuples which are input data to std::tuple_cat() are not declared const.
  Some versions of libc++ has a bug in std::tuple_cat(): All output
  elements coming from a const tuple become const.
  It can break 'make check' when using clang++ and -stdlib=libc++.
  
  Fixes issue #25

2019-09-01  Murray Cumming  <murrayc@murrayc.com>

  tests: Don't call static method via instance

2019-09-01  Murray Cumming  <murrayc@murrayc.com>

  tests: Remove an unnecessary semicolon

2019-08-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  tests/test_track_obj.cc: Remove obsolete comments

2019-08-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  bind(), track_obj() documentation: Remove obsolete restrictions

  The number of objects and arguments are not restricted to max 7
  now that variadic templates have replaced the .m4 files in libsigc++-2
  that generated 7 copies.

2019-07-03  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  tests/test_track_obj: Fix for clang++

  clang++ complains if private members are unused, so make them protected.
  
  error: private field 'bar_' is not used [-Werror,-Wunused-private-field]

2019-06-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  2.99.13

2019-06-03  Jeff Trull  <edaskel@att.net>

  CMake: supply SIGC_BUILD and use CMAKE_CXX_STANDARD, for MSVC

2019-03-21  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Doxyfile.in: Remove obsolete preprocessor macros

  The removed macros are not used anywhere in libsigc++ 3.0.

2019-02-17  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  sigc::tuple_transform_each: std::result_of -> std::invoke_result

  std::result_of is deprecated in C++17 and will be removed in C++20.
  
  Fixes issue #19

2019-02-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Makefile.am: Distribute README.md

2019-02-13  Jürg Billeter  <j@bitron.ch>

  configure.ac: Set `foreign` option to fix build

  Without the `foreign` option, automake requires a README file, which no
  longer exists.
  
  	Makefile.am: error: required file './README' not found
  
  Fixes: 8a0cb176 ("README: Rename to README.md and reformat as markdown")

2019-01-10  Murray Cumming  <murrayc@murrayc.com>

  README.md: Add some build hints

  This fixes issue #18:
  https://github.com/libsigcplusplus/libsigcplusplus/issues/18
  
  Note that this file should not duplicate too much from the website.
  Information should be on the website or in the README.md, but rarely in
  both places.

2019-01-10  Murray Cumming  <murrayc@murrayc.com>

  README: Rename to README.md and reformat as markdown

  And remove:
  - the description of the directory structure, which is
  outdated and not very useful.
  - the contact information section. There is no need to duplicate
  what is on the website, which we link to.

2019-01-02  Lennard Berger  <lennard.berger@student.uni-tuebingen.de>

  tests: Fix a couple of imports in tests

  See pull request #15

2018-12-05  Murray Cumming  <murrayc@murrayc.com>

  docs: Remove unused docs/docs/index.html

  And remove the .gif images that it used.
  
  This fixes issue #12
  https://github.com/libsigcplusplus/libsigcplusplus/issues/12

2018-11-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Create only .tar.xz tarballs

  * configure.ac: This is what ftp.gnome.org wants, so this avoids
  it doing any repackaging. This is what gtkmm does.

2018-10-30  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  2.99.12

2018-10-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Add necessary #include<>s

  * sigc++/adaptors/tuple_visitor_visit_each.h
  * sigc++/reference_wrapper.h

2018-10-03  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  cmake: Require C++17 support

  Fixes #9

2018-09-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  slot, signal: Fix the Doxygen documentation

  Hide the forward declarations of sigc::slot and sigc::signal from Doxygen.
  If Doxygen sees the forward declarations, it does not care about what's
  in the complete class definitions.

2018-09-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Update .gitignore

2018-09-10  Chun-wei Fan  <fanc999@yahoo.com.tw>

  build: Add a README.txt for Visual Studio builds

2018-09-10  Chun-wei Fan  <fanc999@yahoo.com.tw>

  build: Build the examples and tests on MSVC builds

  Also add a BOOST_DLL option for one to build the benchmark program
  for libsigc++, which is needed on Visual Studio builds if the
  installed Boost libraries are built as DLLs.

2018-09-10  Chun-wei Fan  <fanc999@yahoo.com.tw>

  tests: Include <string> as needed

  Some compilers do insist that <string> be included so that things like
  to_string() and stoi() becomes part of the std namespace.

2018-09-10  Chun-wei Fan  <fanc999@yahoo.com.tw>

  build: Remove the Visual Studio project files

  We now use NMake, so we don't need to keep the project files around
  anymore.

2018-09-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Build: Use NMake Makefiles for MSVC Builds

  Since the MSVC projects are not created upon 'make dist' but
  is manually updated, use a set of NMake Makefiles that consumes
  sigc++/filelist.am as needed, so that whenever the list of sources
  is updated, we do not have to worry that the generated release
  tarballs have broken Visual Studio build files.
  
  The next commit will remove the Visual Studio project files.
  
  This should make maintenance of the Visual Studio build files easier.

2018-09-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

  build: Split out source listing

  Consolidate the source listing from sigc++/Makefile.am to
  sigc++/filelist.am, so that we can let other Makefile-based
  build systems consume sigc++/filelist.am as well.

2018-09-10  Chun-wei Fan  <fanc999@yahoo.com.tw>

  build: Rename MSVC_Net2017 to MSVC_NMake

  This is to prepare the transition from Visual Studio project files to
  NMake Makefiles.  This is done in order to simplify maintainance of the
  Visual Studio build files.

2018-08-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  slot, signal: Avoid compiler warnings from function pointer conversions

  gcc8 -Wextra prints a warning when a single reinterpret_cast is used for
  conversion between different types of function pointers. The previous fix
  with a union in sigc::internal::bitwise_equivalent_cast<>() is not standard
  C++. Rename the function to function_pointer_cast<>(), and use two
  reinterpret_casts as recommended in gcc's documentation.
  
  Fixes #8

2018-08-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Update libsigcplusplus.doap

2018-08-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  configure.ac: Update bug report address

2018-08-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  README: Update contact information and compiler requirement

  Fixes #6

2018-07-17  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Qualify calls to bitwise_equivalent_cast() with namespace names

  Otherwise indirect calls from glibmm, with its own bitwise_equivalent_cast(),
  can be ambiguous due to ACL (argument-dependent lookup).

2018-07-16  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  slot, signal: Avoid compiler warnings from function pointer conversions

  gcc8 -Wextra prints a warning when reinterpret_cast is used for conversion
  between different types of function pointers. Avoid that by adding
  sigc::internal::bitwise_equivalent_cast<>() with a union with members of
  the two types of function pointers.
  
  Fixes #1

2018-07-16  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Revert "slot, signal: Avoid compiler warnings from function pointer conversions"

  This reverts commit c7dbcd5df0e6c260d50fe12dfb2b87a002d91985.
  
  This can be done in a better way by keeping the union in a template function.

2018-07-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  slot, signal: Avoid compiler warnings from function pointer conversions

  gcc8 -Wextra prints a warning when reinterpret_cast is used for conversion
  between different types of function pointers. Avoid that by instead using
  a union with members of the two types of function pointers.
  
  Fixes #1

2018-06-11  Seirra  <github@sarifria.x10.bz>

  fix broken url

  current url in AC_INIT is broken, I imagine the github webpage serves as a good stand in replacement?
2018-04-15  Murray Cumming  <murrayc@murrayc.com>

  C++17: Update tuple_transform_each().

  Update from murrayc-tuple-utils:
  https://github.com/murraycu/murrayc-tuple-utils/commits/master

2018-04-15  Murray Cumming  <murrayc@murrayc.com>

  C++17: Update from murrayc-tuple-utils.

  From https://github.com/murraycu/murrayc-tuple-utils/commits/master
  This also uses the C++17 nested namespace syntax.
  
  Apart from tuple_transform_each, which seems to have a memory access
  problem, with both g++ and clang++, in its C++17 version.

2018-04-10  Murray Cumming  <murrayc@murrayc.com>

  2.99.11

2018-04-10  Murray Cumming  <murrayc@murrayc.com>

  track_obj: Remove unnecessary overload.

2018-04-10  Murray Cumming  <murrayc@murrayc.com>

  retype_return: Remove unnecessary overloads.

2018-04-10  Murray Cumming  <murrayc@murrayc.com>

  compose: Remove unnecessary overloads.

2018-04-08  Murray Cumming  <murrayc@murrayc.com>

  C++17: More use of std::invoke().

  The use of template operator() here was maybe to deal with
  awkward compilers, but now we can just expect them to support
  std::invoke() from C++17.

2018-04-07  Murray Cumming  <murrayc@murrayc.com>

  C++17: Use std::invoke().

  This makes code more generic. Maybe this will let us simplify code.

2018-04-07  Murray Cumming  <murrayc@murrayc.com>

  Build: Require mm-common 0.9.12

  This version allows the check for C++17 support.

2018-04-07  Murray Cumming  <murrayc@murrayc.com>

  C++17: Replace some call_*() helpers with std::apply().

2018-03-28  Murray Cumming  <murrayc@murrayc.com>

  C++17: limit_trackable_target: Use constexpr if to simplify code.

2018-03-28  Murray Cumming  <murrayc@murrayc.com>

  configure.ac: Require C++17.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Correct website source link.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  Website: Remove mailing list from footer.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Simplify the layout.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Remove invalid xml declaration.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Remove W3C validator button.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: download: Slight cleanup.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Rename stable.md to download.md.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  Website: Simplify the menu.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Remove links page.

  It doesn't seem useful.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Update git/bug links.

2018-03-10  Murray Cumming  <murrayc@murrayc.com>

  website: Slight html cleanup.

2018-03-09  Murray Cumming  <murrayc@murrayc.com>

  website: Remove sourceforge logo.

2018-03-09  Murray Cumming  <murrayc@murrayc.com>

  Use jekyll instead of SSI framgments.

  While keeping the old markup and styling for now.

2018-03-09  Murray Cumming  <murrayc@murrayc.com>

  Update .gitignore.

2018-03-08  Murray Cumming  <murrayc@murrayc.com>

  docs/: Convert website .shtml to .md

2018-03-08  Murray Cumming  <murrayc@murrayc.com>

  docs/website: Move to docs/.

  Because that is the standard path for GitHub Pages websites.

2018-03-08  Murray Cumming  <murrayc@murrayc.com>

  docs/: Move contents to docs/docs/

  This lets us use docs/ for the website, as is standard for
  GitHub Pages.

2018-03-07  Murray Cumming  <murrayc@murrayc.com>

  Set theme jekyll-theme-minimal

2018-01-10  Murray Cumming  <murrayc@murrayc.com>

  2.99.10

2017-11-09  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  slot_base::set_parent(): Create a dummy slot_rep if necessary

  set_parent() must always store the supplied parent pointer and cleanup
  function pointer, or else there may be a memory leak. The pointers are
  stored in slot_rep. Bug 167714

