Skip to content

Commit 5a87d98

Browse files
committed
docs: Update the web page
The changes are automatically published at libsigcplusplus.github.io/libsigcplusplus.
1 parent c77c888 commit 5a87d98

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/devel.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ There is an archive of messages,
1515

1616
Please report bugs as GitHub [issues](https://github.com/libsigcplusplus/libsigcplusplus/issues), or provide improvements as GitHub [pull requests](https://github.com/libsigcplusplus/libsigcplusplus/pulls).
1717

18-
See also the [list of older open libsigc++ bugs in the old bugilla](http://bugzilla.gnome.org/buglist.cgi?product=libsigc%2B%2B&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO").
19-
2018
## Git
2119

2220
The libsigc++ source code is in the [libsigcplusplus](https://github.com/libsigcplusplus/libsigcplusplus) repository on GitHub.

docs/download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ For instance, Ubuntu Linux, Debian Linux and Fedora Linux have official libsigc+
1919
libsigc++ is built and tested for a standards-compliant C++ compiler. Luckily, the recent versions of all major C++ compilers are now sufficiently standards-compliant.
2020

2121
libsigc++ version 2.5.1 and later require a C++11-compliant compiler.
22+
23+
libsigc++ version 3.0.0 and later require a C++17-compliant compiler.

docs/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ the GNU Library General Public License, [LGPL](http://www.gnu.org/copyleft/lgpl.
2424
* Extensions do not require alteration of basic components
2525
* User definable accumulators
2626
* A variety of adaptors to change the callback signature: bind, hide, retype, compose
27-
* Most C++ compilers can be used. libsigc++ version 2.5.1 and later require a compiler with C++11 support
27+
* Most C++ compilers can be used. libsigc++ version 2.5.1 and later require a compiler with C++11 support.
28+
libsigc++ version 3.0.0 and later require a compiler with C++17 support
29+
30+
sigc++-2.0 and sigc++-3.0 are different parallel-installable ABIs.
2831

2932
## News
3033

@@ -41,5 +44,5 @@ The 1.2 phase was maintained by Murray Cumming after Karl provided the initial 1
4144
A long 1.9 phase led to the major release 2.0, previously maintained by Martin Schulze,
4245
and then maintained by Murray Cumming and Kjell Ahlstedt.
4346

44-
Then libsigc++ was rewritten for C++14 using variadic templates, for major release 3.0,
47+
Then libsigc++ was rewritten for C++17 using variadic templates, for major release 3.0,
4548
currently maintained by Murray Cumming and Kjell Ahlstedt.

0 commit comments

Comments
 (0)