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

sort by:
Revision Author Date Message Commit Date
c7fe8e8 tag dev version git-svn-id: http://root.cern.ch/svn/root/tags/v5-21-04@25664 27541ba8-7e3a-0410-8455-c3a389f83636 02 October 2008, 11:10:17 UTC
5bb74c8 Tag version 5.21/04 git-svn-id: http://root.cern.ch/svn/root/trunk@25663 27541ba8-7e3a-0410-8455-c3a389f83636 02 October 2008, 11:04:48 UTC
39e94be Bugfix - check for vector limits was off by one. git-svn-id: http://root.cern.ch/svn/root/trunk@25661 27541ba8-7e3a-0410-8455-c3a389f83636 02 October 2008, 10:10:14 UTC
e2d1e39 Add announcement of the ROOT/MATLAB interface. git-svn-id: http://root.cern.ch/svn/root/trunk@25660 27541ba8-7e3a-0410-8455-c3a389f83636 02 October 2008, 09:14:20 UTC
8254231 From Valeri Fine: rootlibs.pri, rootcintrule.pri, rootcint.pri: ( doesn't affect libGQt.so build) - adjust syntax to make it Qt4 compliant git-svn-id: http://root.cern.ch/svn/root/trunk@25659 27541ba8-7e3a-0410-8455-c3a389f83636 02 October 2008, 05:19:08 UTC
1c001bc From Valeri fine: class TGQt: - a workaround to avoid the rare crash on some X11 Window managers. class TQtToggleFeedBack: - Remove the redundant inheritance git-svn-id: http://root.cern.ch/svn/root/trunk@25658 27541ba8-7e3a-0410-8455-c3a389f83636 02 October 2008, 05:18:35 UTC
6f8b963 remove compilation warnings git-svn-id: http://root.cern.ch/svn/root/trunk@25657 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 15:16:47 UTC
3439557 In FindBranch avoid reading past the end of the input string (avoid crash on window) git-svn-id: http://root.cern.ch/svn/root/trunk@25656 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 15:01:43 UTC
b5ac9e7 From Axel: Add support for cygwin-GCC4 (and gfortran) to win32gcc target. git-svn-id: http://root.cern.ch/svn/root/trunk@25655 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 14:49:08 UTC
38f39a2 Add a protection suggested by Yuri Shitov see: http://savannah.cern.ch/bugs/?42384 git-svn-id: http://root.cern.ch/svn/root/trunk@25654 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 14:21:26 UTC
c30e11c From Gerri: check for Globus 64-bit flavours. git-svn-id: http://root.cern.ch/svn/root/trunk@25652 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 14:11:20 UTC
21f3a4f Update for the release git-svn-id: http://root.cern.ch/svn/root/trunk@25651 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 14:08:47 UTC
14e7361 From Bertrand: make sure that there no spurious MAKE flags picked up by nmake git-svn-id: http://root.cern.ch/svn/root/trunk@25650 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 14:06:14 UTC
c08fc2d From Jan: - fix a problem with the xpd.schedparams directive in XrdProofSched::DoDirectiveSchedParam - fix a problem with a return code value in XrdROOTMgr::Config git-svn-id: http://root.cern.ch/svn/root/trunk@25649 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 13:38:37 UTC
5b199e8 - Update git-svn-id: http://root.cern.ch/svn/root/trunk@25648 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 13:34:09 UTC
5bfcd0a - When a histogram was drawn in a larger frame than its limits (using the option "SAME"), the `outside' vertical lines for the first and last bins were not drawn. The macro below demonstrates the problem: { TH1D h("h", "h", 10., 0., 1.); h.SetBinContent(1, 1.); h.SetBinContent(3, 1.); h.SetBinContent(10, 1.); h.SetFillColor(1001); h.SetFillColor(kOrange-2); h.SetLineColor(kBlack); TCanvas canvas("canvas"); frame = canvas.DrawFrame(-1., 0., 2., 2.); h.Draw("SAMEH"); } This was reported here: https://savannah.cern.ch/bugs/?41364 git-svn-id: http://root.cern.ch/svn/root/trunk@25647 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 13:16:08 UTC
9c51e01 Fix a compiler warning. git-svn-id: http://root.cern.ch/svn/root/trunk@25644 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 11:20:05 UTC
f410b56 Update release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@25643 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 11:17:17 UTC
147fe50 Merge revs 25435:25641 from the fireworks branch. Many improvements in text and axis rendering for orthographic views, for axes in non-linear projections and for the dedicated lego view. TGLSceneBase ------------ Add data-member 'Bool_t fSelectable' with get/set methods. If this is set to false, the scene is not rendered during selection thus preventing any of its elements to be selected. TGLViewerBase ------------- In PreRender() honour the selectable state of a scene when selecting which scenes to include in rendering. TGLSAViewer ----------- Remove extra border introduced by usage of kSunkenFrame. TGLEmbeddedViewer ----------------- Add optional argument 'Int_t border' to the constructor. git-svn-id: http://root.cern.ch/svn/root/trunk@25642 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 11:04:06 UTC
28b7b5c - add release notes for math and hist git-svn-id: http://root.cern.ch/svn/root/trunk@25640 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 10:19:20 UTC
b4395da fix cut/paste error. git-svn-id: http://root.cern.ch/svn/root/trunk@25639 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 10:16:36 UTC
5b6d328 - Fix coding convention violations git-svn-id: http://root.cern.ch/svn/root/trunk@25638 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 10:08:51 UTC
ec0d928 From Sergei Linev: 1. Support of MEDIUMBLOB and LONGBLOB binary types in TMySQLStatement 2. Support of read_timeout and write_timeout parameters in TMySQLServer connect string. Read/write timeout only works on Windows or with newest version of MySQL. git-svn-id: http://root.cern.ch/svn/root/trunk@25637 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 09:49:57 UTC
8d98133 protect template arg from being empty when stripping spaces git-svn-id: http://root.cern.ch/svn/root/trunk@25636 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 08:54:49 UTC
d6c021a - from Bertrand: fix a warning on windows, use struct when forward declaring a structure git-svn-id: http://root.cern.ch/svn/root/trunk@25635 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 08:48:09 UTC
5325152 release notes update git-svn-id: http://root.cern.ch/svn/root/trunk@25634 27541ba8-7e3a-0410-8455-c3a389f83636 01 October 2008, 01:07:19 UTC
5284138 Update releases notes git-svn-id: http://root.cern.ch/svn/root/trunk@25633 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 20:45:35 UTC
63e1160 - Update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@25631 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 16:59:13 UTC
85414e5 Fix a cast errors in printouts and a few other warnings (bug #42302) git-svn-id: http://root.cern.ch/svn/root/trunk@25629 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 16:48:14 UTC
21a0df7 update relnotes: genreflex now supports the ClassDef macro. git-svn-id: http://root.cern.ch/svn/root/trunk@25627 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 15:39:35 UTC
b6d9297 - from David: fix a bug whn setting the range, after fitting is not reset, now range is remembered and shown in slider git-svn-id: http://root.cern.ch/svn/root/trunk@25626 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 14:53:54 UTC
88e96e5 Improve parsing of template class names (relational op in template argument, i.e. "A<(i>12)>"); fixes Savannah #41142 git-svn-id: http://root.cern.ch/svn/root/trunk@25625 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 14:46:20 UTC
43e9f1d From Wieslaw Palka and me: allow classes to use ClassDef macro by implementing functions declared in ClassDef. Enables genreflex-based dictionaries for classes e.g. deriving from TObject. git-svn-id: http://root.cern.ch/svn/root/trunk@25624 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 14:44:25 UTC
6193ce1 - Added a protection for unhandled events (gVirtualX->RequestString) git-svn-id: http://root.cern.ch/svn/root/trunk@25620 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 11:15:46 UTC
fca6587 - made members and methods in the right order: private, protected, public - made class members private and added friend classes - moved big inline methods out of line - made the getters const git-svn-id: http://root.cern.ch/svn/root/trunk@25618 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 10:53:20 UTC
8e4aee8 From Wieslaw Palka and me: port r25555... (autodict for templated classes) to CINT7 git-svn-id: http://root.cern.ch/svn/root/trunk@25616 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 10:49:29 UTC
ce96eff remove unused vars git-svn-id: http://root.cern.ch/svn/root/trunk@25615 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 10:45:21 UTC
e31871b Optimize ClassImp/doc positions git-svn-id: http://root.cern.ch/svn/root/trunk@25614 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 10:39:49 UTC
ea9e17c Cleanup ClassImp/doc positions git-svn-id: http://root.cern.ch/svn/root/trunk@25613 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 10:28:09 UTC
fa7bf5a From Jan: TFileCollection::AddFromFile() was opening the input file in ifstream::out mode. git-svn-id: http://root.cern.ch/svn/root/trunk@25611 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 09:56:49 UTC
269c0f6 add multiple header include protection, remove some un-needed includes. git-svn-id: http://root.cern.ch/svn/root/trunk@25610 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 09:47:08 UTC
0859e7f Move ClassImp statements at a better place git-svn-id: http://root.cern.ch/svn/root/trunk@25609 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 09:41:48 UTC
03873ca - Added TRecorder constructor with filename and option arguments allowing to replay or record at construction time (option NEW or RECREATE will start recording, READ will start replaying) - Updated the classes documentation - Coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@25608 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 09:27:33 UTC
ba41471 From Lucia Jancurova and Andreas Peters: new features for the TGridJDL and TAlienJDL parser. git-svn-id: http://root.cern.ch/svn/root/trunk@25607 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 09:21:28 UTC
440b111 update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@25606 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 08:54:17 UTC
8dcf4a1 Fix a bug ("&" instead of "&&") in TRecorderRecording::SetTypeOfConfigureNotify git-svn-id: http://root.cern.ch/svn/root/trunk@25605 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 08:06:35 UTC
b1a89fb From Bertrand: Changes to activate the new package gui/recorder. git-svn-id: http://root.cern.ch/svn/root/trunk@25604 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 08:00:21 UTC
e84ff1e - From Katerina Opocenska and me: TRecorder classes provide interface for recording and replaying events in ROOT. Recorded events are: - Commands typed by user in command line (e.g. 'new TCanvas') - GUI events (mouse movement, button clicks, ...) All the recorded events from one session are stored in one TFile and can be replayed again anytime. - Added icons needed by TGRecorder - Modifications in TRootCanvas menu: Renamed "Inspect" menu title to "Tools" Added "Event Recorder" menu entry git-svn-id: http://root.cern.ch/svn/root/trunk@25603 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 07:58:03 UTC
06cfbcf From Axel: force CINT5 include/cint for Ruby for now. Fixes Savannah #42244. git-svn-id: http://root.cern.ch/svn/root/trunk@25602 27541ba8-7e3a-0410-8455-c3a389f83636 30 September 2008, 07:55:54 UTC
79e77f6 Temporary fix to allow compilation until proper upload of the autodict feature to Cint7 git-svn-id: http://root.cern.ch/svn/root/trunk@25592 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 16:40:58 UTC
bcee5ce fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@25591 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 16:33:07 UTC
7858dfc Resolve the '<user>' and '<group>' placeholders also in case SetOutputFile is used git-svn-id: http://root.cern.ch/svn/root/trunk@25590 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 16:21:53 UTC
d7fd723 From Matevz: 1. New functions: Int_t GetGlobalPosition(); void AssignGlobalState(const TPMERegexp& re) making it easier to continue global matching from where previous regexp left-off. Improve documentation of ResetGlobalState(). 2. New functions: void Reset(const TString& s, const TString& opts = "", Int_t nMatchMax = -1); void Reset(const TString& s, UInt_t opts, Int_t nMatchMax = -1); This allows regexp to be reinitialized completely. Useful when TPMERegexp objects are used as data-members. 3. Add missing ClassImp() - the TPRegexp documentation was used. Add reference to the tutorial script. git-svn-id: http://root.cern.ch/svn/root/trunk@25582 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 13:39:40 UTC
cbb9df0 - Gracefully close socket. Solve connection problem with hserv.C/hclient.C macros git-svn-id: http://root.cern.ch/svn/root/trunk@25581 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 09:41:40 UTC
f11ecc8 - update git-svn-id: http://root.cern.ch/svn/root/trunk@25580 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 08:13:33 UTC
bd795c0 From Valeri Fine: handle non-system Qt4 installations. git-svn-id: http://root.cern.ch/svn/root/trunk@25579 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2008, 07:34:03 UTC
50efa52 From Gerri: correctly set the ownership in the case the input/output list are adopted. git-svn-id: http://root.cern.ch/svn/root/trunk@25578 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2008, 22:11:12 UTC
1db02f1 From Gerri: fixes a problem introduced in previous patch by Axel in TCint. delete/delete[] mismatch. git-svn-id: http://root.cern.ch/svn/root/trunk@25577 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2008, 11:54:02 UTC
e1c9333 Make sure that the session admin path exists when the socket is created. Prevents potential problem with session checking. git-svn-id: http://root.cern.ch/svn/root/trunk@25576 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2008, 09:44:32 UTC
c89af6c Correctly increment std::vector iterator in case of internal erase git-svn-id: http://root.cern.ch/svn/root/trunk@25575 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2008, 09:42:24 UTC
f1d7060 Reduce 'cost' of revision 25572 for stress -b 30 by 90% (it was about 1%) Replace 'expensive' iterators by their 'fast' alternative (i.e TIter vs UncheckedAt); Avoid creating TString and std::string object unless really necessary; And when a string temporary is necessary, make sure it is allocating the underlying memory buffer only once (instead of 2 or 3 times in some the case where we need to 'append' to the string). git-svn-id: http://root.cern.ch/svn/root/trunk@25574 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2008, 16:03:37 UTC
b0275b3 fix typo in code git-svn-id: http://root.cern.ch/svn/root/trunk@25573 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2008, 07:06:36 UTC
64c994a Fix tree->Draw("s1.value"); when the top level branch does not have a trailing dot (and hence the real branch name is only 'value'). TTreeFormula was properly parsing the string and finding the correct branch, however it was recorded only the end branch name as the result of the parse (i.e. in the above case, just 'value') and hence UpdateFormulaLeaves was not restoring the leaf correctly (and hence EvalInstance returned 0s). To solve the issue we now record the 'full pathname' of the branch (i.e. including the omitted top level branch names) and we upgrade TTree::FindBranch and TBranchElement::FindBranch to be able to handle those path. Fix TTree::Scan("*") to properly requested the distinct leaf even if the branch name are ambiguous (previously it would repetively print the first match). git-svn-id: http://root.cern.ch/svn/root/trunk@25572 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2008, 07:03:25 UTC
21f2822 Re-enable check for call of nonstatic func without obj after improving the detection of when the check is needed. See revision 25550 and 25543 git-svn-id: http://root.cern.ch/svn/root/trunk@25571 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2008, 06:51:49 UTC
e3a5d7e Remove double deletion: objects stored in feedback maps are already deleted when merged git-svn-id: http://root.cern.ch/svn/root/trunk@25570 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2008, 06:21:07 UTC
25a8b84 Initialize fCircLvl git-svn-id: http://root.cern.ch/svn/root/trunk@25569 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2008, 06:11:34 UTC
417baa5 added code to load rootlogon.py/.C, if available git-svn-id: http://root.cern.ch/svn/root/trunk@25568 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 23:41:09 UTC
c6d63cc work around problem with obsolete header mach/shared_memory_server.h. Fixes issue 41138. git-svn-id: http://root.cern.ch/svn/root/trunk@25566 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 17:22:54 UTC
813b14c - From Bertrand: some files were missing for windows. git-svn-id: http://root.cern.ch/svn/root/trunk@25565 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 13:53:51 UTC
14121f3 in case of using external FTGL use libftgl and not libftgl_pic. The new versions of libftgl are build with the PIC option. Fixes issue 42115. git-svn-id: http://root.cern.ch/svn/root/trunk@25564 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 13:42:04 UTC
6bde85d - exclude for graphs likelihood and integral options. Fix also a bug in getting the BinData size when option is integral git-svn-id: http://root.cern.ch/svn/root/trunk@25563 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 13:29:50 UTC
899b4f2 Comments in Set() code fixed concerning year range and check on year adjusted. Fixes issue 41842. git-svn-id: http://root.cern.ch/svn/root/trunk@25562 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 13:10:57 UTC
205e9a4 From Daniel Barna: add rpm target, include deb target only when used, always define CINTSYSDIR to avoid conflict with invalid one during built git-svn-id: http://root.cern.ch/svn/root/trunk@25561 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 11:21:56 UTC
27f5738 - Synchronizing libAfterImage with Sasha'a latest version. git-svn-id: http://root.cern.ch/svn/root/trunk@25560 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 11:14:28 UTC
5b39ac4 - Make sure that in case multiple TProofOutputFile are present, each get merged correctly - Add missing protection on frequency for memory dumping (lower bound 1 not 0) git-svn-id: http://root.cern.ch/svn/root/trunk@25559 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 11:09:41 UTC
cb737f5 first declare G__EnableAutoDictionary as extern, then initialize it; fixes GCC4.3 warning git-svn-id: http://root.cern.ch/svn/root/trunk@25558 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 10:47:33 UTC
681740c fix extern-ness of G__EnableAutoDictionary; repairs link of libCint on windows git-svn-id: http://root.cern.ch/svn/root/trunk@25557 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 10:39:10 UTC
d60a1d9 From Wieslaw Palka and Axel: Generate dictionary for A<B> if the header file for A and B is known. Allows to interpret vector<MyClass> by transparently generating a dictionary for it. Implemented by calling a hook from CINT to TCint when instantiating template classes: TCint generates a Linkdef.h on the fly and builds a library from it with ACLiC. Disable by ".autodict". git-svn-id: http://root.cern.ch/svn/root/trunk@25556 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 09:07:25 UTC
2e07054 do not include files that do not need to be included, confuses autodict git-svn-id: http://root.cern.ch/svn/root/trunk@25555 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 08:55:14 UTC
b3a4137 Fix a configuration problem with linux ia64 (from F. Carminati) git-svn-id: http://root.cern.ch/svn/root/trunk@25554 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 08:28:11 UTC
819d113 From Dejan Lesjak (dejan.lesjak@ijs.si): add support for FreeBSD 7. git-svn-id: http://root.cern.ch/svn/root/trunk@25553 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 07:57:42 UTC
6b4f80c From the HEAD: add dependencies on XrdOuc and XrdNet git-svn-id: http://root.cern.ch/svn/root/trunk@25552 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 07:56:18 UTC
2206085 Import fixes from the HEAD: - Disable by default the automatic re-initialization of the token; this is to avoid problems with batch applications; automatic re-initialization is now controlled by the env XrdSecKRB5INITTKN (set this variable to switch it on). - Initialize the client cache on per-protocol bases; this adds support for authentication with different client principals from the same applications (from A. Peters). git-svn-id: http://root.cern.ch/svn/root/trunk@25551 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 07:53:12 UTC
cb30552 revert r25543 (call of nonstatic func without obj) for CINT5 due to side effects in check whether class is foreign git-svn-id: http://root.cern.ch/svn/root/trunk@25550 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 07:08:24 UTC
dd64ce0 port to FreeBSD 7.0. (i.e. apply revision 25546 to Cint7) git-svn-id: http://root.cern.ch/svn/root/trunk@25549 27541ba8-7e3a-0410-8455-c3a389f83636 26 September 2008, 01:37:55 UTC
4335cff accidental checkin of development file. git-svn-id: http://root.cern.ch/svn/root/trunk@25548 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 21:21:42 UTC
9098666 include protections missing and some formatting issues. git-svn-id: http://root.cern.ch/svn/root/trunk@25547 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 21:10:17 UTC
930bd4e From Dejan Lesjak: port to FreeBSD 7.0. Port of xrootd to FreeBSD 7 will be checked in soon. git-svn-id: http://root.cern.ch/svn/root/trunk@25546 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 21:09:09 UTC
7547b71 fix compilation error git-svn-id: http://root.cern.ch/svn/root/trunk@25545 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 18:21:54 UTC
904669a fix compilation errors git-svn-id: http://root.cern.ch/svn/root/trunk@25544 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 18:21:01 UTC
e706328 Fail to match a non-static class member function when called without an object (i.e. typically TString::Form(...)); previously this was allowed and lead to a segfault git-svn-id: http://root.cern.ch/svn/root/trunk@25543 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 18:10:55 UTC
35f7237 When on x8664 when a var arg function returns an object by value, the memory for the returned value must be allocate by the callerand pass on as the first 'parameter' git-svn-id: http://root.cern.ch/svn/root/trunk@25542 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 18:09:24 UTC
4525310 Support the "<user>" and "<group>" placeholders in the output file name to automatically re-direct the output to an area specific to the logged user. git-svn-id: http://root.cern.ch/svn/root/trunk@25539 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:49:59 UTC
403abda Fix a double deletion git-svn-id: http://root.cern.ch/svn/root/trunk@25538 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:36:18 UTC
f35673a - Always recreate a UNIX socket after crashes to avoid reconnection problems. - Do not clean-up the vector with sessions while a client is in recovering, as this may trigger re-connection failures git-svn-id: http://root.cern.ch/svn/root/trunk@25537 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:34:47 UTC
69e5104 - In THStack::Paint() replace fHistogram->Paint("axissame"); by gPad->RedrawAxis(); in order to fix the bug described here: https://savannah.cern.ch/bugs/?41423 . The simple following macro was enough to show the problem: { TH1D h("h", "h", 10., 0., 1.); h.Fill(.5); THStack s("s", "s"); s.Add(&h); TCanvas canvas("canvas"); frame = canvas.DrawFrame(-1., 0., 2., 2.); frame.SetLabelSize(0.05, "XY"); frame.Draw(); s.Draw("same"); } git-svn-id: http://root.cern.ch/svn/root/trunk@25536 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:30:23 UTC
01c27c3 Flush the log file in case of successfully connection recovery to avoid displaying temporary errors. git-svn-id: http://root.cern.ch/svn/root/trunk@25535 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:02:38 UTC
49f0b30 fix gcc 4.3 warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@25534 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:02:24 UTC
f9fd395 more fixes in Qt4 detection which was badly broken and did not work on FC9. git-svn-id: http://root.cern.ch/svn/root/trunk@25533 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 13:01:42 UTC
1ec05a1 call TVirtualFitter::SetUserFunc for providing backward compatible functionality git-svn-id: http://root.cern.ch/svn/root/trunk@25532 27541ba8-7e3a-0410-8455-c3a389f83636 25 September 2008, 12:26:46 UTC
back to top