- Aug 29, 2018
-
-
Danilo Piparo authored
this is done until the present ABI issues between gcc and clang are solved, most notably the ones concerning shared_ptrs.
-
- Aug 02, 2018
-
-
Oksana Shadura authored
-
- Jul 19, 2018
-
-
Axel Naumann authored
-
- Jul 16, 2018
-
-
Guilherme Amadio authored
The CMake build system is broken with genvector=OFF (does not really disable genvector, and tests fail if that is fixed). Therefore, it was decided that it's better to just make this always ON and remove the option for disabling it altogether.
-
- Jun 29, 2018
-
-
Axel Naumann authored
-
Axel Naumann authored
-
Mattias Ellert authored
-
- Jun 27, 2018
-
-
Gerardo Ganis authored
Addresses ROOT-9311
-
Axel Naumann authored
-
- Jun 26, 2018
-
-
Axel Naumann authored
-
- May 22, 2018
-
-
Danilo Piparo authored
-
- May 09, 2018
-
-
Lorenzo Moneta authored
Fix the configuration to find Blas and decide either to build CPU or GPU architecture. Define this in RCondifure.h
-
- May 05, 2018
-
-
Oksana Shadura authored
This reverts commit dc71c77684f6475ff508593a23044890ff02a82f.
-
- Apr 27, 2018
-
-
Bertrand Bellenot authored
-
- Apr 26, 2018
-
-
Sergey Linev authored
-
- Apr 23, 2018
-
-
Sergey Linev authored
Main application for such commands - creation of the image files. ROOT code waits from the client to store image in the file. By default 100 s will be used. Normally image creation is much faster
-
- Apr 19, 2018
-
-
Sergey Linev authored
-
Sergey Linev authored
One should be aware that certificate should be provided as well
-
- Apr 17, 2018
-
-
Oksana Shadura authored
-
- Apr 08, 2018
-
-
Enrico Guiraud authored
...and use it in RIntegerSequence.hxx
-
- Mar 29, 2018
-
-
Danilo Piparo authored
-
- Mar 27, 2018
-
-
Axel Naumann authored
-
Axel Naumann authored
-
- Mar 10, 2018
-
-
Oksana Shadura authored
Changing option name according better option semantic/documentation cases and extending it to be more generic (supporting zlib, lz4 and lzma)
-
Oksana Shadura authored
-
- Mar 05, 2018
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Only when required, full version of TRootSniffer with all extra libraries will be loaded. Which is actually happens by default.
-
Sergey Linev authored
-
Sergey Linev authored
Now only full-functional sniffer can produce or parse XML files
-
Sergey Linev authored
Here will be placed the code, which depends from gpad, tree, image and other libraries
-
- Mar 01, 2018
-
-
Sergey Linev authored
By default OFF, should be enabled only when appropriate software is installed on the system
-
Sergey Linev authored
At configure time one should add information into RConfigure.h file, if these components are exists. Only at such case one should try to load these libraries.
-
- Nov 26, 2017
-
-
Guilherme Amadio authored
-
- Nov 02, 2017
-
-
Fons Rademakers authored
After installing the new VMware Fusion 10 the PATH on macOS looks like: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public: this choked up setxrd.sh where PATH was not quoted. Added quotes around all path instances for protection in both scripts. Also unset drop_from_pathi at end of script to avoid bash namespace polution.
-
- Oct 16, 2017
-
-
Philippe Canal authored
-
- Sep 29, 2017
-
-
Matevz Tadel authored
Some MesaGL implementations (since 2016) have trouble (segv) when one tries to store vertex array operations into display lists. The practice is indeed somewhat questionable :) The following options will allow complete or partial disablement of display list usage. OpenGL.UseDisplayLists: 1 OpenGL.UseDisplayListsForVertexArrays: 1 OpenGL.UseDisplayLists already works. Handling of OpenGL.UseDisplayListsForVertexArrays still needs to be implemented as it requires review of all GL rendering classes.
-
- Sep 11, 2017
-
-
Raphael Isemann authored
-
- Sep 08, 2017
-
-
Raphael Isemann authored
It seems my last commit doesn't properly implement the way we add a define to the dictionary. It seems this is the proper way to do it instead of just calling add_definitions.
-
- Aug 30, 2017
-
-
Guilherme Amadio authored
-