- Sep 28, 2018
-
-
Guilherme Amadio authored
The INCLUDE_DIRECTORIES property only became available in CMake 3.11, so we have to use COMPILE_FLAGS instead, which is already available in our required version (CMake 3.4.3).
-
Guilherme Amadio authored
-
Guilherme Amadio authored
Note: The ROOT_ARCHITECTURE value of win32old is not found anywhere else in the code, and the files referred to don't exist anymore, so the obsolete linkdef file has been removed too.
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Danilo Piparo authored
-
- Sep 27, 2018
-
-
Oksana Shadura authored
-
Oksana Shadura authored
It is fixing: ..root/tree/dataframe/src/RDataFrame.cxx:789:6: error: reference to 'RDF' is ambiguous : RDF::RInterface<RDFDetail::RLoopManager>( ^ In module 'ROOTDataFrame' imported ..root/tree/dataframe/src/RDataFrame.cxx:14: ..include/ROOT/RCutFlowReport.hxx:29:11: note: candidate found by name lookup is 'ROOT::RDF' namespace RDF { ^ ..root/tree/dataframe/src/RDataFrame.cxx:721:11: note: candidate found by name lookup is 'ROOT::Detail::RDF' namespace RDF { ^ ..tree/dataframe/src/RDataFrame.cxx:789:11: error: member initializer (null) does not name a non-static data member or base class : RDF::RInterface<RDFDetail::RLoopManager>( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Vassil Vassilev authored
This reverts commit 80b1a73b. The patch triggers a pre-existing bug on fedora28 and gcc8.1
-
Yuka Takahashi authored
This is a better implementation over doing #ifdef R__USE__CXXMODULES everywhere.
-
Axel Naumann authored
-
Olivier Couet authored
-
Olivier Couet authored
Such pictures can (now) be displayed with `\macro_image (picture_name.png[.pdf])`
-
Olivier Couet authored
-
Danilo Piparo authored
-
Danilo Piparo authored
where possible without too many hacks.
-
Danilo Piparo authored
reorder images and code, add output, make sure canvases can be properly saved. Also trim out useless code to minimise the examples.
-
Danilo Piparo authored
if the size is bigger than the default value. Document better the behaviour, too.
-
Danilo Piparo authored
-
Yuka Takahashi authored
This error: http://cdash.cern.ch/viewBuildError.php?buildid=567476 was caused because modules couldn't merge definition of struct __pthread_internal_list
-
- Sep 26, 2018
-
-
Yuka Takahashi authored
This is to enable the supression of file modification error and module relocation error provided by Clang. File modification error is emitted when source file is changed after implicit pcm was generated, but what we want for Clang is to just re-generate new pcm and replace it, rather than emitting errors.
-
Danilo Piparo authored
but rather for the missing dictionary of T given the way in which we treat unique_ptrs.
-
Axel Naumann authored
Fixes builds with command line tools and macos 10.14.
-
Yuka Takahashi authored
Previously, [system] was used to mark modules which were supporsed be implicitly built by rootcling for runtime modules. This was a workaround, and it was causing SourceLocation error in cxxmodules as it is also using the same modulemap. To remove the workaround, we are introducing a new convention that modules start with ROOT_ is treated as "ROOT system modules", which can be build implicitly.
-