root icon indicating copy to clipboard operation
root copied to clipboard

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

Results 924 root issues
Sort by recently updated
recently updated
newest added

This is a follow-up on 98ca55239, consistent with what is already done in the code for `png` and `jpeg`. This will fix the occasional build failures on macOS beta.

clean build

This is a follow-up on 98ca55239, consistent with what is already done in the code for `png` and `jpeg`. This will fix the occasional build failures on macOS beta. Backport...

pr:backport

REve release notes for v632

Partial fix of #8708. In a setup where ROOT was installed in a system directory, ROOT was picking up headers from that directory instead of its own. ## How to...

improvement
in:Build System
clean build

The officially supported way to build LLVM/Clang as a shared library is via the LLVM_BUILD_LLVM_DYLIB and LLVM_LINK_LLVM_DYLIB CMake options (see: https://llvm.org/docs/BuildingADistribution.html). When built this way, the whole of Clang API...

in:Cling

As seen in CMSSW at https://github.com/cms-sw/cmssw/issues/44997, there is possibility of infinite recursion in `TFile::Open`.

bug
in:I/O

### Check duplicate issues. - [X] Checked for duplicates ### Description After updating from gcc 13.2.1 to gcc 14.1.1 I get several compile errors starting with e.g. ``` While building...

bug

### Check duplicate issues. - [X] Checked for duplicates ### Description When having fields with mixed STL types sometimes you run into issues when trying to fill them. I've attached...

bug
in:RNTuple