https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
8eaaad6 Update ROOT version files to v6.15/02. 14 November 2018, 06:54:11 UTC
7e8d27e [DF] Remove useless test of RSlotStack 13 November 2018, 11:01:50 UTC
d1cda8b [TTreeProcessorMT] Remove protections to cope with task interleaving 13 November 2018, 11:01:50 UTC
26421c3 [DF] Remove measures to cope with task interleaving in RSLotStack 13 November 2018, 11:01:50 UTC
c716de0 [Exp PyROOT] Explain the scope of the C++ pythonization helpers 09 November 2018, 20:44:53 UTC
44a876a [Exp PyROOT] Document the use of the pythonizor helpers, invoked from Python 09 November 2018, 20:44:53 UTC
1f44b3d Postpone deprecation until all changes for compr.alg will be in 09 November 2018, 17:24:56 UTC
a1f9899 Enabling deprecation mechanism on Windows 09 November 2018, 17:24:56 UTC
b3a33ac Remove deprecation mechanism in favour of existing R__DEPRECATED_* 09 November 2018, 17:24:56 UTC
9cf39f3 [BuildSystem] Require TBB 2018 if not built-in 09 November 2018, 16:53:25 UTC
4f355e5 [BuildSystem] Exclude TTreeProcessorMT selection in noimt builds 09 November 2018, 16:52:25 UTC
23c1601 [DF] Improve default histogram and graph name, title and axes'labels 09 November 2018, 16:50:29 UTC
2d9112c [DF] Set axes titles of histos and graphs obtained w/o models and test the feature. 09 November 2018, 16:50:29 UTC
481bd84 [DOCS] Update RDF release notes - remove note on TIterationHelper renaming (it's internal) - small clarification about support of `rdfentry_`, `rdfslot_` - add mention that parallel execution is now saner 09 November 2018, 15:38:09 UTC
7443f66 jsroot: several fixes from dev Provide methods to check if sending via websocket is possible Fix - correctly handle negative parameter values in TF1/TF2 Fix - clear range flag when drawings are cleared Fix - do not forget reset pads cache when changing TWebCanvas 09 November 2018, 15:32:50 UTC
f15c898 Use the mathcore macro defined in Math/Error.h for error messages. This fixes a compilation problem observed on mac 10.14 09 November 2018, 15:32:25 UTC
4d3e70e [ROOT-9665] Fix processing of dependencies between arguments in RooCmdArg. 09 November 2018, 15:30:13 UTC
906aa43 Fix range check for RooArgSet arenas. Also increase arena size to speed up heavy allocations of RooArgSets. 09 November 2018, 14:16:49 UTC
322b07f [IMT] Fix warning during dictionary generation in no-imt builds 09 November 2018, 09:25:19 UTC
2ccfa3c [BuildSystem] Fetch xrootd tarball from lcg web site rather than xrootd's 09 November 2018, 09:04:18 UTC
e311c00 [DOC] Update release notes for RDF+TTreeProcessorMT 08 November 2018, 18:48:28 UTC
a6df665 [DF] Fix compiler warning on slc6/gcc48 08 November 2018, 18:46:11 UTC
b505a61 [DF] Remove usage of stacks which made several components re-entrant this commits removes a substantial amount of code which made the execution of core operations reentrant. Reentrancy is not a requirement any more since the work spawned via TThreadExecutors is isolated, which means that a task that submits subtasks, e.g. via a parallel_for, and is idle waiting those subtasks to finish cannot pull in a work item which was spawned by any of its parents. Concretely, it means that while processing a cluster of entries in a slot, it cannot happen that the processing is interrupted to start processing a new cluster. 08 November 2018, 18:46:11 UTC
3a24636 [IMT] Improve TThreadExecutor code and document better the work isolation providing a data frame and a HEP framework example. 08 November 2018, 18:46:11 UTC
56fc5d4 [DF][NFC] Improve documentation of RDF parallelization 08 November 2018, 18:46:11 UTC
d306364 [DF][NFC] Comment dataframe/test/CMakeLists.txt 08 November 2018, 18:46:11 UTC
dcfc760 [DF] Add test for Define+nested parallelism 08 November 2018, 18:46:11 UTC
cc0b8b1 [IMT] Isolate work steered by ThreadedExecutor in a task arena We enclose the parallel_for and parallel_reduce invocation in a task_arena::isolate because we want to prevent work stealing. 08 November 2018, 18:46:11 UTC
edf59c2 [IMT] Refactor implementations of TThreadExecutor::ParallelReduce methods re-expressing those in terms of a single internal template helper, therewith avoiding duplication of code. 08 November 2018, 18:46:11 UTC
798a721 Add comment 08 November 2018, 17:15:22 UTC
31efd47 Work around to silent a compiler error on Windows This work-around silents the error C2668: 'ROOT::TThreadExecutor::Map': ambiguous call to overloaded function, due to a MS compiler bug (as reported here: https://developercommunity.visualstudio.com/content/problem/225022/wrong-error-c2668-ambiguous-call-to-overloaded-fun.html) 08 November 2018, 17:15:22 UTC
dff2053 webgui6: fix win compiler warning 08 November 2018, 09:22:08 UTC
ca98db8 jsroot: dev 7/11/2018 - fix LZ4 error for large buffers - add support of TProfile2Poly - repair online context menu for TAxis - consistent handling of tooltips on canvas level 08 November 2018, 09:22:08 UTC
37a1632 jsroot: dev version 6/11/2018 Support gStyle and multiple palette transport from TWebCanvas Better handle gStyle attributes for title drawing 08 November 2018, 09:22:08 UTC
5ada729 webgui6: buffix in logic when palette delivered to clients 08 November 2018, 09:22:08 UTC
bd9f515 webgui6: let configure when color palette delivered to the clients 08 November 2018, 09:22:08 UTC
a57f358 webgui6: let optionally transfer gStyle object to TWebCanvas clients 08 November 2018, 09:22:08 UTC
cfe2abe webgui6: add TGraph2DErrors to list of supported classes 08 November 2018, 09:22:08 UTC
f5978ac webgui6: add TPolyLine3D to list of supported classes 08 November 2018, 09:22:08 UTC
d3670b9 Updating size of the file for stress test We need changes because of a new format for compression settings. 08 November 2018, 07:33:01 UTC
5d778aa Fix compiler warnings in mempool for RooSets. 08 November 2018, 07:30:46 UTC
9057145 [RooFit] Fix race condition when running tutorial tests. The python and c++ versions of the roofit tutorials compile the same file, which sometimes breaks one of the two when they run in parallel. 07 November 2018, 20:34:33 UTC
d7a7295 Fix RooArgSets for windows. 07 November 2018, 20:33:29 UTC
97c5759 eve7: small fix in error check on client side 07 November 2018, 16:36:02 UTC
9b07c5d eve7: fix compiler warning Strange that assert does not count 07 November 2018, 16:36:02 UTC
ad00306 [CMake] Provide mac 10.14 isysroot to GSL. 07 November 2018, 16:22:05 UTC
77db22a [TMVA] Cv -- ensure coherent spelling of predefs for analysisType option 07 November 2018, 13:28:05 UTC
7743cc7 [TMVA] CV Stratified -- Fix whitespace issues 07 November 2018, 13:28:05 UTC
b3c2ae9 [TMVA] CV Stratified -- Add info about split type to tutorial 07 November 2018, 13:28:05 UTC
b6b8aff [TMVA] CV Stratified -- Add test for stratified splitting 07 November 2018, 13:28:05 UTC
7522366 [TMVA] CV Stratified split -- Add split type awareness to tests 07 November 2018, 13:28:05 UTC
3cace65 Error Generated if Split Expr is used without Deterministic Split 07 November 2018, 13:28:05 UTC
e3623aa Code updated to include split type option 07 November 2018, 13:28:05 UTC
00f2770 Code Corrections 07 November 2018, 13:28:05 UTC
3439084 Stratifed Splitting Added 07 November 2018, 13:28:05 UTC
07067c3 Basic Workflow Modified 07 November 2018, 13:28:05 UTC
30c53bd Function Def for Stratified Split 07 November 2018, 13:28:05 UTC
c1a23de [TTreeReader][ROOT-9757] Return the correct branch - When a leaf name contains the name of its parent branch on it and a branch with the desired name has already been found, the priority given by SearchBranchWithCompositeName should not be considered. 07 November 2018, 13:06:12 UTC
24333c9 Make pointers in memory pool truly unique. No recycling of arenas. 07 November 2018, 13:04:53 UTC
5d5e3f3 Replace RooArgSet and RooDataSet mempools with single templated mempool. This fixes ROOT-9571 and other crashes when plot reaches the end of main. 07 November 2018, 13:04:53 UTC
69890dc Try GetListOfRealData() instead of GetListOfDataMembers() 07 November 2018, 13:04:13 UTC
0ab1922 Fix an error when generating the Unuran dictionary on Windows This fixes the following (potentially erroneous) error: Error in <CloseStreamerInfoROOTFile>: Unique pointer unique_ptr<TUnuranBaseDist,default_delete<TUnuranBaseDist > > has zero data members. 07 November 2018, 13:04:13 UTC
786b3b8 [Exp PyROOT] Test char array branches are properly read as Python str 07 November 2018, 13:03:09 UTC
13cb799 [DF] Optimise runtime of RSlotStack by removing useless duplicated map lookup 07 November 2018, 12:49:44 UTC
c9c0065 [VecOps][NFC] Improve Where example usage code 07 November 2018, 12:48:41 UTC
917d680 [VecOps][NFC] Add for every helper an example code snippet ready to be pasted to the ROOT prompt as well as the expected result. 07 November 2018, 12:48:41 UTC
261f471 [VecOps][ROOT-9771] Allow Any and All to work also with RVec<bool> 07 November 2018, 12:48:41 UTC
cea888d [VecOps][NFC] Hide some implementation details from doxygen. 07 November 2018, 12:48:41 UTC
b6b8fe1 [DF][NFC] Improve Take doc, including example usage snippet following https://root-forum.cern.ch/t/rvec-argsort-issues/31442/5 07 November 2018, 12:48:10 UTC
cd2c4b2 Fix __attribute__ for Windows 06 November 2018, 18:40:41 UTC
e9c4b2e Moving ROOT to use generic compression algorithm/level/settings 06 November 2018, 18:40:41 UTC
aaaadc7 Collapse if statements 06 November 2018, 18:35:26 UTC
7aa6271 Fix ROOT-9762 (TBranchElement offset calculation) When a rule is associated to the top level node of split collection, we must not add the branch offset, since the rule is about the content of the collection 06 November 2018, 18:35:26 UTC
c921374 Fix offset calculation (error in db24ec75844). This addresses part of ROOT-9762 06 November 2018, 18:35:26 UTC
82fad76 In TBranchElement::Print use the correct StreamerInfo in case of schema evolution 06 November 2018, 18:35:26 UTC
77ff023 Properly record kMissing in branch's action sequence. I.e. insure we do not add or substract from the special offset value kMissing (which result in 'valid' offset in the 10,000 range leading to memory over-write or out-of-bounds reads) 06 November 2018, 18:35:26 UTC
b3f9187 Disable test due to known issue in runtime_cxxmodules. 06 November 2018, 10:48:35 UTC
a73517f Add an interface returning the code of the generated gradient as string. 06 November 2018, 10:48:35 UTC
efd1690 [clad] Initial support of gradient calculation in TFormula using clad. TFormula generates a function on the fly along with a trampoline function which ensures uniform calling of it. Once compiled, the function can be called on different data and multiple times. We extend this concept by computing the gradient of the nominated function. The gradient generation is done by clad and TFormula wraps it in a similar easy-to-call trampoline function. Patch by Aleksandr Efremov and me! 06 November 2018, 10:48:35 UTC
f569218 Do not re-register plugin pragmas. The clang::Preprocessor::RegisterBuiltinPragmas already registered them This patch avoids an assertion when re-adding the same pragma twice. 06 November 2018, 10:48:35 UTC
553ad11 [clad] Bump clad version to v0.4. The new release includes some improvements in both Forward and Reverse mode: * Support `x += y`, `x -= y`, `x *= y`, `x /= y`, `x++`, `x--`, `++x`, `--x` in forward mode. * Reduce emission of unused expressions * Add a special `#pragma clad ON/OFF/DEFAULT` to annotate regions which contain derivatives * Various small optimizations See more at: https://github.com/vgvassilev/clad/blob/v0.4/docs/ReleaseNotes.md 06 November 2018, 10:48:35 UTC
7155f02 jsroot: dev 5/11/2018, several fixes for TWebCanvas Now most macros from tutorials/graphics properly works with web output 05 November 2018, 20:29:18 UTC
131bf69 webgui6: add TPolyMarker as supported class 05 November 2018, 20:29:18 UTC
22f8662 webgui6: create specialized TView only if it does not exists 05 November 2018, 20:29:18 UTC
50cb98f webgui6: create canvas specials (colors and palette) after painting During object painting extra colors may be created 05 November 2018, 20:29:18 UTC
df54403 webgui6: usage of canvas painter is optional with TWebCanvas While canvas run in batch mode, only gVirtualPS should be used 05 November 2018, 20:29:18 UTC
3ba9f6e webgui6: set window geometry before showing TWebCanvas 05 November 2018, 20:29:18 UTC
cdbd3ea Update release notes 05 November 2018, 20:29:18 UTC
c880784 [TMVA] CV Avg ROC -- Add avg roc draw to tutorial 05 November 2018, 09:42:57 UTC
cf7b085 [TMVA] CV Avg ROC -- allow custom title 05 November 2018, 09:42:57 UTC
f535e52 [TMVA] CV AvgROC -- Refactor Draw/Get Refactor Draw/Get to Get only generating the Avg. curve, not dealing with returning any fold graphs. That functionality is moved to Draw. Also _should_ ensure memory is not leaked through Draw. 05 November 2018, 09:42:57 UTC
cc0c40e [TMVA] AvgROC -- Refactor GetAvgRocCurve 05 November 2018, 09:42:57 UTC
a295cdb DrawAvgROCCurve Function 05 November 2018, 09:42:57 UTC
0258bce GetAvgROCCurve Function 05 November 2018, 09:42:57 UTC
cf50a05 AvgROCCurve Function Declaration 05 November 2018, 09:42:57 UTC
7e94b43 Fix compiler warning by removing unused variable 03 November 2018, 13:15:26 UTC
340e0b8 Release Notes: VecOps helpers 03 November 2018, 12:50:35 UTC
1604c73 TH::Divide create Sumw2 if binomial errors are requested request wouldn't make sense otherwise cf https://root-forum.cern.ch/t/th2-tefficiency-example/ 02 November 2018, 16:27:08 UTC
6d747d0 Add missing headers to Exp PyROOT files 02 November 2018, 16:19:23 UTC
71caf61 Reuse helper function for getting TClass of CPPInstance 02 November 2018, 16:19:23 UTC
back to top