root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
This reverts commit 66659309b055da2443b1faadd8e2da772cb4b755. Closes: https://its.cern.ch/jira/browse/ROOT-9763
The `libcppyy` is an implementation detail of `cppyy` that we should not include directly. This is done to anticipate more refactoring later.
# This Pull request: ## Changes or fixes: This solves a couple, but not all of them. Maybe related: https://github.com/root-project/root/issues/14682 There are still: ``` /opt/root_src/tree/treeplayer/src/TTreeFormula.cxx:2436:28: Value stored to 'foundAtSign' is...
Make sure the saved TGraph is a proper C++ variable. As suggested here: https://its.cern.ch/jira/browse/ROOT-8277 it works also for the classes inheriting from TGraph
Arguments for removing the splash screen: * It introduces a dependency of the `root` executable of graphics libraries, like X11 on Linux or Cocoa on macOS. * The Windows version...
Closes https://github.com/root-project/root/issues/14917. To backport to 6.32 for making the packagers happy with our new release.
### Check duplicate issues. - [ ] Checked for duplicates ### Description We have our own packaging of root via fpm which relocates our builds which happen in some folder...
### Explain what you would like to see improved and how. The function `TMetaUtils::GetCppName` returns a mangled version of the C++ symbol that can be used in C++ as a...
# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes https://github.com/root-project/root/issues/8367