- Apr 01, 2020
-
-
Pratyush Das authored
-
Philippe Canal authored
Previously it would retun the parent directory in case where a sub-directory creation was requested. See https://root-forum.cern.ch/t/subdirectories/15665/11.
-
- Mar 31, 2020
-
-
Sergey Linev authored
These includes may be used in dictionaries and therefore should be available already in core libs
-
- Mar 30, 2020
-
-
Pratyush Das authored
-
Vassil Vassilev authored
This patch also instruct the build system to not copy {libc,std}.modulemap in OSX because the standard libraries are already modularized. Fixes a regression introduced by root-project/root@603a1c3e96
-
- Mar 29, 2020
-
-
Vassil Vassilev authored
rootcling writes dependency information which is never read/used when loading the rdict file.
-
- Mar 27, 2020
-
-
Sergey Linev authored
Let use this enum in win32gdk to avoid direct dependency from Gui library there
-
- Mar 25, 2020
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
- Mar 24, 2020
-
-
Axel Naumann authored
This allows to deprecate the op= instead of any use of fgMaxSlot. The latter is impossible as TThreadedObject needs to use it itself, inside an inline (template member) function.
-
Axel Naumann authored
-
Axel Naumann authored
Use TNumSlots ctor to pass number of slots. IMT use can still use the non-TNumSlots ctor; it will warn if IMT is off.
-
Axel Naumann authored
It is ambiguous whether TThreadedObject should rely on IMT, or whether it is used by user scheduling. The default of 64 threads was good enough for user scheduling - unless the user needs more threads. The default of 64 threads is also good enough for IMT, when IMT was not yet enabled - unless IMT ends up using more slots. Thus, the silent default value is often misleading, and setting it through a static before construction is not exactly cplusplusy. Instead, plovide a constructor tag that passed the number of slots - or "IMT" if that is what is wanted. Add a warning if IMT is assumed but IMT is off, rather than failing, if IMT later needs more than fgMaxSlots slots.
-
Axel Naumann authored
-
Axel Naumann authored
-
Enrico Guiraud authored
-
Michael Wilkinson authored
-
Michael Wilkinson authored
-
Michael Wilkinson authored
-
Olivier Couet authored
-
- Mar 23, 2020
-
-
Vaibhav authored
-
Vaibhav authored
-
Yuka Takahashi authored
-
Yuka Takahashi authored
Removing TClingRuntime.h, string.h, stddef.h, and stdlib.h.
-
- Mar 19, 2020
-
-
Xavier Valls Pla authored
Raise a warning if requesting a specific number of threads but the pool has already been initialized with a different number.
-
- Mar 16, 2020
-
-
Olivier Couet authored
-
Sergey Linev authored
Custom type name can be used in the future for identifying I/O constructors
-
Sergey Linev authored
Separate methods used for dictionary generation and for creating of I/O constructor wrapper for templated classes
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Avoid cling warning when generate code
-
Sergey Linev authored
To keep support as requested in ROOT-7723
-
Sergey Linev authored
-
Sergey Linev authored
When non-default constructor is used, one cannot directly allocate array of such objects. Therefore first allocate memory (arena) for them and then call constructor with preallocated memory
-
Sergey Linev authored
Causes failing of roottest io_alloc and io_newdelete
-
Sergey Linev authored
Special case when default constructor not available. Requires correspondent function generation
-
Sergey Linev authored
Need to use it when generate wrapper
-
- Mar 11, 2020
-
-
Axel Naumann authored
Since 08e767cb, no llvm symbols are exported, and thus none are subject to relocation, and thus existing llvm symbols do not affect libCling and there is not need to complain about existing llvm symbols.
-
Philippe Canal authored
Fix ROOT-9966.
-