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

sort by:
Revision Author Date Message Commit Date
937c2c8 This commit was manufactured by cvs2svn to create tag 'v5-16-16'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-16-16@16794 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 14:41:01 UTC
e88e79f From David Quarrie: new option --gccxmlopt for the invocation of genreflex. The content of this option will be passed to the gccxml invocation inside genreflex (e.g. --gccxmlopt='--gccxml-cxxflags -m32') git-svn-id: http://root.cern.ch/svn/root/trunk@16793 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 14:41:00 UTC
8885a24 From Lorenzo: patch for fixing the method TFitter::IsFixed git-svn-id: http://root.cern.ch/svn/root/trunk@16792 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 13:47:34 UTC
d6ced04 - reset the slider to the original range when using the Reset button - draw lines to show the new selected range for fitting git-svn-id: http://root.cern.ch/svn/root/trunk@16791 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 12:30:32 UTC
8947c36 - TPie example git-svn-id: http://root.cern.ch/svn/root/trunk@16790 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 12:21:16 UTC
432655d - New class TPie to draw a pie-chart (From Guido Volpi and Olivier). See $ROOTSYS/tutorials/piechart.C git-svn-id: http://root.cern.ch/svn/root/trunk@16789 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 12:19:49 UTC
e7257f3 From Andrei: a small patch allowing definition of toruses in TGeoManager::Volume. There is also a protection added in case of definition of tube/cone segments without phi segmentation. git-svn-id: http://root.cern.ch/svn/root/trunk@16788 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 11:26:23 UTC
03bc348 Remove the Check and Assert defines. They have been depricated and flagged by warnings since the last pro release. git-svn-id: http://root.cern.ch/svn/root/trunk@16787 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 10:15:14 UTC
7a24613 ignore the unpacked unuran directory. git-svn-id: http://root.cern.ch/svn/root/trunk@16786 27541ba8-7e3a-0410-8455-c3a389f83636 16 November 2006, 10:13:13 UTC
e05b10c From Bertrand: Correct declaration of a non-static variable. git-svn-id: http://root.cern.ch/svn/root/trunk@16785 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 23:51:28 UTC
5ab8f60 From Bertrand: Modified CPUMeter.C macro accordingly to the latest changes in TSystem. git-svn-id: http://root.cern.ch/svn/root/trunk@16784 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 23:50:58 UTC
32c7745 Fix fatal typo on LinuxCVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@16783 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 21:05:38 UTC
9d72e3b add unuran to the list off all modules so make distclean will clean it. git-svn-id: http://root.cern.ch/svn/root/trunk@16782 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 18:33:05 UTC
f223685 minor cosmetic. git-svn-id: http://root.cern.ch/svn/root/trunk@16781 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 18:27:37 UTC
2088347 Add new sampleTime argument to GetCpuInfo(). Use sampleTime to set the interval over which the CPU load will be measured, in ms (default 1000). git-svn-id: http://root.cern.ch/svn/root/trunk@16780 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 18:27:17 UTC
07b8eb2 From Gerri: Fixes for Windows client: - Introduce definition of net_errno to cope with Windows weirdness. - Add implementation of writev treating correctly sockets and file descriptors. git-svn-id: http://root.cern.ch/svn/root/trunk@16779 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 18:22:40 UTC
705989f Add optional package unuran git-svn-id: http://root.cern.ch/svn/root/trunk@16778 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 18:06:51 UTC
b2710b1 - coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@16777 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 18:04:08 UTC
83ff31e - replace "abs" by TMath::Abs git-svn-id: http://root.cern.ch/svn/root/trunk@16776 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 17:54:16 UTC
865b8c2 From Gerri and Bertrand: Fixes and new features developed in preparation for the Intel quad-core launch demo: - Add instantaneous event and MB processing rates in the Progress signal and make necessary modification to exploit it in the Progress Dialog. - Add possibility to change the Progress and Feedback periods - A number of small improvements and bug fixes git-svn-id: http://root.cern.ch/svn/root/trunk@16775 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 17:45:55 UTC
494b73e - New version done by Matthieu Demaret (Summer Student). - Paint the TGraphPolar title. - Allows Polar coordinates in Radian, Degrees and Grad - Radian coordinates are painted using reduced pi fractions (TLatex #pi). - Graph clipping on polargram limits - Labels orientation can be changed - The radial axis is painted using TGaxis (before it was some internal code doing text for each label. No tick-marks were drawn) - Default constructor was missing. - Radial divisions are optimized using THLimitsFinder::Optimize. - DistancetoPrimitive and Execute event have been implemented. It is possible to move interactively the radial axis. - Help improvements git-svn-id: http://root.cern.ch/svn/root/trunk@16774 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 17:44:57 UTC
bf28223 From Lorenzo: Addition of a new directory, unuran, to interface in ROOT a new package, UNU.RAN (Universal Non Uniform Random number generator for generating non uniform pseudo-random numbers. UNU.RAN is an ANSI C library licensed under GPL. It contains universal (also called automatic or black-box) algorithms that can generate random numbers from large classes of continuous or discrete distributions, and also from practically all standard distributions. The library and an extensive online documentation are available at: ------------------------------------------- http://statistik.wu-wien.ac.at/unuran/ ------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@16773 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 17:40:36 UTC
040942e Replace the way too trivial config.h by RConfigure.h. The obsolete config.h still exists for backward compatibility and just includes RConfigure.h. RConfigure.h can now also be used in ROOT header files if needed. git-svn-id: http://root.cern.ch/svn/root/trunk@16772 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 17:02:36 UTC
8cfd6c2 Remove CR/LF git-svn-id: http://root.cern.ch/svn/root/trunk@16771 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 16:36:25 UTC
f340315 From Ilka: new method SetButtonState(const char *label, Int_t state = 0) in TControlBar. It allows to set different button states using the bar pointer and identifying the text button via its label. The possible states are: 0-kButtonUp, 1-kButtonDown, 2-kButtonEngaged, 3-kButtonDisabled. Example: root > .x tutorials/demos.C // to disable the button 'first' do: root > bar->SetButtonState("first", 3) // to enable the button 'first' do: root > bar->SetButtonState("first", 0) git-svn-id: http://root.cern.ch/svn/root/trunk@16770 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 16:35:56 UTC
18aa17f - Option "E" and "TEXT" combined produce now a meaningful plot according to the suggestion made here: https://savannah.cern.ch/bugs/?20698 Previously this combination wrongly produced a 3D error plot superimposed on a 2D text plot. git-svn-id: http://root.cern.ch/svn/root/trunk@16769 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 14:12:27 UTC
0e0f25b New version. git-svn-id: http://root.cern.ch/svn/root/trunk@16768 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 10:40:17 UTC
e2619a3 New TMVA header files git-svn-id: http://root.cern.ch/svn/root/trunk@16767 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 08:01:55 UTC
b468154 Remove old TMVA header files git-svn-id: http://root.cern.ch/svn/root/trunk@16766 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 07:59:57 UTC
7a6e206 Remove old TMVA source files git-svn-id: http://root.cern.ch/svn/root/trunk@16765 27541ba8-7e3a-0410-8455-c3a389f83636 15 November 2006, 07:56:51 UTC
d93e194 Prevent the use of a compiled or interpreted stl collection in conjunction with an emulated collection (the layout are usually different). Issue an Error message when the user attempt to mix the 2 and recommend to generate the dictionary for the stl collection in question. git-svn-id: http://root.cern.ch/svn/root/trunk@16764 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 20:06:51 UTC
c5d0ac2 - set the object properly when activating the fit panel via the context menu git-svn-id: http://root.cern.ch/svn/root/trunk@16763 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 16:42:33 UTC
e3fc8de fix the generation of posix.dll and ipc.dll. Make sure to run gmake clean-cintdlls to remove the erroneous posix.so git-svn-id: http://root.cern.ch/svn/root/trunk@16762 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 15:45:17 UTC
0ec01e8 From Ilka: Changes in the fit panel functionality as follows: - implemented as a modeless dialog, i.e. when open it does not prevent users from interacting with other windows - it is a singleton application, created per root session - users can select an object for fitting in the usual way, i.e. by left-mouse click on it; it the selected object is suitable for fitting, the fit panel is connected with it and users can perform fits by setting different parameters and options - it is included in the ListOfCleanups and has the RecursiveRemove method to handle cases of deletion of the currently selected object or of he pad where this object is drawn git-svn-id: http://root.cern.ch/svn/root/trunk@16761 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 15:08:33 UTC
3ce3580 Add support for Tree friends in the TreeViewer. Although the code should work for TChains too, it has been tested so far only for Tree friends. git-svn-id: http://root.cern.ch/svn/root/trunk@16760 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 14:19:15 UTC
834dade From Valeri Fine: The configure uses the FIRST digit of the Qt version instead of the third one to calculate the Qt version. git-svn-id: http://root.cern.ch/svn/root/trunk@16759 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 09:45:58 UTC
be87216 Fix a problem visible on 64 bits machines git-svn-id: http://root.cern.ch/svn/root/trunk@16758 27541ba8-7e3a-0410-8455-c3a389f83636 14 November 2006, 09:19:28 UTC
079ef6d From Axel: Change comment buf lengths from 256 to 1024. git-svn-id: http://root.cern.ch/svn/root/trunk@16757 27541ba8-7e3a-0410-8455-c3a389f83636 13 November 2006, 17:02:46 UTC
92af757 When the option "W" is specified when calling TH1::Fit, the bins with no contents are excluded by default. To also include the bins with no contents and force all weights to be equal, specify the option "WW" git-svn-id: http://root.cern.ch/svn/root/trunk@16756 27541ba8-7e3a-0410-8455-c3a389f83636 13 November 2006, 11:24:15 UTC
17b4ab7 small correction in error message. git-svn-id: http://root.cern.ch/svn/root/trunk@16755 27541ba8-7e3a-0410-8455-c3a389f83636 13 November 2006, 10:49:13 UTC
9c8736b use find everywhere in the "install" target to remove CVS directories. git-svn-id: http://root.cern.ch/svn/root/trunk@16754 27541ba8-7e3a-0410-8455-c3a389f83636 13 November 2006, 10:48:20 UTC
4a9b4d2 From Gerri: add some more missing locks. git-svn-id: http://root.cern.ch/svn/root/trunk@16753 27541ba8-7e3a-0410-8455-c3a389f83636 11 November 2006, 17:37:40 UTC
3e7e4b6 generate the dictionary for iterator classes needed by PyRoot on windows git-svn-id: http://root.cern.ch/svn/root/trunk@16752 27541ba8-7e3a-0410-8455-c3a389f83636 11 November 2006, 16:14:05 UTC
977abc2 Add new function: void TObjArray::Randomize(Int_t ntimes) { //Randomize objects inside the array, ie permute randomly objects. //fLast being the index of the last entry in the array, the following //algorithm is applied to the array. // -for each entry j between 0 and fLast, another entry k is chosen randomly // between 0 and fLast. // -the objects at j and k are swapped. // -this process is repeated ntimes (ntimes=1 by default) for (Int_t i=0;i<ntimes;i++) { git-svn-id: http://root.cern.ch/svn/root/trunk@16751 27541ba8-7e3a-0410-8455-c3a389f83636 11 November 2006, 15:21:30 UTC
d19b350 Insure that the leaves address (in a long leaflist) are properly set when SetAddress(0) is called (fixing CloneTree) git-svn-id: http://root.cern.ch/svn/root/trunk@16750 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 20:00:45 UTC
2f53a94 - save the tab status in the genetated code git-svn-id: http://root.cern.ch/svn/root/trunk@16749 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 17:00:23 UTC
2e21ae8 remove virtual inheritance since it is not needed and gave problems generating the dictionary on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@16748 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 16:28:42 UTC
5e2acde fix problem with return types of functions that are typedefs to unknown types git-svn-id: http://root.cern.ch/svn/root/trunk@16745 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 15:52:29 UTC
4145e6c add test for reading file written with prev version git-svn-id: http://root.cern.ch/svn/root/trunk@16743 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 14:56:31 UTC
b21701c remove trailing ; to make gcc 3.4.5 happy git-svn-id: http://root.cern.ch/svn/root/trunk@16742 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 14:48:59 UTC
14f3e93 Small tutorial illustrating some of the features of spectrumpainter. git-svn-id: http://root.cern.ch/svn/root/trunk@16740 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 11:55:55 UTC
94e26be From Olivier and Miro: Introduce the new spectrumpainter package. This new package is automatically called by THistpainter::Paint when drawing a TH2 with the "SPEC" option. For more details about the option, see TSpectrum2Painter::PaintSpectrum git-svn-id: http://root.cern.ch/svn/root/trunk@16739 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 11:54:44 UTC
e36fa80 update for new API in GetComponents git-svn-id: http://root.cern.ch/svn/root/trunk@16738 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 11:12:26 UTC
5df7268 make disctionary for new GetComponents API git-svn-id: http://root.cern.ch/svn/root/trunk@16737 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 11:10:22 UTC
da9b3d3 add tests using std::set iterator git-svn-id: http://root.cern.ch/svn/root/trunk@16736 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 11:05:32 UTC
405fd56 fix a problem with const and correct the Get/SetComponents for bi-directional iterators git-svn-id: http://root.cern.ch/svn/root/trunk@16735 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 11:04:42 UTC
aeea256 - SavePrimitives became broken for all object editors GUI after the fix in TGedEditor v1.32 because container frames had no generated names. This patch fixes the problem on the level of TGCompositeFrame::SavePrimitive for any frame with empty GetName() string; - fix in TGFrame::SaveUserColor for default frame background color needed for sliders git-svn-id: http://root.cern.ch/svn/root/trunk@16734 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 10:49:13 UTC
610fb24 - saving applied layout hints in the generated code git-svn-id: http://root.cern.ch/svn/root/trunk@16733 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 10:47:38 UTC
ce9224e - make saving of TGLayoutHits flexible (having a coma separator is optional) git-svn-id: http://root.cern.ch/svn/root/trunk@16732 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 10:47:10 UTC
556fbb3 Add a new function: Double_t TGraph::Chisquare(const TF1 *f1) const { // Return the chisquare of this graph with respect to f1. // The chisquare is computed as the sum of the quantity below at each point: // // (y - f1(x))**2 // ----------------------------------- // ey**2 + (0.5*(exl + exh)*f1'(x))**2 // // where x and y are the graph point coordinates and f1'(x) is the derivative of function f1(x). // This method to approximate the uncertainty in y because of the errors in x, is called // "effective variance" method. // In case of a pure TGraph, the denominator is 1. // In case of a TGraphErrors or TGraphAsymmErrors the errors are taken // into account. git-svn-id: http://root.cern.ch/svn/root/trunk@16731 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 08:32:21 UTC
074788a From Andre Felipe: Changes to the autotools files (Makefile.am) git-svn-id: http://root.cern.ch/svn/root/trunk@16730 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2006, 07:17:56 UTC
5189678 From Gerri: fix a number of mutex locking issues that caused PROOF startup failures. git-svn-id: http://root.cern.ch/svn/root/trunk@16729 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 23:23:32 UTC
785e1d0 From Bertrand: fix a case where on win32 "make install" results in deletion of the just compiled ROOT directory. git-svn-id: http://root.cern.ch/svn/root/trunk@16728 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 22:42:08 UTC
4951e1d From Gerri: make GetQueryResult() to return the last TQueryResult instance if no argument. git-svn-id: http://root.cern.ch/svn/root/trunk@16727 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 22:15:41 UTC
08b3a9b add new tests for checking bug 21311 and test on performances of point and vector additions git-svn-id: http://root.cern.ch/svn/root/trunk@16726 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 21:25:33 UTC
fdba9bb apply changes requested by Vincenzo on GetComponents and GetCoordinates using a single iterator. This fixes the bug #21311 git-svn-id: http://root.cern.ch/svn/root/trunk@16725 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 21:22:53 UTC
8f59808 Add .d for cintdlls' stlloaders. Fix coding convention for stlloader - which really is just an excuse to trigger the generation of the .d files. git-svn-id: http://root.cern.ch/svn/root/trunk@16724 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 19:04:31 UTC
0405ec8 make sure that in debug mode we also link with the debug flags. git-svn-id: http://root.cern.ch/svn/root/trunk@16723 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 16:51:54 UTC
f008b0d From Valeriy: - in TAImage::WriteImage method. New feature which allows to create GIFs files with infinite animation was introduced. For repeated animation the last subimage must be specified as "myfile.gif++NN", where NN is number of cycles. If NN is ommitted the animation will be infinite. git-svn-id: http://root.cern.ch/svn/root/trunk@16722 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 16:09:11 UTC
ad2dba0 New attempt to introduce the new version after fixing the compilation problem under Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@16720 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 14:58:07 UTC
8a999f7 Revert to the previous version git-svn-id: http://root.cern.ch/svn/root/trunk@16719 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 14:38:30 UTC
4e7ec32 from Sasha and valeriy: - transform.c o fixed memory leaks in libAI on image slicing o fixed segfault when locale is not set and added special case handling to hsv transformation to only adjust value on greyscale pixels git-svn-id: http://root.cern.ch/svn/root/trunk@16718 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 14:28:53 UTC
e8a25c4 fix bug #21368 overview: "Missing dictionary information for the content type of the container" in POOL_2_4_8 git-svn-id: http://root.cern.ch/svn/root/trunk@16717 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 13:51:10 UTC
99a5b86 unit tests to check bug #21368 overview: "Missing dictionary information for the content type of the container" in POOL_2_4_8 git-svn-id: http://root.cern.ch/svn/root/trunk@16716 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 13:50:51 UTC
9ccd9b8 - fixed typo in comments git-svn-id: http://root.cern.ch/svn/root/trunk@16715 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 13:23:13 UTC
8f32ad7 From Paul: One more by value fix for NameLookup git-svn-id: http://root.cern.ch/svn/root/trunk@16714 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 08:01:04 UTC
53b053d From Valeri Fine: The wrong conditional expression of the method TDataSetOIter::Path fixed git-svn-id: http://root.cern.ch/svn/root/trunk@16713 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2006, 05:50:44 UTC
cea93aa Add more explicit warning when attempting to use more than 3 level of variable size collection in TTree::Draw git-svn-id: http://root.cern.ch/svn/root/trunk@16712 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 19:23:12 UTC
355aa2c prevent memory over-run in case of long tree name git-svn-id: http://root.cern.ch/svn/root/trunk@16711 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 19:21:36 UTC
c7492f0 In TStreamerInfo::GenerateHeaderFile ignore for the time being namespaces. git-svn-id: http://root.cern.ch/svn/root/trunk@16710 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 13:16:35 UTC
9143eca From Olivier: Mods in view of the new spectrumpainter from Miroslav Morhac git-svn-id: http://root.cern.ch/svn/root/trunk@16709 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 13:12:36 UTC
9e8d7f3 In TFoam::Initialize do not store the created histograms in teh current directory since they are owned by the TFoam object. This change allows the creation of two TFoam objects in parallel. git-svn-id: http://root.cern.ch/svn/root/trunk@16708 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 12:06:12 UTC
236edf0 Add protection in case some tool like StuffIt recursively did unpack all included tar files in the source tree. git-svn-id: http://root.cern.ch/svn/root/trunk@16707 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 11:02:00 UTC
b1af78d Declare to CINT the sopes of all return and parameter types of free functions git-svn-id: http://root.cern.ch/svn/root/trunk@16706 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2006, 08:33:57 UTC
ffe3935 From Bertrand: Make the damping effect on the angle instead of scale value. git-svn-id: http://root.cern.ch/svn/root/trunk@16705 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 18:00:16 UTC
e44d776 - Fix hang in case one tried to enable a non existing packages. - On master always try to upload package to workers just before building the packages. That ensures that new workers will also properly get the packages before building them. git-svn-id: http://root.cern.ch/svn/root/trunk@16704 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 16:46:37 UTC
3a6805d revert back the changes of bug #21324 git-svn-id: http://root.cern.ch/svn/root/trunk@16703 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 16:24:11 UTC
46c680a - fixed memory leak in TGDockableFrame class git-svn-id: http://root.cern.ch/svn/root/trunk@16702 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 15:45:30 UTC
d67b3ed In TFile::MakeProject remove references to STL collections when generating the LinkDef.h file In TFile::Init accept file names up to 10000 characters. Long file names can be generated on the GRID when the security envelope is added to the file name. git-svn-id: http://root.cern.ch/svn/root/trunk@16701 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 15:18:29 UTC
f062cdd From Andrei: Fix in TGeoMaterial to make roottest happy again. git-svn-id: http://root.cern.ch/svn/root/trunk@16700 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 08:50:54 UTC
a71dce8 From Valeri Fine: - fix a bug discovered with valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@16699 27541ba8-7e3a-0410-8455-c3a389f83636 07 November 2006, 06:54:12 UTC
3ad9737 TRFIOSystem::Unlink() was not properly stripping off the protocol from the path. git-svn-id: http://root.cern.ch/svn/root/trunk@16698 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 16:55:50 UTC
b87d5d2 From Pere Mato: Fix for the problem reported at: https://savannah.cern.ch/bugs/?21356 A C++ function signature with (double&) would not work from PyROOT when Cintex is used. The problem was detected by Thomas Ruf. The following test should work: c = 10.0 func(c) print c # should print 99.99 where func is the C++ function: void func(double& d) { d = 99.99; } git-svn-id: http://root.cern.ch/svn/root/trunk@16697 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 15:33:14 UTC
2d1bb40 fix bug 21325 in getting the columns of a Rotation3D matrix in 3 vectors. Add also a corresponding test in testGenVector.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@16696 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 14:45:39 UTC
20309fe From Bertrand: A few protections added for local session. git-svn-id: http://root.cern.ch/svn/root/trunk@16695 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 13:15:55 UTC
7a1b8d0 From Bertrand: - Correct progress bar value for queries in local session. git-svn-id: http://root.cern.ch/svn/root/trunk@16694 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 11:40:30 UTC
19e74bc change "! test" to "test !" as is required. git-svn-id: http://root.cern.ch/svn/root/trunk@16693 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 11:19:18 UTC
c04f1a6 From Bertrand: - Improve query status informations (local/remote) git-svn-id: http://root.cern.ch/svn/root/trunk@16692 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 10:54:08 UTC
edd74a0 - return a reference to the inverted class in the Invert() method for all Rotation, Transform3D and Boost classes (to fix bug #21324) - make operator== and operator!= const (fix bug #21287) git-svn-id: http://root.cern.ch/svn/root/trunk@16691 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 10:20:56 UTC
3344f57 in TProofPlayer remove the explicit signals from Progress() and Feedback() as they are also emitted by TProof Progress() and Feedback(). git-svn-id: http://root.cern.ch/svn/root/trunk@16690 27541ba8-7e3a-0410-8455-c3a389f83636 06 November 2006, 09:52:50 UTC
back to top