- Nov 15, 2010
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36669 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36668 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
of out-of-source build. git-svn-id: http://root.cern.ch/svn/root/trunk@36667 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36666 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36664 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36662 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36660 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36658 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36657 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2010
-
-
Rene Brun authored
If the TGFontTypeComboBox constructor detects that the requested X11 font is not installed and falls back to TGTextLBEntry::GetDefaultFontStruct(), then the destructor must not call gVirtualX->DeleteFont() on this font. The current version lacks protection for this which leads crashes when the default font struct is used after it has been wrongfully deleted by the TGFontTypeComboBox destructor. The backtrace generated can piont anywhere where the default font struct is used, but there is also an error message that says: Root > Error in <RootX11ErrorHandler>: BadFont (invalid Font parameter) (XID: 71303382, XREQ: 46) https://savannah.cern.ch/bugs/?75281 git-svn-id: http://root.cern.ch/svn/root/trunk@36649 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 12, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36641 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36637 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36636 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Fix for coverity warnings. Coverity warnings 23101 - 23112 should be fixed (hopefully) by removing fName field from SXmlAttr_t and SXmlNode_t and replacing them by inline static function. Warning 23113 is not a problem. In this place result of SkipSpaces() really doesn't matter at all. Warning 23114 should be solved - was not an error. Warnings 23115 - 23121 are about strcpy(). I replaced them by strncpy(). Here should be no penalties at all while exact number of copied bytes is always specified. git-svn-id: http://root.cern.ch/svn/root/trunk@36633 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
Fixed dynamic computation of assembly bounding boxes during alignment. The bounding box needs to be valid at all times, still does not need to be recomputed if no node is added or misaligned git-svn-id: http://root.cern.ch/svn/root/trunk@36632 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Now printing an estimated error compared to wikipedia. the number of points is a script argument. git-svn-id: http://root.cern.ch/svn/root/trunk@36630 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add new function Long64_t TFileCollection::Merge(TCollection *li) //merge all TFileCollection objects in li into this TFileCollection object git-svn-id: http://root.cern.ch/svn/root/trunk@36629 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36628 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36624 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 11, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36617 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36616 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
not the G__PCONSTVAR flag (G__PCONSTVAR means "constant pointer", not pointer to const). git-svn-id: http://root.cern.ch/svn/root/trunk@36615 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36610 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36609 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
several cosmetic changes. git-svn-id: http://root.cern.ch/svn/root/trunk@36606 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36605 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36604 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36603 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
http://root.cern.ch/viewvc?view=rev&revision=34726 and http://root.cern.ch/viewvc?view=rev&revision=35057 A new class is added ToyMCStudy for toy MC generation using Proof git-svn-id: http://root.cern.ch/svn/root/trunk@36602 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36601 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36600 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36599 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36597 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Thanks to Alice git-svn-id: http://root.cern.ch/svn/root/trunk@36596 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36595 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36594 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
- Terminate a proofserv after it has been stopped for large memory footprint and it has sent the results back - Notify information about which object was being merged if a memory exception happens during merging on the master - Allow to set the HWM and stop-process fractions via the environment git-svn-id: http://root.cern.ch/svn/root/trunk@36592 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36591 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
add an option flag in Fitter::FitFCN to indicate when is a chi2 fit so it can be propagated to the FitResult git-svn-id: http://root.cern.ch/svn/root/trunk@36590 27541ba8-7e3a-0410-8455-c3a389f83636
-