Skip to content
Snippets Groups Projects
  1. Dec 09, 2021
  2. Oct 26, 2020
  3. Dec 14, 2019
  4. Feb 01, 2019
  5. Apr 16, 2018
  6. Sep 26, 2017
  7. Oct 14, 2015
  8. Oct 13, 2015
    • Gerhard Raven's avatar
      Modernize RootCnv · 828553dd
      Gerhard Raven authored
          - replace intrusive ref count with std::shared_ptr
          - prefer nullptr over 0
          - prefer range-based for loops
          - prefer STL algorithms over raw loops
      828553dd
  9. Aug 30, 2015
    • Gerhard Raven's avatar
      Modernize RootCnv · e6ee7034
      Gerhard Raven authored
         - replace trivial constructors/destructors with = default
         - prefer std::unique_ptr over raw pointers and explicit delete
         - prefer nullptr over 0
         - clean up constructors
      e6ee7034
  10. Aug 10, 2015
  11. Jul 30, 2015
  12. Feb 14, 2014
  13. Jul 05, 2013
  14. Jan 24, 2012
  15. Dec 08, 2011
Loading