- Mar 31, 2020
-
-
Philippe Canal authored
-
Bertrand Bellenot authored
-
Philippe Canal authored
This is a follow up of f5249760 and a fix for ROOT-10632
-
Oksana Shadura authored
Fix discrepancy with find_package_handle_standard_args and name of the calling package (CMake 3.17)
-
Sergey Linev authored
While gtk sources are in ROOT source directory, one needs to specify includes from ${CMAKE_SOURCE_DIR}. This is not good, while dictionaty intend to be build only from ${CMAKE_BUILD_DIR}/include.
-
- Mar 30, 2020
-
-
Sergey Linev authored
Was required in previous usage, now they are fully internal
-
Sergey Linev authored
One need virtual method in TVirtualIndex to verify if it can be applied to TTree. Otherwise one has to link Tree lib again TreePlayer and Hist to access TTreeFormula methods, making circular dependency
-
Stephan Hageboeck authored
[ROOT-10647] The "section" argument of the function was ignored.
-
Pratyush Das authored
-
Vassil Vassilev authored
This patch also instruct the build system to not copy {libc,std}.modulemap in OSX because the standard libraries are already modularized. Fixes a regression introduced by root-project/root@603a1c3e96
-
alja authored
-
alja authored
-
alja authored
-
- Mar 29, 2020
-
-
Stephan Hageboeck authored
On linux, the compiler flags are cache variables, i.e. they can be overridden by the user. On Mac, that wasn't the case.
-
Vassil Vassilev authored
rootcling writes dependency information which is never read/used when loading the rdict file.
-
- Mar 28, 2020
-
-
Sergey Linev authored
Otherwise one has to set dependency from ProofPlayer lib
-
- Mar 27, 2020
-
-
Sergey Linev authored
-
Vassil Vassilev authored
-
Sergey Linev authored
Let use this enum in win32gdk to avoid direct dependency from Gui library there
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
It is a proper place for virtual class
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Includes are from libs, which are not in Hist library dependency list
-
Sergey Linev authored
They were not really used, but were introducing wrong dependency
-
Sergey Linev authored
-
Sergey Linev authored
This makes possible to use them via TVirtualTreePlayer and one do not explicitly depend in TreePlayer library when building gui classes
-
Enrico Guiraud authored
- captureStdErr cannot be called without a corresponding GetCapturedStdErr. avoid useless capturedStdErr call - avoid producing a TTree with the kEntriesShuffled bit set in friend test
-
Enrico Guiraud authored
...and add a test. This fixes ROOT-9556.
-
Enrico Guiraud authored
The TTree::kEntriesReshuffled bit signals that a TTree is the output of the processing of another TTree, and its entries are reshuffled w.r.t. to the original TTree. A TTree with this bit set should not add friends nor should be added as a friend, because it is very likely that the original event-by-event correspondence has been broken. Users can manually unset the bit to force the original behavior.
-
Enrico Guiraud authored
Previously, desping a warning message stating that the TFriendElement "could not be added", TTree was adding the friend anyway, even if the actual friend TTree object was not found in the file. This could lead to missing data or stale data being read.
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-