sort by:
Revision Author Date Message Commit Date
017b62b PyMVA: fixed warning from scikit-learn in data shape validation.py:386: DeprecationWarning: Passing 1d arrays as data is deprecated in 0.17 and willraise ValueError in 0.19. Reshape your data either using X.reshape(-1, 1) if your data has a single feature or X.reshape(1, -1) if it contains a single sample. 22 June 2016, 16:12:09 UTC
5fb3771 PyMVA:working in serialization to support python3 22 June 2016, 16:12:09 UTC
545e5a7 PyMVA: working in serialization 22 June 2016, 16:12:09 UTC
f0b4af2 Fix fatal typo 21 June 2016, 20:47:38 UTC
165fc69 Suppress warning about misleading indentation 21 June 2016, 20:35:00 UTC
cc28308 Suppress warning about misleading indentation 21 June 2016, 20:34:56 UTC
2c179cc Suppress warning about misleading indentation (and gain a tiny bit of run-time) 21 June 2016, 20:34:51 UTC
e6abd05 Fix wrong 'fixing' of misleading indentation 21 June 2016, 20:34:47 UTC
b2bec8b Suppress warning about misleading indentation 21 June 2016, 20:34:42 UTC
89d6441 Suppress warning about misleading indentation 21 June 2016, 20:34:36 UTC
4867ccb Suppress warning about misleading indentation 21 June 2016, 20:34:04 UTC
28c2edc Suppress warning about misleading indentation 21 June 2016, 20:33:46 UTC
de9c5bf Suppress warning about misleading indentation 21 June 2016, 20:33:35 UTC
24d32e1 Suppress warning about misleading indentation 21 June 2016, 20:33:31 UTC
d389662 Suppress warning about misleading indentation 21 June 2016, 20:33:17 UTC
d536eb8 Suppress warning about misleading indentation (and gain a tiny bit of run-time) 21 June 2016, 20:33:12 UTC
1fae2eb Avoid confusing/misleading code layout (were triggering misleading indentation warning) 21 June 2016, 20:33:07 UTC
4d4952b Fix incorrect indentation (revealed by 'misleading indentation warning') 21 June 2016, 20:33:02 UTC
c7bb1a6 Suppress warning about misleading indentation (and gain a tiny bit of run-time) 21 June 2016, 20:32:56 UTC
09f0e6b Fix misleading indentation. This was discovered by gcc 6's warning: .../root/math/matrix/src/TMatrixTBase.cxx: In member function ‘void TMatrixTBase<Element>::Print(Option_t*) const’: .../root/math/matrix/src/TMatrixTBase.cxx:877:10: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation] for (Int_t j = sheet_counter; j < sheet_counter+cols_per_sheet && j <= ncols; j++) ^~~ .../root/math/matrix/src/TMatrixTBase.cxx:879:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’ printf("\n"); ^~~~~~ 21 June 2016, 20:32:35 UTC
69bcba3 Suppress warning about misleading indentation 21 June 2016, 20:28:10 UTC
6e54d92 Use further PATH_SUFFIX to clean module 21 June 2016, 10:11:31 UTC
ca8d080 FindPostgreSQL.cmake: Add PATH_SUFFIX for searching. This slightly changes lookup order: Namely, the system-folder "/usr/include/postgresql" is now preferred over "/usr/include/" even if both container libpq-fe.h. This finds the correct path on a standard Gentoo installation, where "/usr/include/postgresql" is a symlink to the folder with all include-files for the user-selected postgresql-version, while "/usr/include/libpq-fe.h" is a single symlink provided for backwards-compatibility. Since ROOT uses also e.g. "pg_config.h", selecting "/usr/include/" over "/usr/include/postgresql" leads to failure on Gentoo. 21 June 2016, 10:11:23 UTC
c370d48 Remove executable permissons 21 June 2016, 08:55:48 UTC
269e4df Fix ROOT-8232 - Use kMAXPATHLEN when getting unix home directory 21 June 2016, 07:57:01 UTC
90b9cb3 Fix ROOT-8221 - Enum value kKey_Shift not accessible from python with ROOT 6. Thanks to Mattias Ellert for the hint. 19 June 2016, 20:15:19 UTC
0b7e7f5 Fix for ROOT-8231 - _GLIBCXX_USE_CXX11_ABI=0 should be propagated into root-config --cflags 17 June 2016, 16:46:07 UTC
c61a1b2 Applied changes suggested by Pepe Le Pew and Mattias Ellert 17 June 2016, 14:42:46 UTC
84ca24c Use pkg-config tp get glib-2.0 include dirs for GFAL 17 June 2016, 13:57:25 UTC
3752251 Fixes to deal with gfal version 1 and 2 17 June 2016, 12:02:32 UTC
1ce2f14 Fixes for ROOT v6-06-04 on Ubuntu 16.04 (gfal, odbc). See https://root.cern.ch/phpBB3/viewtopic.php?p=95425 16 June 2016, 16:18:29 UTC
dbc9815 Remove all c++ flags from ROOT_DEFINITIONS set by ROOTConfig.cmake 16 June 2016, 16:18:04 UTC
cc23e9d Check new GCC ABI in configure step and eventually fail configuration 13 June 2016, 13:39:44 UTC
cc6d740 fix error in communicating with the event setting window 13 June 2016, 12:52:56 UTC
5c8d0ae Update release notes 10 June 2016, 17:00:04 UTC
3a1da50 Safely remove lock guard in TSystem::ExpandFileName. In order to make TSystem::ExpandFileName thread safe without the lock guard, the calls to HomeDirectory and WorkingDirectory have been replaced by their corresponding thread safe versions: GetHomeDirectory and GetWorkingDirectory. These new functions do not return static local variables nor modify the internal state of the TSystem object. 10 June 2016, 16:08:34 UTC
fae0f2a Make TSystem::ExpandFileName(const char*) thread safe. A TLS variable is used for the path to expand and the method is kept for backward compatibility. In addition, a new method with signature TSystem::ExpandFileName(TString&) is defined, so that it can be invoked internally from TUnixSystem and TWinNTSystem without paying the price of the TLS. 10 June 2016, 16:08:34 UTC
78b19cd Fix memory leaks when reading RooFitResult and HypoTestInverterResult from disk. Patch from Geert-Jan Besjes & Ingrid Deigaard. Fix for ROOT-7986. 10 June 2016, 13:31:58 UTC
e1157c3 Do not randomize the test results 08 June 2016, 09:09:41 UTC
b7403be Added additional dependency to avoid several tutorials running hsimple.C at the same time 08 June 2016, 08:09:03 UTC
8a073c1 Avoid race condition on gMinuit. Reduce reliance on gMinuit on constructor. 07 June 2016, 15:09:28 UTC
738502c Avoid useless lock (left over from da33f0a) 07 June 2016, 15:09:28 UTC
e2a482a Update release notes 06 June 2016, 15:52:29 UTC
ec2e4cc Fix detection of errors that appears in nested TTreeFormula. See https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=21715 and roottest/root/treeformula/array/execNestedFail.C. 06 June 2016, 15:51:07 UTC
3a49159 Fix for ROOT-8207 - tmva/tmva/CMakeLists.txt unnecessarily includes TreeViewer 27 May 2016, 17:26:53 UTC
be55575 Fix for ROOT-8197 - rootcp not preserving kSingleKey 24 May 2016, 17:01:37 UTC
aaed06f Update releases notes 22 May 2016, 18:28:38 UTC
c87978c Applied fix for ROOT-8038 [patch] "for e in getSTLLikeCollection()" crashes pyroot 18 May 2016, 14:52:24 UTC
050307d Update relase notes 17 May 2016, 12:36:01 UTC
0b9db52 Fix ROOT-8096 Add proper support for template parameter pack in cling::ForwardDeclPrinter::VisitTemplateArgument 17 May 2016, 12:34:50 UTC
2878e3f Update release notes 13 May 2016, 16:06:48 UTC
5592f3a In AutoSynthesizer handle the case of try-catch function [ROOT-8034]. Example of try-catch function: void function_with_try_block() try { // try block body } catch (...) { // catch block body } 13 May 2016, 16:05:42 UTC
e4b3d70 Update release notes 11 May 2016, 19:47:17 UTC
f108389 Fix ROOT-7258: MinIf and MaxIf TTreeFormula functions ignore last element. From: Will Buttinger 11 May 2016, 19:46:35 UTC
9168c00 Disable vc for Mac latest Xcode 09 May 2016, 06:41:09 UTC
18f8977 Update the traceback message to guide users to use the forum instead of JIRA. Update INSTALL instructions. 04 May 2016, 12:05:31 UTC
2c7d10d Update ROOT version files to v6.06/05. 03 May 2016, 18:45:26 UTC
9297ecf Update ROOT version files to v6.06/04. 03 May 2016, 18:23:11 UTC
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
back to top