Commit Graph

9 Commits

Author SHA1 Message Date
b1076d07ce signal: reduce templating complexity 2019-03-13 12:08:57 +11:00
f6056153e3 rename root namespace from util to cruft
This places, at long last, the core library code into the same namespace
as the extended library code.
2018-08-05 14:42:02 +10:00
803acc9a87 relicense under MPL-2.0 2018-08-04 15:14:06 +10:00
2658b41ea1 relicence under Apache-2.0 2015-04-13 18:05:28 +10:00
38d3fc1961 signal: simplify unneeded signal elements
* use function syntax for template type
* remove non-scoped cookie
* simplify many type names
2015-02-18 02:35:05 +11:00
77942e008d Change my email to an active domain 2012-04-23 13:10:50 +10:00
d6b943500c Move signal into namespace util
signal will clash with the POSIX signal function. This tends to be too
annoying to work around with careful inclusion orders or other
namespacing.
2011-07-16 14:47:56 +10:00
165cd18c0c Explicitly instance one signal type for link error 2011-07-03 16:05:50 +10:00
d9dba1d155 Add simple signal object implementation 2011-06-27 15:31:41 +10:00