- Apr 12, 2019
-
-
Ivana Hrivnacova authored
Moved TPDGCode.h (used in 'pythia6' and 'pythia8') from 'vmc' to to 'eg'; this makes all other libraries in 'montecarlo' not dependent on 'vmc'
-
Oksana Shadura authored
-
Danilo Piparo authored
-
Olivier Couet authored
-
Sergey Linev authored
-
Sergey Linev authored
Useful when dumped data can be analyzed with normal text viewer.
-
Sergey Linev authored
Can be useful when RWebWindow data damped to the files
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Both weak_ptr and shared_ptr are not working, therefore plain pointer for attributes I/O should be used
-
Axel Naumann authored
-
Axel Naumann authored
Keep dotted string, not vector, which makes name management much more lightweight. Introduce typed strings, to distinguish full paths ("hist.line.color") from just the final element ("color"). Rename AsOption to FromOption, which is more meaningful when reading the invocation.
-
Axel Naumann authored
-
Axel Naumann authored
Instead of holding all values (99% of which are defaults) in memory, with each option, only store those that are customized. For, and because reading is rare, store them as strings, which makes passing them to the JavaScript side trivial. Getters need to query the style - which is way more expensive than reading a simple int. But this is also a fairly rare operation. Implement new attributes for line, box etc.
-
Sergey Linev authored
-
- Apr 11, 2019
-
-
Stefan Wunsch authored
[PyROOT exp] Move implementation of DeclareGenericCallable to separate source file [PyROOT exp] Add feature to jit Python callable using numba So far, the jitting is only supported for basic types. [PyROOT exp] Add proxy class to switch between numba and generic impl [PyROOT exp] Ensure no leaking PyObject if stepping out early in callable proxy [PyROOT exp] Allow user to pass optional name of wrapper function [PyROOT exp] Add test for dispatcher of wrapper functions [PyROOT exp] Put in first round of comment - numba_only, generic_only and verbose flag - put only one decorator - change namespace of C++ side functions - modularize code - adapt tests [PyROOT exp] Add missing DECREFs when stepping out due to an exception [PyROOT exp] Remove unnecessary import of headers [PyROOT exp] Make verbose=True to new default
-
Sergey Linev authored
-
Sergey Linev authored
Was not handled as map object, producing completely wrong output
-
Philippe Canal authored
TDirectory is the intended level to introduce this (i.e. along side Get and GetObject). We need to cut a version thereof in TDirectoryFile otherwise the regular Get override will hide the templated version
-
Philippe Canal authored
It is the same exact declaration and implementation as TDirectory::GetObject.
-
Stefan Wunsch authored
-
Danilo Piparo authored
otherwise there is a risk of overcommiting the machine with too many workers.
-
Aleksander Gajewski authored
Signed-off-by:
Vassil Vassilev <v.g.vassilev@gmail.com>
-
- Apr 10, 2019
-
-
lizhangwen authored
-
Enrico Guiraud authored
-
Sergey Linev authored
This is preferred way, while correctly handles object ownership
-
Oksana Shadura authored
Fixing: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘std::size_t {aka unsigned int}’ [-Wformat=]
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
One requires appropriate search method to found primitive and pad to which it belong
-
Sergey Linev authored
When JS-side renders such objects, NDC position is calculated. Now this position applied back to the server to preserve it.
-
Sergey Linev authored
-
Sergey Linev authored
Object will be referenced from client and updated correspondently
-
Sergey Linev authored
Used for different settings provided by JSROOT, try to avoid full objects streaming like TFrame or TPaveText
-
Sergey Linev authored
Also for web-based canvas we need such objects to preserve different attributes, which can be changed by client
-
Philippe Canal authored
-
Danilo Piparo authored
-