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

### Check duplicate issues. - [X] Checked for duplicates ### Description The [EDM4hep](https://github.com/key4hep/EDM4hep) default data model definition includes multiple fields defined as fixed-length single-dimensional `std::array` of `float`, e.g. `std::array covMatrix`...

bug

- [x] tested changes locally - [x] updated the docs (if necessary)

in:RNTuple

To enable setting default draw option before drawing a graph like TH1::SetOption Fixes https://github.com/root-project/root/issues/14539 # This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally...

Fix `mt201_parallelHistoFill.C` failing with the following error: ``` 779: Processing C:/root-dev/git/master/tutorials/multicore/mt201_parallelHistoFill.C... 779: [runStaticInitializersOnce]: Failed to materialize symbols: { (main, { ?_Swap@?$_Ptr_base@VTH1F@@@std@@IEAAXAEAV12@@Z, [...] 779: [runStaticInitializersOnce]: Failed to materialize symbols: { (main,...

### Check duplicate issues. - [X] Checked for duplicates ### Description Using ROOT 6.30/04 built by EP-SFT stacks for `aarch64-el9-gcc13-dbg` on `lxplus-arm.cern.ch` the application is aborted because of a failed...

bug

Declarations without the auto keyword are not part of standard C++. Even though it is a nice feature to have, it requires a patch on top of clang and is...

Allows to specify extension of temporary-created file. Used in webgui to create temporary html files to start web widgets

affects:master
in:Core Libraries
in:WebGui

### Check duplicate issues. - [X] Checked for duplicates ### Description root [0] size_t al(size_t p, size_t alignment) { return ((p + (alignment - 1)) & ~(alignment - 1)); }...

bug
in:Cling

Follows the changes introduced in https://reviews.llvm.org/D136030 to be more compatible with std::string and std::string_view. # This Pull request: ## Changes or fixes: ## Checklist: - [x] tested changes locally -...

Short cut to call Modified() and Update() in a single call. On Mac with Cocoa, it performs an additional ProcessEvents().

affects:master
in:Graphics