- Mar 28, 2014
-
-
Pere Mato Vila authored
-
- Mar 24, 2014
-
-
Danilo Piparo authored
-
- Mar 20, 2014
-
-
Axel Naumann authored
/usr/include/qt4/QtCore/qsharedpointer_impl.h:435:17: error: 'register' storage class specifier is deprecated [-Werror,-Wdeprecated-register] register int tmp = o->strongref; ^~~~~~~~~ /usr/include/qt4/QtCore/qsharedpointer_impl.h:595:43: error: field 'd' is uninitialized when used here [-Werror,-Wuninitialized] inline QWeakPointer(X *ptr) : d(ptr ? d->getAndRef(ptr) : 0), value(ptr)
-
- 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.
-
- 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>
-
- Nov 29, 2013
-
-
Axel Naumann authored
-
- Jul 18, 2013
-
-
Philippe Canal authored
-
Philippe Canal authored
-
Philippe Canal authored
-
- Jun 12, 2013
-
-
Philippe Canal authored
-
- Mar 28, 2013
-
-
Fons Rademakers authored
The attached patchset fixes a bunch of typo in the source: 0001-succes-success.patch 0002-preceed-preced.patch 0003-informations-information.patch 0004-childs-children.patch 0005-avaliable-available.patch 0006-writeable-writable.patch 0007-comand-command.patch 0008-unkown-unknown.patch 0009-wierd-weird.patch 0010-wheter-whether.patch 0011-unecessary-unnecessary.patch 0012-splitted-split.patch 0013-registerd-registered.patch 0014-recieve-receive.patch 0015-processsing-processing.patch 0016-ouput-output.patch 0017-mutiple-multiple.patch 0018-lenght-length.patch 0019-interupted-interrupted.patch 0020-independant-independent.patch 0021-inconsistant-inconsistent.patch 0022-expresion-expression.patch 0023-explicitely-explicitly.patch 0024-enviroment-environment.patch 0025-deafult-default.patch 0026-continous-continuous.patch 0027-completly-completely.patch 0028-commited-committed.patch 0029-choosen-chosen.patch 0030-backgroud-background.patch 0031-auxilliary-auxiliary.patch 0032-authentification-authentication.patch 0033-appropiate-appropriate.patch 0034-an-other-another.patch 0035-environement-environment.patch 0036-targetting-targeting.patch 0037-suppported-supported.patch 0038-paramater-parameter.patch git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 13, 2013
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48566 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 22, 2013
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48371 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 27, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44773 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 04, 2012
-
-
Axel Naumann authored
using namespace std; from Riostream.h, which has huge consequences for all of ROOT. Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd. Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers. ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers. Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style. TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones. git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 19, 2012
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43381 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 16, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43037 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 17, 2012
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42667 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 26, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41604 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 07, 2011
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41272 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 09, 2011
-
-
Fons Rademakers authored
- Finalized packages for options 'qt' and 'qtgsi' for Windows and Linux. With this the build on Windows with all possible options is completed. - Changed the default for options to be equivalent to the traditional ROOT configure. They will be turned off is the required external is not found. - Reduced the verbosity of the cmake command the second time it is executed and has already found the external packages git-svn-id: http://root.cern.ch/svn/root/trunk@39652 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 16, 2011
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38439 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38438 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 18, 2011
-
-
Bertrand Bellenot authored
Put the debug info into the object file instead of generating a PDB file. The latter causes problems with parallel builds even with MSVC2010, and it regularly breaks the debug database. git-svn-id: http://root.cern.ch/svn/root/trunk@37800 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 24, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36915 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 19, 2010
-
-
Bertrand Bellenot authored
Apply PNG size optimization, as proposed by Matthew Strait on Savannah (bug #75506 https://savannah.cern.ch/bugs/?75506) git-svn-id: http://root.cern.ch/svn/root/trunk@36779 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2010
-
-
Fons Rademakers authored
To make an out of source build do, assuming the source is in ~/root: mkdir ~/root-x8664 cd ~/root-x8664 ~/root/configure make This is convenient to build e.g. 32 and 64-bit version from one source, but also needed for cross-compilation, where it is now possible to build in a special directory only the compile time tools, like rootcint for the host architecture while the binary is build for the remote architecture (like iOS). git-svn-id: http://root.cern.ch/svn/root/trunk@36659 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 21, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35505 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35480 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 29, 2010
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34657 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 29, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34187 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34185 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 28, 2010
-
-
Fons Rademakers authored
package headers have hiding issues). git-svn-id: http://root.cern.ch/svn/root/trunk@34161 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 15, 2010
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33896 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 15, 2010
-
-
https://savannah.cern.ch/bugs/?62855Bertrand Bellenot authored
- Fix several issues reported at https://savannah.cern.ch/bugs/?62855. Thanks to Jos Vermeulen for the report and for providing the solutions. - Fix potential compiler flags problem on Windows when using --disable-winrtdebug configure flag - Fix Pad/Canvas size problem in example1/qtroot.cpp git-svn-id: http://root.cern.ch/svn/root/trunk@32344 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 09, 2009
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29405 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 15, 2009
-
-
Rene Brun authored
Replace all references to Text_t by char, still keeping the definition in Rtypes.h git-svn-id: http://root.cern.ch/svn/root/trunk@27157 27541ba8-7e3a-0410-8455-c3a389f83636
-