summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GitHub Actions CI: Add a clang++ 10 buildci-clang-10Murray 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
* Reformat code with make formatMurray Cumming2019-10-2853-573/+566
* Build: Add target to format code with clang-formatMurray Cumming2019-10-281-0/+6
* GitHub Actions CI: Specify CXX before make distcheckMurray Cumming2019-10-278-8/+32
* GitHub Actions CI: Add a clang++ 9 buildMurray Cumming2019-10-271-0/+24
* GitHub Actions CI: autotools-clang-8: Don't try to use Ubuntu 19.10Murray Cumming2019-10-271-1/+0
* sigc++/adaptors/bind.h: Make bind_functor::bound_ publicKjell Ahlstedt2019-10-272-1/+10
* MSVC build: Add version check to MSVC warning removalStuart Dootson2019-10-251-5/+6
* MSVC build: Add code commentsStuart Dootson2019-10-254-0/+5
* MSVC build: Silence 'C4100: unreferenced formal parameter' warningsStuart Dootson2019-10-254-0/+6
* MSVC build: Disable C4244 (conversion, possible loss of data) for relevant testsStuart Dootson2019-10-251-0/+4
* MSVC build: Fix 'C4127: conditional expression is constant' warningStuart Dootson2019-10-251-5/+3
* Add default warning flagsStuart Dootson2019-10-251-0/+17
* CMake Build: tests: Let MSVC find the libraryStuart Dootson2019-10-111-1/+3
* GitHub Actions: Add workflow on Windows (MSVC compiler)Murray Cumming2019-10-111-0/+18