Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Apr 24, 2023
  3. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  4. Mar 15, 2023
  5. Dec 16, 2022
    • Administrator's avatar
      Improve build system · a43f6081
      Administrator authored
      Remove a special linker setting for macosx which isn't needed any longer.
      With the build system changes the full list of dependecies is available at
      link time.
      Add a missing library dependency.
      4 tags
      a43f6081
  6. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 3fb16b11
      Administrator authored
      Use the same target names as provided by FairRoot with version v18.8.
      
      Add the new target FairRoot::Online which is a new library conatining the
      online related code which was previously part of the Base library.
      In case of older FairRoot versions the target is only an alias for the target
      FairRoot::Base such that the same dependencies already work with FairRoot
      v18.6 which is our current default version.
      
      Add the new target FairRoot::Online in all CMakeLists.txt where it is needed.
      
      The FindFairRoot macro is also used when compiling NicaFemto. Since there is a
      problem with the target definitions in NicaFemto the targets are not defined
      when compiling NicaFemto.
      3fb16b11
  7. Nov 08, 2022
  8. Nov 03, 2022
  9. Oct 31, 2022
  10. Oct 25, 2022
  11. Oct 17, 2022
  12. Jul 25, 2022
  13. Jun 10, 2022
  14. Jun 02, 2022
  15. May 05, 2022
  16. Mar 23, 2022
  17. Mar 15, 2022
  18. Mar 01, 2022
  19. Oct 05, 2021
  20. Sep 23, 2021
    • Administrator's avatar
      Fix license headers in fles directory · f4263239
      Administrator authored
      Remove wrong license header drom several files which came in by using a
      template. The code was developed by the respective persons, the license header
      came in by using a skeleton.
      f4263239
  21. Sep 21, 2021
  22. Aug 12, 2021
  23. Jul 30, 2021
    • Administrator's avatar
      Fix compiler warnings · 9ded4663
      Administrator authored
      These compiler warnings are only seen with clang on macosx.
      Fix format in printf and Form functions.
      Comment unused parameters.
      Use correct C++ version when building the external flesnet project.
      9ded4663
    • Dominik Smith's avatar
      Bug fix: Added missing break statement to loops in... · 0f67cbb8
      Dominik Smith authored
      Bug fix: Added missing break statement to loops in CbmAlgoBuildRawEvents::SetReferenceDetector() and CbmMcbm2019TimeWinEventBuilderAlgo::SetReferenceDetector().
      0f67cbb8
  24. Jul 23, 2021
  25. Jul 22, 2021
  26. Jul 14, 2021
  27. Jul 13, 2021
Loading