- Dec 14, 2016
-
-
Vassil Vassilev authored
Our two build systems can generate almost entirely a modulemap file laying out one module per library. Due to some non-modular implementation in ROOT's core we still need to treat some header files specially. This patch appends modular header files to the modulemap while skipping the predefined ones. Configure-make relates all headers that are installed in $ROOTSYS/include to their library whereas relates only headers which are part of library's dictionary.
-
- Nov 18, 2016
-
-
Lorenzo Moneta authored
Fix problem switching interval in MCMCIntterval
-
- Oct 04, 2016
-
-
Pere Mato Vila authored
-
- Sep 29, 2016
-
-
Axel Naumann authored
-
- Sep 27, 2016
-
-
Pere Mato Vila authored
-
Simon Pfreundschuh authored
-
- Sep 14, 2016
-
-
Pere Mato Vila authored
Avoid misusing the existence of ROOTSYS to decide the type of installation. Make use of 'root-config'.
-
- Aug 30, 2016
-
-
Manuel Tobias Schiller authored
Extend the code to carve smaller logical pages from large physical pages on machines that have large physical page sizes.
-
- Aug 10, 2016
-
-
Danilo Piparo authored
-
- Aug 07, 2016
-
-
Manuel Tobias Schiller authored
-
- Aug 05, 2016
-
-
Manuel Tobias Schiller authored
Since this class has been used for quite some time now without major trouble, it doesn't seem imprudent to hide the status messages about the mmapping strategy by default. Since I have had requests to that end, this is what I do with this commit. BidirMMapPipe gets two static methods which allow toggling the message back on if the user so wishes.
-
- Aug 01, 2016
-
-
Manuel Tobias Schiller authored
This patch introduces a cache for index codes into RooMappedCategory. The previous implementation had to do a regex match on the different category labels, leading to slow evaluation. We now keep a cache indexed by the input category's index code, leading to a significant speedup. The persistent data format of the class remains unchanged, therefore the class version number was not changed. Backports to the various ROOT 6 and ROOT 5 bugfix branches may be in order.
-
Manuel Tobias Schiller authored
In the RooDataSet constructor, the wrong TTree pointer was picked up when the code is supposed to read from an external ROOT file, causing a crash. This code fixes the null pointer deference by picking up the right TTree pointer. Backports to the ROOT 6 and ROOT 5 bugfix branches may be in order.
-
Paul Seyfert authored
-
Paul Seyfert authored
-
- Jul 14, 2016
-
-
Olivier Couet authored
- spell check.
-
- Jun 27, 2016
-
-
Mattias Ellert authored
-
- Jun 23, 2016
-
-
Olivier Couet authored
- Spell check
-
- Jun 22, 2016
-
-
Olivier Couet authored
-
Olivier Couet authored
- Remove trailing white spaces and TABs - Spell check - Move some methods' headers at the right place.
-
Olivier Couet authored
- Remove trailing white spaces and TABs - Spell check - Move some methods' headers at the right place.
-
Olivier Couet authored
- Remove trailing white spaces and TABs - Spell check
-
Olivier Couet authored
- Remove trailing white spaces and TABs - Spell check
-
- Jun 17, 2016
-
-
Axel Naumann authored
-
- May 11, 2016
-
-
Vassil Vassilev authored
Clang implicitly builds modules upon seeing header files present in the module map. Having cmath before alters the contents of the TU (by defining macros which affect building the modules).
-
- Apr 29, 2016
-
-
Philippe Canal authored
With traceEval return a const char*, it was return the content of a temporary object, and in this case deleted memory
-
Philippe Canal authored
-
- Apr 25, 2016
-
-
Philippe Canal authored
-
- Apr 07, 2016
-
-
Vassil Vassilev authored
A lot of bugs were fixed since then. Now we want to find as many bugs in clang as possible.
-
- Mar 15, 2016
-
-
Lorenzo Moneta authored
Return the correct ordered matrix in RooFitResult::reducedCovarianceMatrix also when the size is the same.
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
add a check for the size of the expected p values in HypoTestInverterResult::ExclusionCleanup(). This fixes ROOT-8049.
-
Lorenzo Moneta authored
Fix memory leaks when reading RooFitResult and HypoTestInverterResult from disk. Patch from Geert-Jan Besjes & Ingrid Deigaard. Fix for ROOT-7986.
-
- Mar 13, 2016
-
-
Paul Seyfert authored
-
- Feb 24, 2016
-
-
Olivier Couet authored
- Remove white spaces - Remove TABS - Spell check
-
- Feb 15, 2016
-
-
Lorenzo Moneta authored
-
- Feb 04, 2016
-
-
Lorenzo Moneta authored
-
- Feb 01, 2016
-
-
Lorenzo Moneta authored
-
- Jan 27, 2016
-
-
Lorenzo Moneta authored
-
- Jan 26, 2016
-
-
Lorenzo Moneta authored
-