https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
15f7c58 tag patch release v5-18-00b. git-svn-id: http://root.cern.ch/svn/root/tags/v5-18-00b@22574 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2008, 16:11:36 UTC
90f3f63 tag version v5-18-00b. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22573 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2008, 16:09:27 UTC
91c3264 From Pere: force roomap files to end on ".rootmap" git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22563 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2008, 13:36:13 UTC
0cba1dc Avoid loading a CINT dictionary if a Reflex/Cintex dictionary has already been registered git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22511 27541ba8-7e3a-0410-8455-c3a389f83636 07 March 2008, 12:40:13 UTC
69209c7 Import recent fixes in XROOTD and in the monitoring of the file open phases. Needed by ALICE in preparation of v5-18-00b . git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22502 27541ba8-7e3a-0410-8455-c3a389f83636 07 March 2008, 08:42:01 UTC
61fcca6 when in raw mode, don't try to read the "root" signature in TWebFile::Init(). This fixes the problem with TFile::Cp() returning a 4 byte difference and failing. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22389 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2008, 09:34:39 UTC
bc1bfb7 From Wim: a patch that allows direct assignment of unsigned int and unsigned long. It is already in trunk, but it is also requested for 5.18-patches (https://savannah.cern.ch/bugs/?33890). git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22388 27541ba8-7e3a-0410-8455-c3a389f83636 28 February 2008, 09:33:48 UTC
944db2b From Fabrizio: add optimizations in TFile::Cp() for netx and add extra error handling to make the routine more robust. From Andreas: patch, which avoids an infinite loop under certain error conditions during the file open procedure via a local cache read. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22279 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2008, 16:27:56 UTC
3a6f07b tag version v5-18-00a. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22244 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2008, 11:52:36 UTC
9d2a9e4 From Axel: Merge in r22159, r22210: Allow function selection and exclusion and method exclusion based on prototype using proto_name, proto_pattern. Add a comment explaining that matchmethod and selmethod are not used. Replace "std::basic_string<char>" by "string" when generating rootmap files; fixes auto-load problem with A<std::string> in the context gccxml->reflex->cintex->cint->root (and pycintex was somewhere in there, too); see savannah #33421 git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22235 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2008, 21:11:45 UTC
f7b8db9 From Axel: Fix G__class_autoload's test on a changed class name due to autoloading: hide the original (requetsed one) and do the name lookup. If it succeeds we have loaded a new representation of that class. G__class_autoload now expects a int* ptagnum; it will be set to the tagnum of the loaded representation of the class (which might be different from the requested one) Fixes autoload problems for STL. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22164 27541ba8-7e3a-0410-8455-c3a389f83636 15 February 2008, 17:09:09 UTC
0416eaa From Paul: Fix a problem with G__param_match(). When comparing an argument type to a formal parameter type, if either one is coded as an int, then there is the possibility that one of them is actually an enum because cint5 hides enums by changing their type code from 's' to 'i'. So if we see an int, we must make an additional check for an enum struct type and then compare tagnums. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22038 27541ba8-7e3a-0410-8455-c3a389f83636 06 February 2008, 21:45:09 UTC
05f78f3 Remove warnings on unused vars now that ASM_DEBUG is off. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22012 27541ba8-7e3a-0410-8455-c3a389f83636 05 February 2008, 20:30:08 UTC
165693a From Axel: * Correct the sizes of the internal structures (source line buffer, number of classes/enums/... and typedefs); they were too small. * Fix CINT's representation of "size_t": use typeid instead of sizeof to identify the underlying type. * Remove a left-over bytecode debug statement. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@21977 27541ba8-7e3a-0410-8455-c3a389f83636 04 February 2008, 17:08:35 UTC
11894ba Create a branch for future patches to the production release. Life is never perfect. git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@21751 27541ba8-7e3a-0410-8455-c3a389f83636 17 January 2008, 12:54:12 UTC
944c3c1 Tagging production release v5-18-00 git-svn-id: http://root.cern.ch/svn/root/tags/v5-18-00@21746 27541ba8-7e3a-0410-8455-c3a389f83636 17 January 2008, 07:37:29 UTC
23c41d4 Stamp production version 5.18/00 git-svn-id: http://root.cern.ch/svn/root/trunk@21745 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 21:30:50 UTC
0fcc8ca Correct the schema evolution from a map<A,B> to a (non map, non multimap) collection of pair<A,B> (i.e vector<pair<A,B> >) when it is held by value in an object (as opposed to by pointer). Conversion from vector<pair<A<B> > to map<A,B> is now explicitly disabled (i.e. the vector will not be read). Conversion for a map<A,B>* to a vector<pair<A,B> >* is now explicitly disabled (i.e. the map will not be read). TFile::MakeProject has been updated to generate the needed dictionary for the pair. git-svn-id: http://root.cern.ch/svn/root/trunk@21744 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 20:47:20 UTC
204a7a3 From Matevz: retain track_container across several events so the user settings remain the same. Rename variable 'TEveTrackPRopagator* rnrStyle' to trkProp. git-svn-id: http://root.cern.ch/svn/root/trunk@21743 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 19:49:10 UTC
19987d2 From Matevz: TEveTrack::SetAttLineAttMarker(TEveTrackList* tl): also copy the state of fRnrPoints and fRnrLines flags. git-svn-id: http://root.cern.ch/svn/root/trunk@21742 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 19:48:33 UTC
f7a16bd Change MAKE to MAKEP on Windows too. git-svn-id: http://root.cern.ch/svn/root/trunk@21741 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 19:04:15 UTC
388d827 From Bertrand, Matevz, Rene: Improved version with documentation and running on all systems. git-svn-id: http://root.cern.ch/svn/root/trunk@21739 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 18:28:21 UTC
5eeb120 In TFile::MakeProject change the name of the small generated makefile MAKE to MAKEP. The reason is that MACOSX is not case sensitive and when calling gSystem->Exec, make instead of MAKE was called (depending on the search path). We intend to replace the MAKEP par a direct use of ACLIC instead. git-svn-id: http://root.cern.ch/svn/root/trunk@21738 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 18:26:52 UTC
6cd2303 in distclean clean up the cache directories "files" in tutorials and also tutorials/eve/aliesd. git-svn-id: http://root.cern.ch/svn/root/trunk@21737 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 17:12:10 UTC
e738235 correct comment that mentioned a "modified" apache is needed, which is not the case anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@21736 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 17:02:46 UTC
799aa0b from Bertrand and Axel: * fix MakeProject build (also, but not only on windows): - replace $Opt by opt / debug (whatever the ROOT build is), - include dict in generated source instead of having to deal with two dources = two object files (which is not really supported by the ACLiC-like build commands) * Always write out a class version higher thn what we are trying to reproduce. E.g. in case of members of type enum (which are generated as members of type int), the checksum equality check will fail, and a complaint ("increase the class version!") will be printed otherwise. git-svn-id: http://root.cern.ch/svn/root/trunk@21735 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 16:54:22 UTC
80c2862 From Jan: Fixed 4 typos in comments in generated selectors. git-svn-id: http://root.cern.ch/svn/root/trunk@21734 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 16:23:48 UTC
2f5a9c6 From Alja: fixed the TEveTransEditor so that it does not evoke scroll-bars with standard editor width. git-svn-id: http://root.cern.ch/svn/root/trunk@21733 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 16:21:46 UTC
383ff7b New tutorial demonstrating standalone visualization of ALICE ESD. TFile::MakeProject() is used to generate the header files and distionaries of used ALICE classes. git-svn-id: http://root.cern.ch/svn/root/trunk@21732 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 15:56:29 UTC
8493100 Fix an unfortunate error in the documentation of the TTreeIndex constructor reported by David Chamont at :http://root.cern.ch/phpBB2/viewtopic.php?t=6036 git-svn-id: http://root.cern.ch/svn/root/trunk@21731 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 15:16:53 UTC
99b3d31 From Wouter: Protect against null strings git-svn-id: http://root.cern.ch/svn/root/trunk@21730 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 11:38:50 UTC
340c5ef Add new tutorial showing the D0 detector git-svn-id: http://root.cern.ch/svn/root/trunk@21729 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 09:38:38 UTC
a712ef7 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@21728 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 06:28:27 UTC
73276de From Paul: Change the behavior of G__get_methodhandle() when passed withConversion == 0. The old behavior was to call G__get_ifunchandle_base() with a match parameter of G__EXACT, and if that failed then try to instantiate a function template, with exact match, and if that failed then loop calling G__get_ifuncandle_base() with parameters from G__EXACT up to and including G__STDCONV. This meant that we could match a function that did not exactly match the passed prototype (and we called with G__EXACT twice!). The new behavior is to return in failure if the function template instantiation attempt fails to find a match, the loop trying the integral promotions and standard conversions is not done. So we must match the passed prototype exactly (unless the template instantiation codes does something weird we do not know about). This fixes: http://root.cern.ch/phpBB2/viewtopic.php?p=24563 git-svn-id: http://root.cern.ch/svn/root/trunk@21727 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 05:39:36 UTC
5784391 Mark the function declared outside of the class declaration as inline. Use the correct header file name for multimap and multiset git-svn-id: http://root.cern.ch/svn/root/trunk@21726 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 05:38:06 UTC
dbe8845 Once reloading a TStreamerElement for a basic type, we must reset fSize to match the sizeof. This is a problem for emulated classes as shown by running valgrind on roottest/root/tree/addresses/runursula.C git-svn-id: http://root.cern.ch/svn/root/trunk@21725 27541ba8-7e3a-0410-8455-c3a389f83636 16 January 2008, 05:37:00 UTC
5996103 fix strict-aliasing warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@21724 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 21:40:19 UTC
3d27427 suppress strict aliasing warnings from gcc4strm. git-svn-id: http://root.cern.ch/svn/root/trunk@21723 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 21:39:25 UTC
0805344 From Matevz: New tutorial showing CMS geometry. git-svn-id: http://root.cern.ch/svn/root/trunk@21722 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:51:23 UTC
c9afee0 add specific code for MacOS X to get all .dylib's against which the application is linked. This should fix the long standing problem of hadd failing. It uses _dyld_register_func_for_add_image() API from dyld(3). git-svn-id: http://root.cern.ch/svn/root/trunk@21721 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:34:03 UTC
23cf7ff use static_cast<> instead of reinterpret_cast<>. git-svn-id: http://root.cern.ch/svn/root/trunk@21720 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:29:53 UTC
9212510 typo in comments. git-svn-id: http://root.cern.ch/svn/root/trunk@21719 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:28:41 UTC
d353dd8 From Matevz: Added tooltip for scene-render timeouts. Small improvement of manipulator description in help-text. Added reset button for current clip. git-svn-id: http://root.cern.ch/svn/root/trunk@21718 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:10:09 UTC
867139e From Jan: Fix two typos in comments of TTree::MakeSelector git-svn-id: http://root.cern.ch/svn/root/trunk@21717 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 17:08:00 UTC
f91e382 From Axel: patch allowing to use Python >= 2.5 on Windows (sic). For the record: from http://docs.python.org/whatsnew/ports.html: .dll is no longer supported as a filename extension for extension modules. .pyd is now the only filename extension that will be searched for. (no comments) Thanks to Wim for pointing out this. git-svn-id: http://root.cern.ch/svn/root/trunk@21716 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 16:54:17 UTC
0ba2e4d From Axel: Fix several warnings for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@21715 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 15:30:49 UTC
3fa0535 - fix a bug in getting the confidence intervals in an histogram of TGraph2D - use the 2-side confidence interval for the passed values in the methods not the 1 side. git-svn-id: http://root.cern.ch/svn/root/trunk@21713 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 11:12:38 UTC
f0166ce From Gerri: The trunk is currently broken on SLC3 because the recently introduced usage of 'tolower' in treeplayer/src/TTreeFormula.cxx and 'isdigit' in io/srcTMakeProject.cxx require the inclusion of 'ctype.h'. git-svn-id: http://root.cern.ch/svn/root/trunk@21712 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 10:34:26 UTC
19d88fd In WriteRef remove the TVectorD allocated in the stack from Tree.GetUserInfo git-svn-id: http://root.cern.ch/svn/root/trunk@21711 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 10:06:06 UTC
195d01e Include XrdProofdAux.h to fully define XrdProofdDirective; this class is used in the hash table and the forward declaration is not sufficient. This should also fix a compilation problem on macosx 10.3 . git-svn-id: http://root.cern.ch/svn/root/trunk@21710 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 08:43:51 UTC
9b7d9e5 remove warning git-svn-id: http://root.cern.ch/svn/root/trunk@21709 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 08:07:55 UTC
0ccf708 Prevent ambiguity regarding operator[] git-svn-id: http://root.cern.ch/svn/root/trunk@21708 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 08:04:15 UTC
120a13f readd operator* to allow access to vector<vector<double> > git-svn-id: http://root.cern.ch/svn/root/trunk@21707 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 05:36:55 UTC
89efa72 also suppress strict-alias warnings in TContextMenu.cxx under g++ 4.1. git-svn-id: http://root.cern.ch/svn/root/trunk@21706 27541ba8-7e3a-0410-8455-c3a389f83636 15 January 2008, 00:18:14 UTC
f427ac3 remove superflous typename keyword (fatal with gcc but works with microsoft C++) git-svn-id: http://root.cern.ch/svn/root/trunk@21705 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 23:00:19 UTC
58d8d4a more fixes for vector<double> and vector<vector<double> > git-svn-id: http://root.cern.ch/svn/root/trunk@21704 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 22:52:10 UTC
295b698 From Bertrand: - Fix a problem of TGLViewerEditor labels not being displayed on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@21703 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 20:29:28 UTC
bf4c5a9 In TGLScene/TGLViewer add two timeouts for high-quality and low-quality (during rotation etc) scene rendering. Expose both time limits via TGLViewerEditor. In TGLCamera::OfInterest() remove redundant test for physical-shape bbox volume and optimize the remaining bbox diagonal length test. Remove blanks from the eols. git-svn-id: http://root.cern.ch/svn/root/trunk@21702 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 18:55:14 UTC
57bfc41 silence type-punned warning in TString.cxx for gcc 4.1. git-svn-id: http://root.cern.ch/svn/root/trunk@21701 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 17:24:12 UTC
05831ca From Bertrand: - Silence a few more warnings: LNK4006: __NULL_IMPORT_DESCRIPTOR already defined [...]; second definition ignored LNK4221: no public symbols found; archive member will be inaccessible (only with MSVC++ > 7.1) git-svn-id: http://root.cern.ch/svn/root/trunk@21700 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 17:15:33 UTC
62e878a From Axel: Fixes mmcheck warnings on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@21699 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 16:26:38 UTC
71ddf04 From Andrei: Add a protection in TGeoPgon::Safety found by running stressGeometry under valgrind by Axel. git-svn-id: http://root.cern.ch/svn/root/trunk@21698 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 15:57:12 UTC
edc3858 cl puts its version info into cerr; capture it from there (instead of issuing a warning). git-svn-id: http://root.cern.ch/svn/root/trunk@21697 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 15:56:02 UTC
12abb64 From Jan: Fix a typo in documentation git-svn-id: http://root.cern.ch/svn/root/trunk@21695 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 15:49:08 UTC
76e386b - small adjusment for Mac. git-svn-id: http://root.cern.ch/svn/root/trunk@21693 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 14:56:22 UTC
5aa76a0 From Axel: cint\src\bc_exec.cxx(305) : warning C4297: 'G__bc_exec_throw_bytecode' : function assumed not to throw an exception but does is fixed in >= MSVC2003 by correcting -GX or -EHa to -EHsc- ("exceptions only generated by throw(), even extern C functions can throw"). With -GX, extern C functions are not allowed to throw(). -EHa was used for >= MSVC2005, even though it's not appropriate (my mistake). git-svn-id: http://root.cern.ch/svn/root/trunk@21691 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 14:00:50 UTC
5905f46 From Axel: nly windowsify ROOTSYS if != win32gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@21690 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 13:59:45 UTC
79d4785 Remove warnings like :"warning C4355: 'this' : used in base member initializer list" by adding a pragma statement. git-svn-id: http://root.cern.ch/svn/root/trunk@21689 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 13:18:22 UTC
cb52cdc From Bertrand and me: - Fix a few other compilation warnings - Add support for MSVC++9.0 (.NET 2008) git-svn-id: http://root.cern.ch/svn/root/trunk@21686 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 12:32:53 UTC
40ffc20 From Bertrand: fix warning "LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs;" when building root in debug mode with the option --disable-winrtdebug git-svn-id: http://root.cern.ch/svn/root/trunk@21685 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 12:30:09 UTC
fc776c0 Undo previous changes. git-svn-id: http://root.cern.ch/svn/root/trunk@21683 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:34:34 UTC
3a23750 Fix a remaining warning git-svn-id: http://root.cern.ch/svn/root/trunk@21681 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:20:30 UTC
48545c9 Fix warnings on Windows of the type: "warning C4355: 'this' : used in base member initializer list" git-svn-id: http://root.cern.ch/svn/root/trunk@21680 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:09:12 UTC
388662e Fix compiler warning git-svn-id: http://root.cern.ch/svn/root/trunk@21679 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 11:08:39 UTC
73db752 fix type-punned warning git-svn-id: http://root.cern.ch/svn/root/trunk@21678 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 10:29:47 UTC
3b5900c fix type-punned warning. git-svn-id: http://root.cern.ch/svn/root/trunk@21676 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 09:35:17 UTC
fa1855a fix warning: empty body in an if-statement git-svn-id: http://root.cern.ch/svn/root/trunk@21675 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 09:28:10 UTC
9546e9d Fix 23 warnings: "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21674 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 08:07:36 UTC
9ed5f33 Fix 3 warnings: "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21673 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:59:00 UTC
7df06a2 Fix warning: "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21672 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:55:59 UTC
eef289d Fix warnings: dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: http://root.cern.ch/svn/root/trunk@21671 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:53:57 UTC
85f1c9c Fix documentation errors in TTreePlayer::DrawSelect git-svn-id: http://root.cern.ch/svn/root/trunk@21670 27541ba8-7e3a-0410-8455-c3a389f83636 14 January 2008, 07:38:31 UTC
66513b5 o RooNDKeysPdf - Add class documentation and document constructors git-svn-id: http://root.cern.ch/svn/root/trunk@21669 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 14:06:52 UTC
e562f66 o RooSharedPropertiesList - Extend registerProperties() to take additional argument to control deletion of incoming duplicate objects o RooRealVar - Use deletion control argument of registerProperties() in streamer o RooWorkspace - When importing data, check if observable is already imported before attempting (eliminates superfluous ERROR message) o RooFFTConvPdf - Add more detailed instructions of installation and use of FFTW package with ROOT in class documentation git-svn-id: http://root.cern.ch/svn/root/trunk@21668 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 14:06:06 UTC
6b22a63 From Gerri: - improved description for the usage of PROOF_INITCMD - improve notification when when using dynamic environment settings fixes: issue on the PROOF forum (21 Dec 2007: 'change environment variables in proof') git-svn-id: http://root.cern.ch/svn/root/trunk@21667 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:40:33 UTC
45c9ec1 From Gerri: - remove <package>/PROOF-INF/proofvers.txt when updating the package tarball - save again the MD5 if the package is rebuilt - fix bug in adding standard paths to PATH fixes: bug #32529 git-svn-id: http://root.cern.ch/svn/root/trunk@21666 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:39:57 UTC
a9c64c9 From Gerri: - fix problem with setting the xrootd cache parameters per instance fixes: problem reported privately by ALICE git-svn-id: http://root.cern.ch/svn/root/trunk@21665 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:39:19 UTC
7d8ef53 From Gerri: - improved configuration of AFS - add support for AFS >= 1.4.5 (current stable version) fixes: bug #32552 git-svn-id: http://root.cern.ch/svn/root/trunk@21664 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:38:42 UTC
0605294 From Gerri: - fix a problem with trasmission of non-default AFS and SSL include directories fixes: bug #32450 git-svn-id: http://root.cern.ch/svn/root/trunk@21663 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:37:54 UTC
16c6e85 From Gerri: 1. xrootd/src/xrootd-20071116-0000.src.tgz - fix several warnings from gcc >= 4.1.1 and windows VC compilers - improved configuration of AFS (fixes bug #32552) git-svn-id: http://root.cern.ch/svn/root/trunk@21662 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 12:35:06 UTC
c4fcf98 use a better proxy type for the top level vector of fundamental type git-svn-id: http://root.cern.ch/svn/root/trunk@21661 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 06:07:59 UTC
b2740fa fix support for std::vector of fundamental help in a top level branch git-svn-id: http://root.cern.ch/svn/root/trunk@21660 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 04:18:15 UTC
4f4c18d Remove a few TBasket creations that are no longer needed (this was a memory leak git-svn-id: http://root.cern.ch/svn/root/trunk@21659 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 00:25:28 UTC
2a2ca63 coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@21658 27541ba8-7e3a-0410-8455-c3a389f83636 13 January 2008, 00:08:25 UTC
88f75db Remove the two created functions from the list of global functions. To avoid a double delete when TROOT destructor is called. git-svn-id: http://root.cern.ch/svn/root/trunk@21657 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 17:14:57 UTC
7354090 cint: From Scott Snyder, remove a memory leak in G__make_ifunctable See http://savannah.cern.ch/bugs/?32609 from details meta: In BuildRealData, in addition to forcing the build of the list of real data for the base classes, we need to force the build of the list of real data for the type of the data member which are embedded objects. Their type could also inherits from an abstract base class. This solves a problem where the list of real data of an abstract class was requested before the same list was requested for one of the derived class. For example this cases occurs if you have a tree with a branch containing a split vector<Contained> and Contained has a sub-object whose class inherits from an abstract which contains data members. In this case, the derived class's list of real data was never constructed because there is no BranchElement actually holding 'just' the embedded object (this conceptual branch has been unrolled). See the 'abstract' test in roottest/root/tree/split git-svn-id: http://root.cern.ch/svn/root/trunk@21656 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 09:08:39 UTC
e0f8441 correct typo in comment git-svn-id: http://root.cern.ch/svn/root/trunk@21655 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 04:58:14 UTC
26966f9 Correct the sizeof long long leaf data git-svn-id: http://root.cern.ch/svn/root/trunk@21654 27541ba8-7e3a-0410-8455-c3a389f83636 12 January 2008, 04:55:26 UTC
fd6a131 Move code for rendering of poly-markers and poly-lines from TEveGLUtil to TGLUtil and remove TEveGLUtil class. Extend picking region also for fat lines so that lines can be picked also on their edges not only at the very center. Fix rendering of anitaliased points in TEveStraightLineSetGL. Honour wireframe and outline modes in TEveTriangleSetGL. Add new tutorial pointset_test.C. git-svn-id: http://root.cern.ch/svn/root/trunk@21653 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 20:23:15 UTC
797f402 Cleanup includes in TEveManager.h and add them in cxx files that actually need them. git-svn-id: http://root.cern.ch/svn/root/trunk@21652 27541ba8-7e3a-0410-8455-c3a389f83636 11 January 2008, 17:13:04 UTC
back to top