swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
e6d3110 Release notes for 6.10/06. 19 September 2017, 06:26:16 UTC
dd042ea Update ROOT version files to v6.10/06. 19 September 2017, 06:25:49 UTC
d9193e0 Do not set stack size limits for JupyROOT output. As pointed out by two users on the forum: https://root-forum.cern.ch/t/jupyter-module-load-valueerror/26182 https://root-forum.cern.ch/t/problem-with-jupyter-notebook-and-python-3/26233 setting the stack size can cause issues if the maximum limit is actually lower than RLIM_INFINITY. This was initially done to be able to print more output in a Jupyter notebook cell, but it does not seem to make a difference in the current implementation of the output capturing anyway. 18 September 2017, 15:32:22 UTC
c67a895 Add support for packs of template template params. Fixes v7 ROOT build. (cherry picked from commit 9e3f9c85136b26708c6813aa0fc96600b0130d21) 18 September 2017, 13:46:29 UTC
78b999a Set the error flag upon catching interpreter errors (ROOT-8832). (cherry picked from commit 32b06cb77e736fd0b81ea8df7bdd07256fc0e136) 18 September 2017, 12:33:06 UTC
45e88e0 Also escape array subscript (ROOT-7718). (cherry picked from commit e3970ca2412da1e7588b6e6844c3cf377178353d) 18 September 2017, 12:30:53 UTC
33205f9 Fix terrible bug where the literal data is written as token begin to EOF. This fixes the issue visible by adding Vc to the PCH. Thanks to Raphael for spending his time with me debugging this! (cherry picked from commit 313586ad55d6ce5467948bcc06e810b8e6e6d77c) 18 September 2017, 12:29:03 UTC
0d8a3d6 The following macro blocked in batch mode. void wait() { gROOT->SetBatch(); TCanvas *c1 = new TCanvas("c1"); TH1I *h1 = new TH1I("h1","Histogram",100,1,100); h1->Draw(); c1->Update(); c1->WaitPrimitive(); cout << "I am here" << endl; } 15 September 2017, 13:14:11 UTC
f8835df Support writing rootmap for template param packs (ROOT-8980). (cherry picked from commit cdf3d7942da20bc6f3c5ce71d9088fcffb59687c) 15 September 2017, 12:53:13 UTC
b9b319a Indent [NFC]. (cherry picked from commit 479c7908f200834b956837bca29a5b6baefe1699) 15 September 2017, 12:53:06 UTC
4d63ca6 Also recognize templates as identifier. (cherry picked from commit 0d9e97b3196e25fe77233fbf6766f06c0217d2e4) 15 September 2017, 12:52:43 UTC
fb0541d [TDF] Avoid instrumenting jitted code when possible. 13 September 2017, 15:22:35 UTC
7457eb7 Assume valid pointers for declare(). 13 September 2017, 15:22:35 UTC
6007a88 Only disable ptr checker, not all AST transformers! 13 September 2017, 15:22:35 UTC
90019fe Fix for ROOT-8981 - Python3.x and cmdLineUtils.py 05 September 2017, 10:06:35 UTC
18cdf29 cmake/modules : fix version check introduced by commit 1d5ca322 Commit 1d5ca322, pushed on 22 Aug 2017, fixed ROOT-8967, which was about headers not added to ROOT_INCLUDE_PATH for xrootd . There was a typo in the new way version numbers were checked. As a consequence, the new client libNetxNG was never built. 04 September 2017, 12:41:00 UTC
414611c [TDF] Fix ROOT-8975: TDF crashed when `Define`ing an existing branch 01 September 2017, 12:31:05 UTC
25ff062 Fix GCC7 compiler warning (int in bool context) Reference: http://cdash.cern.ch/viewBuildError.php?type=1&buildid=372731 31 August 2017, 17:48:33 UTC
acf3e92 Use system includes for Pythia8 to avoid inheriting warnings 31 August 2017, 07:40:45 UTC
c47d7a8 Remove unnecessary search in GetMissingDictionariesForMembers. If TDataMember has a TDataType then the member has a basic type. TDataType::Class 'just' returns the TClass representing TDataType itself. 28 August 2017, 20:46:53 UTC
907e26d Actually activate GetMissingDictionariesForBaseClasses. It was inadvertently useless as TBaseClass::Class() returns the TClass describing TBaseClass itself while TBaseClass::GetClassPointer returns the TClass describing the base class. 28 August 2017, 20:46:53 UTC
3c11d0a White space 28 August 2017, 20:46:53 UTC
733f195 Added missing dependency to builtin PCRE 25 August 2017, 13:19:09 UTC
eddc0ba Fix for ROOT-8970 - Homebrew installation cannot find fonts and icons 24 August 2017, 10:48:18 UTC
6b527dc Fix for ROOT-8967 (bis+) 24 August 2017, 09:29:47 UTC
fbe90c1 Fix for ROOT-8967 (bis) 24 August 2017, 09:29:35 UTC
774d1a8 Fix for ROOT-8967 - Headers not added to ROOT_INCLUDE_PATH for xrootd 24 August 2017, 09:25:29 UTC
7c0117c Fix for ROOT-8964 - ROOT_GENERATE_DICTIONARY should not use files from install directory 21 August 2017, 16:04:51 UTC
4f3c17f Fix ROOT-8896 (Problem with string_view's operator<<) 16 August 2017, 18:33:43 UTC
59e893f Pass the output directory; Ninja needs it. 14 August 2017, 06:44:38 UTC
61d9589 We do not know PWD; assume non-writable. Use output dir instead. 14 August 2017, 06:44:18 UTC
abf6525 Do not use -isystem with Qt's meta-object compiler Qt's meta-object compiler (moc) only understands the -I option for adding include paths. 09 August 2017, 10:02:26 UTC
eaff9d5 Fix ROOT-8946 (TViewPubDataMembers finding wrong element). This was due to THashList::GetListForObject returning a list that contains more than just the request objects. 08 August 2017, 17:32:11 UTC
add016f Suppress warnings inherited from Qt libraries in classic build 08 August 2017, 13:45:19 UTC
830fb40 [TDF] Clear TTreeReaderValues before exiting TBB tasks This fixes a race condition in which a TTreeReader and its TTreeReaderValues could be deleted concurrently: Thread #1) a task ends and pushes back processing slot Thread #2) a task starts and overwrites thread-local TTreeReaderValues Thread #1) first task deletes TTreeReader 08 August 2017, 08:55:03 UTC
b263bf6 Fix for ROOT-8941 - TGX11.h copied to include/ but not installed with CMake build for 6.10/04 04 August 2017, 07:37:55 UTC
0fa22d6 When looking for the end of a block comment, really don’t bother with nesting. Finding the first end is good enough, the real parser can warn about any balancing issues. 01 August 2017, 19:05:14 UTC
28c0b48 Fix block comments greedily looking for the next asterisk. 01 August 2017, 19:05:14 UTC
afbac7f Added Imt and TreePlayer libraries in ROOTConfig.cmake and root-config by default 31 July 2017, 10:21:18 UTC
94734bf Typo in release notes 28 July 2017, 15:55:41 UTC
97c0874 Update release notes 28 July 2017, 15:52:58 UTC
cee3b09 Fix for ROOT-8183 - tutorials/pythia/pythia8.C cannot be compiled 28 July 2017, 15:26:55 UTC
d8d562c Update ROOT version files to v6.10/05. 28 July 2017, 13:23:19 UTC
9dce933 Updated release notes 28 July 2017, 13:15:40 UTC
64d91d5 Update ROOT version files to v6.10/04. 28 July 2017, 13:14:49 UTC
e93db10 Thre is no option 'lzma' it should alsways be there (embbeded or external) 28 July 2017, 10:41:51 UTC
d1cf858 Fix potential crash when creating an embedded canvas fCanvasImp was not initialized and could be used in CreatePainter() 28 July 2017, 08:56:29 UTC
a30af68 Fix CMake warnings regarding LINK_INTERFACE_LIBRARIES property. This property was renamed in CMake 2.8.12, so we now should use the newer name on recent CMake versions. We don't need to support the pre-2.8.12 versions of CMake because we anyway have code that requires 3.x. 26 July 2017, 15:14:44 UTC
ae87447 [PyMVA] Make PyKeras tests compatible with Keras v1.x and v2.x API 26 July 2017, 14:07:48 UTC
e7fb3d6 [PyMVA] Fix TensorFlow backend for PyKeras 26 July 2017, 14:07:09 UTC
93ba372 Adjust the Y axis title position in case of automatic placement. The issue was mentioned here: https://sft.its.cern.ch/jira/browse/ROOT-8927 26 July 2017, 11:27:00 UTC
bd9e6a4 [TDF] Fix bug in parallel Snapshot Fix ROOT-8918 for v6.10. 25 July 2017, 06:34:04 UTC
a9ba79a [TDF] Fix race condition in SnapshotImpl First fix for ROOT-8918. 21 July 2017, 09:08:57 UTC
e0203b7 [Math] Replace std::auto_ptr with std::unique_ptr 17 July 2017, 13:43:02 UTC
d6e2531 Update ROOT version files to v6.10/03. 17 July 2017, 06:20:05 UTC
2643380 Update ROOT version files to v6.10/02. 17 July 2017, 06:20:05 UTC
70eeecc Make stressEntryList Test2() more robust against rounding errors 13 July 2017, 09:14:27 UTC
cd7b23c Supress Qt warnings in gui/qtgsi in classic builds 13 July 2017, 09:14:26 UTC
62b2242 Add -Wno-nonnull-compare to proof/proofd in classic builds This is already the case in CMake builds, adding it to make behavior between build types more uniform. The option is not added for ICC since it does not have such option and will generate warnings about ignored flags. Also remove some old unused options. 13 July 2017, 09:14:26 UTC
881a821 Enable -fno-strict-aliasing for all compilers in classic build This is already the case in the CMake build, enabling the same on classic makes the behavior more uniform across build types. 13 July 2017, 09:14:26 UTC
f51875b Disable warnings from LLVM in classic builds This option is already set to OFF in interpreter/llvm/CMakeLists.txt. 13 July 2017, 09:14:26 UTC
60b515f Supress warnings from external package dCache Also remove add_definitions(-pthread) from CMakeLists.txt. This is not the right function to use to add the flag, and it is already taken care of by cmake/modules/CheckCompiler.cmake in any case. 13 July 2017, 09:14:25 UTC
54f1972 Avoid compiler warning in rootcling and rootcling_stage1 Warning: root/core/rootcling_stage1/src/rootcling_stage1.cxx(38): warning #69: integer conversion resulted in truncation auto dummyVal = (int)(long)&usedToIdentifyRootClingByDlSym; ^^^ The method above uses a cast to long, followed by a cast to int, which results in a truncation. That is harmless, since the value is never used, but generates a compiler warning with ICC 17. This commit avoids the warning by storing the address of the same symbol in a static variable instead. 13 July 2017, 09:14:25 UTC
bed45fa Tell icc to compile with 02 as other compilers 13 July 2017, 09:14:25 UTC
b8b10b3 Fix typos in TFileMerger documentation 13 July 2017, 09:14:25 UTC
f7d1099 Add missing include to TMatrixTUtils.h 13 July 2017, 09:14:24 UTC
b31f746 [net] Fix compiler warning in civetweb 13 July 2017, 09:14:24 UTC
0bec4ae Fix ROOT-8850 avoiding to reset a shared_ptr which went out of scope 11 July 2017, 09:19:25 UTC
b18f4aa Update version number 06 July 2017, 07:33:57 UTC
c6cd128 Update RN 06 July 2017, 07:33:15 UTC
64cf990 [TDF] Fix compilation error when reading 66+ columns in the same node The `max template recursion depth reached` error is due to the implementation of std::tuple's move constructor in some STL implementations (notably, gcc). The logic has been modified to avoid copying large tuples: - the number of slots is now fixed for each node at construction time - all the logic that was implemented by the `CreateSlot` methods has been moved to the corresponding nodes' constructors. Cherry-pick conflicts: tree/treeplayer/inc/ROOT/TDFNodes.hxx tree/treeplayer/src/TDFNodes.cxx 05 July 2017, 15:20:45 UTC
58cbeb8 Adjust Y axis title offset default for 3D axis. 05 July 2017, 07:28:20 UTC
e6c5c4a Fix unused variable warning. 04 July 2017, 13:19:53 UTC
a632564 Fix unused variable warning coming from LLVM Reference in CDash: http://cdash.cern.ch/viewBuildError.php?type=1&buildid=370172 04 July 2017, 13:17:29 UTC
fc2ed6b Avoid warnings from mathcore/triangle.c in classic builds 04 July 2017, 13:10:56 UTC
7c1b7b6 Fix classic build with external Unuran library The variable UNURANLIB was being overwritten by the build system, which means that the build only worked with builtin Unuran. 04 July 2017, 13:10:46 UTC
cb1da95 Propagate Intel compiler setup to newer versions This is important, for instance, to turn off warnings about unknown attributes in LLVM code that the Intel compiler does not understand. These warnings show up on CDash for builds with ICC 17. http://cdash.cern.ch/viewBuildError.php?type=1&buildid=370001 04 July 2017, 13:10:35 UTC
fd0315a [TDF] Handle missing branches more nicely in ColumnName2ColumnTypeName 03 July 2017, 13:53:13 UTC
9779bf1 [TDF] Remove bogus logic which prevented to Take columns of collections 03 July 2017, 10:54:34 UTC
9f78c3a Fix potential crash when quitting ROOT via the "Quit ROOT" entry of the canvas "File" menu 30 June 2017, 12:41:25 UTC
57d030b Remove useless debug printout 30 June 2017, 09:17:50 UTC
b428e2a [TDF] Fix classic builds 30 June 2017, 08:58:46 UTC
3e05d04 [TDF] Fix Ranges logic when child stops before/together with father 28 June 2017, 08:40:19 UTC
adeda2d [TDF] Minor refactoring of error handling in JitTranformation 28 June 2017, 08:40:12 UTC
c3a71d1 [TDF] Check interpreter error code when jitting Snapshot 28 June 2017, 08:39:29 UTC
bd597f4 Fix classic build after removal of TDF dedicated dictionary 28 June 2017, 08:09:29 UTC
eb9e99a [TDF] Properly use string instead of string_view 27 June 2017, 08:12:51 UTC
ef701ce [TDF] Fix bug in construction with container of names 27 June 2017, 08:12:51 UTC
61c9181 [TDF] Default collection of strings to vector 27 June 2017, 08:12:51 UTC
cff56a5 Properly cleanup the canvas when closing it from the WM 27 June 2017, 06:48:06 UTC
3806aa3 [TDF] Fix jitting in the empty source case (#2) 26 June 2017, 12:36:35 UTC
13bd033 [TDF] Fix jitting in the case of no data source 22 June 2017, 09:17:54 UTC
539a61e [TDF] Add TDF to the PCH and remove dedicated dictionary the TDF has been added to the PCH together with all the helper classes. The dedicated dictionary has been removed and incorporated into the dictionary of TreePlayer. This has an effect on the runtime performance and memory footprint of ROOT but also on the presence of warnings on osx (function with internal linkage but not defined) 22 June 2017, 09:04:33 UTC
c380109 Update Release notes 21 June 2017, 15:37:16 UTC
e396324 White space 21 June 2017, 15:33:48 UTC
85d714b Fixing an O(N^2) scaling problem caused by TTree::Draw() * TTreeFormala::GetRealInstance repeatedly went trough a while loop that was trasversed again and again for each new query (with lineary increasing instances). This led to a real problem when drawing on a branch that consistent of many data objects (themselves containing small variable sized containers). * The problem is fixed by caching the state of a previous call. 21 June 2017, 15:33:48 UTC
e35254d [TDF] Solve undefined symbol issue spelling the right class name in the linkdef. 16 June 2017, 14:19:45 UTC
931f39b [TDF] Prevent switch of gDirectory to TBufferMergerFile 16 June 2017, 14:19:33 UTC
37ef4dc Delay the resolution of ${CMAKE_INSTALL_PREFIX} when installing in a different location than the configured one. 16 June 2017, 06:22:24 UTC
632b0d2 [TDF] Allow to write a TTree in a directory using snapshot 16 June 2017, 05:11:41 UTC
back to top