swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
d45ddff Update ROOT version files to v6.18/00. 25 June 2019, 08:52:11 UTC
809d3f9 [RelNotes] Typo. (Thanks, Vassil!) 25 June 2019, 08:51:48 UTC
08d034f [RelNotes] Remove empty sections. 25 June 2019, 08:48:02 UTC
6b56a9c [RelNotes] More formatting. 25 June 2019, 08:45:59 UTC
145cbf8 [RelNotes] Formatting. 25 June 2019, 08:38:37 UTC
4999757 [RelNotes] Update date. 25 June 2019, 08:35:15 UTC
effea92 [RelNotes] Mention Jira items fixed in v6.18/00. 25 June 2019, 08:25:13 UTC
10054e8 Fix dependency propagation of Vdt when builtin_vdt=ON When builtin_vdt=ON, vdt headers are in ${CMAKE_BINARY_DIR}/include and libvdt.so is in ${CMAKE_BINARY_DIR}/lib, so we don't need to add the extra include directory. Once ROOT is installed, the Vdt headers and library will be along with ROOT ones, so they can also be found without needing anything else either. Fixes: ROOT-10197 (cherry picked from commit 7d88a0fc8b0fa604b5fee0174fdac88885cc6f5f) 24 June 2019, 15:40:57 UTC
91aeb33 Python is always required, move it outside of conditional Python is required by header and manpage generation. However, since LLVM requires python as well, this only breaks when configuring with external LLVM/Clang and -Dpython=OFF. (cherry picked from commit 1685a43249b7f4407099e37a38c62c4c0f9d28c5) 24 June 2019, 15:40:57 UTC
b1ac6df Fix "root-config --python-version" Fixes ROOT-10167 (cherry picked from commit 3dd482822842eae8c999fc07a2be43b77fcf9edd) 24 June 2019, 15:40:57 UTC
79cdf1d fix TF1FunctorPointer structure. ALso re-make some internal function protected that by mistake they were declared public (cherry picked from commit f511a08c7b6d9e8c5af3315dc5db67226ca66f20) 22 June 2019, 09:42:10 UTC
5cf93a6 fix TF1 mem leak when using compiled functions. Delete contained functor object (TF1FunctorPointer). Fix also the copying of this functions (cherry picked from commit 3efcd5903817fc54f8ca88bd6de1a55b446946f6) 22 June 2019, 09:41:59 UTC
e2844ce [gpadv7] Protect from before-begin deref. (cherry picked from commit dab382753c32bce0b533fce2338dd24f8ebad11f) 21 June 2019, 14:41:26 UTC
a2d5792 Replace snprintf by TString::Format in THistPainter (#3883) * Replace snprintf by TString::Format in THistPainter * change the way "ef" is returned * Better version (cherry picked from commit 6ef9463274c645049e1ddc95ee0ca9d083119102) 21 June 2019, 07:45:00 UTC
0ce6415 Avoid potential nullptr dereference in TClonesArray::Streamer 20 June 2019, 22:02:52 UTC
eb09d3a Allow user to change the type of the content of a TClonesArray. I.e. the Streamer no longer override the user choice 20 June 2019, 22:02:52 UTC
3992b33 Use error logger in TClonesArray::Streamer 20 June 2019, 22:02:52 UTC
0bdf86e Fix typo in variable name (leading to duplicate definition) 20 June 2019, 17:14:36 UTC
af1ec03 Avoid unused warning about a variable used for 'registration' 20 June 2019, 15:38:28 UTC
a71ebc5 TGraph2D prevent random memory reads. The ownership of the TGraphDelaunay (fDelaunay) is delegated to the histogram (fHistogram), whenever the later is deleted the former is also deleted but was leaving fDelaunay pointing to deleted memeory. 19 June 2019, 11:59:17 UTC
0a4a6f8 Work-around gcc optimization bug. For unknown reasons having a call to TF1::Update (which is inside the inline function TF1::SetParameters) leads gcc to add a non-existant jump back in the middle of the routine resulting in a defacto infinite loop. [i.e commenting out the call to Update remove the 'bad code injection'] The solution is to unroll/explicitly inline TF1::SetParameters and remove the call to Update (and also spread it to avoid duplicate conditional statement). 19 June 2019, 11:59:17 UTC
cc320b1 TClonesArray::Expand* avoid nullptr dereference if object is invalid 19 June 2019, 11:59:17 UTC
db98385 Allow reading v5 TF1 that were stored memberwise in a TClonesArray. Fixes ROOT-10161 19 June 2019, 11:59:17 UTC
4632b0f enabled DL. Tune a little bit the parameter (larger convergence steps and smaller learning ratio) (cherry picked from commit 76b823a5f9b3fb3d2844bdda4b8378825e970803) 18 June 2019, 09:06:34 UTC
8c8142d Add support in MethodDL for models defines as in MethodDNN. Assume then that if no type of layer is specified is a dense layer. Also assume in that case a standard batch and input layout (cherry picked from commit fe665a26df0127263abebe050508bdf86ffe04c7) 18 June 2019, 09:06:29 UTC
be0681f Better fix for TGraph2D meme leak (cherry picked from commit f5820564e522de61e49459977a6cb66e7e1d870f) 18 June 2019, 09:03:03 UTC
76bb717 [release notes] Release notes for ZLIB-CF 18 June 2019, 08:59:12 UTC
3af0b22 [v7tut] Explicitly load libROOTGpadv7: function-autoloading does not work. (cherry picked from commit a6a655834217da3ab08f44c1237af17eae3b6316) 18 June 2019, 08:58:08 UTC
c12ee81 [gpad] Use vector, instead of c-style array. (cherry picked from commit ca81681d7861c8cee2c7a26b859936ab2c1d04b3) 18 June 2019, 08:58:08 UTC
694d44f Rename histfactory/example.C to avoid conflict with r/example.C (cherry picked from commit 5f1322545dc7a23ba12639eaa7fc24c2e5a17fd2) 18 June 2019, 08:58:08 UTC
00af3c8 Simplify code. (cherry picked from commit 22af6e14dfc169317c60128a9e3d1ebd8bc3f44c) 18 June 2019, 08:58:08 UTC
dbc5625 When a tutorial TCanvas contains a TImage, normal resolution should be used (#3919) (cherry picked from commit 11c1b010032e11631f71ebaeb6584b6f18f77a44) 18 June 2019, 08:58:08 UTC
f2bce8d Suppress gcc9 warnings in THStack (#3925) (cherry picked from commit ed805a1a8e5954d61f57b9003fcbcc76cf62cfbe) 18 June 2019, 08:58:08 UTC
fce81fd [Doc] Remove typo (cherry picked from commit 626b79929512d5a7601094e00cf5f6d1dee9e234) 18 June 2019, 08:58:08 UTC
56eb1ad Do not append to ROOT history when running tests Fixes ROOT-7836 (cherry picked from commit 83458751f7916a9f4a05f1cd97f577ca221288e9) 18 June 2019, 08:58:08 UTC
6ae1034 Do not append to ROOT history when generating hsimple.root (cherry picked from commit 9c559fd84a1d98a4e5d4519b9f6c23f45ec90f01) 18 June 2019, 08:58:08 UTC
ee09bb0 [Doc] Remove stray "." in more tutorials categories description (cherry picked from commit 86e6b30279c74b322a513dd202ee642714a21dd1) 18 June 2019, 08:58:08 UTC
a41e2f7 [Doc] Remove stray "." in the tutorials category description (cherry picked from commit 088bd2704522ef35b8ed2321262b51284222b1bc) 18 June 2019, 08:58:08 UTC
81a1ea9 [Doc] More concise TClass class documentation. (cherry picked from commit afdf8f6a4b03b442416c70914b5496b929a1a4e1) 18 June 2019, 08:58:08 UTC
2551d92 [Doc] Add histfactory tutorials to the doc (cherry picked from commit 2768431b7e47bcd880085bc8e6684b0a7d1c436a) 18 June 2019, 08:58:08 UTC
106fc9d [Doc] Add mt304 tutorial to the online documentation (cherry picked from commit e906e99bb597964092ddb3c4eae70809706aff7b) 18 June 2019, 08:58:08 UTC
5289134 [Math] Make LorenzVector doc usable listing the available aliases to its specialisation. (cherry picked from commit 39f4fead3d4237935393b0b77f0b9e59bbd31202) 18 June 2019, 08:58:08 UTC
908dbe4 Implement TImage:ls() (#3920) (cherry picked from commit ba2c7cdd77fd371e85424f70af612a3193f8848c) 18 June 2019, 08:58:08 UTC
28328a3 Implement right header for example.C (#3921) (cherry picked from commit ee2edff50e82d36952f8ea5c78bfa697f3ce983b) 18 June 2019, 08:58:08 UTC
4607d8b [Doc] Add tmva/envelope tutorial to the doc (cherry picked from commit e21189cc32893288986b7cf4f499afe0a0515126) 18 June 2019, 08:58:08 UTC
1864cca [Tutorials][NFC] Add cnt001 macro output to the documentation page (cherry picked from commit 62c5d219802d2cf365a2bf334d45b138354b5f8e) 18 June 2019, 08:58:08 UTC
5b75b50 fix compiler warning introduced by previous commit in TH1::Fit(fname) (cherry picked from commit 378c872445a41cb5da5f5815be0ae30a476116b1) 18 June 2019, 08:58:08 UTC
660dcae fix memory leak when fitting histograms using linear fitter and functions built from expression using special operator ++. This fixes ROOT-10147 (cherry picked from commit 610a87c0a2d2339cbeea08dd8fc0daf29650ee18) 18 June 2019, 08:58:08 UTC
e807e4d - The Z title was not set in TEfficiency. This problem was reported here: https://root-forum.cern.ch/t/missing-z-axis-title-of-tefficiency/34403/2 (cherry picked from commit 34940b20f4565734d62b258d8caffb2fe7681664) 18 June 2019, 08:58:08 UTC
ed6b125 - Make sure the v7 ntuple tutorials appear correctly as a subpart of the v7 tutorials (cherry picked from commit 0f91b64bb277b38e725c6a56ab65c1ec00b9cf81) 18 June 2019, 08:58:08 UTC
67a7c20 win warn: adjust indentation in zlib/CMakeLists.txt (cherry picked from commit 33b781ef603365e2cdb15556350739ebfc533344) 18 June 2019, 08:58:08 UTC
4fe8b14 win warn: fix last warning in stressHistogram.cxx C:\build\workspace\root-pullrequests-build\root\test\stressHistogram.cxx(6704): warning C4805: '|=': unsafe mix of type 'int' and type 'bool' in operation [C:\build\workspace\root-pullrequests-build\build\test\stressHistogram.vcxproj] (cherry picked from commit f4a669137251584506dcd8a778fab3c103a20bcf) 18 June 2019, 08:58:08 UTC
258cbb0 win warn: nex try to fix stressGraphics.cxx (cherry picked from commit 8a18f93b23e2d844a86ed2ac3f712318cdf02433) 18 June 2019, 08:58:08 UTC
524540d win warn: do not mix DLLIMPORT with DLLEXPORT Otherwise at some place can conflict with each other (cherry picked from commit cb2359f2db30ce92753383d3aa26f2cd44aa151b) 18 June 2019, 08:58:08 UTC
1f7c453 win warn: check #ifndef R__DLLEXPORT in rootcling_impl.h (cherry picked from commit d3f617cfd8065431865e2af9a37597db8663bb28) 18 June 2019, 08:58:08 UTC
6af9b4f win warn: do not mix bool and int in |= operator in stressHistogram Original warning is: warning C4805: '|=': unsafe mix of type 'int' and type 'bool' in operation [C:\build\workspace\root-pullrequests-build\build\test\stressHistogram.vcxproj] (cherry picked from commit 9886b2fa64c1e41333e122cde8d51434912516c7) 18 June 2019, 08:58:08 UTC
e657e6c win warn: use long for time offset in stressGraphics.cxx (cherry picked from commit 8fa016457024a9dc46df2dec2f86dbc70594cccb) 18 June 2019, 08:58:08 UTC
c23e331 win warn: disable C4838 warning in RStipples.h (cherry picked from commit 0385739183bb4a9bc5f6899b3f9c7c42c38e1478) 18 June 2019, 08:58:08 UTC
1392670 win warn: int conversion in TLeafObject Original warning: C:\build\workspace\root-pullrequests-build\root\tree\tree\src\TLeafObject.cxx(65): warning C4267: 'initializing': conversion from 'size_t' to 'UChar_t', possible loss of data [C:\build\workspace\root-pullrequests-build\build\tree\tree\Tree.vcxproj] (cherry picked from commit 06eb19fc13eb806deda6ae57dc377ac88f93cd60) 18 June 2019, 08:58:08 UTC
b409803 win warn: int type narrowing in TGHtmlParse.cxx Original warning: C:\build\workspace\root-pullrequests-build\root\gui\guihtml\src\TGHtmlParse.cxx(775): warning C4267: '=': conversion from 'size_t' to 'Html_16_t', possible loss of data [C:\build\workspace\root-pullrequests-build\build\gui\guihtml\GuiHtml.vcxproj] 18:53:21 C:\build\workspace\root-pullrequests-build\root\gui\guihtml\src\TGHtmlParse.cxx(1147): warning C4267: '=': conversion from 'size_t' to 'Html_16_t', possible loss of data [C:\build\workspace\root-pullrequests-build\build\gui\guihtml\GuiHtml.vcxproj] (cherry picked from commit ce60add5fab9bd42b2e5adf1e5ce4dc911b67ff4) 18 June 2019, 08:58:08 UTC
fef3ef0 win warn: add definitions in TGLParametric.cxx only when not defined Original warning: C:\build\workspace\root-pullrequests-build\root\graf3d\gl\src\TGLParametric.cxx(14): warning C4005: 'NOMINMAX': macro redefinition [C:\build\workspace\root-pullrequests-build\build\graf3d\gl\RGL.vcxproj] (cherry picked from commit 36c3797f83f386ac27c602f5c65d93bb65d5e253) 18 June 2019, 08:58:08 UTC
86aed68 win warn: fix extra "," in RStipples.h in array Warning message: C:\build\workspace\root-pullrequests-build\build\include\RStipples.h(292): warning C4838: conversion from 'int' to 'const unsigned char' requires a narrowing conversion [C:\build\workspace\root-pullrequests-build\build\graf3d\gl\RGL.vcxproj] (cherry picked from commit 1aaefb654d28a5c6250e4645e427a14a5c88f2d8) 18 June 2019, 08:58:08 UTC
945fb2a win warn: suppress -O3 compiler options for ZLIB on windows Does not supported. Original warning is: cl : Command line warning D9002: ignoring unknown option '-O3' [C:\build\workspace\root-pullrequests-build\build\builtins\zlib\ZLIB.vcxproj] (cherry picked from commit 5e64a3603d3c9cd2363800f82bdcfcc031ce2c4b) 18 June 2019, 08:58:08 UTC
46badfc win warn: wrong printf argument Original warning: gdkevents-win32.c(5008): warning C4477: 'printf' : format string '%#x' requires an argument of type 'unsigned int', but variadic argument 2 has type 'HWND' [C:\build\workspace\root-pullrequests-build\build\graf2d\win32gdk\GDKLIB.vcxproj] (cherry picked from commit e0f437b04ab597be5ef956804d8da1b16d14f158) 18 June 2019, 08:58:08 UTC
4cf8250 win warning: fix probable precision lost in TClassEdit::STLKind unsigned char was used as length - means any fancy class name longer than 256 characters will cause error. Original warning: C:\build\workspace\root-pullrequests-build\root\core\foundation\src\TClassEdit.cxx(481): warning C4267: '+=': conversion from 'size_t' to 'unsigned char', possible loss of data [C:\build\workspace\root-pullrequests-build\build\core\foundation\Foundation_Stage1.vcxproj] (cherry picked from commit a7c1960c479dbdbc9454723c702d9821165e709e) 18 June 2019, 08:58:08 UTC
2d6d043 textinput: win warnings in printf C:\build\workspace\root-pullrequests-build\root\core\textinput\src\textinput\StreamReaderWin.cpp(212): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 3 has type 'LPVOID' [C:\build\workspace\root-pullrequests-build\build\core\textinput\TextInput.vcxproj] (cherry picked from commit dde6fcfe86410f7c19917906b39d49d62f8e87d2) 18 June 2019, 08:58:08 UTC
11da901 text input: fix windows warnings C:\build\workspace\root-pullrequests-build\root\core\textinput\src\textinput\TerminalDisplayWin.cpp(129): warning C4838: conversion from 'size_t' to 'SHORT' requires a narrowing conversion [C:\build\workspace\root-pullrequests-build\build\core\textinput\TextInput.vcxproj] 17:18:20 C:\build\workspace\root-pullrequests-build\root\core\textinput\src\textinput\TerminalDisplayWin.cpp(129): warning C4267: 'initializing': conversion from 'size_t' to 'SHORT', possible loss of data [C:\build\workspace\root-pullrequests-build\build\core\textinput\TextInput.vcxproj] 17:18:20 C:\build\workspace\root-pullrequests-build\root\core\textinput\src\textinput\TerminalDisplayWin.cpp(172): warning C4838: conversion from 'size_t' to 'SHORT' requires a narrowing conversion [C:\build\workspace\root-pullrequests-build\build\core\textinput\TextInput.vcxproj] 17:18:20 C:\build\workspace\root-pullrequests-build\root\core\textinput\src\textinput\TerminalDisplayWin.cpp(172): warning C4267: 'initializing': conversion from 'size_t' to 'SHORT', possible loss of data [C:\build\workspace\root-pullrequests-build\build\core\textinput\TextInput.vcxproj] 17:18:20 C:\build\workspace\root-pullrequests-build\root\core\textinput\src\textinput\TerminalDisplayWin.cpp(232): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 3 has type 'LPVOID' [C:\build\workspace\root-pullrequests-build\build\core\textinput\TextInput.vcxproj] (cherry picked from commit 446361d579c294db8709bbfa7b16977d9715ae03) 18 June 2019, 08:58:08 UTC
1d0d7b1 core/clib: win warning about wrong printf args for pointer Like: C:\build\workspace\root-pullrequests-build\root\core\clib\src\mmapsup.c(282): warning C4477: 'fprintf' : format string '%x' requires an argument of type 'unsigned int', but variadic argument 1 has type 'char *' [C:\build\workspace\root-pullrequests-build\build\core\clib\Clib.vcxproj] (cherry picked from commit ed1a63d4b31df429f90d353a5fd257b7c3ae9d5b) 18 June 2019, 08:58:08 UTC
5acc931 matacling: fix windows warning of using - sign with ULL constant Like: C:\build\workspace\root-pullrequests-build\root\core\metacling\src\TClingBaseClassInfo.cxx(372): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\build\workspace\root-pullrequests-build\build\core\metacling\src\MetaCling.vcxproj] In all other places clang::CharUnits::fromQuantity() used with normal integers. Actually ULL does not really matches with int64_t. (cherry picked from commit bae406b8587fb0876b8b9c43a4f7bd35861a483b) 18 June 2019, 08:58:08 UTC
4fb8bcb remove whitespaces (cherry picked from commit 02acc5046c5b6425295a9e8d72d02f6d08e0ef86) 18 June 2019, 08:58:08 UTC
f55f997 [Math][ROOT-10131] Fix gcc9 warnings (-Wdeprecated-copy) for Minuit2 - MnCross: Set default assignment operator - MinosError: Set default assignment operator - ABObj: Delete private assignment operator (cherry picked from commit 742afbbd7460d19eeee5e2d8c50a2e75762e5993) 18 June 2019, 08:58:08 UTC
5bcad04 [Math][ROOT-10131] Fix gcc9 warnings (-Wdeprecated-copy) for SVector (cherry picked from commit 02f593ffa6baf4d5e52e2000f5205f5ec4c719cb) 18 June 2019, 08:58:08 UTC
a405646 [Math][ROOT-10131] Fix gcc9 warnings (-Wdeprecated-copy) for SMatrix (cherry picked from commit 33b804cef21fc4cc35b27cfd7ff94333fa6878db) 18 June 2019, 08:58:08 UTC
17a8854 [cling] Do not allow single line if statements. (cherry picked from commit ecf88f3b876b1b0b338f175bb8ce09d5d17c3db3) 18 June 2019, 08:58:08 UTC
eaeab55 [ntuple, tutorial] check validity of dynamic cast (cherry picked from commit 7a9a349bb97a44d9f188440806c6a4c63cadcf07) 18 June 2019, 08:58:08 UTC
8cd55ef [ntuple, tutorial] simplify TTree branch iteration (cherry picked from commit 6d054ab77e7c3d50361d7fb0270ac9e9495c323f) 18 June 2019, 08:58:08 UTC
507bfbd [ntuple] make tutorials more concise (cherry picked from commit 5b83793a00d4f4da07fd32c60982171759b6466f) 18 June 2019, 08:58:08 UTC
d96b56d [doxy] Also document core/metacling aka TCling. (cherry picked from commit 408e52b164624e8823bfd0407a93fe139e0eef9d) 18 June 2019, 08:58:08 UTC
b9688e6 Add protection in ClipPolygon (cherry picked from commit 607419d20cdb561e41e3fba57c15812c437331ef) 17 June 2019, 11:13:52 UTC
7c50ae1 [v7tut] For now, attributes for FooOpts are not below Foo(). (cherry picked from commit 4064cee087f5e116215a84e2d4323505690ae51c) 17 June 2019, 11:13:41 UTC
e835295 [cmake] "root7" is defined only later; use root7_defvalue instead. (cherry picked from commit a50a2dcb7ef7d6483ee5a6e49c10a231bd342caa) 17 June 2019, 11:13:34 UTC
7e466a4 [cmake] Rename "webui" to "webgui"; defaults to root7 (or "On" for "all"). (cherry picked from commit 7ce917fa1e361ee1faec609285f8aa3376721dea) 17 June 2019, 11:13:29 UTC
eed6f99 [TCling] MacOS cannot link against libAudioToolboxUtility: ld: cannot link directly with dylib/framework, your binary is not an allowed client of /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libAudioToolboxUtility.tbd for architecture x86_64 (cherry picked from commit 9cdd663a26fd92475d325cc81dbb12d15f82c0eb) 17 June 2019, 11:13:16 UTC
6072459 [metacling] Do not link against SDK libs (Mac 10.15). (cherry picked from commit a6ab98357ad1d1aaa2cd5d555985ec6035fbeb16) 17 June 2019, 11:13:12 UTC
9e34774 [tcling] Use more variables to denote clearly the state and intent. We might be in a situation where we linked the library into an executable and our trigger function is inside it. In that case we should use the executable to find the base path and look for a shared library with the specified `modulename`. Improve the code depending on dyLibName and remove the special case where we were called within an executable and dyLibName was not set. This patch is another try to fix the assert in the incrementals. 13 June 2019, 20:32:56 UTC
9996528 [tcling] Check if the triggerFunc is in a library. This patch should fix an assert in the incrementals. 13 June 2019, 20:32:56 UTC
43f2bb5 Avoid warning about unused local typedef 13 June 2019, 06:33:31 UTC
e9a8af2 Remove quotes from CFITSIO_LIBRARIES variable CMake gets confused otherwise, as seen in the link below: http://cdash.cern.ch/viewBuildError.php?buildid=669849 13 June 2019, 06:33:30 UTC
0915386 Update FindCFITSIO.cmake Add a fix for ROOT-9755 by linking explicitly against libcurl for newer versions of cfistio that require it. 13 June 2019, 06:33:30 UTC
09648ae Merge pull request #3927 from amadio/ROOT-10127 Use default copy constructor and assignment operator for Plane3D 13 June 2019, 06:33:30 UTC
1625095 Fix detection of clang version on macOS for builtin TBB When CUDA is installed on macOS, clang -v prints also the version of CUDA that is found, which breaks version detection. As a workaround, clang --version prints the same information, but without printing the CUDA version. Fixes: ROOT-9678 13 June 2019, 06:33:30 UTC
0adb6d3 Add back C++ standard to root-config --features 13 June 2019, 06:33:30 UTC
4770c31 Do not disable Vc for non-x86_64 architectures Vc is already disabled by default and does support amd64, which will not match the current condition. This check only has an effect when all=ON is passed to CMake, and in this case we ought to respect what was requested on the command line as well. 13 June 2019, 06:33:30 UTC
8f007c0 Disable VecCore for Travis CI clang-tidy check 13 June 2019, 06:33:29 UTC
9ed47ad Silence GCC 9 warnings coming from Google Test headers 13 June 2019, 06:33:29 UTC
f37752d Export C++ standard target property only if defined In ROOT, CMAKE_CXX_STANDARD is always defined. However, on dependent projects that use this function we need to check, since CMAKE_CXX_STANDARD may not be defined. 13 June 2019, 06:33:29 UTC
24d5195 Do not use null pointer in TCling error message 13 June 2019, 06:33:29 UTC
8c3276b Add custom assignment operator to TProfile3D to match constructor 13 June 2019, 06:33:29 UTC
1715330 Add custom assignment operator to TProfile2D to match constructor 13 June 2019, 06:33:29 UTC
2b29742 Add custom asssignment operator to TProfile to match constructor 13 June 2019, 06:33:28 UTC
back to top