Skip to content
Snippets Groups Projects
  1. Dec 16, 2021
  2. Dec 14, 2021
  3. Dec 10, 2021
  4. Dec 09, 2021
  5. Dec 08, 2021
  6. Dec 07, 2021
  7. Dec 06, 2021
  8. Dec 03, 2021
    • Pierre-Alain Loizeau's avatar
      In STS unpacker, fix bug in handling of TS_MSB cycles happening at edge of MS + cleanup · 15c78e78
      Pierre-Alain Loizeau authored
      - Replace all legacy hard-coded numerical values for the TS_MSB cycle size by a constant derived in StsXyterMessage from the data format
      - Remove deprecated special cases in the handling of the TS_MSB messages which are not present anymore in the current CRI data format
      - Do not update TS_MSB and TS_MSB cycle from the MS header when the cycle happened exactly at the end of last MS
      - Recompute the TS+MSB in TS offset from the MS heder only when changing the Cycle or the TS_MSB from the same header
      - Add static method to convert Message Type into human readable string
      - Slight improve/cleanup of debug printouts and debug levels
      
      Was leading to errors and a crash in mCBM 2021 run 1588 files node8_3_0123 and node8_5_0002
      dev_2021_49
      15c78e78
  9. Dec 01, 2021
  10. Nov 30, 2021
  11. Nov 29, 2021
    • Administrator's avatar
      Add installtion test to the CI pipeline · b99da649
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      b99da649
    • Administrator's avatar
      Improve run script · 7ee8d07a
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Add functionality to check if the macro dif finish successful.
      The decision can be done on base of the return value as well as on base of
      a string printed at the end of the macro.
      Don't check the return value yet since oOn some system there are errors when
      destructing the root session. Use only the printout from the macro to decide
      if the macro finished successful.
      7ee8d07a
    • Administrator's avatar
      Add script to test the CbmRoot installation · b1106183
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      b1106183
    • Administrator's avatar
      Fix script · 692c3fba
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      The script contained two problems. The first one was a typo in the shebang.
      The second problem was in the grep command. If the full path includes by
      chance the string "so" or "dylib" all files of the directory were found
      accidentally. Requiring "so" or "dylib" to be at the end of the line fixes
      the error.
      692c3fba
Loading