- Mar 11, 2017
-
-
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
-
Martin Ritter authored
-
Martin Ritter authored
when removing old paths make sure that $path:, :$path and $path are only matched at the beginning, at the end, or match the whole string.
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
Refactor Interpreter::loadFile to call into these methods.
-
Frederich Munch authored
-
Pere Mato Vila authored
-
Olivier Couet authored
-
Paul Seyfert authored
-
Pere Mato Vila authored
-
Axel Naumann authored
-
Olivier Couet authored
-
Mattias Ellert authored
-