Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
  2. Sep 09, 2022
  3. Aug 22, 2022
  4. Aug 19, 2022
  5. Aug 18, 2022
  6. Aug 04, 2022
  7. Aug 02, 2022
    • Administrator's avatar
      Add several compiler warnings · 66f89a15
      Administrator authored
      Use struct instead of class for forward declarations if the object is defined
      as struct.
      Remove unused data members, variables and parameters.
      Remove an explicite usage of std::move to allow copy ellision.
      Correct type in printf statements.
      Add missing virtual destructor in some class.
      Fix two issues where closing braces were at the wrong place.
      66f89a15
  8. Jul 27, 2022
  9. Jul 22, 2022
  10. Jul 18, 2022
  11. Jul 14, 2022
  12. Jun 23, 2022
  13. Jun 17, 2022
  14. Jun 14, 2022
  15. Jun 02, 2022
  16. May 27, 2022
  17. May 05, 2022
    • Vikas Singhal's avatar
      Add MUCH unpacking · 892f01a1
      Vikas Singhal authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Add MUCH unpacker algo/config and monitoring classes in the current scheme
      - Add new unpacking parameter class
      * Separate the parameter files for the 2022 monitor and the 2022 unpacking
      - Add MUCH in RecoUnpack
      - Add MUCH in run_unpack_tsa and run_unpack_online macros
      892f01a1
  18. May 03, 2022
  19. Apr 06, 2022
  20. Apr 04, 2022
Loading