- Mar 03, 2017
-
-
John Harvey authored
-
- Mar 01, 2017
-
-
John Harvey authored
-
- Feb 28, 2017
-
-
John Harvey authored
-
- Feb 14, 2017
-
-
Raphael Isemann authored
Many headers contains redundant header guards around #include directives: #ifndef ROOT_TTree #include "TTree.h" #endif This patch removes the #ifndef's around these includes as they don't serve any pratical purpose anymore and are no longer part of the current ROOT coding convention. This patch also fixes the 153 typos that are contained in the symbols of the #ifndef directives. Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
- Dec 17, 2016
-
-
Vassil Vassilev authored
Make cannot deal with 'export *', they have to be escaped and fixed later on.
-
- Dec 14, 2016
-
-
Vassil Vassilev authored
This is the recommended way of using the modules feature and should pave our way of enabling -fmodules-local-submodules-visibility mode.
-
Vassil Vassilev authored
Our two build systems can generate almost entirely a modulemap file laying out one module per library. Due to some non-modular implementation in ROOT's core we still need to treat some header files specially. This patch appends modular header files to the modulemap while skipping the predefined ones. Configure-make relates all headers that are installed in $ROOTSYS/include to their library whereas relates only headers which are part of library's dictionary.
-
- Mar 15, 2016
-
-
Axel Naumann authored
-
- Dec 23, 2015
-
-
Philippe Canal authored
-
- Dec 22, 2015
-
- Dec 10, 2015
-
-
Fons Rademakers authored
-
- Nov 26, 2015
-
-
Gerardo Ganis authored
-
- Oct 16, 2015
-
-
Pere Mato Vila authored
-
- Aug 23, 2015
-
-
Benedikt Hegner authored
-
- Jun 26, 2015
-
-
Axel Naumann authored
-
- Jun 02, 2015
-
-
Axel Naumann authored
-
- May 05, 2015
-
-
Pere Mato Vila authored
Support for gcc 5.1. Define _GLIBCXX_USE_CXX11_ABI=0 for files using the Oracle occi binary library.
-
- Jan 29, 2015
-
-
Axel Naumann authored
-
- Jan 07, 2015
-
-
Danilo Piparo authored
as it spoils cc7 compatibility. Clean useless CINT include guards.
-
Danilo Piparo authored
-
- Nov 29, 2014
-
-
Danilo Piparo authored
and an actual bug (a tautology in an if condition) in TH3
-
- Nov 03, 2014
-
-
Pere Mato Vila authored
-
- Sep 25, 2014
-
-
Axel Naumann authored
-
- Sep 23, 2014
-
-
Bertrand Bellenot authored
Fix Jira issue #ROOT-6511 TSQLiteStatement: Missing / wrong check for column index, failing IsNull(), as reported by Oliver Freyermuth: Finally, my colleagues managed to uncover a small issue in my TSQLiteStatement implementation: "IsNull()" checked the column-count in the wrong way (it used the number of bound columns which is only valid in prepared inserts). I have done the following changes to TSQLiteStatement in the attached patch: 1. In fNumPars, I now store either the "bind" columns for a prepared statement with bound parameters, or the number of returned columns for a simple select without binding. This also simplifies error handling and TSQLiteStatement::GetNumFields() now just returns the variable which is correct in both working modes. 2. All Get'ters now check the column-number consistently, as the SQLite-documentation states that "get"ting an invalid column number returns undefined results. Note that for bound parameters, SQLite behaves differently and does the error handling itself (which I already check in TSQLiteStatement).
-
- Aug 05, 2014
-
-
Philippe Canal authored
-
- Jun 06, 2014
-
-
Pere Mato Vila authored
-
- Apr 29, 2014
-
-
Axel Naumann authored
rootcling will write out ROOT files; that does not work for libCore and RIO which instead use rootcling_tmp. All other libraries use rootcling -rootbuild. Rename ROOTCLINGTMP to ROOTCLINGSTAGE1; rootcling -rootbuild is ROOTCLINGSTAGE2.
-
- Feb 12, 2014
-
-
Philippe Canal authored
-
- Jan 31, 2014
-
-
Danilo Piparo authored
now the library names in the rootmaps are sane. In addition, the creation of the tmva and genvector dicts was simplified.
-
- Jan 21, 2014
-
-
Pere Mato Vila authored
-
- Jan 17, 2014
-
-
Fons Rademakers authored
-
- Jan 15, 2014
-
-
Fons Rademakers authored
By Oliver Freyermuth.
-
- Jan 12, 2014
-
-
Fons Rademakers authored
-
- Jan 09, 2014
-
-
Fons Rademakers authored
Fix by Denis Bertini.
-
- Dec 17, 2013
-
-
Fons Rademakers authored
-
Danilo Piparo authored
mechanism which does not involve rlibmap anymore but rootcling instead. Basically all the calls to the macro calling rlibmap have been removed. Signed-off-by:
Danilo Piparo <danilo.piparo@cern.ch> Signed-off-by:
Fons Rademakers <Fons.Rademakers@cern.ch>
-
Danilo Piparo authored
which happens through rootcling and not anymore through rlibmap. Signed-off-by:
Danilo Piparo <danilo.piparo@cern.ch> Signed-off-by:
Fons Rademakers <Fons.Rademakers@cern.ch>
-
- Dec 05, 2013
-
-
Fons Rademakers authored
-
- Nov 25, 2013
-
-
Fons Rademakers authored
including files not supported on iOS.
-
- Nov 18, 2013
-
-
Fons Rademakers authored
By Oliver Freyemuth.
-