- Oct 05, 2017
-
-
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
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
- add dependencied on Core and IO (needed to resolve the symbols at link time on Windows) - add a few symbols to be exported - use the ANSI version of system functions - convert the backslashs to forward slashs in the rootmap file path
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
-
- Oct 03, 2017
-
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Guilherme Amadio authored
-