- Dec 17, 2013
-
-
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>
-
- Aug 08, 2013
-
-
Fons Rademakers authored
-
- Jul 18, 2013
-
-
Philippe Canal authored
-
Philippe Canal authored
-
Philippe Canal authored
-
- Jun 12, 2013
-
-
Philippe Canal authored
-
- Apr 05, 2013
-
-
Olivier Couet authored
That way we are compatible with the old and new graphviz. git-svn-id: http://root.cern.ch/svn/root/trunk@49096 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 04, 2013
-
-
Olivier Couet authored
https://savannah.cern.ch/bugs/index.php?100793 git-svn-id: http://root.cern.ch/svn/root/trunk@49073 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
-
- Oct 06, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41175 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 05, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41171 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 07, 2011
-
-
Fons Rademakers authored
- Added the following packages: oracle, mysql, odbc, gviz, fftw, pythia6, pythia8, unuran, table - Changed the default values for the build options depending on platform such that they display correctly with cmake-gui or ccmake - Fixed mathmore build on Windows - Make histfactory depending on xml option git-svn-id: http://root.cern.ch/svn/root/trunk@39577 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
-
- Nov 18, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31279 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31203 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31161 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix to be able to link with graphviz in dynamic AND static mode. git-svn-id: http://root.cern.ch/svn/root/trunk@31144 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 06, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31001 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 18, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30240 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 16, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30204 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 15, 2009
-
-
Olivier Couet authored
a C file. git-svn-id: http://root.cern.ch/svn/root/trunk@30177 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 09, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30088 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30083 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 07, 2009
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@30057 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 03, 2009
-
-
Fons Rademakers authored
interface to the graphviz package. Compiles fine on Linux but still needs some debugging. git-svn-id: http://root.cern.ch/svn/root/trunk@30035 27541ba8-7e3a-0410-8455-c3a389f83636
-