- Sep 23, 2018
-
-
Guilherme Amadio authored
This causes problems both in depedency generation, since clang ignores headers marked as system, and due to the order in which headers are processed (build directory is marked as system when TBB is builtin).
-
- Sep 16, 2018
-
-
Danilo Piparo authored
-
- Sep 15, 2018
-
-
Lorenzo Moneta authored
-
- Sep 14, 2018
-
-
Lorenzo Moneta authored
-
- Sep 07, 2018
-
-
Danilo Piparo authored
in ROOT6 there is only one kind of reflection information. For this reason, also the neighbouring references to Reflex have been removed.
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Aug 30, 2018
-
-
Vassil Vassilev authored
There are two problems with this test and cxxmodules. First, it picks up a header files from $ROOTSYS/include and builds a library. Naturally, we should build pcm files, however, building module MathCore requires specific -I to build the needed VecCore and Vc components. This test does not have access to the include relevant include paths. Secondly, if we want to reuse the modules from ROOT which makes most sense we can't because we get a hard error such as: fatal error: malformed or corrupted AST file: 'SourceLocation remap refers to unknown module, cannot find include/pcms/1WYSNQV9VBZK7/stl-2OZGQN92C38MI.pcm We can fix the first point by moving out all VecCore-related headers such as Math/Types.h and all of its includers in a separate module. Thus, the current test will not require the VecCore (as in the textual case). Alternatively, we can trace the origin of the fatal error and try to remap the source locations.
-
Vassil Vassilev authored
The test should reuse the prebuilt modules in the module cache. However, due to a mismatch between the module-related flags exported by FindROOT. There is a mismatch between the -D passed by cmake. This patch make sure that the build arguments match more closely the build setup of ROOT. Thus we can reuse the already built module files.
-
- Jul 26, 2018
-
-
Axel Naumann authored
-
- Jun 29, 2018
-
-
Mattias Ellert authored
-
- Jun 27, 2018
-
-
Axel Naumann authored
-
- Jun 18, 2018
-
-
Olivier Couet authored
(axis title offset saving in C file)
-
- Jun 05, 2018
-
-
Guilherme Amadio authored
Introduced by commit fc5d4ce6.
-
- Jun 04, 2018
-
-
Guilherme Amadio authored
The buffer tests for histograms have slightly different rounding errors between buffered/not buffered histograms which exceed a few epsilons, so the test fails if the tolerances are too strict.
-
- Jun 01, 2018
-
-
Philippe Canal authored
-
Oksana Shadura authored
-
- May 31, 2018
-
-
Lorenzo Moneta authored
The test merging histogram with labels, which have been filled using SetBinContent() and ResetStats to compute the entry, fails in older ROOT versions
-
- May 30, 2018
-
-
Lorenzo Moneta authored
This reverts commit 52a910dc.
-
- May 24, 2018
-
-
Lorenzo Moneta authored
-
- May 22, 2018
-
-
Yuka Takahashi authored
* Revert "[cxxmodules] Exclude TFormula test" This reverts commit 6bcb2422. * Revert "[cxxmodules] Exclude remaining tests" This reverts commit bea06e82. * Revert "[cxxmodules] Temporary excluding tests for cxxmodules build bot" This reverts commit 7a3e417c. * [cxxmodules] Enable 17 tests and exclude 3 tests Recent change to master fixed some tests which were excluded previously, let's enable them again.
-
- May 17, 2018
-
-
Oksana Shadura authored
-
- May 15, 2018
-
-
Guilherme Amadio authored
Renaming as requested by Lorenzo.
-
Guilherme Amadio authored
Fixes: [ROOT-9216](https://sft.its.cern.ch/jira/browse/ROOT-9216)
-
Yuka Takahashi authored
-
- May 11, 2018
-
-
Yuka Takahashi authored
Excluded tdf012_DefinesAndFiltersAsStrings, stressvector-interpreted, stressmathcore-interpreted when runtime_cxxmodules is On.
-
Yuka Takahashi authored
This excludes tests which are failing in runtime modules nightly builds. We want to add runtime modules bot to incrementals and PRs so that people can fix their bugs before commiting.
-
- May 09, 2018
-
-
Lorenzo Moneta authored
Fix the configuration to find Blas and decide either to build CPU or GPU architecture. Define this in RCondifure.h
-
Guilherme Amadio authored
-
- Apr 04, 2018
-
-
Fons Rademakers authored
-
Philippe Canal authored
-
- Mar 27, 2018
-
-
Axel Naumann authored
-
- Mar 14, 2018
-
-
Bertrand Bellenot authored
-
- Mar 10, 2018
-
-
Oksana Shadura authored
Changing option name according better option semantic/documentation cases and extending it to be more generic (supporting zlib, lz4 and lzma)
-
Oksana Shadura authored
-
Oksana Shadura authored
-
Oksana Shadura authored
-
- Mar 01, 2018
-
-
Olivier Couet authored
-
- Feb 10, 2018
-
-
Lorenzo Moneta authored
Fix a compiler warning
-
- Feb 09, 2018
-
-
Lorenzo Moneta authored
Fix correctly hanflying of whitespace in parameter names. Due to a bug in handling the parameter name, reconstruction a function from an expression with white space did not work
-