https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
964f36c Tagging development version v5-23-02 git-svn-id: http://root.cern.ch/svn/root/tags/v5-23-02@27626 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 14:09:46 UTC
99ee470 fix distclean. git-svn-id: http://root.cern.ch/svn/root/trunk@27625 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 14:06:27 UTC
26475f5 From Andrei: fix for a rare crash due to voxelization. a fine tune in the TGeoTorus::DistFromOutside git-svn-id: http://root.cern.ch/svn/root/trunk@27624 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 14:03:09 UTC
e6d6fd0 Added 2 contributions git-svn-id: http://root.cern.ch/svn/root/trunk@27623 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 13:57:26 UTC
34e381d From Lorenzo Optimize TH1::Rebin git-svn-id: http://root.cern.ch/svn/root/trunk@27622 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 10:17:06 UTC
0ba8447 Stamp development release 5.23/02 git-svn-id: http://root.cern.ch/svn/root/trunk@27621 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 08:26:32 UTC
f415274 From Andre David: Fix a problem in TH1::Rebin. see report at <http://savannah.cern.ch/bugs/?47415> git-svn-id: http://root.cern.ch/svn/root/trunk@27620 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 08:25:44 UTC
3ffd454 o) further pythonization of MethodProxy o) fix of TTree::Branch.__doc__ git-svn-id: http://root.cern.ch/svn/root/trunk@27619 27541ba8-7e3a-0410-8455-c3a389f83636 26 February 2009, 01:25:39 UTC
b804161 update of release documentation git-svn-id: http://root.cern.ch/svn/root/trunk@27618 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 23:34:07 UTC
072af62 Revert r27584. It improves typedefs to templates with default parameters that are instantiated inside classes, but (even after setting parent_tagnum properly) it allows CINT to identify the type which has tragic consequences for autoloading and especially CINT's lookup. See stressMathCore and the return value of ROOT::Math::LorentzVector::Vect(). None of this is an issue in CINT7 where the template instantiation, the typedefs-to-template, and the lookup are much cleaner. Because r27584 is now reverted, THtml cannot generate documentation for ROOT::Math (and a few others) anymore, due to bogus typdefs in CINT. git-svn-id: http://root.cern.ch/svn/root/trunk@27617 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 22:51:57 UTC
4690ed2 Do not confuse an unrequited autoload entry with a valid dictionary entry (when the autoloader checks if the asked-for class has been loaded or not) git-svn-id: http://root.cern.ch/svn/root/trunk@27615 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 22:37:57 UTC
5aba3ea Revert revision r22666. The problem that lead to this patch was the fact that when the destructor is not explicitly implemented, gccxml v0.7 does not list it and hence its stub was not generated. This lead to the CINT code for interpreted object deletion to be called eventhough the object was of a compiled class. r22666 was made to make the construction via Cintex to match the destruction via the cint code for interpreted, whereas the correct solution was to insure that there is an entry in the reflex dictionary for the destructor even when it is implicit. So the issues was solved (later) by the introduction of gccxml v0.9. git-svn-id: http://root.cern.ch/svn/root/trunk@27613 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 21:27:42 UTC
86cd0dd Fix violations of coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@27612 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 18:53:44 UTC
8dde780 From Andrei: fixes a problem in TGeoTorus::DistFromOutside(). protection in TGeoCone::DistFromOutsideS() git-svn-id: http://root.cern.ch/svn/root/trunk@27611 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 17:52:37 UTC
9659600 update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@27608 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 15:20:27 UTC
ad84d3a Update the release notes git-svn-id: http://root.cern.ch/svn/root/trunk@27606 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 12:46:47 UTC
290ad9e update math release notes git-svn-id: http://root.cern.ch/svn/root/trunk@27605 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 11:06:40 UTC
779a8ab Fix missing </tt> git-svn-id: http://root.cern.ch/svn/root/trunk@27604 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 11:03:24 UTC
1e63a11 - update git-svn-id: http://root.cern.ch/svn/root/trunk@27602 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 08:30:05 UTC
ec9001a - A text with size 0 is not drawn. An invalid pdf file is created if a text with size 0 is produced. git-svn-id: http://root.cern.ch/svn/root/trunk@27601 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 08:27:03 UTC
b229bc8 From Matthew Strait: * Fix spelling and grammar errors * Fold long lines so they don't spill off the right side * Add spaces for readability * Standardize notation and style within sections. git-svn-id: http://root.cern.ch/svn/root/trunk@27600 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 08:17:22 UTC
a0691a2 Add Matthew Strait for his contribution to the documentation git-svn-id: http://root.cern.ch/svn/root/trunk@27599 27541ba8-7e3a-0410-8455-c3a389f83636 25 February 2009, 08:11:19 UTC
b9adaf1 Fixes for the build system of standalone CINT (cygwin does not use LD_LIBRRAY_PATH anymore to search for linked libraries) git-svn-id: http://root.cern.ch/svn/root/trunk@27598 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 18:14:30 UTC
50c5e7a - fix a bug in fitting a TGraphError when errorY=0 and errorX is not zero. problem seen runnig macro from Akira Okumura posted in RootTalk git-svn-id: http://root.cern.ch/svn/root/trunk@27597 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 16:33:40 UTC
c7ac00d From Andrei: - avoid a useless mater->local conversion in TGeoNavigator::IsSameLocation() - fix in TGeoCone::DistFromOutsideS() that could wrongly compute the distance in case rmin=rmax for a cone top/bottom git-svn-id: http://root.cern.ch/svn/root/trunk@27596 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 15:45:12 UTC
9e6efd5 - add implementation from David of trilinear interpolation for TH3 git-svn-id: http://root.cern.ch/svn/root/trunk@27595 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 15:18:49 UTC
5cd92a4 From Andrei: a fix for item #4 in the VMC open issues list: http://root.cern.ch/drupal/content/how-use-virtual-monte-carlo#Problems - Tracking location could get wrong in G4Root. A particle may end-up outside the setup giving the error message: "No physical volume found at track vertex: (107635,-190901,-638802) git-svn-id: http://root.cern.ch/svn/root/trunk@27594 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 14:21:25 UTC
0799d54 Add a protection in the case reported at: <http://savannah.cern.ch/bugs/?47285> git-svn-id: http://root.cern.ch/svn/root/trunk@27593 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 14:18:55 UTC
4de6e84 bring README up to date. git-svn-id: http://root.cern.ch/svn/root/trunk@27592 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 13:48:10 UTC
ad0f395 The cintdlls are not part of libCint and must not have -DG__CINTBODY. Fixes link failure on Windows, Needs a make clean-cintdlls (and clean-cint7dlls if cint7 is enabled) on windows to take affect in an existing build. git-svn-id: http://root.cern.ch/svn/root/trunk@27590 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 13:24:48 UTC
c599ee4 - import from branch lates fixes in Minuit2 - check correctly in MnHesse and MnPosDef that variable are not zero - in the Davidon error update if delgam is < 0 make still an update. Avoid only the condition delgam = 0 - use a tighter condition on edm for exiting iteration (factor 5 smaller than before) git-svn-id: http://root.cern.ch/svn/root/trunk@27589 27541ba8-7e3a-0410-8455-c3a389f83636 24 February 2009, 11:23:44 UTC
e436485 Optimize the way the function integral is computed in TH1::FillRandom git-svn-id: http://root.cern.ch/svn/root/trunk@27585 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 17:36:15 UTC
b0194f2 Fix the instantiation of templates that are instantiated while reading a class. For Math, this resulted in amny bogus type names like ROOT::Math::Root::Math::ABC<...>, due to ABC's template being instantiated within ROOT::Math::XYZ. This was discovered by THtml accessing all available types. Force the regeneration of all dictionaries to fix all wrong cases. git-svn-id: http://root.cern.ch/svn/root/trunk@27584 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 17:15:53 UTC
63c1413 Write release notes for eve and gl. git-svn-id: http://root.cern.ch/svn/root/trunk@27583 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 16:32:21 UTC
f83b47c From Andrei: - TGeoXtru::DistFromInside() protection added for tracks starting from bottom surface. Affected boundary crossing with FLUKA interface. git-svn-id: http://root.cern.ch/svn/root/trunk@27582 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 16:17:42 UTC
6dce5d7 - Clean up the comment in the function "Background". (more to be done, the comments in this class are a mess...) git-svn-id: http://root.cern.ch/svn/root/trunk@27580 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 15:36:02 UTC
c348924 Rename cintType to represType (short for memory representation type). Move Cint fundamental 'Type' creation from Kernel.cxx to init.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@27579 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 15:15:06 UTC
1e2600e Fix documentation about fEstimate git-svn-id: http://root.cern.ch/svn/root/trunk@27578 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 15:03:05 UTC
aceb1a4 TEveElement =========== Add the following *MENU* functions: DumpSourceObject() PrintSourceObject() ExportSourceObjectToCINT() This allows direct interaction with the original object being represented by the EVE-element. TGLViewer, TGLEventHandler and TGLViewerEditor ============================================== Add button to enter into the "Annotation" pick-mode. Add methods allowing easy deletion of all annotations. tutorials/eve/alice_esd.C ========================= Remove annotations when loading a new event. git-svn-id: http://root.cern.ch/svn/root/trunk@27577 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 14:34:36 UTC
d48185c - Fix a problem with dataset validation in multi-level master setups - Make a TSlave::GetMsd() to return a "const char *" as all other string getters git-svn-id: http://root.cern.ch/svn/root/trunk@27576 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 12:15:26 UTC
4f355ea Add a couple of missing protections in log parsing; should fix client-side crashes observed by some ALICE users git-svn-id: http://root.cern.ch/svn/root/trunk@27575 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 12:13:22 UTC
ca0c78e Update release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@27571 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 09:32:52 UTC
f1c6150 fix compilaiton warning on gcc3.4 git-svn-id: http://root.cern.ch/svn/root/trunk@27570 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 09:31:56 UTC
a738329 Update release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@27569 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 08:34:50 UTC
8752832 Protect CreateLatex from the impossible: "new TCanvas" failing in the interpreter. git-svn-id: http://root.cern.ch/svn/root/trunk@27568 27541ba8-7e3a-0410-8455-c3a389f83636 23 February 2009, 08:15:59 UTC
0702671 new version of tutorials for latest changes in TRolke and TUnfold git-svn-id: http://root.cern.ch/svn/root/trunk@27567 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2009, 15:30:16 UTC
b089908 - new version of TRolke from J. Lundberg * New user interface: The old user interface was very hard to use, and the documentation in the source was also not on par with the correct usage. The old interface was a single get-function with 12 arguments, and the user was supposed to figure out which ~ 5 arguments were relevant for a specific model (1 out of 7 models). The new user interface is is easy to use correctly and hard to use incorrectly (TM). It's a single set-method for each method: SetPoissonBkgBinomialEff(Int_t x,Int_t y,Int_t z,Double_t tau,Int_t m); SetPoissonBkgGaussianEff(Int_t x,Int_t y,Double_t em, Double_t tau,Double_t sde); SetGaussianBkgGaussianEff(Int_t x,Double_t bm,Double_t em, Double_t sde,Double_t sdb); SetPoissondBkgknownEff(Int_t x,Int_t y,Double_t tau,Double_t e); SetGaussianBkgknownEff(Int_t x,Double_t bm,Double_t sdb,Double_t e); SetKnownBkgBinomialEff(Int_t x, Int_t z,Int_t m,Double_t b); SetknownBkgGaussianEff(Int_t x,Double_t em,Double_t sde,Double_t b); * New methods for getting: - 'sensitivity' (average limits) and related quantities - 'critical number' related to rejection of the null-hypothesis (no signal). * Bug fixes. There was a few bugs in that some variables was used uninitialized. (Eg, input arguments which were not supposed to be used were used anyway.) git-svn-id: http://root.cern.ch/svn/root/trunk@27566 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2009, 15:29:35 UTC
2ff8fc6 - new version (v. 13) of TUnfold from S. Schmitt The big change is from including another class "TUnfoldSys" This class provides support for the propagation of systematic errors. git-svn-id: http://root.cern.ch/svn/root/trunk@27565 27541ba8-7e3a-0410-8455-c3a389f83636 22 February 2009, 15:21:10 UTC
1fd09a4 TGLFontManager -------------- Rename GetBaseLineParams() to MeasureBaseLineParams() to distinguish it from the base-line param getters that return the font design values. TGLAnnotation ------------- Add title to the annotaion-editor window. git-svn-id: http://root.cern.ch/svn/root/trunk@27564 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2009, 12:37:20 UTC
2f4480d Add missing return statements - no wonder it didn't work. git-svn-id: http://root.cern.ch/svn/root/trunk@27563 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2009, 11:39:59 UTC
b663ef1 Line numbers are now anchors: one can send them around and bookmark them to jump to a certain line. They are now also copy&paste-able: for a file SrcFile.cxx and its line 123 the text will be "SrcFile.cxx:123", i.e. idea for setting a breakpoint e.g. in GDB. Factor out the writing of line numbers (from TDocParser::Convert and TDocOutput). Fix the href of the empty source file links for source-less classes. git-svn-id: http://root.cern.ch/svn/root/trunk@27562 27541ba8-7e3a-0410-8455-c3a389f83636 21 February 2009, 10:55:11 UTC
df08e6d Fix layout for classes with unknown source file (e.g. genvector): body's div was closed too early, descrhead alignment was messed up. Use short template names (i.e. without default parameters) where possible. This drastically improves the readability of templates. It also revealed a bug in CINT wrt typedef autoloading; fixing that will make this improvement work for all cases. git-svn-id: http://root.cern.ch/svn/root/trunk@27561 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 23:22:22 UTC
6a6d972 TGLAnnotation ------------- New class for rendering of GL labels. User has the possibility to chanage text, drag it or delete it. TGLEventHandler TGLViewer --------------- Add annotation pick mode. TGLFontManager -------------- Add getters for font description. git-svn-id: http://root.cern.ch/svn/root/trunk@27560 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 21:41:28 UTC
77348c2 Import from vendors branch change 27558 git-svn-id: http://root.cern.ch/svn/root/trunk@27559 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 18:32:21 UTC
6508f12 Make initial camera position more atractive. git-svn-id: http://root.cern.ch/svn/root/trunk@27557 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 18:22:42 UTC
e2c0f93 * TEveTrack ----------- Add member 'Bool_t fLockPoints' allowinf the user prevent further changes to the graphic representation. Remove ALICE specific functions that are calling macros that do not exist in ROOT distribution: void ImportHits(); void ImportClusters(); void ImportClustersFromIndex(); void ImportKine(); void ImportKineWithArgs(.....); void PrintKineStack(); * TEveTrackList --------------- Remove ALICE specific functions: void ImportHits(); void ImportClusters(); * TEvePointSet -------------- Add function: void ClonePoints(const TEvePointSet& e); that allows cloning of points and all identifiers assigned to them. * TPointSet3D ------------- Add protected method: void CopyIds(const TPointSet3D& t); that simplifies copy-stor and assig-op. It is also used by TEvePointSet::ClonePoints(). * TPolyMarker3D * TPolyLine3D --------------- Remove unused member 'UInt_t fGLList'. git-svn-id: http://root.cern.ch/svn/root/trunk@27556 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 17:38:28 UTC
5ba2496 - introduce a better treatment of the step size used when fitting an object with a TF1. Use now by default is not zero the error provided by TF1. In case of limits use an appropriate step size to avoid Minuit to go over the limits. This fixes the warning reported at http://root.cern.ch/phpBB2/viewtopic.php?t=8067 git-svn-id: http://root.cern.ch/svn/root/trunk@27553 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 15:54:26 UTC
0e82906 From Roberto and me: Properly record TLatex and TPaveLabel editing events, registering starting and ending time of edition, to be able to replay character by character. git-svn-id: http://root.cern.ch/svn/root/trunk@27550 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 14:38:05 UTC
b2946e2 merge changes in branch from David - The fitpanel now stores the functions used for previous fit and let the user used them in the future. - Removed some variables that were no longer used git-svn-id: http://root.cern.ch/svn/root/trunk@27549 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 14:31:41 UTC
fbf4c9a from Bertrand: New signal needed by the event recorder for the special TLatex and TPaveLabel cases. git-svn-id: http://root.cern.ch/svn/root/trunk@27547 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 14:09:12 UTC
ac6f50c From Matevz: Wrong parenthesis in etc/vmc/makefile.linuxx8664gcc git-svn-id: http://root.cern.ch/svn/root/trunk@27545 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 13:42:54 UTC
aac618f Better keyboard events handling. git-svn-id: http://root.cern.ch/svn/root/trunk@27543 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 09:38:28 UTC
7cc290e Write source in Convert, never comment (i.e. directive output) Rename pre.code to pre.listing to not clash with inline code's pre. Always parse directives - they are needed e.g. for the class doc even when generating the source output. Set bg for tabbed code to white. git-svn-id: http://root.cern.ch/svn/root/trunk@27541 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 09:13:36 UTC
8ef3776 Hide from 'svn st' a new file used to control the build git-svn-id: http://root.cern.ch/svn/root/trunk@27540 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 08:18:09 UTC
2dd2cb9 From Thiemo Nagel: the wildcard behaviour of TChain::Add() caused me a bit of a headache, so I thought I'd send in a patch to clarify its documentation a bit. git-svn-id: http://root.cern.ch/svn/root/trunk@27539 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 08:17:45 UTC
b76276c Import fix for ##46442 git-svn-id: http://root.cern.ch/svn/root/trunk@27538 27541ba8-7e3a-0410-8455-c3a389f83636 20 February 2009, 08:10:05 UTC
49f4bd8 * alice_esd.C: Add htnl summary view in a new tab. Four hours of attempts to load ALICE ESD friend to extract clusters - this seems impossible as TFile::MakeProject() does not descend into branches that are stored in separate files. * alice_esd_html_summary.C: New file - htnl table widget extracted from SplitGLView. git-svn-id: http://root.cern.ch/svn/root/trunk@27536 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 20:19:57 UTC
a2974a3 sort names alphabetically. git-svn-id: http://root.cern.ch/svn/root/trunk@27535 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 18:14:03 UTC
deddcd2 From Fed: use root-config to get the compiler used by the ROOT built. git-svn-id: http://root.cern.ch/svn/root/trunk@27534 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 17:37:57 UTC
54ba2e7 stlLoader for CINT5 and 7 are different, so generate two different ones (stlLoader7_* for CINT7). Reset CINT7's cintdll flags so it does not influence CINT5's compilation of stlLoader. Fixes nighlies. git-svn-id: http://root.cern.ch/svn/root/trunk@27532 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 17:03:29 UTC
f96dfc4 When converting sources with line numbers (i.e. code) we cannot interpret directives as it would close any open <pre> which is fatal. To better control what's happening inside convert's pre it is now contained in a div; both sue the new class listing. Fixes display of the tutuorials. git-svn-id: http://root.cern.ch/svn/root/trunk@27531 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 16:51:35 UTC
69ecdab From Axel: Now that CINT uses a<b<c> > instead of a<b<c>> for template-with-default-args typedefs we can remove the workaround in TClassEdit. git-svn-id: http://root.cern.ch/svn/root/trunk@27526 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 15:11:09 UTC
f353fbf Use EVE window manager to also show RPhi and RhoZ views. Use separate scenes for projected geometries and events, so that the geometry does not need to be re-projected when going to the next event. git-svn-id: http://root.cern.ch/svn/root/trunk@27524 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 14:33:48 UTC
acb9555 Fix for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@27522 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 14:07:24 UTC
e7d8f2d Re-apply patch for x86-64 MacOsX XROOTD builds; thsi should fix the problem with the nightlies git-svn-id: http://root.cern.ch/svn/root/trunk@27521 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 13:51:44 UTC
f2b0509 Fix (long-standing) dependency problem for XROOTD on unix platforms. A 'make distclean-xrootd' should not be required anymore after a change in the XROOTD sources. git-svn-id: http://root.cern.ch/svn/root/trunk@27518 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 13:25:49 UTC
8ccdfd6 Fix a bug in TGraphPainter::DistancetoPrimitiveHelper when getting the drawOption git-svn-id: http://root.cern.ch/svn/root/trunk@27517 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 13:04:44 UTC
e472535 Make the arrows pickable. git-svn-id: http://root.cern.ch/svn/root/trunk@27516 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 12:43:24 UTC
31e916d * gl/src/TGLSAViewer.cxx: Add animated gif to the list of supported output files from the "Save As" menu. Check if the user already typed the extension - prefer this over the file-type selected in the file dialog. * gl/src/TGLViewer.cxx: Rename a local variable. git-svn-id: http://root.cern.ch/svn/root/trunk@27515 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 12:42:51 UTC
3e92b46 Explicitely link to the SSL libs when building xrdgsiproxy; solves potential compilation problem when using an external ssl distribution. git-svn-id: http://root.cern.ch/svn/root/trunk@27514 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 11:40:04 UTC
8b53d91 Increase font size of pre for bad screens. Remove unused declarations. git-svn-id: http://root.cern.ch/svn/root/trunk@27512 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 09:20:48 UTC
fc99483 updated list of developers. git-svn-id: http://root.cern.ch/svn/root/trunk@27511 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 04:51:46 UTC
433a96d -Wshadow git-svn-id: http://root.cern.ch/svn/root/trunk@27510 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 04:35:15 UTC
736c01b rename CintOffset into InterpreterOffset git-svn-id: http://root.cern.ch/svn/root/trunk@27509 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 03:32:22 UTC
cd92946 Eliminate the recently added shortcut TypeBase constructor and take the small performance hit from using the existing constructor. git-svn-id: http://root.cern.ch/svn/root/trunk@27508 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:38:36 UTC
be26c93 Forgot to overload AddDataMember(Member& output,...) in TypeBase the same way as in ScopeBase. Also needed doing in Enum. git-svn-id: http://root.cern.ch/svn/root/trunk@27507 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:20:58 UTC
d93abba white space. git-svn-id: http://root.cern.ch/svn/root/trunk@27506 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:11:21 UTC
69dc601 don't use tee. git-svn-id: http://root.cern.ch/svn/root/trunk@27505 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:10:55 UTC
92d0dbe From Axel: do not append resource "object" to link args in a subshell, i.e. add it outside "&&". git-svn-id: http://root.cern.ch/svn/root/trunk@27504 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:10:27 UTC
abb189b From Axel: silence link when determining its version and building inside the IDE. git-svn-id: http://root.cern.ch/svn/root/trunk@27503 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:09:45 UTC
e0b0906 From Axel: fix unary minus on unsigned. git-svn-id: http://root.cern.ch/svn/root/trunk@27502 27541ba8-7e3a-0410-8455-c3a389f83636 19 February 2009, 01:09:07 UTC
9f15ead Disable lighting when draw axis. git-svn-id: http://root.cern.ch/svn/root/trunk@27500 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 17:16:02 UTC
89cdf58 document TWebFile proxy support. git-svn-id: http://root.cern.ch/svn/root/trunk@27499 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 16:41:57 UTC
e3d3f5b document TSystem::GetFromPipe(). git-svn-id: http://root.cern.ch/svn/root/trunk@27498 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 16:41:38 UTC
abf68e4 implemented new method: TString TSystem::GetFromPipe(const char *command) which returns in the TString the result of the command. Multi-line results are separated by \n's. git-svn-id: http://root.cern.ch/svn/root/trunk@27497 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 16:16:06 UTC
a623459 From Fed: another cleanup. git-svn-id: http://root.cern.ch/svn/root/trunk@27496 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 15:33:04 UTC
ea1f216 From Gerri: describe parameter: XNet.DfltTcpWindowSize. git-svn-id: http://root.cern.ch/svn/root/trunk@27495 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 15:30:22 UTC
2630fd0 -Wshadow git-svn-id: http://root.cern.ch/svn/root/trunk@27494 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 15:19:53 UTC
3a3ecf6 Adapt style to new ROOT drupal site. Improve source pages by showing line numbers that are immune to copy&paste. git-svn-id: http://root.cern.ch/svn/root/trunk@27492 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 15:09:19 UTC
b37c67f From Hady Zalek, Murex: remove the using declaration in the generated dictionaries and uses qualified names for all Reflex types. git-svn-id: http://root.cern.ch/svn/root/trunk@27491 27541ba8-7e3a-0410-8455-c3a389f83636 18 February 2009, 15:01:46 UTC
back to top