Skip to content
Snippets Groups Projects
  1. Sep 24, 2021
  2. Sep 20, 2021
  3. Jul 30, 2021
    • Administrator's avatar
      Adapt code to new FairModule function · 609e5e08
      Administrator authored
      From FairRoot version v18.4.0 on the function CheckIfSensitive() of the class
      FairModule is deprecated and replaced by the function IsSensitive(). The old
      function is still available but usage results is a compilation error.
      To be able to use FairRoot v18.2.1 and newer versions both functions are
      implemented in the CbmRoot code where the old function simply forwards to the
      new one. If there is no need to support older FairRoot versions the old
      function can be simply removed from the source code.
      609e5e08
  4. Jun 08, 2021
  5. Jun 05, 2021
    • Eoin Clerkin's avatar
      Add copyright header to author declared files. · a4888728
      Eoin Clerkin authored
      Pulls some author and date information from previous headers, adds this to information from the svn and git repositories.
      Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder.
      Contributing authors from previous declaration and repository records.
      a4888728
  6. May 31, 2021
    • Eoin Clerkin's avatar
      Adds license header to .cxx, .cpp, .h, and .C files · f983bc0a
      Eoin Clerkin authored
      Files with detected previous copyright or authorship skipped.
      Copyright claimed for the current or last CBMC institute of the original commiter to the SVN or GIT repositories.
      File distributed under GNU public license version 3.0 declared.
      
      Revert "Adds license header to .cxx, .cpp, .h, and .C files"
      
      This reverts commit 94da15007a5d3a4e746cc751f1cf5956bfc48c5e.
      
      Removes one blank line
      
      Revert "Removes one blank line"
      
      This reverts commit a8e5e236ea74822df8c88c7e785553c38ddf9c0b.
      
      Preemptive empty lines removal
      
      If first two lines of a file are empty, or have spaces and tabs only then remove the lines.
      
      Revert "Preemptive empty lines removal"
      
      This reverts commit da38bf5df03a1f5e34608ae035ddeffa729d9a78.
      
      Add empty line
      
      For stylistic reasons, an empty line is added after doxygen header.
      
      Revert "Add empty line"
      
      This reverts commit 30491934c3213e152f4b266cd34a3d65478259bc.
      
      Puts space between includes.
      
      Revert "Puts space between includes."
      
      This reverts commit 468b70240d43541f51a64f7e00a11fabec09abe5.
      
      Add multiple authors tag
      
      Lists authors in order of their contribution
      
      Revert "Add multiple authors tag"
      
      This reverts commit f5d3e7486220d6adb1703b2a13e2246a221777ad.
      
      Removes empty line on one file for clang format compliance.
      
      Revert "Removes empty line on one file for clang format compliance."
      
      This reverts commit fbac8bade3cefdc9b2c5b7c9be58ff2142a42976.
      
      Small changes as per requested.
      
      Add small (o) to original commiters username.
      
      Adds running 10 percent instead of line count treshold for contributors.
      
      Revert "Small changes as per requested."
      
      This reverts commit 84af7b5ff4e28a03d180549b2fc999d325e3d269.
      
      Long form of names
      
      Word originator beside original committer of file.
      
      Revert "Long form of names"
      
      This reverts commit 759426e2b683c134bc6a3de0227c7e92918bbf6d.
      
      Add space between comma seperated double affilliation institutes
      f983bc0a
  7. May 27, 2021
  8. Apr 01, 2021
  9. Mar 24, 2021
    • Administrator's avatar
      Fix usage of OpenMP on macosx · bb84a71d
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      On macosx one needs a openmp installation which does not come with the system,
      at least the omp.h header file is missing. brew has a package libomp which
      installs the header and a library. Both are found by the cmake module
      FindOpenMP and properly used during the compilation and linking.
      In themoment there is still a runtime error when executing the L1 tracking
      with OpenMP support on macosx, so switch off OpenMP for the time being.
      The problem is investigated already. refs #2028.
      
      Cleanup OpenMP handling in the build system. Move check for OpenMP to top
      level. Remove OpenMP usage from all libs were it is not needed.
      bb84a71d
  10. Sep 29, 2020
  11. Jul 10, 2020
  12. Jun 03, 2020
Loading