0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1527 from pzhristov/master More... 4 months ago
Fix for R__unzip More... 4 months ago
v5-09-62 from master More... 5 months ago
Merge pull request #1525 from ktf/fix-root-v6-36-00 More... 8 months ago
Add support for ROOT v6.36.00 More... 8 months ago
Comment out obsoleted tests (#1524) More... 9 months ago
Merge pull request #1523 from pzhristov/master More... 9 months ago
Preparation for Root v6-36-00 More... 9 months ago
Revert "Update AliDecayerPythia8.cxx (#1511)" (#1522) More... 11 months ago
Update AliDecayerPythia8.cxx (#1511) More... 11 months ago
Tune `find` commands that generate XML collections (#1465) More... 11 months ago
Fixes for Xcode 15.4 (#1521) More... 11 months ago
Merge pull request #1520 from davidrohr/master_pull_request More... about 1 year ago
Sync GPU folder from O2 (commit e0825624103f968d23a4b9ef12a430c510c6138c) More... about 1 year ago
v5-09-60 from master More... over 1 year ago
Merge pull request #1518 from davidrohr/master_pull_request2 More... almost 2 years ago
Fix compiler warnings that go into -Werror More... almost 2 years ago
Corrected tesets, adapted to GEANT4_VMC v6-5 (#1515) More... almost 2 years ago
Merge pull request #1514 from aborquez/sexaquark-fix More... almost 2 years ago
bug fixes: phi range now in correct units, and - momentum distributions for Fermi motion are now flat More... almost 2 years ago
Merge pull request #1513 from mhemmer-cern/master More... almost 2 years ago
revert CmakeList.txt change More... almost 2 years 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... almost 2 years ago
Fixes for c++20 (#1512) More... about 2 years ago
Merge pull request #1510 from ktf/cxx-20-fixes More... about 2 years ago
Fix unneeded specialization More... about 2 years ago
Merge pull request #1509 from alisw/fix-hlt More... about 2 years ago
Attemp at fixing one more C++20 issue More... about 2 years ago
Fix a different version of Pythia8 More... about 2 years ago
Fix to find g4libs.C (#1507) More... about 2 years ago