sort by:
Revision Author Date Message Commit Date
9d48e60 Update release notes for 6.06/04. 03 May 2016, 18:23:10 UTC
2179f68 Properly skip missing base class even when it is an STL collection 03 May 2016, 17:54:37 UTC
1216457 Update release notes 03 May 2016, 16:30:33 UTC
a393b1b In the StreamerInfo portion of GetBaseClassOffsetRecurse, also support STL as base class 03 May 2016, 16:28:39 UTC
6059c67 Don't pretend setting gMinuit is thread safe (since the reading are not protected 03 May 2016, 14:39:54 UTC
19580df Update release notes 03 May 2016, 14:27:18 UTC
96f49ca Add missing thread-safety protect for GetListOfSpecials 03 May 2016, 14:25:52 UTC
38736a2 Fix ROOT-7886. Use unsigned int instead of uint 02 May 2016, 16:02:49 UTC
0aaade4 Likely fix for rootcling unhappiness / missing Transaction. (cherry picked from commit 9c30f57aabdec5a6ed845e00f89c3173f883fcd5) 30 April 2016, 19:35:46 UTC
c1cea2a Add LocalEntries$ to TTreeFormula. ROOT-6661. From Jason Detwiler. 30 April 2016, 00:16:35 UTC
5393d92 Extend suppression to still-held memory allocation found during a pyroot run 29 April 2016, 22:14:01 UTC
e52b718 Delete TypedefInfo after usage 29 April 2016, 22:14:00 UTC
6b266e9 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, 22:14:00 UTC
8ea5daa Simply ask Sema for the default ctor (ROOT-8138). 29 April 2016, 22:14:00 UTC
de5717a 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, 22:13:59 UTC
e8c461a Fix incorrect execution discovered by gcc6's misleading indentation warning 29 April 2016, 22:13:57 UTC
ce38cd7 Allow to compile with Ninja namely disabling FORTRAN 29 April 2016, 09:45:35 UTC
b25ef51 Update release notes 28 April 2016, 17:57:40 UTC
f6f6bf4 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, 17:00:39 UTC
c627aeb Avoid memory in TSelectorEntries. See https://root.cern.ch/phpBB3/viewtopic.php?t=21462 28 April 2016, 17:00:39 UTC
c1f09e3 Avoid leaking a TTreeFormulaManager when there is no formula. See https://root.cern.ch/phpBB3/viewtopic.php?t=21462. The owner of the TTreeFormulaManager is actually the TTreeFormula themselves and when there is no formula there was nobody to delete the manager. This is an obvious place where shared_ptr would be making the code better. However in this case, the creation of the TTreeFormulaManager was spurrious and redundant anyway, so this is the straightforward fix. 28 April 2016, 17:00:39 UTC
162d3bb Add more suppression for possible leak (that are held by minimizer globals) 28 April 2016, 17:00:38 UTC
0d9d8e8 Do not leak Track::fPointValue. 28 April 2016, 17:00:38 UTC
72bb1e7 Add more suppression for possible leak (held by globals) in clang/llvm 28 April 2016, 17:00:38 UTC
61ada37 Add more suppression for issue in dlopen 28 April 2016, 17:00:37 UTC
e092af9 Add more suppression for possible leak (that are held by globals) 28 April 2016, 17:00:37 UTC
cd28e16 Avoid leaking TDataMember when the TProtoClass is not used 28 April 2016, 17:00:37 UTC
01f78d6 Avoid nullptr dereference 28 April 2016, 17:00:36 UTC
4d0b70c Make TClass::HasDictionary const (ROOT-8124) 28 April 2016, 17:00:34 UTC
e784a7b Do not leak TProtoClass' fEnums. This completes commit f70f914c 28 April 2016, 16:59:27 UTC
a167741 Repair Dump-ing of long long values 28 April 2016, 16:59:27 UTC
23dae00 Fix memory leak in TTreeCache::DropBranch. TList::Remove does not delete the object even if the list is the owner. 28 April 2016, 16:59:27 UTC
f1899f1 Fix memory leak during TListOfDataMembers::Unload. I.e. avoid reallocating the container for each insert which beside leak the container also prevented the TDataMember from being reused. This completes 3e28b7012b94f7762203a438439ccf837 28 April 2016, 16:59:26 UTC
ddf69c6 Fix memory leak in TFile::SetCacheRead. TMap::RemoveEntry require the caller to delete the return value, so use TMap::Remove instead. 28 April 2016, 16:59:26 UTC
3cda517 Add missing case in TStreamerInfo::Destructor (const char*) 28 April 2016, 16:59:26 UTC
afab100 Add more suppression for possible leak (that are held by globals) 28 April 2016, 16:59:25 UTC
1f9a3b5 Add suppressions of possible leak coming from std::string I/O ... Assuming that the std::string itself would be noted as (rea) leak when applicable. 28 April 2016, 16:59:25 UTC
b134bae Add more suppression for possible leak (that are held by globals) 28 April 2016, 16:59:25 UTC
a671e42 Avoid memory leak of one TStreamerInfo per pcm. This fix commit b494111e7fbc32ddef023332de3403f395ea5229. 28 April 2016, 16:59:24 UTC
c563c02 Complete commit c4dc7473 by removing the memory leak introduced. See https://root.cern.ch/phpBB3/viewtopic.php?t=21462 28 April 2016, 16:59:24 UTC
c831bd5 Add more suppression for possible leak (held by globals) in clang/llvm 28 April 2016, 16:59:24 UTC
ef0ba85 Add more suppression for possible leak (that are held by globals) 28 April 2016, 16:59:23 UTC
dccc6b7 Correctly ignore cycle number greater than 32767 28 April 2016, 16:59:23 UTC
c9e592c In SetBranchStatus with pattern only 'warn' if no match when disabling. [ROOT-8090] Still continue to report an error if there is no match during enabling. 28 April 2016, 16:59:23 UTC
f9f52dc Remove tab-characters (as they mess-up indentation) 28 April 2016, 16:59:22 UTC
4a6039f Remove tab-characters (as they mess-up indentation) 28 April 2016, 16:59:22 UTC
1105579 Add missing curly braces (discovered by the misleading indentation warning) 28 April 2016, 16:59:22 UTC
98237c1 Work around lower precision of 32bits build 28 April 2016, 16:58:53 UTC
335abbb Avoid spurriously turning offset in negative numbers 28 April 2016, 16:58:53 UTC
2f55cd8 copy from master fix for gcc 6 This fixes ROOT-8094 and ROOT-8139 27 April 2016, 16:05:27 UTC
86c0d59 Fix for ROOT-7480 - improvement of the occincdir search in configure 20 April 2016, 10:40:28 UTC
da736ea Added new particle "Lambda(1520)0" PDGID=3124 14 April 2016, 10:23:27 UTC
7ed7e64 Adjust (c) year. 08 April 2016, 06:27:55 UTC
cb4b2eb Update release notes 06 April 2016, 21:15:39 UTC
f477b48 Avoid nullptr dereference. Fixes ROOT-8097 06 April 2016, 21:14:28 UTC
1cb0456 protect fast tanh approximation against floating point exception 06 April 2016, 16:40:36 UTC
0c935d4 Make some methods const in Plane3D. Fix for ROOT-8024 31 March 2016, 10:34:26 UTC
39e926b Fix for ROOT-8067 - Source code tree left "polluted" with "interpreter/llvm/src/utils/llvm-build/llvmbuild/*.pyc 23 March 2016, 17:50:12 UTC
2b0618c Fix for ROOT-8068 - File protections for bin/setxrd.* bin/thisroot.* 23 March 2016, 17:15:23 UTC
c4091dd Fix for ROOT-8066 - problems creating dictionaries in pyROOT 22 March 2016, 12:04:40 UTC
161cb19 Fix for ROOT-7867 - memprobe script is broken when using CMake 22 March 2016, 08:56:53 UTC
7c1a278 Fix obvious memory leak, fix ROOT-6923 21 March 2016, 20:43:52 UTC
fb2b5cb Make TRandom::WriteRandom a const method Fix ROOT-8063 21 March 2016, 15:31:44 UTC
3abd13e Update RN 17 March 2016, 13:16:58 UTC
18bf10a Fix release notes: TGQt, really. 17 March 2016, 10:26:39 UTC
5749968 Prevent parsing for TGQt plugin (ATLAS online). (cherry picked from commit 65d72f57d93141ea1423860b5c1f62205dfbf455) 17 March 2016, 10:26:02 UTC
627874d Revert "Prevent parsing for TQtRootGuiFactory plugin (ATLAS online)." This reverts commit b359ab2d666c4d90b0c7936d6fbb24835b933503. It doesn't work yet. 15 March 2016, 19:32:09 UTC
e4f2461 Fix compilation. (cherry picked from commit 3d150fd4fa65cb63e22389f7697a166315fd7514) 15 March 2016, 16:19:28 UTC
3468d89 Mention plugin/autoparse changes in ReleaseNotes. 15 March 2016, 15:53:43 UTC
b359ab2 Prevent parsing for TQtRootGuiFactory plugin (ATLAS online). (cherry picked from commit 8b5bba5bbfd1f71ce92b00b6578ae6a442070cb0) 15 March 2016, 15:52:50 UTC
087d778 Prevent parsing for TXNet(NG)System plugin. (cherry picked from commit 601cabac5201e06b53f9aa5d19e0356cad1c9000) 15 March 2016, 15:52:49 UTC
13d9a5d Update release notes 15 March 2016, 14:31:50 UTC
86eda4a In TDirectoryFile::FillBuffer don't rely on just one component to decide if the file is large 15 March 2016, 14:30:48 UTC
bb8b599 Properly document the new switch 14 March 2016, 16:34:06 UTC
dbbc407 Allow to exclude include paths from dictionaries giving the possibility to rely only on ROOT_INCLUDE_PATH at runtime. 14 March 2016, 16:34:02 UTC
ac3dd64 Update release notes. 11 March 2016, 23:45:15 UTC
0e7156b Properly handle more case in TClassEdit when removing Allocator. This fixes ROOT-8048 but fixing the handling of trailing const keyword in the allocator's key name. 11 March 2016, 23:43:34 UTC
8722196 Mention rootmap entry for type_info-based name [ROOT-7972]. 11 March 2016, 11:37:33 UTC
6829ccc TClass::Autoload(type_info&) needs to find DataVector<A,B>, even though it is marked as "strip 2nd param". Thus also write an autoload entry for the type_info-based name. This fixes an ATLAS autoparse of about 200MB. It still needs ROOT-8048 to be minimal for ROOT. (cherry picked from commit f9524783ce8c785624f54f922ff292818afdba2b) (cherry picked from commit 0affe81779c0f67fb0617d46de6cbcd89a0ba718) 11 March 2016, 11:35:21 UTC
d0babe7 Avoid division by zero 07 March 2016, 15:29:30 UTC
86f7658 Fix anchor of patch releases 03 March 2016, 13:14:43 UTC
69a2067 Update ROOT version files to v6.06/03. 03 March 2016, 10:14:23 UTC
86108d5 Update ROOT version files to v6.06/02. 03 March 2016, 09:36:03 UTC
0ad12d6 Prepare release notes for 6.06/02 03 March 2016, 09:34:08 UTC
c234d4d Fix fir ROOT-7912 - Failure with -Dbuiltin_davix=ON on 64bit Ubuntu 01 March 2016, 14:28:38 UTC
713c8f4 Update release notes. 01 March 2016, 11:07:02 UTC
6667e89 Update release notes. 01 March 2016, 08:55:51 UTC
c75caa0 ROOT-8031. Do not automatically setup read cache during TTree::Fill() 01 March 2016, 08:53:37 UTC
235d06e Added tutorial dependency 01 March 2016, 08:14:11 UTC
9aeb2a5 Update release notes 26 February 2016, 02:21:39 UTC
c07a2a9 Use the official SI Units 1KB=1000 bytes, 1KiB=1024 bytes 26 February 2016, 01:32:14 UTC
9bb8907 Add new mode in CanSplit. Avoid spurrious auto-parse in TClass::CanSplit. This fixes ROOT-7972. Add a new mode for fCanSplit (2) which indicates that this class and any derived class should not be split. Rework the mechanism checking the base classes. Instead of using InheritsFrom, which lead in some cases, including the case where the class derived from an STL collection, to spurrious autoparsing (to look at the base class of the collection!), we use a custom walk through the tree of base classes that checks their value of fCanSplit. This also has the side-effect of allowing the extension of the concept 'base class that prevent its derived class from being split' to any user class. 26 February 2016, 01:32:11 UTC
2acc054 Added <climits> needed for MAX_INT 26 February 2016, 01:30:37 UTC
67b5020 Add option -cachesize to hadd to allow resizing or disabling the (now default) TTreeCloner cache 26 February 2016, 01:28:03 UTC
ab60d60 Add support for TTreeCloner cache in TTree::CopyEntries. The cache is turned on by default. To change it size add to the option string: cachesize=SIZE where SIZE is in 'number of bytes' and can be expressed in 'human readable form' (number followed by size unit like MB, MiB, GB or GiB, etc.. or set SIZE to zero to disable it. 26 February 2016, 01:28:02 UTC
c0c3ef2 Add prefetching to the TTreeCloner. Calling TTreeCloner::SetCacheSize will resize or disable a TFileCache specialized for the TTreeCloner. It is enabled by default. 26 February 2016, 01:28:02 UTC
37299fe Add better error handling and support for multiple user type 26 February 2016, 01:28:01 UTC
effe38e Add mean to customize the merging from TFileMerger. Add TFileMerger::GetMergeOptions and TFileMerger::SetMergeOptions 26 February 2016, 01:28:01 UTC
058a4f2 Add ROOT/StringConv.h explicitly to the pch. rootcling does not seem to handle ROOT/* correctly yet. 26 February 2016, 01:27:58 UTC
8515bb7 Work-around the fact rootcling_tmp does not support properly inc/ROOT/*.h 26 February 2016, 01:27:26 UTC
back to top