Skip to content
Snippets Groups Projects
  1. Nov 17, 2023
  2. Nov 10, 2023
  3. Oct 27, 2023
  4. Oct 23, 2023
  5. Jul 06, 2023
  6. Apr 24, 2023
  7. 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
  8. Mar 15, 2023
  9. 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
  10. 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
  11. Nov 08, 2022
  12. Nov 03, 2022
  13. Oct 31, 2022
  14. Oct 25, 2022
  15. Oct 17, 2022
  16. Jul 25, 2022
  17. Jun 10, 2022
  18. Jun 02, 2022
  19. May 05, 2022
  20. Mar 23, 2022
  21. Mar 15, 2022
  22. Mar 01, 2022
  23. Oct 05, 2021
  24. 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
  25. Sep 21, 2021
  26. Aug 12, 2021
  27. 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
  28. Jul 23, 2021
  29. Jul 22, 2021
  30. Jul 14, 2021
Loading