- Mar 19, 2019
-
-
Sergey Linev authored
This could be used to insert specialized information, which is related to WS handler or display engine like CEF/Qt5
-
Mattias Ellert authored
-
Mattias Ellert authored
warning: Conditional section does not have a corresponding \endcond command within this file.
-
- Mar 18, 2019
-
-
Maarten van Veghel authored
Generalized RooArgusBG PDF to allow integration with parameter c (slope parameter) >= 0.
-
Emlyn Price authored
* Fix typo with code tags in FittingHistograms.md * Standardise presentation of TH1 and TF1 in FittingHistograms.md There were multiple different presentations of TH1, TF1 and functions e.g. TH1::Fit. Some TH1 and TF1 references were in bold, others were not. Likewise, sometimes the TH1 in e.g. TH1::Fit was in bold while sometimes it was not. This commit changes all instances of TH1, TF1 which are alone to bold and in code tags. All instances of TH1:: or TF1:: are not in bold.
-
Sergey Linev authored
-
Sergey Linev authored
Proper variables should be exported to parent cmake file, also directories should be set
-
Sergey Linev authored
Was not a case up to now
-
Enric Tejedor Saavedra authored
-
Sergey Linev authored
Its content was moved to cefdisplay and qt5webdisplay
-
Sergey Linev authored
It is default way how CEF configured
-
Sergey Linev authored
One should be able to run ROOT without setting extra path variables
-
Sergey Linev authored
Qt5 now requires that custom "rootscheme:" registered before Qt application created. Therefore now there is no separated handlers for different window - single handler created once. Works now with only THttpServer instance (like in CEF), can be enhanced later for many of them.
-
Sergey Linev authored
Special handling of file responses required. When file not exists, 404 reqply shoould be returned
-
Sergey Linev authored
Also try how RWebWindow runs with the http protocol
-
Sergey Linev authored
With WebGui.ForceHttp: 1 rootrc parameter all web window will use real http server for communication. It can be important for some JavaScript libraries which does not support redirection with specialized protocol names.
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
With the time they tend to modify some methods. To coupe with such changes, we will try to use #ifdef - as long as it works.
-
- Mar 17, 2019
-
-
Oksana Shadura authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
- Mar 16, 2019
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
The user might use utilities which print on cout and expects the output to be shown immediately. This patch automatically flushes std::cout after each execution of a wrapper.
-
- Mar 15, 2019
-
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
Make sure they are placed in ${build_dir}/include and ${install_dir}/include.
-
Axel Naumann authored
-
Axel Naumann authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
This is a pythonisation for TGraph, TGraph2D and their error subclasses. In particular, it pythonises their getter methods of the X,Y,Z coordinate and error arrays, which in C++ return a pointer to a double. The pythonization consists in setting the size of the array that the getter method returns, so that it is known in Python and the array is fully usable (its length can be obtained, it is iterable).
-
Axel Naumann authored
Fixes ROOT_GENERATE_DICTIONARY not finding v7 headers.
-
Vassil Vassilev authored
-
- Mar 14, 2019
-
-
Jan Knedlik authored
-
Jan Knedlik authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
Otherwise, find_file(headerFile) will claim "I did that search already". (cherry picked from commit 180a22a53c7ee76d5059c086dac4c8972b75a563)
-
Danilo Piparo authored
-