Skip to content
forked from dwd/SigSlot

Patched version of Sarah Thompson's signal/slot library

Notifications You must be signed in to change notification settings

yurunsun/SigSlot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#sigslot - C++11 Signal/Slot library

##1. How to compile

qmake *.pro CONFIG+=SIGSLOT
qmake *.pro CONFIG+=EVENT

##2. History

  • Originally written by Sarah Thompson.
  • C++11-erization by Dave Cridland:
  • This is public domain; no copyright is claimed or asserted. No warranty is implied or offered either.
  • Add repeater. Use std::lock instead of platform specific locks. By [email protected]
  • Signal producer and consumer do not need to know each other. See test_event.cpp. By [email protected]

About

Patched version of Sarah Thompson's signal/slot library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • IDL 2.2%