Skip to content
Snippets Groups Projects
  1. Oct 31, 2019
  2. Feb 06, 2019
  3. Aug 24, 2016
  4. May 15, 2016
    • Henry Weller's avatar
      functionObjects: rewritten to all be derived from 'functionObject' · 78d2971b
      Henry Weller authored
        - Avoids the need for the 'OutputFilterFunctionObject' wrapper
        - Time-control for execution and writing is now provided by the
          'timeControlFunctionObject' which instantiates the processing
          'functionObject' and controls its operation.
        - Alternative time-control functionObjects can now be written and
          selected at run-time without the need to compile wrapped version of
          EVERY existing functionObject which would have been required in the
          old structure.
        - The separation of 'execute' and 'write' functions is now formalized in the
          'functionObject' base-class and all derived classes implement the
          two functions.
        - Unnecessary implementations of functions with appropriate defaults
          in the 'functionObject' base-class have been removed reducing
          clutter and simplifying implementation of new functionObjects.
        - The 'coded' 'functionObject' has also been updated, simplified and tested.
        - Further simplification is now possible by creating some general
          intermediate classes derived from 'functionObject'.
      78d2971b
  5. Apr 30, 2016
  6. Nov 29, 2013
  7. Sep 27, 2013
  8. Jun 19, 2012
  9. Aug 14, 2011
  10. Jul 13, 2011
  11. Mar 17, 2011
  12. Jan 19, 2011
  13. Jan 14, 2011
  14. Jan 07, 2011
  15. Jan 05, 2011
  16. Jul 28, 2010
  17. Mar 29, 2010
  18. Dec 31, 2008
  19. Jun 25, 2008
  20. Apr 15, 2008