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

sort by:
Revision Author Date Message Commit Date
270ab69 Update ROOT version files to v5.34/34. 02 October 2015, 14:27:51 UTC
a890184 Align RPATH treatment to master. It should fix the problem with PyROOT reported at https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=20392 02 October 2015, 14:05:22 UTC
7045df5 Fix next build when OpenSSL is not found (OS X 10.11) 02 October 2015, 13:17:22 UTC
ebb9ee9 provide latest JSROOT version 3.8 Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 October 2015, 09:08:42 UTC
7a111b6 Revert "When the first canvas created by ROOT was in batch mode, it was not possible to" This reverts commit 859439690cb5ced590ca72a94da24ba4c505dcde. 02 October 2015, 09:06:52 UTC
8594396 When the first canvas created by ROOT was in batch mode, it was not possible to come back in interactive mode for the next canvases. This problem was reported here: https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=20354 01 October 2015, 13:14:40 UTC
132791c Fix ROOT-6885 21 September 2015, 19:39:57 UTC
0ba90de RooPolyVar, RooPolynomial: add missing header, and move back to R__ASSERT (which does not get optimised away with -DNDEBUG) 18 September 2015, 14:16:18 UTC
5ccacee RooAbsCollection: silence compiler warning by limiting object lifetime 18 September 2015, 14:16:16 UTC
ff84d39 RooPolynomia, lRooPolyVar: fix conflict resolution in previous patch 18 September 2015, 13:12:17 UTC
1a04701 test/stressRooStats.cxx: remove deprecated call to disable CERF caching (no longer applicable) 18 September 2015, 10:47:40 UTC
b55a360 RooProdPdf, RooProdGenContext: make makeRGPPName return string instead of pointer to static data 18 September 2015, 10:46:06 UTC
3a6f7b6 RooProduct: remove TIterator in favour of RooFIter 18 September 2015, 10:44:39 UTC
bfd212e RooProdPdf: TIterator -> RooFIter migration 18 September 2015, 10:43:15 UTC
3916101 RooListProxy: replace TIterator by RooFIter 18 September 2015, 10:41:34 UTC
5bcb782 RooObjWrap: avoid putting null pointers into a RooLinkedList 18 September 2015, 10:40:53 UTC
2ce2401 RooProdPdf: fix headers 18 September 2015, 10:40:50 UTC
1a6faea RooConvGenContext: fix headers 18 September 2015, 10:40:48 UTC
25ac9d2 RooClassFactory: fix headers 18 September 2015, 10:40:45 UTC
4ecd80d RooPolyVar, RooPolynomial: improve implementation 18 September 2015, 10:39:45 UTC
5baad57 RooArg{List,Set}: cleanup code, unneeded headers 18 September 2015, 10:35:14 UTC
8f85767 avoid operating on invalid iterators 18 September 2015, 10:33:46 UTC
c4da6b3 RooAbsCollection: don't work with potentially invalid iterators, improve code 18 September 2015, 10:32:39 UTC
734e4f8 patch to RooBCPGenDecay by Paul Seyfert: fix titles of variables, remove superfluous include directives 11 September 2015, 13:28:20 UTC
d9adf4c RooAbsReal: dump "delayed" errors (when the eval error list grows too large) to debug stream to avoid increasing the error counter in the message service 06 September 2015, 06:32:36 UTC
ec0c5c3 Revert "RooFit unit tests/tutorials: avoid pathological behaviour" This reverts commit 7e1b21c7814d9accfc05e21640ae62acba7c1eb4. The proposed fix to the unit tests is the wrong thing to do; a proper fix is needed for the delayed (and supressed) error messages in RooAbsReal. 06 September 2015, 06:32:33 UTC
642e71f RooAbsGenContext, RooConvGenContext, RooAbsPdf, RooConvGenContext, RooResolutionModel: expose a few methods in the public interface, so user code can implement their own derived classes (analytically convolvable PDFs, resolution models and custom generators) without the need to a friend declaration (current user code is using a dirty trick with C preprocessor defines to inject suitable friend declarations into the RooFit headers; however, this is hardly a long-term maintainable option, so exposing the required methods seems to be the only clean option) 05 September 2015, 06:33:15 UTC
7e1b21c RooFit unit tests/tutorials: avoid pathological behaviour last patch to RooAbsReal exposes pathological behaviour in the unit tests (beta pdf at x = 0.0 can evaluate to zero probability, depending on value of parameters, the "delayed" error reporting to avoid evaluation error list overflow in RooAbsReal exposes this). The fix is to change the lower bound of the variable x from 0.0 to 1e-9. 05 September 2015, 06:33:15 UTC
2514eb5 RooAbsReal: fix plotting bug (invisible curves), avoid overflowing the evaluation error list patch on behalf of our LHCb P2VV friends (G. Raven et al.) 05 September 2015, 06:33:15 UTC
cd64796 reduce the amount of printout (only print for > 1 non-discrete dimensions) patch on behalf of our LHCb P2VV friends (G. Raven et al.) 05 September 2015, 06:33:15 UTC
43e00f4 RooAbsData: take cuts into account when calculating moments, rms etc. patch on behalf of our LHCb P2VV friends (G. Raven et al.) 05 September 2015, 06:33:14 UTC
134d726 RooLegendre, RooSpHarmonic: make in-range tests numerically robust patch on behalf of our LHCb P2VV friends (G. Raven et al.) 05 September 2015, 06:33:14 UTC
ce6099f RooGenContext, RooAcceptReject: make use of function maximum if provided patch on behalf of our LHCb P2VV friends (G. Raven et al.) 05 September 2015, 06:33:14 UTC
4dffe95 RooAbsAnaConvPdf: Add cache and track capabilities patch on behalf of our LHCb P2VV friends (G. Raven et al.) 05 September 2015, 06:33:11 UTC
5d67fb2 Avoid using the CMake command 'continue()' since it is only available from version 3.X 02 September 2015, 21:46:47 UTC
7d8ca8e Implemented options minimal and gminimal. Fixes ROOT-7605 and ROOT-7606 02 September 2015, 21:34:19 UTC
55d4e72 ROOT-7402 - Fix the inconsistency in ROOT_LINKER_LIBRARY() macro between 5 and 6 versions 01 September 2015, 17:40:01 UTC
0cca91e Fix dependencies 28 August 2015, 16:14:47 UTC
c2df654 Added test dependency 28 August 2015, 13:22:31 UTC
a504ef1 Fix (hack) to support latest version of Pythia8 > 200 (continued and silence warning!!) 27 August 2015, 09:01:57 UTC
3143fdc Fix (hack) to support latest version of Pythia8 > 200 27 August 2015, 07:50:47 UTC
f33d2f4 Use the right implementation for 3D rendering - get rid of diagonals on the surfaces - use correct lighting - fix tickmarks drawing - cosmetics Those changes make it compatible with latest version of THREE.js, but we still cannot switch to a more recent version, since they split their functionalities in different JavaScript files 14 August 2015, 09:56:21 UTC
83c3322 Make sure the correct browser is created (fix issue reported on the forum - https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=20099) 06 August 2015, 09:15:33 UTC
dfb4bd3 Revert browser changes (it has side effects) 05 August 2015, 15:29:16 UTC
67626d0 Fix issue reported on the forum (https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=20099) 05 August 2015, 08:07:22 UTC
ed501a3 Fix typo in a36f8a4 (wrong class search) 31 July 2015, 13:25:53 UTC
d953ecf Fix in TNetXNG plugin for ROOT-6294 / ROOT-7296 30 July 2015, 07:10:18 UTC
26285d8 Fix ROOT-7500: crash due to change in base class which versioned derived class. In the case where a base class does not have a version number and the derived class does have a version number *and* that the schema of the base class has changed but the version number of the derived class is not changed then TStreamerInfo::CompareContent could not find the StreamerInfo of the base class as TFile::ReadStreamerInfo had not beenloaded it yet. In ROOT-7500, this situation inadvertently happens due to the use of the typedef uint64_t which points to a different type on Mac and Linux (respectively a 'unsigned long long' and a 'unsigned long'). See roottest/root/io/evolution/versions/execROOT7500.cxx 29 July 2015, 21:48:15 UTC
60470a3 From xantares <xantares09@hotmail.com>: Specific link options to be used only on a msvc host, won't work for a WIN32 mingw target for example 29 July 2015, 12:27:28 UTC
b927a0d http: let read tree from file when using treeplayer in browser Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 23 July 2015, 08:49:18 UTC
9bbebf7 http: update httptextlog tutorial, using newest JSROOT features Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 09:15:35 UTC
36cc5ac jsroot: update to version 3.7 with require.js support Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 09:15:35 UTC
360f842 http: fix typo Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:30 UTC
f47c0de http: provide dimension info with h.json request for //[fN] member Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:30 UTC
110fa5a http: support members with //[fN] comments in root.json request Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:29 UTC
a08d460 json: support member with //[fN] comments To convert members with such comments, one need to extract value of array length parameter first. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:28 UTC
7f06d43 json: let convert selected members from the object TRealData used to select data member, therefore any supported name like fXaxis.fN or fTitle can be used. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:28 UTC
d86e374 http: extract only direct data members from real data Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:27 UTC
88380f3 http: use real data to scan object members Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 July 2015, 07:41:27 UTC
c1406f4 http: use REMOTE_USER header with FastCGI Allows to use server-side authentication together with FastCGI interface Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 21 July 2015, 12:44:09 UTC
ddc75d2 fix for https://root.cern.ch/phpBB3/viewtopic.php?f=14&t=19913 20 July 2015, 18:49:56 UTC
4441cfd Fix for ROOT-7477 - bin/thisroot.csh problems with empty ROOTSYS 17 July 2015, 13:39:37 UTC
861d12b Fix errors with a couple of tutorials, as reported on the forum (https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19994) 14 July 2015, 07:44:12 UTC
2b16c38 Move the genreflex python files to build directory to be able to run from there. 13 July 2015, 07:31:59 UTC
68144b8 http: let configure global _autoload atribute in sniffer Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 July 2015, 13:20:29 UTC
5fd3a8e jsroot: extend meaning of _autoload property Now it also can include JSROOT module names like _autoload: "jq2d;folder/user.js;folder/user.css" Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 July 2015, 13:19:51 UTC
2ca1900 Fixed ROOT-7463 - Internal liblzma not found when building ROOT6 on OpenSuse 13.1. Applied patch provided by Florian Uhlig 09 July 2015, 19:49:25 UTC
56701a2 Silent new warnings with ICC 15 08 July 2015, 15:14:19 UTC
112f979 Added support for ICC 15 08 July 2015, 14:42:10 UTC
d7cb5c1 Avoid compilation errors when using Intel compiler with gcc version > 4.8 08 July 2015, 12:35:26 UTC
5521633 update jsroot and http docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 July 2015, 07:37:41 UTC
26b47b1 jsroot: submit tagged 3.6 version of JSROOT Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 July 2015, 07:37:40 UTC
bfb74dc Adding define if R__ACCESS_IN_SYMBOL for the generate dictionary files was not sufficient (some tests were failing with AClic), changed instead in RConfig.h and Rtypes.h, which then applies in all cases. Testing in the nightlies. 30 June 2015, 12:48:59 UTC
6c5ee53 Added define R__ACCESS_IN_SYMBOL when compiling CINT generated dictionaries with gcc version > 4. This is needed to avoid #define private public that breaks a C++11 header file in gcc 5.1. 29 June 2015, 17:17:17 UTC
e33b6c0 http: patch problem with getting error messages from civetweb civetweb 1.6, used in ROOT, does not provide proper way to handle error messages during mg_start(), while user_data pointer not accessible from log message handler. I introduce mg_get_context and mg_get_user_data in civetweb code to access such data properly. This functions are available in current master branch of civetweb and, hopefully, in next release. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 29 June 2015, 12:33:42 UTC
b61e6d0 Fix mistake introduced with support for gcc 5.1. 28 June 2015, 21:01:01 UTC
30f51a2 RooAbsArg: better cyclic recursion protection, better loop in dependsOn 27 June 2015, 14:21:43 UTC
8419f4f RooAbsArg: use std::remove correctly (erase-remove idiom) 27 June 2015, 14:21:42 UTC
169a473 RoAbsArg: avoid useless object creation/copying 27 June 2015, 14:21:42 UTC
eda36cb Fix a bug setting option "W" for fitting TGraph2DErrors See https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19863 26 June 2015, 15:21:17 UTC
1c6f2b4 json: account objects in std::map in reference counter Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 26 June 2015, 13:12:37 UTC
fcc65b5 Make ROOT 5 working with gcc 5.1 and CMake 26 June 2015, 10:18:43 UTC
d1f8567 http: more clear way to detect error during server start Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 26 June 2015, 06:36:48 UTC
a993ae3 Fix for ROOT-7438 - Make configuration fails for centos 6 Make use of command lsb_release to determine the Linux distribution and version 25 June 2015, 17:17:20 UTC
03bbb57 Fix compilation warning (format not a string literal and no format arguments) 25 June 2015, 15:19:19 UTC
b902c41 http: error fix in starting Civetweb Keep support of older signature for THttpServer starting like new THttpServer("http:8080/none?numthrd=5"); '/none' suffix was due to TUrl limitation Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 June 2015, 14:23:45 UTC
ab75339 http: fix exe.bin and exe.json request Provide correct handling of global function and static methods Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 June 2015, 14:23:45 UTC
1b83bb8 http: handle errors from Civetweb Most important error - when http port is in use. In such case http engine should be destroyed immediately. Other errors will be displayed when gDebug>0 One also can redirect Civetweb errors in the log file doing new THttpServer("http:8080?log=file.log"); Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 June 2015, 14:23:44 UTC
0382055 jsroot: adjust formating of stat entries, resolve 0.0 problem Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 June 2015, 14:23:44 UTC
7c74729 jsroot: small fix for monitoring with tabs layout Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 June 2015, 14:23:43 UTC
5bddd6d Free fValuesDynamic in TMVA::Event::~Event() This `std::vector` is allocated in `tmva/tmva/src/DataSetFactory.cxx` (line 162) and then passed to `TMVA::Event::Event()`. Then it's up to `TMVA::Event` to take care of releasing this memory. This solves a small memory leak. Signed-off-by: David Abdurachmanov 25 June 2015, 10:25:38 UTC
3532fb0 jsroot: improve TF1 drawing, display fit parameters in stat box Proper handling of '6.4g' formats kind, really try to extract signigicant number of digigts out of value Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 June 2015, 09:58:51 UTC
375c68a Update ROOT version files to v5.34/33. 23 June 2015, 16:04:26 UTC
c9395b5 Update ROOT version files to v5.34/32. 23 June 2015, 15:56:20 UTC
626b950 http: provde ClassImp for related classes Required for normal HTML docu generation Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 23 June 2015, 12:34:40 UTC
00de6d8 http: update docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 23 June 2015, 12:23:29 UTC
09086e1 Fix potential crash with signed/unsigned mismatch. 23 June 2015, 10:45:30 UTC
54d3012 http: security patch, allow to bind with loopback address Allow to bind http port with loopback address. This restrict access to http server only from localhost. One could either specify 'loopback' option in constructor: new THttpServer("http:8080?loopback") or in clear text specify IP address to which http socket should be bind: new THttpServer("http:127.0.0.1?loopback") If host has several network interfaces, one could select one from them Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 23 June 2015, 08:57:34 UTC
84ca45f jsroot: fix several problems with tabs layout - when creating new tab, add it to direct child of top element, otherwise new tab can appear in other nested tabs - tab actiavted before drawing otherwise it is not visible and has wrong dimension, - SVG method GetBBox is not working for hidden elements in firefox, make workaround to prevent JavaScript exception Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 23 June 2015, 07:29:23 UTC
db8f8bb Fix up x64 porting issues - Using DWORD s as pointers doesn't work. - int and size_t have changed relative sizes, causing lots of build warnings. 22 June 2015, 09:58:58 UTC
back to top