- Oct 05, 2017
-
-
Bertrand Bellenot authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
This patch allows TFileMerger to work with externally created TFile-s. Being able to control the creation of the TFile objects give us a chance to use in-memory files. This is very helpful in benchmarking when we want to simulate fast disks or we just want to avoid disk wearout.
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
- Oct 04, 2017
-
-
Vassil Vassilev authored
-
Lorenzo Moneta authored
-
Danilo Piparo authored
-
Danilo Piparo authored
but rather keep track of that status as a simple boolean in libCore. libImt is presently the tool used via TROOT to get the status of the activation of ImplicitMT. That requires the load of libImt and the invocation of a function. This PR made of 1 commit simplifies the mechanism, avoiding to load libImt (and initialise the entire TROOT) in case only the activation status of ImplicitMT is required.
-
Olivier Couet authored
Issue reported in https://sft.its.cern.ch/jira/browse/ROOT-9043
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
- In SelectionRules.cxx: #define fnmatch (Unix filename pattern matching) as PathMatchSpec (MS-DOS) - In TModuleGenerator::WriteRegistrationSource, since Visual sudio has a limitation of 2048 characters max in raw strings, split the potentially huge DICTFWDDCLS raw string into multiple smaller ones - In rootcling_impl.cxx, implement the Windows specific mangled/demangled checks, and convert several backslashs into forward slashs
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
this is a requirement to allow the TInterface to get rid of move semantics in the interface and allow PyROOT to work.
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
Use a EStatusBits 'enum' instead of a 'constexpr static int' (allowing automatic checking for overlaps)
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
Following the observation from philippe: Macro named starting with underscore are technically reserved for/by the compiler
-
Bertrand Bellenot authored
- Add a couple of missing #include <algorithm> - Replace _N by _NN (_N is already defined and used in some system math headers on Windows) - Add #define __thread __declspec(thread)
-
Bertrand Bellenot authored
-