Skip to content
Snippets Groups Projects
  1. Nov 15, 2017
  2. Nov 14, 2017
  3. Nov 13, 2017
  4. Nov 12, 2017
    • Gerhard Raven's avatar
      Prefer std::make_unique · 386536b8
      Gerhard Raven authored
      386536b8
    • Gerhard Raven's avatar
      Modernize FileMgr · 04e8982f
      Gerhard Raven authored
      - prefer `optional` over `unique_ptr` to make a nullable type,
        and avoid heap-allocation of RootFileHandler and POSIXFileHandler
      - better implementation of `select1st`,`select2nd`
      - prefer value-semantics implementation of `get_bit` and `set_bit`
      04e8982f
    • Gerhard Raven's avatar
      Modernize HistoDef · a7dfca4c
      Gerhard Raven authored
      - remove virtual function destructor, qualify as final
      - implement binary operator as friend functions
      - implement less than using std::tie
      a7dfca4c
  5. Nov 11, 2017
  6. Nov 10, 2017
Loading