- Jul 11, 2019
-
-
maxgalli authored
to the AddEntry function was changed according to the fact that the None -> null pointer conversion is no longer implemented in Cppyy
-
Axel Naumann authored
If the constructor of the contained object is not run (e.g. because assembling its arguments triggered an exception), the dtor must not be run when destructing the cling::Value. Detect this case by imprinting canary bytes into the contained object bytes: if they have changed, run the dtor, if not assume that the constructor has failed. This will cause false positives in those cases where the constructor is not modifying the first object bytes: in these cases, the dtor is not run even though the ctor is run. That is still better than the other case (where the dtor crashes because no ctor was run).
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
Fix issue with popup (and context) menus popping up on wrong display on Windows with multiple display configuration
-
Olivier Couet authored
-
Enrico Guiraud authored
Now added for symmetry with surrounding code.
-
Enrico Guiraud authored
-
Enrico Guiraud authored
Remove the typo that caused "Last cluster in processed TTree is dropped under specific circumstances".
-
Enrico Guiraud authored
"Last cluster in processed TTree is dropped under specific circumstances"
-
Stefan Wunsch authored
* Show up with gcc9
-
Sergey Linev authored
C4005: 'NOMINMAX': macro redefinition C4138: '*/' found outside of comment
-
Sergey Linev authored
(some) original messages: lexertk.hpp(1017): warning C4266: 'int lexertk::token_inserter::insert(const lexertk::token &,const lexertk::token &,const lexertk::token &,const lexertk::token &,const lexertk::token &,lexertk::token &)': no override available for virtual member function from base 'lexertk::token_inserter'; function is hidden lexertk.hpp(1317): warning C4266: 'bool lexertk::token_scanner::operator ()(const lexertk::token &,const lexertk::token &,const lexertk::token &,const lexertk::token &)': no override available for virtual member function from base 'lexertk::token_scanner'; function is hidden
-
Sergey Linev authored
Here size_t variable converted into unsigned short - windows complains. Original message: RDFDisplay.cxx(96): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data RDFDisplay.cxx(117): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
-
Sergey Linev authored
Original messages (all the same): warning C4267: 'argument': conversion from 'size_t' to 'Font_t', possible loss of data
-
Sergey Linev authored
Original message: TCling.cxx(7182): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation
- Jul 10, 2019
-
-
Axel Naumann authored
-
Sergey Linev authored
Fixes warning from Travis: ``` include/TUrl.h:59:4: note: Calling default constructor for '\''TObject'\'' TUrl() : fUrl(), fProtocol(), fUser(), fPasswd(), fHost(), fFile(), ``` Also use nullptr instead 0 where it makes sense
-
alja authored
-
alja authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Axel Naumann authored
-
Olivier Couet authored
-
Sergey Linev authored
-
Sergey Linev authored
This is more strict declaration, problems faster detected by compiler
-
Sergey Linev authored
-
Stephan Hageboeck authored
The integral of the crystal ball shape might vanish quickly due to a finite precision when integrating far from the centre. This leads to divisions by zero. Now, a very small value is returned.
-
Stephan Hageboeck authored
When TFoam is pre-sampling a phase space, it may divide by zero if for some reason the event weight being generated is zero. This stops the generator loop, and leads to a fp exception when enabled. With this fix, the loop is kept running until the desired number of events has been generated.
-
Sergey Linev authored
Most of user-defined ui5 panles will use "currentdir" as location of XML/JS/JSON files. To effectively control browser cache, client version should be used here as well
-
Sergey Linev authored
When specified, all kind of JS scripts and ui5 files will be loaded from URL path, which includes such version tag. Therefore when version is changed, all related scripts will be automatically reloaded. This helps to solve browser cache problem of browser, especially for development phase. Normally browser heavily uses cached files, but if one changes any files, one should explain every user that he/she must clean it cache. With provided solution no any user intervension are required.
-
Sergey Linev authored
Up to now was used in internal ROOT methods, but now can be reused to modify already prepared http reply in RWebWindow
-
Sergey Linev authored
Page normally read from file system, but could be modified depending on special WSHandler functionality. Will be used in RWebWindow
-
Sergey Linev authored
Deprecate old signature, but keep support for a while
-
Sergey Linev authored
Otherwise it can not be correctly override in derived classes
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-