Path to this page:
./
devel/libsigc++,
Type-safe callback system for C++ programs (v2)
Branch: CURRENT,
Version: 2.10.8nb1,
Package name: libsigc++-2.10.8nb1,
Maintainer: pkgsrc-userslibsigc++ implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally
part of the Gtk-- widget set, libsigc++ is now a separate library
to provide for more general use. It is the most complete library
of its kind with the ability to connect an abstract callback to a
class method, function, or function object. It contains adaptor
classes for connection of dissimilar callbacks and has an ease of
use unmatched by other C++ callback libraries.
This is the older major version 2 of the library.
Required to build:[
devel/mm-common] [
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 4881.715 KB
Version history: (Expand)
- (2023-08-14) Updated to version: libsigc++-2.10.8nb1
- (2022-02-15) Updated to version: libsigc++-2.10.8
- (2021-07-02) Updated to version: libsigc++-2.10.7
- (2021-05-25) Updated to version: libsigc++-2.10.6nb2
- (2021-04-13) Updated to version: libsigc++-2.10.6nb1
- (2021-04-09) Updated to version: libsigc++-2.10.6
CVS history: (Expand)
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-20 13:59:27 by Nia Alarie | Files touched by this commit (5) |
Log message:
*: Update some remaining packages still using GCC_REQD.
|
2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35) |
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
|
2022-07-25 21:22:23 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libsigc++*: update HOMEPAGE, previous one is something unrelated now
|
2022-02-15 11:19:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libsigc++: updated to 2.10.8
2.10.8 (stable)
Build:
* Meson build: Perl is not required by new versions of mm-common
* NMake Makefiles: Support building with VS2022
Documentation:
* Upgrade the manual from DocBook 4.1 to DocBook 5.0
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-02 10:59:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libsigc++: updated to 2.10.7
2.10.7 (stable)
Meson build:
* Make it possible to use sigc++ as a subproject
* Fix dependency on files generated from .h.m4 files
* No implicit_include_directories
* Make quiet installations possible
* Fix build as subproject without building documentation
Documentation:
* Links to *.gnome.org refer to sigc++-2.0 and gtkmm-3.0 versions
instead of latest versions
|