- Jan 26, 2017
-
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Olivier Couet authored
From Evgueni Tchernaiev: The order of drawing has been corrected in TPainterAlgorithms::LegoCartesian(). Some clean up has also been done.
-
Olivier Couet authored
-
Olivier Couet authored
- small improvement in DrawFaceMode2(); - fix of the order of drawing and clean up in SurfaceCartesian();
-
Olivier Couet authored
From Evgueni Tcherniaev: modify the code for WCtoNDC() and NDCtoWC() to ensure that the transformations work correctly in the case where pw and pn are the same array.
-
Olivier Couet authored
Spell check
-
Olivier Couet authored
Spell check
-
Olivier Couet authored
-
Olivier Couet authored
-
- Jan 25, 2017
-
-
Philippe Canal authored
Previous if the user did (implicitly or explicitly) - load first dictionary for a class (without a rootpcm) - access the TClass for that class - load a second dictionary (with a rootpcm) for the same class - Request the list of data members or the list of base class for that class. then the pointer to either list was a nullptr (rather than a pointer to the proper list as provided by the first dictionary).
-
Philippe Canal authored
-
Marcel R authored
-
Philippe Canal authored
-
Philippe Canal authored
-
Philippe Canal authored
-
Olivier Couet authored
-
Frederich Munch authored
-
Olivier Couet authored
-
Frederich Munch authored
-
Bertrand Bellenot authored
-
Vassil Vassilev authored
Move locking in the caller which can mutate interpreter's state. Constify.
-
Vassil Vassilev authored
Revert "SetArguments calls reset arg list first. We don't want this when we pass a template parameter pack." This introduced an issue. We really need to reset the elements every time we send a signal. Fixes the reported issues. This reverts commit 2c3becf7.
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
Axel Naumann authored
-
Frederich Munch authored
-
Frederich Munch authored
Fix atexit function declarations for gcc and add test. Fix mangling issues for at_quick_exit and g++ headers.
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
-
Frederich Munch authored
Implement atexit override. Windows uses atexit is to drive invoke static destructors, and using atexit on other platforms will cause cling to crash.
-
Frederich Munch authored
-
Bertrand Bellenot authored
Fix a segmentation violation when closing a detached TEveGedEditor, for example: cd $(ROOTSYS)/root/tutorials/eve root geom_atlas.C <click on blue GLViewer [TGLSAViewer]> <window de-attaches> <click the window decoration to close window> Root > *** Break *** segmentation violation
-
Frederich Munch authored
This reverts commit f1538c4f304f470b8e24c4fc55f5724264427397.
-
- Jan 24, 2017
-
-
Philippe Canal authored
-