swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
ae1b435 From Pepe Le Pew: Try to find libpythia8 from LD_LIBRARY_PATH. 16 May 2016, 13:45:56 UTC
a96c1af Match malloc with free (rather than delete) 13 May 2016, 19:04:25 UTC
7ad996d Fix a compiler warning 13 May 2016, 17:19:54 UTC
0d1f2eb TMVA: added ROC plots in factory 13 May 2016, 16:06:42 UTC
886e282 update release notes 13 May 2016, 13:00:34 UTC
264ad49 #tilde position in case of cocoa backend was not correct (mentioned here https://root.cern.ch/phpBB3/viewtopic.php?f=3&p=94334&sid=2c75316c5ba043bfd9b5e4fa8fc08d39#p94334) 13 May 2016, 13:00:34 UTC
9ec592f Doxygen 13 May 2016, 13:00:34 UTC
ca4c3b6 Return optionally vector of ROC integrals in CrossValidate 13 May 2016, 12:31:45 UTC
8752e86 Change method name to CrossValidate 13 May 2016, 10:19:00 UTC
bfe31b3 Merge branch 'master' of https://github.com/ThomasStevensonQM/root Fixed Conflicts in tmva/tmva/src/Factory.cxx due to Helge's commit for tab removal. What this really needed ? 13 May 2016, 09:53:28 UTC
2871f59 Use varinfo labels to provide protection for derived vars 13 May 2016, 09:37:39 UTC
a9deb12 Add basic protection for derived variables 13 May 2016, 09:27:39 UTC
6989ba2 Doxygen 12 May 2016, 19:23:53 UTC
e5d86eb Doxygen 12 May 2016, 17:04:07 UTC
6dd9fae Exclude symbols ClassDef and ClassImp from the doc. 12 May 2016, 16:54:03 UTC
4734d50 Fix a compiler warning 12 May 2016, 15:29:21 UTC
c0717fe Improve evaluation performances of PyMVA and RMVA by getting the MVA values on a vector instead of a single event. This required adding a new method GetMVAValues in MethodBase. Rename method ReadStateFromFile in PyMVA and RMVA to ReadModelFromFile, since ReadStateFromFIle is a different non-virtual method of MethodBase 12 May 2016, 15:29:21 UTC
d1b119e Include handling of data split if training and testing sets haven't been assigned 12 May 2016, 14:43:01 UTC
26862e4 Fix ROOT-7258: MinIf and MaxIf TTreeFormula functions ignore last element. From: Will Buttinger 11 May 2016, 19:39:30 UTC
4c1568a math.h alters the TU by defining signbit macro. math.h defines signbit macro which later is undefined by cmath pulled in by complex. Our dictionaries are not using code from this header file and in general it is more harmful if we included it to "help" the end users. 11 May 2016, 16:00:25 UTC
e1db726 cmath and complex alter the contents of the TU when building implicitly modules. 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). 11 May 2016, 16:00:24 UTC
35c8ba6 Doxygen 11 May 2016, 15:47:03 UTC
5c79098 New doxygen group for graphics attributes 10 May 2016, 12:36:01 UTC
86a464f Header of the source file goes first. 09 May 2016, 20:26:12 UTC
8a3c791 Fix for ROOT-8159 - CTest doesn't test current build 09 May 2016, 17:09:11 UTC
0391367 xproofd: properly fix warnings from gcc6 09 May 2016, 15:43:38 UTC
8d7deef Explain unharmful behaviour of address validity cache. 09 May 2016, 14:14:51 UTC
fbb69ad Performance optimization changes (thanks to S, Wenzel, CERN): - Make TVirtualMC::GetMC() inlined and the getters accessing data members non-virtual. 09 May 2016, 10:45:39 UTC
bfeadd2 Formatting (NFC). 09 May 2016, 09:41:01 UTC
c76b1fc Replace the llvm::thread_local with and atomic push. The atommic operation does the increment and the mod to the number of cache lines to ensure we are not trying to access memory out of the cache. 09 May 2016, 07:27:27 UTC
d02cec9 Silence warning from gcc6 about comparing "this" to NULL include/XrdProofdTrace.h:106:10: warning: nonnull argument "this" compared to NULL [-Wnonnull-compare] 05 May 2016, 02:01:31 UTC
87d35e3 Clarify code flaggs by misleading alignment warning (and suppress the warning) 04 May 2016, 17:36:36 UTC
73b3ce4 Remove unused function (in unnamed namespace) 04 May 2016, 17:35:46 UTC
770330e Extent warning suppressions to gcc >= v5 04 May 2016, 17:25:21 UTC
58db6ee Add missing #include 04 May 2016, 17:01:24 UTC
85cc6de Properly propagate errors in OpenExcessFiles. Fix ROOT-8167. 04 May 2016, 16:14:40 UTC
062533f Avoid double semi-colons 04 May 2016, 16:09:05 UTC
57579c0 Fix URL 04 May 2016, 13:56:00 UTC
c6de144 Since tutorials pages are generated by doxygen there is no need to specify the full (wrong) URL to link to a tutorial. Doxygen will find it. 04 May 2016, 13:08:49 UTC
d25c05b New Doxygen group "Base" 04 May 2016, 12:08:41 UTC
ba57745 fix wrong URLs 04 May 2016, 12:08:41 UTC
ada49b9 core/cont/doc/index.md is a merging of core/cont/doc/index.txt and core/cont/src/index.md 04 May 2016, 12:08:41 UTC
b555be2 Rename index.txt in index.md 04 May 2016, 12:08:41 UTC
ab503f8 Turn off the graphs for groups. 04 May 2016, 12:08:41 UTC
2d2a7c4 Proof: fix for issue ROOT-8165 04 May 2016, 09:32:55 UTC
cf973e4 Proof: fine tuning + doxygen tags 04 May 2016, 09:32:54 UTC
4e2350b Move very old ChangeLog out of the visible way. 04 May 2016, 09:20:09 UTC
18c2641 Improve help for noIncludePaths option. 04 May 2016, 07:04:09 UTC
69d7e1c Properly skip missing base class even when it is an STL collection 03 May 2016, 17:53:35 UTC
5fe56a2 fix indent problem related to ClassDef by adding training semicolon 03 May 2016, 16:37:41 UTC
465b848 In the StreamerInfo portion of GetBaseClassOffsetRecurse, also support STL as base class 03 May 2016, 16:27:53 UTC
da33f0a Don't pretend setting gMinuit is thread safe (since the reading are not protected 03 May 2016, 14:36:55 UTC
d624d4c Add missing thread-safety protect for GetListOfSpecials 03 May 2016, 14:21:30 UTC
4bef86f The text generated by TSVG has now the xml:space="preserve" as suggested here: https://sft.its.cern.ch/jira/browse/ROOT-8161. 03 May 2016, 09:23:04 UTC
b7a1854 More comments 03 May 2016, 09:23:04 UTC
c2f364e kFATAL in TMVA now throws an exception rather than 'exiting' allowing people to catch it 03 May 2016, 07:50:14 UTC
d43128f remove tabs and reformat TMVA code 03 May 2016, 07:36:41 UTC
eadff25 Remove trailing white spaces 02 May 2016, 17:59:09 UTC
46a2183 Remove trailing white spaces 02 May 2016, 17:41:58 UTC
b9a77ee Tab characters are *not* allowed in source code 02 May 2016, 17:41:58 UTC
3112a57 Mark TTreeReaderValues uncopyable. 02 May 2016, 09:11:33 UTC
dba8eef Fix now missing newlines for prototype completions. 02 May 2016, 08:44:43 UTC
7b4ffb0 TCanvas title was not set correctly when a TCanvas was read from a TFile. reported: https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=21540&p=94053#p93981 02 May 2016, 08:02:46 UTC
f444e8c Add LocalEntries$ to TTreeFormula. ROOT-6661. From Jason Detwiler. 30 April 2016, 00:34:21 UTC
7844079 Remove unused variable 30 April 2016, 00:34:21 UTC
0c2282f Two more fixes of mimatch new/delete by ... creating on the stack 30 April 2016, 00:34:21 UTC
e995468 Remove unused variable 30 April 2016, 00:34:21 UTC
9c30f57 Likely fix for rootcling unhappiness / missing Transaction. 29 April 2016, 23:21:57 UTC
d5234f4 Extend suppression to still-held memory allocation found during a pyroot run 29 April 2016, 22:04:46 UTC
ab31268 Delete TypedefInfo after usage 29 April 2016, 22:04:46 UTC
7dee477 Remove wrong shortcut. A class without user declared constructor still might not have a default consructor. E.g. a class with a user provided move ctor. Or with a base or member with deleted default ctor. Just let clang do the right thing. 29 April 2016, 21:38:38 UTC
c5a2391 Simply ask Sema for the default ctor (ROOT-8138). 29 April 2016, 21:21:00 UTC
0ce8d8b Support non Ascii character in magic cells for example comments in French or German. 29 April 2016, 20:26:17 UTC
97fc044 Since evaluate returns a TString, traceEval must return a TString. With traceEval return a const char*, it was return the content of a temporary object, and in this case deleted memory 29 April 2016, 20:24:43 UTC
cd40fef Fix incorrect execution discovered by gcc6's misleading indentation warning 29 April 2016, 20:24:43 UTC
b0a619f Add __builtin_frame_address warning suppressions 29 April 2016, 20:24:43 UTC
7f0d0ba Extent warning suppressions to gcc >= v5 29 April 2016, 20:24:43 UTC
cc493c7 New tutorial: transparency.C 29 April 2016, 15:57:56 UTC
5483ced Implement transparent text for png files created in batch mode 29 April 2016, 08:40:20 UTC
03f001f Fix of ROOT-7821 for configure/make. 29 April 2016, 07:43:42 UTC
76b139e Remove empty leading line for tab comp (ROOT-8008). 29 April 2016, 07:43:42 UTC
e6f2b16 Do not claim cling is processing on unbalanced input (start of ROOT-5140). 29 April 2016, 07:43:42 UTC
e78c8e3 Update release notes 29 April 2016, 07:37:25 UTC
e26c04a Add an option to prevent expanding the parent directory tree in the ROOT Browser (for example on nfs) 29 April 2016, 07:23:37 UTC
e955d4f Suppress valgrind warning on ptr checking of uninit memory (ROOT-8144). It's an unfortunate side effect of POSIX only offering write(to, from, 1) to check the from pointer for validity. 29 April 2016, 06:54:38 UTC
bde7c82 Make sure that Rtypes.h is included is *all* cases of header generated by MakeProject 28 April 2016, 21:39:33 UTC
c361b84 On Unix we cannot shadow gl.h on a global level the same way as on OSX. On OSX we use the fact that the system module for OpenGL is built once and we if we shadow this particular build, every subsequent module dependent on gl.h will work as expected. On Unix there is no system module and we cannot control so precisely the environment yet. So we just go blind and don't complain if we are in -fmodules mode. This should improve the module builds on Unix. 28 April 2016, 20:59:11 UTC
6dbc7cd Update release notes 28 April 2016, 16:48:19 UTC
4ecefbc Remove some memory hoarding by cling's findFunction. Avoid creating a CXXScopeSpec (and a NestedNameSpecifierLoc) just to check whether we need to complete a decl. 28 April 2016, 15:36:20 UTC
2da9087 Revert replacing GL/glx.h with TGLIncludes.h. It triggers some implementation deficiencies, which need to be understood. 28 April 2016, 15:16:07 UTC
d57d8ab Fix mimatch new/delete by ... creating on the stack 28 April 2016, 14:54:43 UTC
1d2cb09 Fix fatal typo. 28 April 2016, 14:35:17 UTC
e284c12 typo 28 April 2016, 14:03:23 UTC
995f989 Transparent rectangles did not work when png files were created in batch mode. 28 April 2016, 14:03:23 UTC
6cb528c Speed-up TF1Convolution using FFT 28 April 2016, 13:55:25 UTC
fe0615c Add a bit in TGraph to indicate when points are sorted in X. Speed-up Graph::Eval using a binary search when points are sorted 28 April 2016, 13:55:24 UTC
806b187 Use TGLIncludes. Remove CINT legacy. 28 April 2016, 12:13:30 UTC
f0b1c1c Force -std=c++11 or higher if building C++. 28 April 2016, 12:11:22 UTC
4249798 Allow glew.c to access glew.h again. 28 April 2016, 10:37:14 UTC
d71abe2 Another try to appease the builds. 28 April 2016, 10:00:17 UTC
back to top