Sergey Linev

Results 33 issues of Sergey Linev

This is virtual method and can be overriden in derived classes. Therefore when such method used in copy constructor or assignment operator, one have to explicitly specify class which used....

bug
affects:master

improvement
affects:master
in:TMVA

Allows to use `-Wzero-as-null-pointer-constant` compiler flag for derived objects

improvement
affects:master
in:Math Libraries

improvement
affects:master

Avoid warnings when -Wzero-as-null-pointer-constant is specified

improvement
affects:master
in:Cling

If external version of `nlohmann/json.hpp` is provided, always test if json_fwd.hpp is there. If not, one only can use versions 3.9 .. 3.10, for which forward declaration match to included...

affects:master
in:Build System

Allows to specify extension of temporary-created file. Used in webgui to create temporary html files to start web widgets

affects:master
in:Core Libraries
in:WebGui

If external nlohmann/json.hpp used in ROOT, it also has to be used in the tests Should fix #14769

affects:master
in:Build System

I manage to reproduce error on my docker and seems to be `--headless=new` is a solution. Let see

affects:master
in:WebGui

With `-Dbuiltin_civetweb=OFF` one can try to find and build ROOT with external version of civetweb. But this external version should be compiled with websocket support - which is not always...

affects:master
in:WebGui