Difference between revisions of "Libsigcpp"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=libsigcpp |Short description=C++ callback library |Full description='libsigc++' implements a full callback system for use in abstract interfaces and general program...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=C++ callback library
 
|Short description=C++ callback library
 
|Full description='libsigc++' implements a full callback system for use in abstract interfaces and general programming. 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 connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
 
|Full description='libsigc++' implements a full callback system for use in abstract interfaces and general programming. 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 connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
 +
|Homepage URL=http://libsigc.sourceforge.net/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://libsigc.sourceforge.net/
 
 
|VCS checkout command=co libsigc++2
 
|VCS checkout command=co libsigc++2
 
|Computer languages=C++
 
|Computer languages=C++
 
|Documentation note=User reference manual (v2.0) available in HTML format from http://libsigc.sourceforge.net/libsigc2/docs/reference/html/index.html; User reference manual (v1.2) available in HTML format from http://libsigc.sourceforge.net/libsigc1_2/reference/; User tutorial (v1.2) available in HTML format from http://libsigc.sourceforge.net/libsigc1_2/manual/
 
|Documentation note=User reference manual (v2.0) available in HTML format from http://libsigc.sourceforge.net/libsigc2/docs/reference/html/index.html; User reference manual (v1.2) available in HTML format from http://libsigc.sourceforge.net/libsigc1_2/reference/; User tutorial (v1.2) available in HTML format from http://libsigc.sourceforge.net/libsigc1_2/manual/
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=libpropc++
 
|Related projects=libpropc++
 
|Keywords=C++,library,function,callback,class method,function object,adaptor class
 
|Keywords=C++,library,function,callback,class method,function object,adaptor class
|Is GNU=n
+
|Version identifier=2.99.8
|Last review by=Janet Casey
+
|Version date=2017/02/14
|Last review date=2005-01-28
+
|Version status=stable
 +
|Version download=https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.8.tar.xz
 +
|Version comment=2.99.8 stable released 2017-02-14
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/25
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.0.7
+
|Status=
|Version date=2005-01-26
+
|Is GNU=No
|Version status=stable
+
|License verified date=2005-01-26
|Version download=http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-2.0.7.tar.gz
+
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Janet Casey
 
|License verified date=2005-01-26
 
|License verified date=2005-01-26
|Version comment=2.0.7 stable released 2005-01-26
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Martin Schulze
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Martin Schulze
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Murray Cumming
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Murray Cumming
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Andreas Rottmann
 
|Role=Contributor
 
|Role=Contributor
|Real name=Andreas Rottmann
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Cedric Gustin Timothy M. Shead
 
|Role=Contributor
 
|Role=Contributor
|Real name=Cedric Gustin Timothy M. Shead
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Damien Carbery
 
|Role=Contributor
 
|Role=Contributor
|Real name=Damien Carbery
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=James Lin
 
|Role=Contributor
 
|Role=Contributor
|Real name=James Lin
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Karl Einar Nelson
 
|Role=Contributor
 
|Role=Contributor
|Real name=Karl Einar Nelson
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Takashi Takekawa
 
|Role=Contributor
 
|Role=Contributor
|Real name=Takashi Takekawa
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 83: Line 75:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c++
 
 
|Use=library
 
|Use=library
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LGPLv2.1orlater
 
|License verified by=Janet Casey
 
|License verified date=2005-01-26
 
}}
 

Latest revision as of 21:35, 24 February 2017


[edit]

libsigcpp

http://libsigc.sourceforge.net/
C++ callback library

'libsigc++' implements a full callback system for use in abstract interfaces and general programming. 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 connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

26 January 2005




Leaders and contributors

Contact(s)Role
Andreas Rottmann Contributor
Karl Einar Nelson Contributor
Damien Carbery Contributor
Murray Cumming Maintainer
James Lin Contributor
Martin Schulze Maintainer
Cedric Gustin Timothy M. Shead Contributor
Takashi Takekawa Contributor


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:libsigc-list@gnome.org


Software prerequisites




Entry







































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.