- Mar 11, 2019
-
-
Axel Naumann authored
This code must be replaced by a HeaderSearch of vector, stdio.h and then use their DirectoryEntry-s as path for buildModuleMapOverlayEntry().
-
Axel Naumann authored
TClassEdit.h is a namespace in libCore and in the PCH. There is no advantage in creating a dictionary for it.
-
Axel Naumann authored
We do not need dictionaries for internal Getline() functions or enums.
-
Axel Naumann authored
we don't care about enums that end up in the PCH anyway.
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
This makes the list of source files show up in one place instead of two.
-
Axel Naumann authored
General rootcling does not need to regenerate dictionaries if dependent libraries (or their dictionaries) are out of date. Modules, however, will need underlying modules to be created first. We use "library" as a replacement for that, as not all dependent dictionary targets are available for depending dictionaries.
-
Axel Naumann authored
-
Axel Naumann authored
Before, many headers were not found, because they were specified as Math/Foo.h, and ${CMAKE_CURRENT_SOURCE_DIR}/Math/Foo.h does not exist (missing "inc"). This fixes the broken build system dependency which did not trigger the dictionary to be re-generated after a header modification.
-
Enrico Guiraud authored
-
Guilherme Amadio authored
root-config.in uses @bindir@ to get the value for the bindir directory at configuration time, so setting it here overwrites that and generates wrong values in RConfigure.in.
-
Guilherme Amadio authored
Tests are only meant to be run during the build, not to be installed as part of ROOT.
-
Guilherme Amadio authored
-
Enric Tejedor Saavedra authored
string_view support in Cppyy for < cxx14 fixed these tests.
-
- Mar 09, 2019
-
-
Kim Albertsson authored
using the already established notation of `auto objPtr = ...`
-
Kim Albertsson authored
-
Kim Albertsson authored
-
- Mar 08, 2019
-
-
Enric Tejedor Saavedra authored
-
Philippe Canal authored
Also write element should never be cached and always use the current offset. This fixes ROOT-10016 (redo)
-
Philippe Canal authored
This reverts commit 3e33442c. Commit contains more than intended.
-
Philippe Canal authored
Also write element should never be cached and always use the current offset. This fixes ROOT-10016
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
Define a new options GpuOPtions to allow to confire the Gpu when using Tensorflow. FOr example, to minimize GPu emory usage, needed for running Keras and then TMVA on GPU, you can specify: "GpuOptions=allow_growth=True"
-
Lorenzo Moneta authored
Fix setting number of threads for tensorflow backend. Add also special config option for GPU that is needed for new RTX cards
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
-
Stephan Hageboeck authored
As all PDFs, RooAddPdf inherits the protected evaluate(). It is, however, listed as public and clutters the interface.
-
Stephan Hageboeck authored
* Clarify docs of RooExtendPdf. * Clarify docs in RooCachedPdf and RooCurve. * Refine comment for RooAbsReal norm computations. * Improve docs of RooProdPdf. * Small changes/typos in various places.
-
Stefan Wunsch authored
-
Stefan Wunsch authored
-
Stefan Wunsch authored
-
Guilherme Amadio authored
This problem only happens when ROOTSYS is set, but PYTHONPATH is unset or set to an empty string, for example, as a consequence of sourcing multiple thisroot.sh scripts in the same shell. ROOT-10024 #close
-
- Mar 07, 2019
-
-
Enrico Guiraud authored
-
Javier Cervantes Villanueva authored
Add tests with double and int types
-
Guilherme Amadio authored
-
Stephan Hageboeck authored
[ROOT-5236] - The RooProdPdf was leaking memory when caching values. - Fix leak in HistoToWorkspaceFactoryFast. - Fix leak in Asimov data generation.
-
Sergey Linev authored
-
Sergey Linev authored
Do not produce fatal error, which may happen if try to compile with -Dall=ON option
-