swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
5ebc312 cint: add option noerror==4 to G__defined_tagname: only check for existing classes, no typedefs. Use that when returning the auto-load libraries for a class. cint: add missing update from cint v5-16-29 TCint: re-enable check for declaring class in rootmap setter, reverting r21611 to r21609. git-svn-id: http://root.cern.ch/svn/root/trunk@21633 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 21:58:19 UTC
8d2a077 undo 21610 git-svn-id: http://root.cern.ch/svn/root/trunk@21632 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 21:03:09 UTC
1ade474 *********************************************************************** * NOTE: THE FOLLOWING FILES MUST BE REMOVED BY HAND AFTER THIS COMMIT * * WHEN UPDATING AN EXISTING RELEASE AREA * * * * include/RooNormManager.h * * include/RooNormListManager.h * * roofitcore/src/RooNormManager.o * * roofitcore/src/RooNormManager.d * * roofitcore/src/RooNormListManager.o * * roofitcore/src/RooNormListManager.d * * * *********************************************************************** o RooNormListManager, RooNormManager - Removed, now obsolete. Replacement is RooObjCacheManager o RooNumber - Add non-inlined accessor function infinity() to replace static double inifinity to fix Windows linked problems o RooStreamParser, RooCurve, RooRangeBinning, RooNumConvolution RooHistError, RooTreeData, RooRealVar, RooBinning, RooErrorVar - Follow migration of RooNumber::infinity() o RooPlot - Fix SetTitle() o RooDataSet - Initialize wgtVar ptr in default ctor o RooAbsReal - Redesign scheme to import non-double TTree branches to RooAbsReal buffer to fix gcc warnings on strict aliasing rules for type-punned pointers. o RooAbsPdf - Make globalSelectComp() non-inline to avoid Windows linking problems. o RooResolutionModel - Fix crash in use of resolution models when completely const-optimized by deleting _norm pointer on a serverRedirect. o RooAbsCategory - Redesign scheme to import non-integer TTree branches to RooAbsReal buffer to fix gcc warnings on strict aliasing rules for type-punned pointers. o LinkDef2.h, Module.mk - Remove classes RooNormManager, RooNormListManager o RooBanner - Increment version tag to 2.31 git-svn-id: http://root.cern.ch/svn/root/trunk@21631 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 20:03:35 UTC
519b824 From Joerg Stelzer: * documentation of all classes ( I hope I caught all 17 of them, but I didn't know how to check except by looking through all the files) * plugin capabilities for user developed multivariate classifiers * An improved GUI where the user can print the significance curves for adjustable signal and background yields * A fix to a compiler complaint that Axel told me about git-svn-id: http://root.cern.ch/svn/root/trunk@21630 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 19:40:44 UTC
cc4652c From Axel and Silvia Arcelli: allow e.g. THnSparse::Projection() to only project non-over- and underflow bins; see documentation in THnSparse::IsInRange(). git-svn-id: http://root.cern.ch/svn/root/trunk@21629 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 19:01:09 UTC
a56c5f0 From Axel: insert a missing "break" (used to be return) + protect some deref operators. Fixes a fatal problem on windows. git-svn-id: http://root.cern.ch/svn/root/trunk@21628 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 18:58:45 UTC
a4f7c6b Remove a misleading "-" character in the description of TAxis::GetFirst and TAxis::GetLast git-svn-id: http://root.cern.ch/svn/root/trunk@21627 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 16:19:52 UTC
e1d0778 - fix a problem due to a previous change in the Functor class git-svn-id: http://root.cern.ch/svn/root/trunk@21626 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 16:14:26 UTC
2631eb2 update random distribution test adding binomial and unuran git-svn-id: http://root.cern.ch/svn/root/trunk@21624 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 14:57:02 UTC
573d38c - SetPalette() calls InitializeColors() before defining the deap sea palette. Without this call the deap sea palette definition tried to redefine some existing colors. git-svn-id: http://root.cern.ch/svn/root/trunk@21623 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 14:29:01 UTC
07bb219 From Jan Scumacher: fix for problem reported at: <http://savannah.cern.ch/bugs/?32544> git-svn-id: http://root.cern.ch/svn/root/trunk@21622 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 11:06:26 UTC
a9a096d - complete help for option COL git-svn-id: http://root.cern.ch/svn/root/trunk@21621 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 09:54:17 UTC
963754a fix coding convention git-svn-id: http://root.cern.ch/svn/root/trunk@21620 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 04:25:49 UTC
76b7bc8 repair the tmpnam case (still used on mac) [tmpnam already prepend P_tmpdir so we don't need to do it git-svn-id: http://root.cern.ch/svn/root/trunk@21617 27541ba8-7e3a-0410-8455-c3a389f83636 10 January 2008, 03:08:39 UTC
8a6aa16 Fix the problem with the switch statement not working under -O4 in the root/tutorial/gui/guitest.C test. git-svn-id: http://root.cern.ch/svn/root/trunk@21615 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 22:09:17 UTC
2677119 use mkstemp instead of tempnam on unixes git-svn-id: http://root.cern.ch/svn/root/trunk@21614 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 22:06:02 UTC
222abd9 temporarily revert r21609 until it is completed git-svn-id: http://root.cern.ch/svn/root/trunk@21611 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 21:43:54 UTC
29f47c1 From Axel: Remove a compilation warning with snprintf. the only way out is to not pass the va_list - which means converting the function snprintf_get_directive into a CPP macro. Attached patch does just that. Log: work around &va_list warning (incompatible pointer) on AMD64. git-svn-id: http://root.cern.ch/svn/root/trunk@21610 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 17:51:41 UTC
13a4ed8 From Axel: add G__get_class_autoloading_table() returning the library name for a class name; used by TCint to determine whether the enclosing class's auto-load entry should be set. git-svn-id: http://root.cern.ch/svn/root/trunk@21609 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 15:05:17 UTC
c90579c - Reintroduce the fix Axel did in revision 18373. It was lost with the upgrade to version 1.2.3 done in revision 21207. git-svn-id: http://root.cern.ch/svn/root/trunk@21608 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 14:26:48 UTC
3dd495a relax a test condition to suppress an error on gcc 4.1 git-svn-id: http://root.cern.ch/svn/root/trunk@21607 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 11:12:19 UTC
11ea0ab - From Guido Volpi: * TPie::MakeLegend() now takes an extra argument to setup the TLegend header, the default now is an empty header for the legend instead the name of the TPie object. * TPie::SortSlices() has an extra argument that represents a threshold; if the threshold is greater than 0 (the default value), slices with values smaller than the threshold are merged together in a new slice with the label "other". git-svn-id: http://root.cern.ch/svn/root/trunk@21606 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 10:23:09 UTC
5b6192b - From Guido Volpi: In case of multicolumns, the last line was outside the frame if it was not complete. git-svn-id: http://root.cern.ch/svn/root/trunk@21605 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 10:18:00 UTC
7a66a77 - add a new version of unuran (1.1.1) which fixes some warnings on gcc 4 and add a new method (mvtdr) - WARNING: to re-compile root a make distclean-unuran is required - fix a problem with re-initialization of discrete pre-defined distributions (poisosn and binomial) when changing their parameters - improve and fix a problem with the test for discrete distributions git-svn-id: http://root.cern.ch/svn/root/trunk@21604 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 09:19:57 UTC
bf5c54f If WaitPrimitive is called with an empty argument, avoid unintentionally matching an unamed primitive. git-svn-id: http://root.cern.ch/svn/root/trunk@21603 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 08:22:44 UTC
7745930 From Andrei: Remove a useless test in TGeoShape constructor that was slowing down the geometry building process. Thanks to Sue Kasahara for reporting. git-svn-id: http://root.cern.ch/svn/root/trunk@21602 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 07:46:56 UTC
f28f243 Extend TFile::MakeProject to support namespaces, nested classes and templates. 2 new files are generated in the user directory (dirname): dirnameProjectHeaders.h dirnameProjectSource.cxx the linkdef file is renamed dirnameLinkDef.h Each non-nested class is generated in its own header file with a name that is the fully qualified name of the class after all the special characters "<>,:" are replaced by underscored. For example for pair<edm::Vertex,int> the file name is pair_edm__Vertex_int_.h In the generated classes, map, multimap when the first template parameter is a class are replaced by a vector of pair. set and multiset when the tempalte parameter is a class are replaced by a vector. This is required since we do not have the code needed to order and/or compare the object of the classes. [The required schema evolution from map to vector of pair is not yet functional] The new class TMakeProject contains a set of helper functions. git-svn-id: http://root.cern.ch/svn/root/trunk@21601 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 04:34:29 UTC
439e56d When 'calculating' the include file name, remove const, *, &, etc. for the type of the TStreamerElement git-svn-id: http://root.cern.ch/svn/root/trunk@21600 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 03:57:24 UTC
16a84fe Update for better version independence from CINT git-svn-id: http://root.cern.ch/svn/root/trunk@21599 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 03:56:20 UTC
49d2718 Update for better version independence from CINT git-svn-id: http://root.cern.ch/svn/root/trunk@21598 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 03:45:53 UTC
aa37b45 missing import from CINT v5-16-29 git-svn-id: http://root.cern.ch/svn/root/trunk@21597 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 03:36:02 UTC
20d8725 add std::greater as a known std member git-svn-id: http://root.cern.ch/svn/root/trunk@21595 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 03:27:05 UTC
71545e9 From Paul, Axel and Philippe: CINT v5-16-29: * - Fix 'int n((0));' and related syntax. * - Fixes problem with re-using artificial source files. * - Add G__get_class_autoloading_table() returning the library name for a class name; used by TCint to determine whether the enclosing class's auto-load entry should be set. * - Fix <https://savannah.cern.ch/bugs/?32403> and "operator std::string()" by skipping "std::" and setting G__vartype for conversion functions. * - Add better support for indirect self reference * - Correct the constness in the case: Object * const &front() const; (i.e Object*const vs Object const*). * - Fix for passing the result of post increment directly to a function taking a parameter by reference (for example cout << c++; [Still outstanding is a fix for an odd problem with switch statement] git-svn-id: http://root.cern.ch/svn/root/trunk@21594 27541ba8-7e3a-0410-8455-c3a389f83636 09 January 2008, 02:37:47 UTC
3ca9c08 From Wim: Fix to silence the compiler git-svn-id: http://root.cern.ch/svn/root/trunk@21593 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 20:28:21 UTC
efd1eda From Gerri: - Remove unused inclusion of TAuthenticate.h git-svn-id: http://root.cern.ch/svn/root/trunk@21592 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 17:28:47 UTC
f4ec7b0 From Gerri: - Fix "dereferencing type-punned pointer will break strict-aliasing rules" warnings git-svn-id: http://root.cern.ch/svn/root/trunk@21591 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 17:28:21 UTC
3b7a88b Fix a bunch of "dereferencing type-punned pointer will break strict-aliasing rules" warnings git-svn-id: http://root.cern.ch/svn/root/trunk@21590 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 17:16:30 UTC
fc0a34d silence strict-aliasing warning. git-svn-id: http://root.cern.ch/svn/root/trunk@21589 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 16:26:06 UTC
b3cd7ce silcence strict-aliasing warning. git-svn-id: http://root.cern.ch/svn/root/trunk@21588 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 16:00:52 UTC
eed97dd In PaintGraph fHistogram's limits are computed with some margins. The new minimum along x is stored in "uxmin" and the new minimum along y in "minimum". In some cases the new minimum can be negative whereas the real minimum is positive. In such case, the new minimum was set to 90% of the real minimum in case of log scale, and to 0 in case of linear scale. Setting to 0 in case of linear scale, was not a good idea because if the pad is turned into log scale later on, then some points close to the real mimimum are not visible. The following macro demonstrate the problem: { Double_t x[2]; Double_t y[2]; x[0]= 200; y[0]=2.0271; x[1]=3e+06; y[1]=0.0005; TGraph *gr = new TGraph(2,x,y); gr->Draw("alp"); gr->SetMarkerStyle(20); gPad->Update(); gPad->SetLogx(); gPad->SetLogy(); } Now, when the new computed minimum is negative and when the real minimum is positive, the new minimum is set to 90% of the real minimum in both log and linear scale. git-svn-id: http://root.cern.ch/svn/root/trunk@21587 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 15:34:15 UTC
2a7d5ab From Bertrand: Fix a build problem with qtgsi git-svn-id: http://root.cern.ch/svn/root/trunk@21586 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 15:01:20 UTC
5872fdd allow custom PNG lib by setting $ASPNG which must contain include and lib directories. git-svn-id: http://root.cern.ch/svn/root/trunk@21585 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 14:49:20 UTC
f0e26c3 Fix gcc4.1 compilation warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@21584 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 14:11:57 UTC
6da888e Increase size of local tables in function Declare_additional_CINT_typedefs. This is a CMS request. git-svn-id: http://root.cern.ch/svn/root/trunk@21583 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 13:20:04 UTC
1104821 - fix the warnings listed here: http://lcgapp.cern.ch/spi/aaLibrarian/nightlies/osx104_ia32_gcc401_dbg/dev.Mon_ROOT_today-osx104_ia32_gcc401_dbg-log.html git-svn-id: http://root.cern.ch/svn/root/trunk@21582 27541ba8-7e3a-0410-8455-c3a389f83636 08 January 2008, 09:37:59 UTC
ca0b4ea From Wim: The problem is a string temporary that may or may not be overwritten by the time it is used. The fix prolongs the life of the variable to past its use. git-svn-id: http://root.cern.ch/svn/root/trunk@21581 27541ba8-7e3a-0410-8455-c3a389f83636 07 January 2008, 20:36:54 UTC
56c22cf From Axel: MSVC: suppress warning "qualifier applied to reference type; ignored" (until this is fixed in CINT) git-svn-id: http://root.cern.ch/svn/root/trunk@21579 27541ba8-7e3a-0410-8455-c3a389f83636 07 January 2008, 15:49:03 UTC
8383094 From Bertrand: - Remove "signed/unsigned mismatch" compilation warnings git-svn-id: http://root.cern.ch/svn/root/trunk@21578 27541ba8-7e3a-0410-8455-c3a389f83636 07 January 2008, 15:14:06 UTC
c42b18b - update doc for interpolation (cubic splies are now available) - add dictionary for Minuit2 class MnContours git-svn-id: http://root.cern.ch/svn/root/trunk@21576 27541ba8-7e3a-0410-8455-c3a389f83636 07 January 2008, 14:54:30 UTC
eef6fb2 - The fix done in the revision 20433 was not completely right: the multigraph limits need to be initialisezd with call to ComputeRange on the 1st graph before looping on the remaining graphs. git-svn-id: http://root.cern.ch/svn/root/trunk@21573 27541ba8-7e3a-0410-8455-c3a389f83636 07 January 2008, 10:32:29 UTC
be2c911 correctly document new error code -3 in CopyFile(). git-svn-id: http://root.cern.ch/svn/root/trunk@21572 27541ba8-7e3a-0410-8455-c3a389f83636 07 January 2008, 09:48:35 UTC
29379c6 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@21571 27541ba8-7e3a-0410-8455-c3a389f83636 03 January 2008, 09:21:42 UTC
4a59651 From Bertrand: - TVirtualX.h: suppress warning C4099: 'GLUtesselator' : type name first seen using 'struct' now seen using 'class' git-svn-id: http://root.cern.ch/svn/root/trunk@21570 27541ba8-7e3a-0410-8455-c3a389f83636 29 December 2007, 16:00:16 UTC
c6e2cbc From Bertrand: - TGeoChecker.cxx: suppress warning C4138: '*/' found outside of comment git-svn-id: http://root.cern.ch/svn/root/trunk@21569 27541ba8-7e3a-0410-8455-c3a389f83636 29 December 2007, 15:56:30 UTC
6071621 Add a Warning in TH1::Rebin in case the argument ngroup is not an exact divider of the number of bins. git-svn-id: http://root.cern.ch/svn/root/trunk@21568 27541ba8-7e3a-0410-8455-c3a389f83636 28 December 2007, 16:45:48 UTC
f421dfc Add missing forward declarations. git-svn-id: http://root.cern.ch/svn/root/trunk@21567 27541ba8-7e3a-0410-8455-c3a389f83636 28 December 2007, 16:36:06 UTC
ae479f0 Move functions referencing static global variables from inline to implementation file. git-svn-id: http://root.cern.ch/svn/root/trunk@21566 27541ba8-7e3a-0410-8455-c3a389f83636 28 December 2007, 16:15:28 UTC
dd57b77 Functions referencing a static global cannot be inlined. git-svn-id: http://root.cern.ch/svn/root/trunk@21565 27541ba8-7e3a-0410-8455-c3a389f83636 28 December 2007, 12:28:46 UTC
9791b4e do not use TCint when TInterpreter or only the Cint C Api is needed git-svn-id: http://root.cern.ch/svn/root/trunk@21563 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 16:26:02 UTC
8db939a Do not use TCint.h when TInterpreter will do git-svn-id: http://root.cern.ch/svn/root/trunk@21562 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 16:19:56 UTC
81e9cf1 Normalize stressShapes rootmarks git-svn-id: http://root.cern.ch/svn/root/trunk@21561 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 15:39:33 UTC
b2bd588 From Axel: Fix error calculation for THnSparse: first calculate the bin's current error, then add new bin content. Also remove a few stray "return"s. git-svn-id: http://root.cern.ch/svn/root/trunk@21560 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 15:09:37 UTC
a2acff6 - mod for Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@21559 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 15:00:09 UTC
94d2094 From Valeri: More info about the table package. git-svn-id: http://root.cern.ch/svn/root/trunk@21558 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 14:18:30 UTC
a4cbdda - mods needed for mac. git-svn-id: http://root.cern.ch/svn/root/trunk@21557 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 13:55:14 UTC
b623aaf - Changes needed because of a TEllipse bug fixed. git-svn-id: http://root.cern.ch/svn/root/trunk@21556 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 13:41:44 UTC
d43fdba - PaintEllipse() now uses the FillStyle to control wether or not a filled area should be painted in case a closed ellipse. It used wrongly the FillColor unlike the case of an open ellipse. git-svn-id: http://root.cern.ch/svn/root/trunk@21555 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 12:57:49 UTC
c8ee00d From Bertrand: - fixes for MSVC++9.0 (.NET 2008) git-svn-id: http://root.cern.ch/svn/root/trunk@21554 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 11:43:25 UTC
35d9caf anothe doc update git-svn-id: http://root.cern.ch/svn/root/trunk@21553 27541ba8-7e3a-0410-8455-c3a389f83636 21 December 2007, 10:55:46 UTC
40187de Fix a typo in the ClassImp directive making the compilation to fail with gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@21548 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 20:15:57 UTC
a75f3e5 Add ClassImp and doc markers git-svn-id: http://root.cern.ch/svn/root/trunk@21547 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 18:19:50 UTC
e7fcf2d - update class index pages git-svn-id: http://root.cern.ch/svn/root/trunk@21546 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 17:21:09 UTC
d35c532 From Axel: Insert newlines when processing a module's index.html. git-svn-id: http://root.cern.ch/svn/root/trunk@21544 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 16:06:49 UTC
6d3af39 From Ivana. Add the distribution file to generate the VMC fluka tar file git-svn-id: http://root.cern.ch/svn/root/trunk@21543 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 16:02:38 UTC
e0845be Add module doc. git-svn-id: http://root.cern.ch/svn/root/trunk@21542 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 15:38:43 UTC
3a9734f Protect THStack::GetXaxis and THStack::GetYaxis in case the THStack does not have any histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@21541 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 15:09:09 UTC
8a56520 From Valeri Fine: Add the table package documentation index. git-svn-id: http://root.cern.ch/svn/root/trunk@21540 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 13:36:11 UTC
0aed460 remove left over print statement. git-svn-id: http://root.cern.ch/svn/root/trunk@21539 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 12:55:12 UTC
428dbf7 re-introduce old switch statement but disable it via an ifdef, so we can easily test if a new version of CINT fixes this problem. git-svn-id: http://root.cern.ch/svn/root/trunk@21537 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 12:46:47 UTC
22f37e5 Fix a bug in TEveElement::Destroy(): the destruction was not properly propagated to parents and thus redraw was not performed. Extend strings providing information about exceptions. Consolidate variable name for exception header in files that were modified during the above changes. git-svn-id: http://root.cern.ch/svn/root/trunk@21534 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 12:17:22 UTC
21a4fd9 by default turn off pch, the effect is minimal and it causes problems in case RVersion.h is updated and the entire source is not recompiled. git-svn-id: http://root.cern.ch/svn/root/trunk@21533 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 12:14:56 UTC
e9f1070 From Bertrand: add protection again gSystem disappearing at end of program before the last thread is finished. There remains a problem with threads.cxx however, that will be solved later. git-svn-id: http://root.cern.ch/svn/root/trunk@21532 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 12:10:20 UTC
4cba3b3 - add tag for having class description of Minuit2 classes - fix also some indentation problems git-svn-id: http://root.cern.ch/svn/root/trunk@21530 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 11:14:35 UTC
9d28705 From Bertrand: - Temporary solves a problem with CINT optimisation. git-svn-id: http://root.cern.ch/svn/root/trunk@21528 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 11:01:07 UTC
eac7fba - update doc for unuran - fix also the tutorial git-svn-id: http://root.cern.ch/svn/root/trunk@21526 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 10:42:41 UTC
a605d88 From Axel: floor work-around also for MSVC2008 (2nd part) git-svn-id: http://root.cern.ch/svn/root/trunk@21521 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 08:57:53 UTC
5bbd593 From Jan Suchmacher Fix a problem introduced in previous fix. git-svn-id: http://root.cern.ch/svn/root/trunk@21520 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 08:40:50 UTC
a3245d6 Adapt to the new settings for the first and last bin default arguments in TH2::FitSlicesX (SVN change #21305) git-svn-id: http://root.cern.ch/svn/root/trunk@21519 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 08:30:15 UTC
6f4bf56 From Eddy: Fix a typo git-svn-id: http://root.cern.ch/svn/root/trunk@21518 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 05:56:38 UTC
e3cfed7 From Eddy: quadp package documentation index git-svn-id: http://root.cern.ch/svn/root/trunk@21517 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 05:55:38 UTC
c854ce9 some more class descriptions. git-svn-id: http://root.cern.ch/svn/root/trunk@21514 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 00:03:31 UTC
2c7ddd2 From Gerri: auth class description. git-svn-id: http://root.cern.ch/svn/root/trunk@21513 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2007, 00:02:56 UTC
23fb749 add missing class and typedef descriptions git-svn-id: http://root.cern.ch/svn/root/trunk@21510 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 20:55:57 UTC
4bd191b Correctly case the integral value (int, short, unsigned, etc.) to the size requested by the user provided format (i.e if %llx is passed, cast to an unsigned long long) git-svn-id: http://root.cern.ch/svn/root/trunk@21509 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 20:42:44 UTC
34dca3b From Jan Schumacher: Add a Ruby test program. This line, and those below, will be ignored-- A ruby/test A ruby/test/test_rr.rb git-svn-id: http://root.cern.ch/svn/root/trunk@21506 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 19:39:33 UTC
24e3b2b From Valeri Fine add qtroot package documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@21505 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 19:18:04 UTC
788cfb4 - update doc - remove some un-needed copy of strings git-svn-id: http://root.cern.ch/svn/root/trunk@21504 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 17:51:34 UTC
27f28a5 - update doc in mathcore and mathmore by adding the tag for THtml. Take the occasion to correct and update some of the doc. Fix also some indentation problems and SVN keywords with some files add dictionary for some missing classes git-svn-id: http://root.cern.ch/svn/root/trunk@21503 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 17:34:54 UTC
252d1bb From Bertrand and matevz: - Use TObjString for drag and drop to be able to specify full pathname (and not rely on gSystem->WorkingDirectory()). - Changed the way TGListTree handles drag and drop, to not rely on gSystem->WorkingDirectory(), but use TObjString set in TGFileBrowser instead. - Added data member fOwnsData in TGListTreeItem, to specify if fUserData member has to be deleted in the destructor (to avoid memory leaks) - Added corresponding argument in: TGListTreeItem::SetUserData(void *userData, Bool_t own=kFALSE) being kFALSE by default for backward compatibility This allows to drag and drop from any directory, whithout to have to cd() in it... This also fixes some issues encountered with AliEVE git-svn-id: http://root.cern.ch/svn/root/trunk@21502 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 17:33:27 UTC
0f52550 From Valeri Fine: add index.txt file documenting the qt directory. git-svn-id: http://root.cern.ch/svn/root/trunk@21500 27541ba8-7e3a-0410-8455-c3a389f83636 19 December 2007, 16:52:59 UTC
back to top