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 Pull request: ## Changes or fixes: It is not checked in the existing code whether `getenv("ROOTSYS")` returns `NULL`. It does so if the environment variable is not defined;...

in:Core Libraries

Addressed the valid-typename case of https://github.com/root-project/root/issues/9029

bug
in:Core Libraries

They were picked up as side effects of classes, but not forward declared as and by themselves. This fixes namespaces and enums not being available / known at the ROOT...

in:Dictionaries

Before, cling used the first specialization, which is often incorrect. Instead pass the "current" specialization as context down to the relevant functions.

in:Cling
in:Core Libraries

By Radosław Kycia, Piotr Lebiedowicz, Antoni Szczurek!

in:Math Libraries

Thanks, Douglas Leonard!

in:Documentation

Changes are not yet functional. I did my best at finishing all I could, but there are still some errors I couldn't correct in time. Because of these errors, I...

in:Hist

Axis-type agnostic base; Fill happens through derived. Gets rid of RHistImpl (soon). Still needs some work, esp with C++14... [skip-CI]

in:Hist