An error occurred while loading commit signatures
- May 14, 2019
-
-
Vassil Vassilev authored
-
- May 13, 2019
-
-
Danilo Piparo authored
-
Vincenzo Eduardo Padulano authored
[Doc] improve TStatistic documentation
-
Danilo Piparo authored
-
Danilo Piparo authored
-
xloem authored
On my systems (RHEL7 and Android Termux) PAGE_SIZE is defined to 4096 in /usr/include/sys/user.h . The enum then produces a compile-term error. Adding this change resolves this error for me.
-
Vassil Vassilev authored
This patch fixes an assertion in the incremental builds.
-
Aryan Patel authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Sergey Linev authored
-
- May 11, 2019
-
-
Danilo Piparo authored
the code becomes more readable than before without loosing any coverage.
-
Danilo Piparo authored
-
- May 10, 2019
-
-
Philippe Canal authored
This is done by taking the check of fUniqueID and the assignment to fBuits into a separate function and by including this function in the header *but* marking it as "noinline" to prevent its inlining and preserve a way to suppress the valgrind warning. Introducing the macro R__NEVER_INLINE which expands to inline __attribute__((noinline)) The performance degradation is less than 10% for a case doing only creation and destruction of TObjects.
-
Guilherme Amadio authored
dataframe_nodes.cxx(97): error C3493: 'nBinsExpected' cannot be implicitly captured because no default capture mode has been specified
-
Guilherme Amadio authored
This reverts commit 4846a973.
-
Guilherme Amadio authored
This reverts commit ff376578.
-
Guilherme Amadio authored
This reverts commit 9e38c890.
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
since this prevents the correct transformation to notebook.
-
Sergey Linev authored
-
Sergey Linev authored
-
Timur Pocheptsov authored
Locking on a child view while inside the parent's -drawRect: was always looking horrendously (alas, this is how ROOT text rendering is implemented in TGTextView et al.). Finally, with macOS 10.14 released, after all these years of horrors, it stopped working at all. While it's still quite crappy that TGTextView tries to render text in its child window - TGViewFrame - it does not mean literally we physically have to do this. A little cheat and we render in the correct view instead.
-
Enric Tejedor Saavedra authored
Fixed by a2950e2dfa
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
It should be capable to work with ROOT6 and ROOT7 classes
-
Sergey Linev authored
Simplify range selection - exclude button
-
Sergey Linev authored
When significant changes are performed, model send to server and updated. If changes has effect on other parameters, changed model version send to the client back.
-
Sergey Linev authored
This is can be implemented on the server side, make no big sense now Cleanup code
-
Sergey Linev authored
Instead of separate dialog parameters show in extra tab. Every time new model is selected correspondent parameters are fetched. Also when fit is performed, result parameters are shown
-
Sergey Linev authored
Replace all by Grid, one still can have responsive changes if one wants them
-
Sergey Linev authored
Such tab can be invisible by default, but enabled later. Also use Grid layout with individual spanning parameters
-
Sergey Linev authored
Should be much easier to handle
-
Sergey Linev authored
Avoid use of ui5 Form pattern - it does not allow to use really compact design and does not allow to use any kind of layout inside. View is not that flexible (as Form pattern only promise) but much more predictable!
-
Sergey Linev authored
Introduce special class for function info - it can include more info than abstract combo-box item
-
Sergey Linev authored
Now more clear member names are used and function name use direct for selection
-
Sergey Linev authored
* Use gDirectory and fHist provided to fitpanel. * Use string identifiers with hsitogram names * Extract list of available TF1 objects, let sort them (do it by UI5?) * Use std::string_literals where it make scence * Use more compact c++11 intializer for large vectors
-