Go to file
2019-10-21 18:33:46 -04:00
doc Fix typo, from Berkus Decker. 2019-10-21 18:33:03 -04:00
example Initialize m_document member in example program, as noted by 2019-03-27 19:59:22 -04:00
include/boost Fix issue during invocation where tracked objects could be released 2019-05-10 12:40:22 -04:00
meta Add metadata file. 2014-08-18 15:10:34 +01:00
test Add missing return value for test_mutex::try_lock 2019-05-15 20:39:54 -04:00
.codecov.yml Added CI framework 2018-05-27 12:35:35 +00:00
.gitattributes Move top-level boost directory over to "devel" (temporarily) 2007-07-31 20:32:15 +00:00
.travis.yml Remove cppcheck job on Travis CI 2019-06-07 12:41:31 -04:00
appveyor.yml Fix CI build issues related to b2 changes 2019-05-13 09:14:08 -04:00
index.html Merged Signals2 from sandbox to trunk. 2009-03-01 20:54:34 +00:00
Jamfile Added CI framework 2018-05-27 12:35:35 +00:00
LICENSE Added CI framework 2018-05-27 12:35:35 +00:00
README.md update readme and ci scripts to use new pull methods 2018-05-31 21:12:34 +00:00

Signals2, part of collection of the Boost C++ Libraries, is an implementation of a managed signals and slots system.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-Only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
ci continuous integration scripts
doc documentation
example examples
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [signals2] tag at the beginning of the subject line.