summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip: Use address sanitizeraddress-sanitizerMurray Cumming2019-10-272-2/+2
* 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
* Github Actions: Use --enable-warnings=fatalMurray Cumming2019-10-117-7/+7
* GitHub Actions: Add workflow for clang 8Murray Cumming2019-09-281-0/+24
* GitHub Actions: Add workflow for gcc 9Murray Cumming2019-09-281-0/+24
* GitHub Actions: Use specific compiler versionsMurray Cumming2019-09-286-19/+115
* GitHub Actions: Better workflow namesMurray Cumming2019-09-282-2/+2
* Add GitHub Actions build workflow (cmake build)Murray Cumming2019-09-271-0/+17
* Add GitHub Actions build workflow (autotools build)Murray Cumming2019-09-271-0/+19
* tests: Add test_connection, to check copyingMurray Cumming2019-09-265-1/+50
* Empty connections can be safely copied nowAIGRIND2019-09-261-2/+5
* 3.0.03.0.0Kjell Ahlstedt2019-09-052-1/+21
* README_build: Refer MSVC users to MSVC_NMake/README.txtKjell Ahlstedt2019-09-051-2/+1
* tuple_transform_each(): Fix for libc++Kjell Ahlstedt2019-09-021-5/+8
* tests: Don't call static method via instanceMurray Cumming2019-09-011-2/+2
* tests: Remove an unnecessary semicolonMurray Cumming2019-09-011-1/+1
* tests/test_track_obj.cc: Remove obsolete commentsKjell Ahlstedt2019-08-291-11/+4
* bind(), track_obj() documentation: Remove obsolete restrictionsKjell Ahlstedt2019-08-292-3/+0
* tests/test_track_obj: Fix for clang++Kjell Ahlstedt2019-07-031-4/+7
* 2.99.132.99.13Kjell Ahlstedt2019-06-122-1/+25
* CMake: supply SIGC_BUILD and use CMAKE_CXX_STANDARD, for MSVCJeff Trull2019-06-032-1/+2
* Doxyfile.in: Remove obsolete preprocessor macrosKjell Ahlstedt2019-03-211-6/+2
* sigc::tuple_transform_each: std::result_of -> std::invoke_resultKjell Ahlstedt2019-02-171-2/+2
* Makefile.am: Distribute README.mdKjell Ahlstedt2019-02-131-1/+6
* configure.ac: Set `foreign` option to fix buildJürg Billeter2019-02-131-1/+1
* README.md: Add some build hintsMurray Cumming2019-01-101-3/+54
* README: Rename to README.md and reformat as markdownMurray Cumming2019-01-102-56/+24
* tests: Fix a couple of imports in testsLennard Berger2019-01-023-0/+3
* docs: Remove unused docs/docs/index.htmlMurray Cumming2018-12-054-76/+0
* Create only .tar.xz tarballsKjell Ahlstedt2018-11-111-1/+1
* 2.99.122.99.12Kjell Ahlstedt2018-10-302-1/+21
* Add necessary #include<>sKjell Ahlstedt2018-10-262-0/+3
* cmake: Require C++17 supportKjell Ahlstedt2018-10-031-1/+1
* slot, signal: Fix the Doxygen documentationKjell Ahlstedt2018-09-102-0/+4
* Update .gitignoreKjell Ahlstedt2018-09-101-2/+3
* build: Add a README.txt for Visual Studio buildsChun-wei Fan2018-09-102-0/+49
* build: Build the examples and tests on MSVC buildsChun-wei Fan2018-09-106-11/+69
* tests: Include <string> as neededChun-wei Fan2018-09-102-0/+2
* build: Remove the Visual Studio project filesChun-wei Fan2018-09-1063-6088/+0
* Build: Use NMake Makefiles for MSVC BuildsChun-wei Fan2018-09-1013-67/+471
* build: Split out source listingChun-wei Fan2018-09-102-5/+7
* build: Rename MSVC_Net2017 to MSVC_NMakeChun-wei Fan2018-09-1068-7/+7