summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.0.43.0.4Kjell Ahlstedt2020-09-273-2/+21
* NMake Makefiles: Use Meson-style DLL and .lib naming if requestedChun-wei Fan2020-07-231-4/+10
* NMake Makefiles: Streamline builds from GIT checkoutsChun-wei Fan2020-07-224-19/+25
* NMake Makefiles: Support ARM64 Windows buildsChun-wei Fan2020-07-081-0/+4
* docs/docs/reference/: Update for Doxygen >= 1.8.16Kjell Ahlstedt2020-06-292-7/+7
* docs/docs/manual/libsigc_manual.xml: Fix description of sigc::retype()Kjell Ahlstedt2020-06-271-7/+5
* docs/docs/manual/libsigc_manual.xml: Fix previous commitKjell Ahlstedt2020-06-261-6/+7
* docs/docs/manual/libsigc_manual.xml: Update signal and slot syntaxKjell Ahlstedt2020-06-251-16/+31
* NMake Makefiles: Use toolset version in DLL filename by defaultChun-wei Fan2020-06-183-18/+36
* Update MSVC_NMake/READMEChun-wei Fan2020-06-181-2/+9
* Rework NMake MakefilesChun-wei Fan2020-06-185-65/+80
* NMake Makefiles: Fix header installationChun-wei Fan2020-06-181-0/+1
* NMake Makefiles: Support Visual Studio 2019 betterChun-wei Fan2020-06-181-1/+3
* NMake Makefiles: Use 'md' instead of 'mkdir'Chun-wei Fan2020-06-182-6/+6
* GitHub Actions CI: Add a clang++ 10 buildMurray Cumming2020-04-261-0/+28
* run make format, to clang-format the codeMurray Cumming2020-04-251-14/+14
* Meson build: Set default value of the 'warnings' option to 'min'Kjell Ahlstedt2020-04-027-34/+40
* 3.0.33.0.3Kjell Ahlstedt2020-03-253-2/+19
* README.md: Better describe when maintainer-mode is necessaryKjell Ahlstedt2020-03-251-4/+7
* README.md: Improve the Build sectionKjell Ahlstedt2020-03-242-63/+50
* meson.build: Update version to 3.0.2Kjell Ahlstedt2020-03-101-1/+1
* examples: Disable deprecated API when building with MesonKjell Ahlstedt2020-03-101-0/+1
* README.md, README_build: Describe building with MesonKjell Ahlstedt2020-01-132-3/+47
* Added example of using libsigc++ with QtRobert Middleton2020-01-086-0/+190
* tests: Replace C-style casts with static_cast<>Lennard Berger2020-01-062-8/+8
* docs/docs/reference/meson.build: Check if perl is foundKjell Ahlstedt2020-01-021-1/+1
* 3.0.23.0.2Murray Cumming2020-01-012-1/+6
* meson.build: Change project name, sigc++ -> libsigc++Kjell Ahlstedt2019-12-301-2/+2
* Update untracked/READMEKjell Ahlstedt2019-12-301-1/+4
* meson.build: Check if .git is a directory or a fileKjell Ahlstedt2019-12-291-6/+3
* sigc++/meson.build: Library name is sigc-3.0Kjell Ahlstedt2019-12-291-2/+3
* NMake: Split outdir by toolset versionChun-wei Fan2019-12-296-43/+50
* build: Support NMake builds from Meson tarballsChun-wei Fan2019-12-296-2/+66
* meson: Build Windows .rc files on WindowsChun-wei Fan2019-12-292-1/+10
* meson/Windows: Fix builds when builddir is a subdir of source treeChun-wei Fan2019-12-291-1/+1
* meson.build: Fix 'meson dist' on WindowsChun-wei Fan2019-12-291-1/+1
* meson.build: Update version to 3.0.1Kjell Ahlstedt2019-12-231-1/+1
* 3.0.13.0.1Murray Cumming2019-12-222-1/+25
* meson.build: Enable /utf-8 for MSVC buildsChun-wei Fan2019-12-201-1/+1
* meson: State clearly mm-common-get is required for maintainer modeChun-wei Fan2019-12-201-1/+7
* Meson: Fix Visual Studio buildsChun-wei Fan2019-12-201-0/+8
* Add support for building libsigc++-3.0 with MesonKjell Ahlstedt2019-12-2014-0/+1040
* Make libsigc_manual.xml validKjell Ahlstedt2019-12-101-4/+4
* tests: Remove unused SIGC_CXX_TYPEOF alternative codeMurray Cumming2019-11-031-20/+0
* test_mem_fun(): Re-enable tests of overloaded functionsMurray Cumming2019-11-022-24/+10
* test_ptr_fun: Re-enable tests of overloaded functionsMurray Cumming2019-11-021-17/+8
* GitHub Actions CI: Remove extra configure callsMurray Cumming2019-10-298-8/+0
* test_limit_reference: Avoid virtual-move-assign warningMurray Cumming2019-10-291-0/+5
* signal: slot_iterator_buf: Remove T_result default typeMurray Cumming2019-10-291-1/+1
* tests: Remove unnecessary result_type aliasesMurray Cumming2019-10-298-38/+2