- Oct 04, 2017
-
-
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
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
- Use TMath::Pi() instead of M_PI (undefined on Windows) - Replace 'uint' with 'unsigned int' - Fix error C2057: expected constant expression with newX and newY arrays
-