- Aug 02, 2019
-
-
Volodymyr Yurchenko authored
Introduce the TAliceJobStatus See merge request jalien/alien-root-legacy!2
-
Nikola Hardi authored
-
Nikola Hardi authored
-
- Jul 30, 2019
-
-
Volodymyr Yurchenko authored
Add support for Alice-Grid-Utils See merge request jalien/alien-root-legacy!1
-
- Jun 27, 2019
-
-
Nikola Hardi authored
-
- Jun 25, 2019
-
-
Nikola Hardi authored
-
- Jun 20, 2019
-
-
Nikola Hardi authored
-
- Apr 16, 2019
-
-
Nikola Hardi authored
-
- Apr 04, 2019
-
-
Nikola Hardi authored
-
- Mar 27, 2019
-
-
Nikola Hardi authored
-
- Feb 28, 2019
-
-
Nikola Hardi authored
-
- Feb 18, 2019
-
-
Nikola Hardi authored
-
Nikola Hardi authored
-
- Feb 13, 2019
-
-
Nikola Hardi authored
-
- Feb 12, 2019
-
-
Nikola Hardi authored
-
- Feb 06, 2019
-
-
Nikola Hardi authored
-
Miguel Martinez Pedreira authored
* TAliEnFile now retries writes (now location based) * Server-side mirror of the uploaded copy is triggered too
-
- Dec 04, 2018
-
-
Oksana Shadura authored
In core/zip/inc/Compression.h was introduced RCompressionSetting class with set of enumerated classes for compression level, compression algorithm and default compression settings
-
- Nov 06, 2018
-
-
Oksana Shadura authored
-
- Mar 27, 2018
-
-
Axel Naumann authored
-
- Jul 28, 2017
-
-
Raphael Isemann authored
This refactors the CMake build files to no longer manually call the CMake functions for generating and linking the dicionairies. One reason is to reduce boilerplate, the other is that it is now no longer possible to have naming mismatches between the dictionary generation arguments and linking function arguments which was causing the race conditions we had in our build system. This also now follows more strictly the separation between dependencies like Math, Tree and Core and pure linking flags to external libraries.
-
- Jul 12, 2017
-
-
ROOT_GENERATE_DICTIONARY allows to specify dependencies, but we currently don't actually specify those. As we need this for getting the module dependencies right (as we can't build missing modules on demand), we should add those dependencies here. Then those dependencies propagate to the rootcling invocation which will in the future also generate the C++ module for the selected dictionary.
-
- Jun 06, 2017
-
-
Vassil Vassilev authored
ClassImp is a macro defined in Rtypes.h. It can be written without trailing semicolon. However, clang-format is based on lexing and it doesn't know at all about preprocessors and how to expand macros. When visiting ClassImp(X) it thinks this is not a completed entity (as it doesn't expand macros) and considers the next line as continuation of the previous. Inserting a semicolon fixes the issue and makes formatting with clang-format in the ROOT codebase less tricky.
-
- Feb 14, 2017
-
-
Raphael Isemann authored
Many headers contains redundant header guards around #include directives: #ifndef ROOT_TTree #include "TTree.h" #endif This patch removes the #ifndef's around these includes as they don't serve any pratical purpose anymore and are no longer part of the current ROOT coding convention. This patch also fixes the 153 typos that are contained in the symbols of the #ifndef directives. Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
-
- 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
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.
-
- Aug 23, 2015
-
-
Benedikt Hegner authored
-
- Aug 21, 2015
-
-
- Jun 26, 2015
-
-
Axel Naumann authored
-
- Aug 05, 2014
-
-
Philippe Canal authored
-
- Apr 29, 2014
-
-
Axel Naumann authored
rootcling will write out ROOT files; that does not work for libCore and RIO which instead use rootcling_tmp. All other libraries use rootcling -rootbuild. Rename ROOTCLINGTMP to ROOTCLINGSTAGE1; rootcling -rootbuild is ROOTCLINGSTAGE2.
-
- Apr 24, 2014
-
-
Andrei Gheata authored
TAlienFile::Open passes now to the server the content of ALIEN_SITE variable if this is defined (Costin Grigoras) (cherry picked from commit 9f0ae59c920193f6e2dce405dca5051ea9a2011e)
-
- Jan 31, 2014
-
-
Danilo Piparo authored
now the library names in the rootmaps are sane. In addition, the creation of the tmva and genvector dicts was simplified.
-
- Jan 27, 2014
-
-
Andrei Gheata authored
Replaced hardcoded /tmp with gSystem->TempDirectory() and skip file copying in TAlienCollection::Open for local url's (cherry picked from commit 76f1cf45f259a64bdd622c0c37dd2cab189d7bf4)
-
- Jan 22, 2014
-
-
Fons Rademakers authored
-
- Dec 17, 2013
-
-
Fons Rademakers authored
-
mechanism which does not involve rlibmap anymore but rootcling instead. Basically all the calls to the macro calling rlibmap have been removed. Signed-off-by: Danilo Piparo <danilo.piparo@cern.ch> Signed-off-by: Fons Rademakers <Fons.Rademakers@cern.ch>
-
which happens through rootcling and not anymore through rlibmap. Signed-off-by: Danilo Piparo <danilo.piparo@cern.ch> Signed-off-by: Fons Rademakers <Fons.Rademakers@cern.ch>
-
- Jul 18, 2013
-
-
Philippe Canal authored
-