0
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1527 from pzhristov/master More... 25 days ago
Fix for R__unzip More... 25 days ago
v5-09-62 from master More... about 1 month ago
Merge pull request #1525 from ktf/fix-root-v6-36-00 More... 5 months ago
Add support for ROOT v6.36.00 More... 5 months ago
Comment out obsoleted tests (#1524) More... 6 months ago
Merge pull request #1523 from pzhristov/master More... 6 months ago
Preparation for Root v6-36-00 More... 6 months ago
Revert "Update AliDecayerPythia8.cxx (#1511)" (#1522) More... 8 months ago
Update AliDecayerPythia8.cxx (#1511) More... 8 months ago
Tune `find` commands that generate XML collections (#1465) More... 8 months ago
Fixes for Xcode 15.4 (#1521) More... 8 months ago
Merge pull request #1520 from davidrohr/master_pull_request More... 10 months ago
Sync GPU folder from O2 (commit e0825624103f968d23a4b9ef12a430c510c6138c) More... 10 months ago
v5-09-60 from master More... about 1 year ago
Merge pull request #1518 from davidrohr/master_pull_request2 More... over 1 year ago
Fix compiler warnings that go into -Werror More... over 1 year ago
Corrected tesets, adapted to GEANT4_VMC v6-5 (#1515) More... over 1 year ago
Merge pull request #1514 from aborquez/sexaquark-fix More... over 1 year ago
bug fixes: phi range now in correct units, and - momentum distributions for Fermi motion are now flat More... over 1 year ago
Merge pull request #1513 from mhemmer-cern/master More... over 1 year ago
revert CmakeList.txt change More... over 1 year ago
sprintf to snprintf - sprintf is deprecated and should be changed with snprintf. This is done for all of AliRoot with this PR - Notable things: - in `./ITS/ShowSPDRecPoints.C` there were cases where the lenth of the const char objects was too small for the messages that are streamed into them. I increased the length to ensure memory safety. - in `AD/ADrec/AliADQADataMakerRec.cxx` it was `if(mulADC!=0)FillRawsData(kChargeADC_PC,chargeTrigADA/mulADC)` which I changed to `if(mulADC!=0)FillRawsData(kChargeADC_PC,chargeTrigADC/mulADC);` since it seemed correct to divide ADC by ADC and not ADA by ADC More... over 1 year ago
Fixes for c++20 (#1512) More... almost 2 years ago
Merge pull request #1510 from ktf/cxx-20-fixes More... almost 2 years ago
Fix unneeded specialization More... almost 2 years ago
Merge pull request #1509 from alisw/fix-hlt More... almost 2 years ago
Attemp at fixing one more C++20 issue More... almost 2 years ago
Fix a different version of Pythia8 More... almost 2 years ago
Fix to find g4libs.C (#1507) More... almost 2 years ago