Skip to content
Snippets Groups Projects
  1. Nov 08, 2022
  2. Nov 02, 2022
  3. Oct 24, 2022
  4. Oct 21, 2022
  5. Oct 04, 2022
    • Omveer's avatar
      Transition from old to modern CMake · f86667e9
      Omveer authored
      unnecessary commands removed which oprated a directory level.
      like include_directories() link_directories()
      Now operating on the target directory using target_include_directories()
      target_link_libraries() commands.
      generating library target using generate_cbm_library() macro provided by us.
      f86667e9
  6. Sep 15, 2022
  7. Sep 09, 2022
  8. Aug 22, 2022
  9. Aug 19, 2022
  10. Aug 18, 2022
  11. Aug 04, 2022
  12. 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
  13. Jul 27, 2022
  14. Jul 22, 2022
  15. Jul 18, 2022
  16. Jul 14, 2022
  17. Jun 23, 2022
  18. Jun 17, 2022
  19. Jun 14, 2022
  20. Jun 02, 2022
  21. May 27, 2022
  22. 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
Loading