Skip to content
Snippets Groups Projects
  1. Mar 23, 2022
  2. Dec 09, 2021
  3. Oct 26, 2020
  4. Dec 14, 2019
  5. Apr 01, 2019
  6. Feb 01, 2019
  7. Dec 18, 2018
  8. Oct 17, 2018
    • Gerhard Raven's avatar
      Add Property constructors which accept an updateHandler · 7d714f91
      Gerhard Raven authored
      The updatehandler can either be anything which satisfies
      the `void(PropertyBase&)` signature, or a member function
      with the signature `void()` or `void(PropertyBase&)`.
      In addition, an additonal argument can be passed which specifies
      whether or not the provided handel should be invoked immediately.
      Default is to _not_ invoke it immediately.
      7d714f91
  9. Sep 10, 2018
  10. May 25, 2018
  11. Apr 16, 2018
  12. Nov 27, 2017
  13. Nov 20, 2017
  14. Sep 26, 2017
  15. Jul 30, 2017
  16. Jul 03, 2017
  17. Mar 27, 2017
  18. Mar 20, 2017
  19. Dec 14, 2016
  20. Nov 08, 2016
  21. Sep 28, 2016
  22. Sep 07, 2016
  23. Jul 28, 2016
  24. Jul 11, 2016
  25. Jun 27, 2016
  26. Jun 03, 2016
  27. Mar 11, 2016
  28. Jan 22, 2016
  29. Nov 29, 2015
  30. Oct 16, 2015
  31. Oct 13, 2015
  32. Oct 08, 2015
  33. Sep 21, 2015
  34. Sep 11, 2015
    • Gerhard Raven's avatar
      Provide (and use) C++11 smart pointer 'look and feel' for SmartIF · 71408483
      Gerhard Raven authored
        - use explict bool conversion instead of .isValid()
        - add SmartIF::as<IFace>(), to return a SmartIF to an alternate
          interface -- which (together with move) encourages the use of auto
        - add ServiceManager::service<IFace>() which return SmartIF<IFace> which encourages
          the use of auto
      
      And add a few other C++11 modernizations (eg. prefer STL over raw loop)
      71408483
Loading