root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Explain what you would like to see improved and how. We can copy all the tutorials and header files at once. We do not need to do these operations...
# This Pull Request: Updates the implementation of Binary and Unary Operators to parse input tensors with parametric shapes, such as `{batch_size1, dim1}`. The method to initialize the output tensor...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Most of the links in the source code starting with http://root.cern.ch/root/html/ point to a no longer existing URL...
# This Pull request: A first attempt at picking a good set of defaults for clang-tidy, together with the first 100 or so fixes in the RNTuple code base. It...
- [x] Checked for duplicates ### Describe the bug ROOT overrides CMake's `find_package` in `cmake/modules/SearchInstalledSoftware.cmake`, which is not uncommon, but relies on undocumented behavior of CMake. See e.g.: https://crascit.com/2018/09/14/do-not-redefine-cmake-commands/ This...
### Describe the bug On Linux, ROOT reports most of the RAM is full, even if it is free. Probably because it reports: `used = total - free` instead of...
Rebase of #8124
https://github.com/root-project/root/pull/16258 proposes to disable many `DynamicLibraryManager` tests on macOS that never worked on that platform since their introduction (they pass fine on Linux). The tests should be debugged, fixed, and...
Re-enable the `SmallClusters` test.
The existing findType function requires the type name to be passed as a string. This new overload allows the type to be passed as a template argument which has the...