Changes between Version 10 and Version 11 of soc/2007/SignalNetwork


Ignore:
Timestamp:
Jun 14, 2007, 4:40:39 PM (15 years ago)
Author:
Stjepan Rajko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/SignalNetwork

    v10 v11  
    11== News ==
     2'''(06/14/2007)'''
     3 * added branching tests as separate files
     4 * finished updating docs for Boost community update
     5
    26'''(06/12/2007)'''
    37 * Implemented generic applicator, modifier, conditional, and instantiator components which do various generic things to signals.
     
    1620 * added Xcode project files, tests compile and pass on OS X/darwin
    1721
     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.
    1827
    1928== Introduction ==