Changes between Version 10 and Version 11 of soc/2007/SignalNetwork
- Timestamp:
- Jun 14, 2007, 4:40:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/SignalNetwork
v10 v11 1 1 == News == 2 '''(06/14/2007)''' 3 * added branching tests as separate files 4 * finished updating docs for Boost community update 5 2 6 '''(06/12/2007)''' 3 7 * Implemented generic applicator, modifier, conditional, and instantiator components which do various generic things to signals. … … 16 20 * added Xcode project files, tests compile and pass on OS X/darwin 17 21 22 == Proposed changes == 23 24 * Through trying different approaches, the fused / unfused component selection mechanism is implemented awkwardly and is nod ideal to use. I'd like to make fused vs. unfused to be decided by a template arg as is done with signet::filter, rather than as component vs. component::unfused 25 * The rest of non-generic components need to be converted to derive the generic components 26 * Revisit the naming / namespaces... Probably make a separate namespace and include file for connection operators, in case they are not needed. 18 27 19 28 == Introduction ==