root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# 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;...
Addressed the valid-typename case of https://github.com/root-project/root/issues/9029
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...
Before, cling used the first specialization, which is often incorrect. Instead pass the "current" specialization as context down to the relevant functions.
By Radosław Kycia, Piotr Lebiedowicz, Antoni Szczurek!
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...
Axis-type agnostic base; Fill happens through derived. Gets rid of RHistImpl (soon). Still needs some work, esp with C++14... [skip-CI]