- Dec 04, 2018
-
-
Danilo Piparo authored
1. No need to make it a friend 2. No need for the ABI compatibility workaround. Now this is in a library and not interpreted.
-
Danilo Piparo authored
-
Danilo Piparo authored
it can become a plain internal helper.
-
Danilo Piparo authored
-
Danilo Piparo authored
to support the PCRE dialect. This is done because TRegexp is insufficient for common task such as expressing an OR. The choice is documented and a test is added.
-
Danilo Piparo authored
-
Danilo Piparo authored
therewith removing the need to include TInterpreter.h.
-
Danilo Piparo authored
in order not to include TROOT.h in RInterface.hxx
-
Danilo Piparo authored
transfer routines to InterfaceUtils and include the headers in the cxx file. The objective is to reduce parsing time of the RInterface.hxx header.
-
Danilo Piparo authored
implemented in the ROOTDataFrame library.
-
- Dec 03, 2018
-
-
Stephan Hageboeck authored
* Improve documentation of RooAddition. * Improve formatting of docs for RooMCStudy and RooAbsRealLValue. * Improve documentation for RooMCStudy and RooAddPdf. * Improve docs for several Roo classes: RooAbsReal, RooAbsPdf, RooAbsRealLValue, RooExtendPdf. * Minor improvement of docs in RooAbsPdf, RooExtendPdf, RooRealIntegral
-
Axel Naumann authored
[TFormula] Allow autoparsing to hit before Declare() (ROOT-9840)
-
Oksana Shadura authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Guilherme Amadio authored
Cppyy supports C++11.
-
Danilo Piparo authored
-
- Dec 02, 2018
-
-
Axel Naumann authored
-
- Dec 01, 2018
-
-
Axel Naumann authored
Revert PR3075: it causes CMakeFiles/ROOTDataFrame.dir/src/RSqliteDS.cxx.o: In function `(anonymous namespace)::VfsRdOnlyRead(sqlite3_file*, void*, int, long long)': RSqliteDS.cxx:(.text+0x237): undefined reference to `Davix::DavPosix::pread(Davix_fd*, void*, unsigned long, long, Davix::DavixError**)' and many more.
-
Axel Naumann authored
This reverts commit 84108b50.
-
Axel Naumann authored
This reverts commit d6e02859.
-
- Nov 30, 2018
-
-
Axel Naumann authored
This reverts commit f9201586. It breaks the build, as doc generation for these tools imports PyROOT before it has been built.
-
Jakob Blomer authored
-
Guilherme Amadio authored
When Davix is builtin, libdavix is static and the symbols get copied both into RDAVIX and ROOTDataFrame, and clash at runtime because there are multiple copies of the same symbols. To resolve this problem, we link ROOTDataFrame to RDAVIX only, but for that we have to propagate the include directory by using PUBLIC linking explicitly. Also, since the header for SQLite is not needed during dictionary generation, we can remove it from the DICTIONARY_OPTIONS of ROOTDataFrame as well.
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-