Skip to content

denleyhsiao/SigSlot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original project: http://sigslot.sourceforge.net

To make this compile under Xcode 4.3 with Clang 3.0 I made some changes myself and also used some diffs published in the original project's Sourceforge forum. I don't remember which ones though.

Usage

Require Insalled cmake

mkdir build
cd build
cmake .. 
make
./SigSlotTest

About

Patched version of Sarah Thompson's signal/slot library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.7%
  • CMake 7.3%