Skip to content

Sigslot v1.2.0

Compare
Choose a tag to compare
@palacaze palacaze released this 24 Apr 18:06
· 34 commits to master since this release

This release adds a few requested features and better support for MSVC.

  • Add a signal::slot_count() method to determine the number of currently connected slots,
  • Introduce slot groups, which can be used to enforce slots invocation order,
  • Add signal::disconnect() overloads to allow disconnection by supplying a function , and/or object pointer, or a slot group id,
  • Better support for MSVC (cl as well as clang-cl),
  • Improved CMake scripts.