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

sort by:
Revision Author Date Message Commit Date
6baabef Update ROOT version files to v5.34/22. 10 October 2014, 13:29:14 UTC
f821c17 Fix for ROOT-6764 (Build failure with gnuinstall=ON) 10 October 2014, 10:45:39 UTC
d0f249f Force re-compilation of all ACliC tutorials to avoid problems. 10 October 2014, 08:40:16 UTC
bb8edd1 Make NetXNG.QueryReadVParams settable by $ROOT_XRD_QUERY_READV_PARAMS. (cherry picked from commit 9e8ffe2f428adc2f77ceb24cca224b63e88a5dd8) 09 October 2014, 15:25:09 UTC
0ba0472 Doc update. 09 October 2014, 11:05:14 UTC
c495f3f The new tutorial returns a non-zero return code. 09 October 2014, 09:38:31 UTC
3a6f0d8 Apply fixes suggested here: http://root.cern.ch/phpBB3/viewtopic.php?f=10&t=18743 09 October 2014, 08:39:34 UTC
7b0658e Doc improvements 09 October 2014, 06:46:57 UTC
56d943b Disable DESTDIR when moving the headers in the build area (fixes ROOT-6803) 08 October 2014, 20:44:05 UTC
4ea9e46 New example showing how to remove and add a stat line in a stat box. 08 October 2014, 14:52:45 UTC
a4758a0 TNetXNGFile: when readv_iov_max is wrong assume that readv_ior_max is wrong too (cherry picked from commit 85078fd6f0afe9f440c80a9897bd1922e049a203) 08 October 2014, 09:01:39 UTC
45292f7 TNetXNGFile: Make sure to handle echoed responses to readv_ior_max and readv_iov_max (cherry picked from commit 999a0cffd866936fbbfe740314208ad21f13d066) 08 October 2014, 09:01:39 UTC
c6676bd TNetXNGFile: Workaround problem with dCache returning nonsense readv parameters (cherry picked from commit efe4de5aa3873198822112710baaf60eb0db55cf) 08 October 2014, 09:01:38 UTC
307056a TNetXNGFile: Make it possible to disable querying for readv limits (cherry picked from commit e71da30898eba2fbe0bab580d33332f5976343e4) Conflicts: net/netxng/inc/TNetXNGFile.h 08 October 2014, 09:01:26 UTC
6966018 keep only those macros compiled that really need to 07 October 2014, 15:48:37 UTC
5eb1a56 The copy constructor was incomplete for some TLegend attributes. It fixes https://sft.its.cern.ch/jira/browse/ROOT-6793 07 October 2014, 09:28:22 UTC
8862f0a Protection added against gPad==0 in order to fix https://sft.its.cern.ch/jira/browse/ROOT-6777. 07 October 2014, 02:48:48 UTC
3cd1dc0 Now at least for me, all macros are working, APART from the parallel coordinates, which seems to work fine until the end when it then crashes (after nicely producing the desired plots, though... 06 October 2014, 22:11:46 UTC
961e8ec In TFile::ReadStreamerInfo properly handle the case of large files This is the second of two fixes for ROOT-6765 (and possibly ROOT-6779) 04 October 2014, 13:04:41 UTC
a5774a1 In TStreamerBase::InitStreaming don't search on checksum when we can't. This is one of two fixes for ROOT-6765 (and possibly ROOT-6779) Conflicts: core/meta/src/TStreamerElement.cxx 04 October 2014, 13:04:36 UTC
843beee Fix #if direction 03 October 2014, 05:45:45 UTC
f1d3f8a thread_local -> TTHREAD_TLS 03 October 2014, 02:25:21 UTC
c15f882 Use #if __cplusplus >= 201103L to mark C++11 code 03 October 2014, 02:18:52 UTC
33b001b white spaces 03 October 2014, 02:17:05 UTC
5925c56 Lock access to gROOT->fGlobalFunctions The list of global functions must be protected from simultaneous writes/reads. 03 October 2014, 01:22:13 UTC
907c34c Call TROOT::GetGlobalFunction instead of GetListOfGlobalFunctions Since the global function list needs to be locked to be thread safe, the simplest way of avoiding having to take the locks outside of TROOT is to call GetGlobalFunction instead. 03 October 2014, 01:22:13 UTC
b8c0458 Make TClass::fIsAMethod setting thread safe Caching and initialization of TClass::fIsAMethod have been changed to make them thread safe and for calls to the TMethodCall can happen concurrently. 03 October 2014, 01:22:13 UTC
e69c8d0 Added missing locks when calling gCint Added calls to the gCINTMutex lock when calling gCint methods. These are needed to avoid problems while concurrently using TFormula. 03 October 2014, 01:22:13 UTC
174e71d Make function static return values thread_safe Funciton level statics which are being used as return values from the function are changed to thread_local. This is needed to avoid multiple threads changing the values while they are being used. 03 October 2014, 01:22:13 UTC
411fc1d Thread safety fixes for TCint -use thread_local for statics which are being used as return values -use C++11 initializers to allow static containers to be const -add lock to protect fgSetOfSpecials 03 October 2014, 01:22:13 UTC
7e182d3 Protect global list of TFormulaPrimitives 03 October 2014, 01:22:13 UTC
03a8598 Protect global list of functions from concurrent access The list returned from TROOT::GetListOfFunctions needs to be protected from concurrent access to allow use of TFormulas on different threads. 03 October 2014, 01:22:13 UTC
510f945 Remove parentheses from destructor call to fix problem with clang 3.5 The clang 3.5 compiler needs a slightly different syntax when calling the destructor. It does not allow a set of parentheses between the name of the destructor and the parentheses which cause the call. 01 October 2014, 20:21:49 UTC
8a0962f As suggested by David A: use ulong for consistency. 01 October 2014, 15:16:06 UTC
d1df46b Make the int literal unsigned (fix warning). 01 October 2014, 10:59:53 UTC
95ddbe9 Terrible as it is: we do not have tmva tutorials. 01 October 2014, 07:39:23 UTC
ba76b37 Merge ARMv7 32-bit and ARMv8 64-bit (AArch64) support, by David Abdurachmanov! 01 October 2014, 07:30:42 UTC
dfef055 Allocate_1arg_function: fix incorrect offset Resolve long-standing bug where incorrect offset is being used in Allocate_1arg_function for method address. Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 01 October 2014, 07:19:42 UTC
c1dd769 Add support for ARMv8 64-bit (AArch64), linuxarm64 Add support for AArch64 architecture. Introduces new ROOT build target -- linuxarm64. CINT is functional, but genreflex is not capable of generating Reflex dictionaries on AArch64 due to old version of GCC used in GCCXML. Data model -- LP64 -- used by x86_64 and aarch64 allows pre-generating Reflex dictionaries on x86_64. This works if software stack is kept the same (e.g, libstdc++). Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> Tested-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 01 October 2014, 07:19:42 UTC
c8de68e configure: Enable Cintex on ARMv7 (linuxarm) Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 01 October 2014, 07:19:42 UTC
4ef7510 Cintex: add support for hard-coded ARMv7 trampolines Add ARMv7 ARM mode hard-coded trampolines for Cintex. Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 01 October 2014, 07:17:17 UTC
063417c Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 30 September 2014, 10:05:39 UTC
3369ee4 Add protection for the root window on Cocoa (MacOS X) 30 September 2014, 10:04:56 UTC
f37df10 Fix compilation error 30 September 2014, 08:24:16 UTC
5c143d2 Add missing include file 29 September 2014, 09:24:35 UTC
27b78ba Fix a -Wshadow warning 29 September 2014, 09:01:05 UTC
6efc889 from master: Add Anderson-Darling test for histograms. See ROOT-6069 29 September 2014, 09:00:51 UTC
b90a32f Copy from master improvements in kdTreeTest + some changes in GofTest 29 September 2014, 08:58:57 UTC
2235941 initialise data member in default constructor 29 September 2014, 08:50:23 UTC
fe0f289 From Wouter: new version of RooChebyshev which support the possibility to define a reference range for the evaluation and normalisation of the polynomial. This fixes the problem observed fitting in 2 distinct ranges, ROOT-6664 29 September 2014, 08:50:05 UTC
d8b1d9f Fix for ROOT-6653 27 September 2014, 08:56:20 UTC
1e5c4ed Changes provided by Patricia to fix the ability to locate some external packages with CMake 26 September 2014, 17:07:22 UTC
5d0d02e Add a protection to avoid the crash mentionned here: https://sft.its.cern.ch/jira/browse/ROOT-6675 26 September 2014, 13:56:08 UTC
80bb26d Do not auto replace explicitly set, default sized TTreeCache (ROOT-6698). 26 September 2014, 13:42:30 UTC
ec68405 Protection against extremely small 2D histograms' zoom box. Suggested here: https://sft.its.cern.ch/jira/browse/ROOT-6673 26 September 2014, 08:48:59 UTC
dee2400 Fix warning 25 September 2014, 15:03:31 UTC
da448ef Remove warning 25 September 2014, 14:47:42 UTC
7a01cca The zoom box in opaque mode was not working in log scale. That fixes: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18669&p=79482#p79482 https://sft.its.cern.ch/jira/browse/ROOT-6672 25 September 2014, 14:30:33 UTC
e2bbd24 Fixes to clean undefined behavior (see ROOT-6710) detected by running all the tests and tutorials with gcc4.9.0 and -fsanitize=undefined 25 September 2014, 12:43:11 UTC
f255544 fix for Thomas Ruf: handling of TClonesArray in TTreeGetAttr 24 September 2014, 18:47:41 UTC
090d68b Fix Jira issue #ROOT-6680 Display issues with TGTextEntry Fix also an issue with partially highlighted text not moving when resizing the text entry 24 September 2014, 18:26:40 UTC
9b1f5aa Avoid warnings and errors in VC when building debug version 24 September 2014, 17:16:28 UTC
1406290 The minus should not be changed in time axis labels. 24 September 2014, 16:43:01 UTC
fe886b4 Mods needed because of the new minus sign on axis. 24 September 2014, 15:14:51 UTC
5da3bde Disable VC test on 5.34 patches branch (they fail compilation on various debug builds) 24 September 2014, 14:44:36 UTC
4ddd61c New drawing option "violin" for 2D histograms. See https://sft.its.cern.ch/jira/browse/ROOT-6681 24 September 2014, 13:47:03 UTC
a434097 Fix a typo "to to" should be "to" 24 September 2014, 13:07:04 UTC
3bc249d Update the test macro and driver as the master 23 September 2014, 17:32:40 UTC
964e3d6 Added support for COMPONENTS in FindROOT.cmake (ROOT-6717) 23 September 2014, 14:21:41 UTC
a7759aa Implement what is suggested here: https://sft.its.cern.ch/jira/browse/ROOT-6711 23 September 2014, 13:58:17 UTC
6530a25 Fix typo preventing to dynamically load libRSQLite via the plugin mechanism 23 September 2014, 13:07:00 UTC
913b374 From Oliver Freyermuth: Fix a small issue in TSQLiteStatement Fix Jira issue #ROOT-6511 TSQLiteStatement: Missing / wrong check for column index, failing IsNull(), as reported by Oliver Freyermuth: Finally, my colleagues managed to uncover a small issue in my TSQLiteStatement implementation: "IsNull()" checked the column-count in the wrong way (it used the number of bound columns which is only valid in prepared inserts). I have done the following changes to TSQLiteStatement in the attached patch: 1. In fNumPars, I now store either the "bind" columns for a prepared statement with bound parameters, or the number of returned columns for a simple select without binding. This also simplifies error handling and TSQLiteStatement::GetNumFields() now just returns the variable which is correct in both working modes. 2. All Get'ters now check the column-number consistently, as the SQLite-documentation states that "get"ting an invalid column number returns undefined results. Note that for bound parameters, SQLite behaves differently and does the error handling itself (which I already check in TSQLiteStatement). 23 September 2014, 10:19:11 UTC
3d1b6f9 Fix for ROOT-6728 - Compilation error in TTimeStamp 21 September 2014, 17:29:48 UTC
57cf21b disabled a couple of vc-sse tests for mac107 20 September 2014, 14:46:08 UTC
15ee18d Add note about race condition 18 September 2014, 18:15:43 UTC
eaed664 In Cintex, we definition multi-dimensional array, get the dims in the right order. 18 September 2014, 18:15:33 UTC
39435e7 Make the THttpServer::ProcessRequest() method virtual 18 September 2014, 14:51:42 UTC
261ba2d Copy from master fix for ROOT-6664 18 September 2014, 13:46:16 UTC
53c6bee Fix a warning. Use now same code to get platform as in stress.cxx 18 September 2014, 08:32:01 UTC
f76f327 Fix TH1::Rebin for bug ROOT-6706 17 September 2014, 16:21:47 UTC
c3193f6 Import lates changes from Sergey Linev Here are some of the latest changes: 1. First try to handle resize of canvas in the browser, for the moment works only with collapsible layout 2. Also first try to interactively move separation line between browser and drawing field. 3. Small fix of minor ticks drawing on the axis 4. Introduce display class for MDI drawing. Provide two implementations - 'collapsible' for old kind and 'tabs' for new kinds. 5. Adjust size of color palette drawing when labels would take more place as provided. 6. Add correct filling of statistic for TProfile, fix small problem with underflow/overflow bins. 7. Provide way to select display kind ('collapsible', 'tabs') in the simple GUI. For the complete list of changes, see etc/http/changes.txt 17 September 2014, 10:19:17 UTC
18cafb1 Disable vc (see) tests for MacOSX 10.7. Move the copying of CTestCustom.cmake to main CMakeLists.txt. 16 September 2014, 15:54:27 UTC
c7f87f8 fix for Windows 16 September 2014, 15:28:22 UTC
19120ce Fix a Windows warning 16 September 2014, 13:29:20 UTC
e16adce fix for C++98 16 September 2014, 13:13:25 UTC
1e6c5b6 Fix for ROOT-6700 (Splash screen not shown with CMake builds with cocoa) 16 September 2014, 11:51:44 UTC
ae120d7 fix compilation error with old C++ 16 September 2014, 10:14:51 UTC
146dc7e skip test if math more is not present 16 September 2014, 09:53:32 UTC
5d721b3 Update reference values, by computing expected values using R. 16 September 2014, 09:53:32 UTC
f412098 Fix the AD GoF test for a bug in integer overflows. Use also now tables from R code from kSamples package to compute the p value. This fixes ROOT-6666 16 September 2014, 09:53:32 UTC
956335b from master: add FindBin in TKDTreeBinning plus add test program. Copy from master CMake file for tests in mathcore 16 September 2014, 09:53:32 UTC
136f900 Copy from master : add missing math core tests 16 September 2014, 09:53:32 UTC
9306fdd Added protection when adding compiler flags when building builtin davix and xrootd. 16 September 2014, 09:44:49 UTC
98b649a sorry, BDT node split had changed from > to >= to treat for integer variables. This was not accompanied by a TMVA version number change and hence cannot be treated correctly when reading old weight files. 16 September 2014, 09:33:49 UTC
be23dc9 Add missing lock 15 September 2014, 18:26:19 UTC
68d0db7 Include vector. 15 September 2014, 18:15:28 UTC
9fd058c Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 15 September 2014, 12:29:22 UTC
61d7d49 Fix for a retina display. 15 September 2014, 12:28:55 UTC
e923775 Typo fixed 15 September 2014, 11:53:52 UTC
1a6b5b2 Addiitonal dependency for tutorial-pyroot-benchmarks 15 September 2014, 10:36:06 UTC
back to top