- Mar 13, 2017
-
-
martinmine authored
-
Bertrand Bellenot authored
-
Sergey Linev authored
Signed-off-by:
Bertrand Bellenot <bertrand.bellenot@cern.ch>
-
Danilo Piparo authored
-
- Mar 12, 2017
-
-
Enrico Guiraud authored
-
Enrico Guiraud authored
- add Histo{2D,3D}, Profile{1D,2D} to docs - Extra actions -> Queries - temporary branch -> temporary column - Histo -> Histo1D
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Mar 11, 2017
-
-
Danilo Piparo authored
instead of pre-compiling the calling sequences for a few types, jit the adequate CreateAction call after reconstructing the name of the type from the TBranch or the volatile added column.
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Paul Seyfert authored
Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
Raphael Isemann authored
Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
- Mar 10, 2017
-
-
Olivier Couet authored
-
Olivier Couet authored
Spell check
-
Martin Ritter authored
The default `SIGPIPE` handler installed by `TUnixSystem` does not do anything except print a message and possibly causing an endless loop of `SIGPIPE` handling: ``` echo 'std::cout << "foo" << std::endl;' | root -l |& true python -c 'import ROOT; print "foo"' |& true ``` This fixes ROOT-4568 and ROOT-7659.
-
Raphael Isemann authored
This will fix the issue that cling will try to invoke "OFF " to find headers. Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
Enrico Guiraud authored
-
Enrico Guiraud authored
This commit removes the need of locking a weak pointer during the event loop, taking advantage of the fact that we are guaranteed by TDataFrame's logic that during the event loop TDataFrameImpl must remain in scope. TDataFrame{Branch,Filter,Action} now store a raw pointer to the TDFImpl object. TDataFrameInterface stores the weak_ptr<TDFImpl> in their stead. As it was before, TDataFrameInterface is responsible for checking that the TDataFrameImpl is still in scope before booking transformations and actions.
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
TDataFrameActionBase was the only TDataFrame.*Base object that did not manage fTmpBranches and fFirstData.
-
martinmine authored
-
martinmine authored
Enables the possibillity to ignore tests that are longer than one minute in order to reduce the overall build time.
-
- Mar 09, 2017
-
-
Pere Mato Vila authored
-
Vassil Vassilev authored
They are not used in our environment but trigger a warning which breaks roottest.
-
Vassil Vassilev authored
This avoids generating warnings which in turn cause roottest failures.
-
Olivier Couet authored
Make SetLimits available from the TAxis GUI context menu as requested here: https://sft.its.cern.ch/jira/browse/ROOT-8707
-
Vassil Vassilev authored
-
Mattias Ellert authored
-
Vassil Vassilev authored
-
Frederich Munch authored
-
Frederich Munch authored
-
- Mar 08, 2017
-
-
Frederich Munch authored
-
Pere Mato Vila authored
-