- Apr 17, 2019
-
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
This corresponds to the fix from Sergei Linev (1b565f24), which will be integrated in cppyy-backend when the ROOT of Cppyy is updated to a patch release of 6.16. In the meantime, this patch reminds of the necessary fix.
-
Enric Tejedor Saavedra authored
In its last update (CPyCppyy 1.6.4), Cppyy automatically adds to a derived class the overloads of a base class that come from using declarations. Therefore, that makes the pythonisation for plotOn redundant, since everything will be handled at the bindings level.
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Stefan Wunsch authored
-
Stefan Wunsch authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
If doing direct conversion of map -> json, it is not possible to specify "JSON_object" tag in class comments. Therefore now one can use compact parameter 5 for that: std::map<string,int> obj; obj["name"]=7; auto json = TBufferJSON::ToJSON(&obj,5);
-
Sergey Linev authored
Let stream classes std::map<int,double> directly
-
Sergey Linev authored
This instruct TBufferJSON to produce JSON object instead of array for std::map classes
-
Sergey Linev authored
-
Sergey Linev authored
There are several non-trivial data members, therefore create only when really needed. Especially such members are not needed during writing of JSON. Should slightly improve performance
-
Sergey Linev authored
Members mapped with JSONmap comment, are stored as normal objects and can be read as normal objects
-
Sergey Linev authored
If data member marked with "JSONmap" comment, such std::map class will be converted in plain JSON object. Of course, first type in the std::map MUST be of string (or TString or const char*). Such representation is much more compact than default one
-
- Apr 16, 2019
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
This patch enables loading of dictionaries based on modules. As such, we have a module which contains test/Event.h. ROOT now preloads it because it is in the same folder with stressTMVA. Essentially it injects test Event class on the global scope and using namespace TMVA enables the 'other event'. I am not particularly happy with this workaround but disabling loading of the module with the test event will harm more tests.
-
Vassil Vassilev authored
-
Vassil Vassilev authored
This patch actually loads the modulemap as previously it wrongly detected it was already loaded.
-
Oksana Shadura authored
Problem is visible only on CERN VM infrastructure and currently is under investigation, for 32b Docker container tests are passing.
-
Oksana Shadura authored
-
Sergey Linev authored
-
Sergey Linev authored
Base classes for attributes defined in gpad, but also some classes like RPad uses line or fill attributes. Later attributes can be extracted into separate library.
-
Olivier Couet authored
-
Enric Tejedor Saavedra authored
This information is used by roottest-root-dataframe- test_progressiveCSV to check the correct behaviour of the progressive reading of the CSV data source.
-
Danilo Piparo authored
-
Danilo Piparo authored
this is achieved adding a special case which checks if the directory containing the tree is a file or a proper directory.
-
Bertrand Bellenot authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Apr 15, 2019
-
-
Danilo Piparo authored
-
Danilo Piparo authored
-