summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* meson.build: Check if .git is a directory or a fileKjell Ahlstedt2019-12-291-6/+3
* sigc++/meson.build: Library name is sigc-2.0Kjell Ahlstedt2019-12-291-4/+4
* NMake Makefiles: Separate outdir by toolset versionChun-wei Fan2019-12-295-47/+51
* build: Support NMake builds from Meson tarballsChun-wei Fan2019-12-296-13/+42
* meson: Build Windows .rc files on WindowsChun-wei Fan2019-12-292-1/+11
* 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/MSVC: Support builds directly from GIT checkoutsChun-wei Fan2019-12-291-4/+0
* meson: Ensure symbols are exported on MSVC buildsChun-wei Fan2019-12-241-0/+9
* meson: Relax MSVC version requirement to 2015Chun-wei Fan2019-12-241-5/+3
* Add support for building libsigc++-2.0 with MesonKjell Ahlstedt2019-12-2419-0/+1506
* Make libsigc_manual.xml validKjell Ahlstedt2019-12-101-4/+4
* tests/test_track_obj: Fix for clang++Kjell Ahlstedt2019-07-031-4/+7
* 2.10.22.10.2Kjell Ahlstedt2019-06-122-1/+9
* Create only .tar.xz tarballsKjell Ahlstedt2018-11-111-1/+1
* 2.10.12.10.1Kjell Ahlstedt2018-10-302-1/+25
* tests: Catch exceptions by const refKjell Ahlstedt2018-10-301-2/+1
* Update README and .gitignoreKjell Ahlstedt2018-10-302-3/+3
* builds: Add README file for MSVC buildsChun-wei Fan2018-10-302-0/+48
* builds: Remove Visual Studio 2013 projectsChun-wei Fan2018-10-3065-6302/+0
* builds: Add NMake MakefilesChun-wei Fan2018-10-3011-69/+533
* build: Consolidate source listing into sigc++/filelist.amChun-wei Fan2018-10-302-6/+8
* builds: Rename MSVC_Net2013 as MSVC_NMakeChun-wei Fan2018-10-3069-6/+6
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-292-25/+23
* Update libsigcplusplus.doapKjell Ahlstedt2018-08-021-3/+3
* configure.ac: Update home page and bug report addressKjell Ahlstedt2018-08-021-2/+2
* README: Update contact informationKjell Ahlstedt2018-08-021-3/+4
* Qualify calls to bitwise_equivalent_cast() with namespace namesKjell Ahlstedt2018-07-172-12/+17
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-162-12/+31
* Revert "slot, signal: Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-162-98/+28
* slot, signal: Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-132-28/+98
* signal_base docs: Warn against deletion during emissionKjell Ahlstedt2017-11-091-0/+10
* slot_base::set_parent(): Create a dummy slot_rep if necessaryKjell Ahlstedt2017-11-091-2/+11
* test_signal: Test calls to signal_base::clear()Kjell Ahlstedt2017-07-171-0/+29
* signal_impl::clear(): Don't clear the slot list during signal emissionKjell Ahlstedt2017-07-171-3/+10
* Make --disable-benchmark workChristophe Lermytte2016-11-201-2/+1
* 2.10.02.10.0Murray Cumming2016-09-202-1/+6
* Build: Fix silent buildsKjell Ahlstedt2016-07-182-6/+13
* 2.9.3Murray Cumming2016-07-062-1/+19
* signal: Deprecate slots().Murray Cumming2016-07-051-11/+8
* signal: Deprecate emit_reverse().Murray Cumming2016-07-051-2/+23
* Update tests/.gitignoreKjell Ahlstedt2016-06-211-1/+1
* Fix build of "Implement slot<R(Arg...)> with variadic template"Chun-wei Fan2016-06-171-1/+1
* Visual Studio builds: Update projectChun-wei Fan2016-06-172-4/+0
* Update tests/.gitignoreMurray Cumming2016-04-201-0/+2
* benchmark: Use boost::timer instead of Glib::Timer.Murray Cumming2016-04-206-31/+562
* benchmark: Use the newer syntax.Murray Cumming2016-04-201-13/+13
* benchmark: Increase count.Murray Cumming2016-04-201-1/+1
* benchmark: Make the 1000 a constant, so we can change it.Murray Cumming2016-04-201-16/+13
* benchmark: Rearrange.Murray Cumming2016-04-201-19/+45