Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-21 | Signals (slots really) are now comperable. Building two slots for the same | Mike Buland | |
function or same object and method will compare as expected. Also added a -= function to Bu::List which works just like erase. | |||
2012-12-20 | gensigs.bld now generates SignalList classes in addition to Signal classes. | Mike Buland | |
They're pretty nifty. | |||
2012-12-19 | Added an initial test for the SignalList concept. I think it's actually just | Mike Buland | |
about done. List may want some extras to make it really nice, but that's immaterial to the signal code, I think it's about time to write generators. I have an idea for optomizing the return value code too, I'll try that out. |