- May 19, 2020
-
-
Axel Naumann authored
-
- Apr 27, 2020
-
-
Sergey Linev authored
Such includes should not be accessible in the user codes
-
- Mar 16, 2020
-
-
Axel Naumann authored
- Feb 14, 2020
-
-
Axel Naumann authored
-
- Jan 15, 2020
-
-
Chris Burr authored
-
- Dec 19, 2019
-
-
Axel Naumann authored
also if configured with CMAKE_INSTALL_PREFIX, root.exe relies on LD_LIBRARY_PATH to find libRint etc (unless configured with RPATH). This fixed root.exe not finding libRint from the install dir.
-
- Oct 31, 2019
-
-
Sergey Linev authored
Use these arguments to re-assign ip address where bind notebook server. Current notebook version may fail trying assign it too all available ips
-
- Aug 19, 2019
-
-
Guilherme Amadio authored
-
- Jul 01, 2019
-
-
Axel Naumann authored
-
- May 29, 2019
-
-
Axel Naumann authored
-
- Mar 14, 2019
-
-
Axel Naumann authored
Without DISPLAY, everything might work just fine because no TGClient is needed. But then do not spoil the party by trying to display the popup!
-
Axel Naumann authored
This is pointless / almost never works, and is often done too eagerly. Instead, let the TGClient do it (through TSystem) when actually needed. The complaint about ssh -Y is moved there, so remove it here.
-
Axel Naumann authored
-
- Mar 12, 2019
-
-
Guilherme Amadio authored
-
- Jan 22, 2019
-
-
Guilherme Amadio authored
-
- Nov 29, 2018
-
-
Olivier Couet authored
-
- Nov 27, 2018
-
-
Olivier Couet authored
Implement an "argparse" unique description of man pages and usage for root commands.
-
- Sep 21, 2018
-
-
Guilherme Amadio authored
This reverts commit dc825fc4.
-
- Sep 20, 2018
-
-
Elie Khairallah authored
* Centralise the generation of help for root command Add argparse2help.py, add root-argparse.py, delete the old help of root, add the cmake commands needed to generate the header containing the command line options help and to generate manual page for the root command. The python file argparse2help.py can be called with the root-argparse.py and the output name as arguments. This call will generate the header file if the output has an extension ".h" and will generate the manual page if the extension is ".1" * Centralise the generation of help for the rest of the commands Add cmake changes to generate headers and manual pages for rootcling hadd and hist2workspace Delete old man pages of hadd and hist2workspace Add commented out generation of man pages for python commands, we need to add a dependency before uncommenting them out Add hadd rootcling hist2workspace argparse modules * make the path compatible with windows * review modifications * add dependency on the input and the generation script of man pages * remove installation of headers * Update CMakeLists.txt It makes no sense to generates man pages on Windows. Windows does not have the `man` command. * Update argparse2help.py * Update argparse2help.py * Update argparse2help.py * Update hadd.cxx haddCommandLineOptionsHelp.h was not included for windows * Update root-argparse.py add the option --version * Update argparse2help.py simplified version (Thanks Bertrand !)
-
Axel Naumann authored
-
- May 18, 2018
-
-
Philippe Canal authored
-
- Mar 27, 2018
-
-
Axel Naumann authored
-
- Jan 23, 2018
-
-
Olivier Couet authored
-
- Dec 12, 2017
-
-
Axel Naumann authored
They are meant to be identical but diverged.
-
- Jan 28, 2017
-
-
Mattias Ellert authored
This reverts commit 5c076c6c.
-
- Jan 26, 2017
-
-
Vassil Vassilev authored
This reverts commit b406328d, reversing changes made to 318c7a47.
-
- Dec 17, 2016
-
-
Vassil Vassilev authored
Make cannot deal with 'export *', they have to be escaped and fixed later on.
-
- Dec 14, 2016
-
-
Vassil Vassilev authored
This is the recommended way of using the modules feature and should pave our way of enabling -fmodules-local-submodules-visibility mode.
-
Vassil Vassilev authored
There are still some issues when building the C++ modules implicitly from ObjC++ context.
-
Vassil Vassilev authored
-
Vassil Vassilev authored
Our two build systems can generate almost entirely a modulemap file laying out one module per library. Due to some non-modular implementation in ROOT's core we still need to treat some header files specially. This patch appends modular header files to the modulemap while skipping the predefined ones. Configure-make relates all headers that are installed in $ROOTSYS/include to their library whereas relates only headers which are part of library's dictionary.
-
- Sep 30, 2016
-
-
Fons Rademakers authored
-
- Sep 15, 2016
-
-
Axel Naumann authored
-
- Mar 04, 2016
-
-
Pere Mato Vila authored
-
- Jan 09, 2016
-
-
Mattias Ellert authored
-
- Dec 04, 2015
-
-
Pere Mato Vila authored
-
- Nov 14, 2015
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
Use SFINAE instead to select the right utmp[x] member function.
-
Vassil Vassilev authored
-