- Dec 10, 2018
-
-
Olivier Couet authored
-
- Dec 06, 2018
-
-
Axel Naumann authored
-
- Dec 05, 2018
-
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
- Dec 04, 2018
-
-
Axel Naumann authored
-
- Dec 03, 2018
-
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
- Nov 29, 2018
-
-
Olivier Couet authored
- remove trailing white spaces.
-
- Nov 27, 2018
-
-
Olivier Couet authored
Implement an "argparse" unique description of man pages and usage for root commands.
-
- Nov 14, 2018
-
-
Axel Naumann authored
-
Axel Naumann authored
-
- Oct 31, 2018
-
-
Axel Naumann authored
-
Vassil Vassilev authored
-
Axel Naumann authored
-
- Oct 23, 2018
-
-
Vassil Vassilev authored
-
- Oct 01, 2018
-
-
Bertrand Bellenot authored
-
- Sep 27, 2018
-
-
Yuka Takahashi authored
This error: http://cdash.cern.ch/viewBuildError.php?buildid=567476 was caused because modules couldn't merge definition of struct __pthread_internal_list
-
- Sep 26, 2018
-
-
Yuka Takahashi authored
Previously, [system] was used to mark modules which were supporsed be implicitly built by rootcling for runtime modules. This was a workaround, and it was causing SourceLocation error in cxxmodules as it is also using the same modulemap. To remove the workaround, we are introducing a new convention that modules start with ROOT_ is treated as "ROOT system modules", which can be build implicitly.
-
- 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 !)
-
- Sep 07, 2018
-
-
Danilo Piparo authored
in ROOT6 there is only one kind of reflection information. For this reason, also the neighbouring references to Reflex have been removed.
-
- 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.
-
Danilo Piparo authored
-
- Aug 28, 2018
-
-
Danilo Piparo authored
-
- Aug 23, 2018
-
-
Oksana Shadura authored
-
- Aug 22, 2018
-
-
Elie Khairallah authored
* modified python files to be able to be called by argparse2help.py * modified argparse2help to handle options with no help * stop the scripts from running when imported
-
- Aug 01, 2018
-
-
Elie Khairallah authored
* [man,help] Add script to generate man, .h page. Use for `root`. * Script improvements * fix path bug * bug fix
-
- Jul 27, 2018
-
-
Axel Naumann authored
(cherry picked from commit 4a06e1b1c0d3da7f604f277c7dd27ed25ed8f8f1)
-
- Jul 03, 2018
-
-
Bertrand Bellenot authored
-
- May 23, 2018
-
-
Axel Naumann authored
valarray triggers lots of symbols to be emitted during startup.
-
- May 19, 2018
-
-
Vassil Vassilev authored
This reverts commit 86ffaecb. This breaks runtime_cxxmodules.
-
Vassil Vassilev authored
This reverts commit 95812645. This breaks the runtime_cxxmodules.
-
- May 18, 2018
-
-
SFT Nightlies authored
Add back the stdlib module in libc, move sys/types.h, too. This patch should resolve a recently introduced include cycle.
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
- May 17, 2018
-
-
Raphael Isemann authored
ROOT needs an overlay files in the include directory during runtime to correctly mount the system modulemaps for libc/STL. For this we need to generate and install a new overlay file that points to the *installed* modulemaps for those libraries. We can't use the existing modulemap as this one still points to the original build directory. We also need to install the related stl/lib modulemaps.
-
- May 14, 2018
-
-
Vassil Vassilev authored
This reduces the duplications in all modules reducing the overall modules size by 1MB.
-
- May 08, 2018
-
-
Axel Naumann authored
-
Axel Naumann authored
-
- May 04, 2018
-
-
Guilherme Amadio authored
ACLiC needs to produce position independent code for its objects, or it will fail at runtime.
-