An error occurred while loading commit signatures
- Nov 18, 2010
-
-
Olivier Couet authored
Saving canvas as a .C macro will discard white title and stat box background git-svn-id: http://root.cern.ch/svn/root/trunk@36735 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix : https://savannah.cern.ch/bugs/?75417 git-svn-id: http://root.cern.ch/svn/root/trunk@36734 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 17, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36727 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
revert r36720 of rootcint.cxx; it cannot guess the location of /home/. Use new rootcint_tmp.sh instead. And make sure it gets used by cintdlls, too. git-svn-id: http://root.cern.ch/svn/root/trunk@36726 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
for the iOS i386 simulator. Next step iOS native for armv7. git-svn-id: http://root.cern.ch/svn/root/trunk@36725 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix windows build that was broken by recent out of source patch: - Add logic to rootcint and new wrapper cl.sh to translate from /cygdrive/?/ to ?:/ - Fix a few targets. git-svn-id: http://root.cern.ch/svn/root/trunk@36720 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooAbsTestStatistics - Fix in default ctor o RooProfileLL - Add default ctor for streaming support git-svn-id: http://root.cern.ch/svn/root/trunk@36717 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36715 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36711 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36709 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2010
-
-
https://savannah.cern.ch/bugs/?75406Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36708 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
to work around CINT and autoloader deficiency with template default parameter. Insure that MakeProject generate the dictionary for std::pair instances explicitly used in STL collections. Allow the seamless schema evolution from map<a,b> to vector<pair<a,b> >. git-svn-id: http://root.cern.ch/svn/root/trunk@36707 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36706 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
When CINT doesn't know the header file of a class, ask TCint to try to generate the dictionary nevertheless in case it knows it through TClass. Fixes issue reported at http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=11597 git-svn-id: http://root.cern.ch/svn/root/trunk@36699 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36698 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36697 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36695 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36694 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- Implement the option COLZ git-svn-id: http://root.cern.ch/svn/root/trunk@36691 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
- Consistently check both Proof.Sandbox and ProofLite.Sandbox for sandbox non-default location as done in TProofLite - Add missing protection on a pointer which could possibly be null after a search. git-svn-id: http://root.cern.ch/svn/root/trunk@36681 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36677 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2010
-
-
Matevz Tadel authored
Add handling of multi-sampling formats for GLX. WGL implementation is still missing. The value is taken from TEnv "OpenGL.Framebuffer.Multisample". * TGLViewerBase Use TGLCapabilityEnabler for switching on bleniding. * TGLViewer Remove flas fInitGL and associated functions. Set sane GL state on every Draw(). Consolidate image extraction from frame-buffers. * TGLEmbeddedViewer, TGLSAViewer Remove calls to ResetInitGL(). * TGLRnrCtx Remove fGrabBuffer and fGrabbedImage members, only keep fGrabImage flag. All the rest is handled internally in TGLViewer now. * TGLFBO Add support for multi-sampling FBOs. git-svn-id: http://root.cern.ch/svn/root/trunk@36675 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36673 27541ba8-7e3a-0410-8455-c3a389f83636
-
http://root.cern.ch/phpBB3/viewtopic.php?t=11612Philippe Canal authored
where if (and only if) exactly one entry of the tree was selected and the data being plotted (but not selected on) was in a collection, some of the data in the collection might not be properly updated (because the data branch 'thought' it was still holding the correct data for the request entry but some of it had been 'zero-ed' out by the fact that the collection at been resize for each entries). git-svn-id: http://root.cern.ch/svn/root/trunk@36672 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-