- May 28, 2013
-
-
Olivier Couet authored
-
- May 13, 2013
-
-
Axel Naumann authored
-
- May 03, 2013
-
-
Axel Naumann 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
-
- Mar 05, 2013
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48809 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 04, 2013
-
-
Philippe Canal authored
[In part because of the lack of module,] the ClassInfo for STL collection is not always present when it could/should, so we also need to filter out the header file from the compiler based on their name git-svn-id: http://root.cern.ch/svn/root/trunk@48468 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48465 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2012
-
-
Fons Rademakers authored
- Remove CINT - Update configure to not have CINT references - Update Makefile to not have CINT references - Remove all references to G__BIT_xxxx More cleaning in next rounds. git-svn-id: http://root.cern.ch/svn/root/trunk@47939 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 25, 2012
-
-
Philippe Canal authored
Add support for the filename (platform depend :() given by cling for STL collection and common structs [To be replaced by new interface/API in core/meta when available] git-svn-id: http://root.cern.ch/svn/root/trunk@46189 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 27, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45715 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
-
- May 29, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44322 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44195 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 02, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44070 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 12, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43326 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41770 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 15, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39756 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 14, 2011
-
-
Axel Naumann authored
Fixes doc for RooFit/Stat/..., TMVA. git-svn-id: http://root.cern.ch/svn/root/trunk@39712 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 30, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39488 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39484 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 27, 2011
-
-
Fons Rademakers authored
Introduce alternative cmake based build system. Cmake is especially convenient for building on Windows, as it can produce VC projects or nmake files and does not require cygwin to be installed. In addition on OSX Xcode projects can be generated. git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 06, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39128 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 01, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38704 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 30, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38677 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
In the doc, don't mention functions that don't exist. git-svn-id: http://root.cern.ch/svn/root/trunk@38666 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 29, 2011
-
-
Fons Rademakers authored
element, as the strings may come from Root.Html.SourceDir. git-svn-id: http://root.cern.ch/svn/root/trunk@38656 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 15, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37607 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37576 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37484 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
After the release, this list of classes will be replaced by a new exclusion of the Fit and Math subdirectories, instead of excluding all of mathcore's source files. git-svn-id: http://root.cern.ch/svn/root/trunk@37478 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 07, 2010
-
-
Axel Naumann authored
Fix up headers for HistFactory: they claim to be in include/RooStats/HistFactory/* which in fact maps to roofit/histfactory/inc. Fixes module doc RooFit/HistFactory and enabled doc of HistFactory classes: they were suppressed before because their header and source files couldn't be located. git-svn-id: http://root.cern.ch/svn/root/trunk@37375 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fix index of a few TMVA and RooStats classes: they had a DeclFileName beginning with "./" which confused THtml. git-svn-id: http://root.cern.ch/svn/root/trunk@37363 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
-
- Oct 11, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36290 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 09, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36231 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 25, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35733 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 23, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35685 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 10, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35218 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 01, 2010
-
-
Fons Rademakers authored
and Printf(). git-svn-id: http://root.cern.ch/svn/root/trunk@34286 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 30, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34203 27541ba8-7e3a-0410-8455-c3a389f83636
-