Skip to content
Snippets Groups Projects
  1. Aug 31, 2023
  2. Oct 26, 2022
    • Omveer Singh's avatar
      Transition to Modern CMake (MQ Dir) · 0c11a598
      Omveer Singh authored
      CMakeList.txt files are modified according to modern CMake.
      generate_cbm_executable() macro is used to make executable.
      Imported targets of each package are used as dependencies.
      0c11a598
  3. Jun 10, 2022
  4. May 04, 2022
  5. May 02, 2022
  6. Mar 03, 2022
    • Administrator's avatar
      Install MQ startup scripts · 31c13d83
      Administrator authored
      Create MQ startup scripts to be installed already at the configuration stage
      and store the in the build tree. The difference between the scripts used in
      the build tree and the scripts finally installed are the hardcoded directory
      information inside. In the scripts to be used inside the build directory this
      links to the source and the build directories whereas it links to the
      installation directory in case of the scripts which are installed.
      Copy the scripts during installation to the correct directory.
      Install the MQ executables in the same directory structure as in the build
      directory.
      31c13d83
  7. Apr 01, 2021
    • Administrator's avatar
      Use Logger class instead of FairLogger · 41ceacba
      Administrator authored
      The class FairLogger is  meanwhile only a wrapper around the Logger class,
      so use the Logger directly. This also helps to reduce many warnings when
      using the Eclipse IDE.
      41ceacba
  8. Jun 03, 2020
Loading