swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
eec94b0 tag pro version v5-34-00-rc1. git-svn-id: http://root.cern.ch/svn/root/tags/v5-34-00-rc1@44179 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 15:23:10 UTC
4f19516 create version v5-34-00 release and patches branch. git-svn-id: http://root.cern.ch/svn/root/branches/v5-34-00-patches@44178 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 15:21:21 UTC
dc97668 From Gerri: TFileMerger silently modifies gDirectory. This has weird consequences, in particular people may have a null gDirectory after using TFileMerger. This patch saves and restores the current gDirectory. git-svn-id: http://root.cern.ch/svn/root/trunk@44177 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 15:18:42 UTC
0641d07 Stamp production version 5.34/00-rc1 (release candidate 1). git-svn-id: http://root.cern.ch/svn/root/trunk@44176 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 15:14:37 UTC
7ee1c32 PROOF release notes git-svn-id: http://root.cern.ch/svn/root/trunk@44175 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 14:40:19 UTC
b526f99 new version from Kerstin fixing bug https://savannah.cern.ch/bugs/index.php?93983 git-svn-id: http://root.cern.ch/svn/root/trunk@44174 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 13:11:30 UTC
ef8f4a4 Fix to prevent a potential crash when deleting canvas with toolbar, as reported on the forum (http://root.cern.ch/phpBB3//viewtopic.php?f=3&t=14627) git-svn-id: http://root.cern.ch/svn/root/trunk@44173 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 11:59:51 UTC
f3dd614 fixes for Coverity and a bug in finding interpolated limit git-svn-id: http://root.cern.ch/svn/root/trunk@44171 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 10:19:13 UTC
f7147b8 TRootCanvas: when "Colors" selected from the "View" menu, color wheel object creates a canvas (step 1), appends itself into this canvas (step 2). This code relies on the fact, that all events (configure/expose/etc) will be received _after_ step 2 and canvas will be eventually repainted later. This is not true in case of cocoa: window is created and made visible on step 1, it's repainted after step 1 and before step 2, so any contents added after step 2 will become visible only after gPad->Update() call (BTW, this is how it's done in TRootCanvas for "View"->"Markers". Call gPad->Update(), do not rely on X11 specific (events in a queue at the end of event loop iteration). git-svn-id: http://root.cern.ch/svn/root/trunk@44170 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 09:06:34 UTC
1b4ff0e fix compilation problems on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@44168 27541ba8-7e3a-0410-8455-c3a389f83636 08 May 2012, 08:18:45 UTC
7555ffa From Brett Viren: There is an extraneous "}" in the REFLEX_GENERATE_DICTIONARY cmake macro. git-svn-id: http://root.cern.ch/svn/root/trunk@44166 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 22:01:21 UTC
8d8688e from Gabriel: new version with tests on HypoTestInverter git-svn-id: http://root.cern.ch/svn/root/trunk@44165 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 19:55:26 UTC
36ae1b1 fix a compilaiton error on Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@44164 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 19:26:04 UTC
ba75fda Add release notes for eve, nothing major in GL from my side. git-svn-id: http://root.cern.ch/svn/root/trunk@44163 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 19:04:24 UTC
ca16dc5 merge changes in the histfactory from roostats development branches: from 43442 to 43445 committed by G. Lewis: - Removed Warning in RooStats HistFactory ConfigParser.cxx - Updated HistFactory xml Parser, Added support for scripting, added various helper classes from 43455 through r44158 by G. Lewis and Kyle Cranmer new shape interpolation option Updated histfactory: Streamline HistoToWorkspaceFactoryFast, MakeMeasurementAndModel, return workspace pointer git-svn-id: http://root.cern.ch/svn/root/trunk@44159 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 17:16:40 UTC
fdba484 add TStatistics class from Gerri computing the accumulative statistics (mean and RMS) of a sample git-svn-id: http://root.cern.ch/svn/root/trunk@44158 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 16:54:16 UTC
8cdfdd3 merge changes from roostats development branch up to revision 44155 Modifications by Jakub Ademek and Max Baak : ensure that ToyMCSampler can return TTree with detailed fit output. See for a detailed description: https://indico.cern.ch/getFile.py/access?contribId=0&resId=3&materialId=slides&confId=182211 Modifications by Sven Kreiss: ProfileLikelihoodTestStat: - added option to add errors and pulls to detailed output Revision 44128 - Directory Listing Modified Fri May 4 21:33:08 2012 UTC (2 days, 17 hours ago) by sven ToyMCSampler, ToyMCStudy, SamplingDistribution, DetailedOutputAggregator: - bugfixes for the naming of the result - return toys with weight=1 when generating unweighted toys (not -1) - make it optional to return errors and pulls with detailed output - from Tim Adye: catch NaNs at the right place ProfileLikelihoodTestStat: - added option to add errors and pulls to detailed output FrequentistCalculator (from Tim Adye): - skip the profiling if there are no free nuisance parameters --This line, and those below, wil _M roostats _M roostats/src M roostats/src/HypoTestResult.cxx M roostats/src/FrequentistCalculator.cxx M roostats/src/HypoTestCalculatorGeneric.cxx M roostats/src/RooStatsUtils.cxx M roostats/src/ToyMCSampler.cxx M roostats/src/ToyMCStudy.cxx M roostats/src/ProfileLikelihoodTestStat.cxx M roostats/src/SamplingDistribution.cxx _M roostats/inc M roostats/inc/LinkDef.h M roostats/inc/RooStats/ProfileLikelihoodTestStat.h _M roostats/inc/RooStats/ToyMCSamplerOld.h M roostats/inc/RooStats/FrequentistCalculator.h M roostats/inc/RooStats/HypoTestCalculatorGeneric.h A + roostats/inc/RooStats/DetailedOutputAggregator.h M roostats/inc/RooStats/RatioOfProfiledLikelihoodsTestStat.h M roostats/inc/RooStats/ToyMCStudy.h M roostats/inc/RooStats/TestStatistic.h M roostats/inc/RooStats/SamplingDistribution.h M roostats/inc/RooStats/HypoTestResult.h A + roostats/inc/RooStats/MinNLLTestStat.h M roostats/inc/RooStats/RooStatsUtils.h M roostats/inc/RooStats/ToyMCSampler.h git-svn-id: http://root.cern.ch/svn/root/trunk@44157 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 16:41:44 UTC
a73af0a - AsymptoticCalculator:: do a fix for bins where pdf is zero when generating Asimov data sets - HypoTestInverterResult: another fix for lower/upper limit search git-svn-id: http://root.cern.ch/svn/root/trunk@44156 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 16:37:38 UTC
2404839 Apple's docs say that "should anti-alias" is a part of state, which is saved and restored. But this is not true - scope guard object restores state, but aa flag is lost and it's easy to see - window's titlebar has ugly screwed font. The same problem can be reproduced in a standalone program. I have to manually turn on anti-aliasing every time I turn it off. git-svn-id: http://root.cern.ch/svn/root/trunk@44155 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 13:49:07 UTC
fce15f6 compute lower limits only in the two sided case git-svn-id: http://root.cern.ch/svn/root/trunk@44153 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 10:32:28 UTC
a106ba4 fix a printing message and add default to teh GetExpectedPValue function to make it backward compatible git-svn-id: http://root.cern.ch/svn/root/trunk@44152 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 10:30:54 UTC
32b5952 Funny enough: GUI can give me '*' as a font's foundry, but if I RETURN '*' as a foundry, it crashes - parses this XLFD, sets foundry to 0 and later use strcasecmp on this pointer. 1. 'Fix' TGFontPool not to use 0 pointers, 2. return fake foundry. git-svn-id: http://root.cern.ch/svn/root/trunk@44151 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 10:05:38 UTC
63b1902 Implement ListFonts. Disabled at the moment - got sudden crash in stressGUI. git-svn-id: http://root.cern.ch/svn/root/trunk@44150 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 09:00:42 UTC
9c2307d Fix html in release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@44149 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 08:39:08 UTC
71bf577 fix a missing include file git-svn-id: http://root.cern.ch/svn/root/trunk@44147 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 08:06:39 UTC
02ccace remove some very rare old obsolete files. git-svn-id: http://root.cern.ch/svn/root/trunk@44146 27541ba8-7e3a-0410-8455-c3a389f83636 07 May 2012, 07:12:35 UTC
6cec2d9 fix a bug in doing interpolation for upper/lower limits when there the points are not crossing the line git-svn-id: http://root.cern.ch/svn/root/trunk@44145 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2012, 22:02:39 UTC
7cd721f fix copy constructor (Coverity) git-svn-id: http://root.cern.ch/svn/root/trunk@44144 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2012, 20:46:51 UTC
08f93ab fixes for Coverity git-svn-id: http://root.cern.ch/svn/root/trunk@44143 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2012, 20:45:50 UTC
f3d4b2f fix copy constructor (Coverity) and SetFunction git-svn-id: http://root.cern.ch/svn/root/trunk@44142 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2012, 20:44:03 UTC
340d602 - from Gabriel: new version of StressRooStats with new tests for Bayesian and MCMC calculators - commit also the missing models file git-svn-id: http://root.cern.ch/svn/root/trunk@44141 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2012, 20:06:46 UTC
3170a81 from Grabriel: mke printing of the "." as a Progress message in RooFit. Remove suppression of messages below Error git-svn-id: http://root.cern.ch/svn/root/trunk@44140 27541ba8-7e3a-0410-8455-c3a389f83636 06 May 2012, 20:04:25 UTC
184d6dc fix a compilation warning git-svn-id: http://root.cern.ch/svn/root/trunk@44133 27541ba8-7e3a-0410-8455-c3a389f83636 05 May 2012, 13:48:49 UTC
6a542d1 fixes for Coverity (FORWARD NULL) git-svn-id: http://root.cern.ch/svn/root/trunk@44132 27541ba8-7e3a-0410-8455-c3a389f83636 05 May 2012, 10:35:41 UTC
34a8975 fxies for Coverity git-svn-id: http://root.cern.ch/svn/root/trunk@44131 27541ba8-7e3a-0410-8455-c3a389f83636 05 May 2012, 10:22:05 UTC
8ad60f4 fixes for Coverity and improve upper/lowerlimit search in InverterResult git-svn-id: http://root.cern.ch/svn/root/trunk@44130 27541ba8-7e3a-0410-8455-c3a389f83636 05 May 2012, 10:08:31 UTC
16efd1e - fix in AsymptoticCalculator the formulae for the two-sided test statistics for both observed and expected p values - improve search for upper/lower limit in InverterResult add also a flag to indicate in the InverterResult if it comes from using a two sided test statistic. This is needed to use the right formula for the asymptotic case. - Add also possibility to skip and to not draw the points where there is a failing fit or any other error - Add in Profile likelihood possibility to query if the test statistic is one or two sided git-svn-id: http://root.cern.ch/svn/root/trunk@44126 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 16:55:47 UTC
6350655 Restructure code. git-svn-id: http://root.cern.ch/svn/root/trunk@44125 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 16:15:44 UTC
205a5fb add model inspectory tutorial by copying from 5.32 patches. Fix also some compilation warnings git-svn-id: http://root.cern.ch/svn/root/trunk@44124 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 15:59:10 UTC
49c524a I've never seen such a verbose API. To extract font names from Core Text, I have to: 1. Create CFString from ascii string. 2. Create font descriptor with this CFString 3. Create a dictionary 4. Add font descriptor in a dictionary 5. Create font collection with a dictionary 6. Create font descriptors from a collection 7. Extract font descriptor from a collection 8. Copy attribute from this descriptor 9. Convert CFString (attribute) to C-string. All this mess is just to extract a font name :)) Miles and miles of code doing (actually) nothin. git-svn-id: http://root.cern.ch/svn/root/trunk@44123 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 15:39:17 UTC
7cd2ba1 fix bin label comparison check git-svn-id: http://root.cern.ch/svn/root/trunk@44122 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 15:15:01 UTC
142cf25 - add a function to check axis labels - suppress warning in TH1::Add if histograms have identical axes labels (bin by bin) git-svn-id: http://root.cern.ch/svn/root/trunk@44121 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 14:44:59 UTC
d08b2c2 readline, not ncurses, needs termcap git-svn-id: http://root.cern.ch/svn/root/trunk@44120 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 13:15:32 UTC
ca72865 Fix for current Ubuntus etc: ncurses needs termcap git-svn-id: http://root.cern.ch/svn/root/trunk@44119 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 13:04:26 UTC
b16c4cb last copy from dev, setting new version number 4.1.3 git-svn-id: http://root.cern.ch/svn/root/trunk@44118 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 12:29:18 UTC
0fd45e5 Make XLFD-name parsing less restrictive. It can have less components, it can ignore all of them (using wildcard symbol '*' instead of name or size, etc.) git-svn-id: http://root.cern.ch/svn/root/trunk@44116 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 12:21:07 UTC
95073d3 Test XFAILing as a consequence of temporarily disabled error recivery for func templates (r44109). git-svn-id: http://root.cern.ch/svn/root/trunk@44115 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 12:14:22 UTC
ea316a9 Modify SetWM family of functions: 1. SetWMSizeHints - pass size hints to Cocoa. wInc and hInc must be ... ignored: if you call Cocoa's setResizeInc, and pass 0, 0 (this what ROOT's GUI does), Cocoa .... will multiply your window sizes by this nice zeros, sending it to a parallel world (or may be, it's smart enough to divide????). "Think different" is soooooo DIFFERENT!!! - ok, but it's still better to use brain to think, not any other ... organ(s). 2. Ignore decoration hints for a transient window. git-svn-id: http://root.cern.ch/svn/root/trunk@44113 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 10:35:01 UTC
ce0712e copy changes from tmva dev rev. 40036 To 42396 git-svn-id: http://root.cern.ch/svn/root/trunk@44112 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 10:00:41 UTC
8d78bd5 fix OpenGL linking issue on MacOS X 10.5, issue appeared due to not anymore linking with the option -undefined dynamic_lookup. git-svn-id: http://root.cern.ch/svn/root/trunk@44111 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 09:06:31 UTC
86e8dd9 copy from tmva dev, changes 42527To44009 git-svn-id: http://root.cern.ch/svn/root/trunk@44110 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 08:34:05 UTC
c59ed31 Hide code that broke due to clang interface change until we come up with a solution. git-svn-id: http://root.cern.ch/svn/root/trunk@44109 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 08:33:16 UTC
8d681b0 copy Philips fix of std::pair constructors r43682 to dev git-svn-id: http://root.cern.ch/svn/root/trunk@44107 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 07:32:54 UTC
8919510 fLegendFont was not initialized git-svn-id: http://root.cern.ch/svn/root/trunk@44106 27541ba8-7e3a-0410-8455-c3a389f83636 04 May 2012, 07:21:11 UTC
e704a7d Fix warning introduced by the previous patch git-svn-id: http://root.cern.ch/svn/root/trunk@44104 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 23:25:39 UTC
02436fb Fix bunch of Coverity reports git-svn-id: http://root.cern.ch/svn/root/trunk@44103 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 23:11:44 UTC
ed15913 Add v1.0 of lookupFunctionArgs which looks up a function by name and example argument list in a given class or namespace, with function overloading performed on the argument list. Template argument deduction and template instantiation are both supported. git-svn-id: http://root.cern.ch/svn/root/trunk@44102 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 22:13:15 UTC
768c291 fix asymptotic calculator for 2-sided test statistic and for one sided discovery - add also method to retrieve the global best fit parameters git-svn-id: http://root.cern.ch/svn/root/trunk@44101 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 16:38:46 UTC
8770614 From Gerri: - Set default Xrootd version to 3.2.0 - Update URLs for downloads - Add switch --bzip2 to use 'bzip2' instead of 'gzip' if the tarball specified via '-t' or '--tarball' requires so. git-svn-id: http://root.cern.ch/svn/root/trunk@44100 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 16:15:47 UTC
9816a8d From Gerri: fix conftest link in configure so it works with the --as-needed option. Enable again the --as-needed link option for linux 32 and 64 bit. git-svn-id: http://root.cern.ch/svn/root/trunk@44099 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 16:06:08 UTC
fedfcf8 Reset modifiers (AltGr's Ctrl might still be set from previous key event). Fixes Savannah #94123 git-svn-id: http://root.cern.ch/svn/root/trunk@44097 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 15:37:11 UTC
34bbec3 fix compilation error from previous commit git-svn-id: http://root.cern.ch/svn/root/trunk@44096 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 15:37:10 UTC
7afec2f fixes for Coverity (division by zero, 42512,3) git-svn-id: http://root.cern.ch/svn/root/trunk@44095 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 15:27:39 UTC
ea5421b Coverity; check for (this != rhs) in op= git-svn-id: http://root.cern.ch/svn/root/trunk@44094 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 14:50:12 UTC
968a102 fix bug found by Coverity (42629) git-svn-id: http://root.cern.ch/svn/root/trunk@44092 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 14:46:24 UTC
f6fbd82 Fix https://savannah.cern.ch/bugs/?93931. A time axis defined with the GMT option, saved into a root file in a given time zone, was different when displayed in an other time zone. The time zone offset in which the axis was created is now saved with the time axis offset allowing to make the right adjustments when the axis is displayed in an other time zone. git-svn-id: http://root.cern.ch/svn/root/trunk@44091 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 14:18:29 UTC
d1fa9c9 Fix https://savannah.cern.ch/bugs/?93931. A time axis defined with the GMT option, saved into a root file in a given time zone, was different when displayed in an other time zone. The time zone offset in which the axis was created is now saved with the time axis offset allowing to make the right adjustments when the axis is displayed in an other time zone. git-svn-id: http://root.cern.ch/svn/root/trunk@44090 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 14:14:47 UTC
1f6bc59 Update test suite to r44084 git-svn-id: http://root.cern.ch/svn/root/trunk@44089 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 14:06:52 UTC
80077c3 From Pere: patch to cope with recent changes in stressProof git-svn-id: http://root.cern.ch/svn/root/trunk@44088 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 14:06:35 UTC
1eb7c16 Mods to make TGTextView work. (static text rendering + scroll). git-svn-id: http://root.cern.ch/svn/root/trunk@44086 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 12:42:17 UTC
5a5cb83 From D.Volgyes: properly release files and directory descriptors when done (Savannah #89839,#89841,#89842,#89843) git-svn-id: http://root.cern.ch/svn/root/trunk@44085 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 10:21:07 UTC
a211585 Coverity git-svn-id: http://root.cern.ch/svn/root/trunk@44084 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 09:55:25 UTC
eee2a01 From Pere: CMAKE_CXX_COMPILER_ID is an internal variable and is not defined for Windows. Fixes Savannah #94209 git-svn-id: http://root.cern.ch/svn/root/trunk@44083 27541ba8-7e3a-0410-8455-c3a389f83636 03 May 2012, 09:06:15 UTC
3c1ccb9 first version of test from Gabriel git-svn-id: http://root.cern.ch/svn/root/trunk@44079 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 17:29:51 UTC
15a480f remove "using namespace std" from the header files see https://savannah.cern.ch/bugs/?86347 and https://savannah.cern.ch/bugs/?94227 git-svn-id: http://root.cern.ch/svn/root/trunk@44077 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 17:10:21 UTC
dac7ffc Ooops, I should be more accurate - revert stray code modification. git-svn-id: http://root.cern.ch/svn/root/trunk@44076 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 15:18:02 UTC
fb811a5 Quite tricky modification, quite tough problem: TGView frame (base of TGTextView) has a child window - TGViewFrame. TGViewFrame is never actually painted (DoRedraw never gets called for this window), but ... it receives Expose event and delegates it to ... its parent - TGTextView, and TGTextView, it its DoRedraw (or DrawRegion) .... tries to paint into child window - TGViewFrame. While this is may be OK for X11 or Window, with Cocoa it's a total mess and disaster - if some view is to be updated, it does not expect a child to be suddenly rendered in the middle of work. View is not a window. I've added some quite risky code to address this problem (text scrolling is still wrong) - only "static rendering" for a text view works now. git-svn-id: http://root.cern.ch/svn/root/trunk@44075 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 15:14:08 UTC
7e2a31e The default font set by gStyle->SetLegendFont() was ignored. git-svn-id: http://root.cern.ch/svn/root/trunk@44074 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 15:14:06 UTC
0db4f36 add new setter methods to be more like the MCMC calc. (SetPriorPdf, SetParameters, SetNuisanceParameters) git-svn-id: http://root.cern.ch/svn/root/trunk@44073 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 15:11:16 UTC
5606c81 The default font set by gStyle->SetLegendFont() was ignored. git-svn-id: http://root.cern.ch/svn/root/trunk@44072 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 15:10:27 UTC
bf92c2c Coverity git-svn-id: http://root.cern.ch/svn/root/trunk@44070 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 14:46:38 UTC
cb5894a From Gerri: This is the patch to export the library extension to found_ext in check_library() and to use it to set -DLT_MODULE_EXT=\".dylib\" as compilation flag for the modules using xrootd. git-svn-id: http://root.cern.ch/svn/root/trunk@44066 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 13:13:37 UTC
ff39cf2 Fix bunch of Coverity reports git-svn-id: http://root.cern.ch/svn/root/trunk@44065 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 12:41:50 UTC
c1204d7 fix to avoid :: in path after removing previous xrd path component. git-svn-id: http://root.cern.ch/svn/root/trunk@44064 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 10:14:58 UTC
144f276 add macro for simple hypothesis tests in StandardHypoTestInvDemo try to get automatically if number counting data git-svn-id: http://root.cern.ch/svn/root/trunk@44063 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 09:47:18 UTC
7636331 Update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@44062 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 08:45:14 UTC
3f58a07 Accidental code modification in TMacOSXSystem, revert change. git-svn-id: http://root.cern.ch/svn/root/trunk@44061 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 08:26:29 UTC
775498a Update docs. git-svn-id: http://root.cern.ch/svn/root/trunk@44060 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 08:24:17 UTC
75ea403 - BayesianCalculator: do not require anymore to have a prior pdf when using an uniform prior Make it default case as in case of MCMCCalculator - AsymptoticC. : fix a comment git-svn-id: http://root.cern.ch/svn/root/trunk@44059 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 07:38:48 UTC
a327457 Fix typo in printout git-svn-id: http://root.cern.ch/svn/root/trunk@44058 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 07:24:49 UTC
85b5a63 Add missing protection; cosmetics git-svn-id: http://root.cern.ch/svn/root/trunk@44057 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 07:23:41 UTC
085596e Follow CC1Options change in clang git-svn-id: http://root.cern.ch/svn/root/trunk@44056 27541ba8-7e3a-0410-8455-c3a389f83636 02 May 2012, 07:10:39 UTC
d3bf41f Fix reference errors found by gcc 4.6.3 that were not found by gcc 4.4.5 (SL 6.1). git-svn-id: http://root.cern.ch/svn/root/trunk@44055 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 20:51:33 UTC
6da8f10 Fix roottest, again. git-svn-id: http://root.cern.ch/svn/root/trunk@44054 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 18:14:19 UTC
d5ebba8 Remove debug printout git-svn-id: http://root.cern.ch/svn/root/trunk@44053 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 15:40:44 UTC
4c1aa8c Removal of redundant actions; cosmetics git-svn-id: http://root.cern.ch/svn/root/trunk@44052 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 15:34:00 UTC
1f67faf Use new basic settings to control feedback git-svn-id: http://root.cern.ch/svn/root/trunk@44051 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 15:32:20 UTC
60c9567 Cosmetics git-svn-id: http://root.cern.ch/svn/root/trunk@44050 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 15:28:33 UTC
162706a In TProof::LoadPackageOnClient, do not create a symlink 'pack_name' to the package dir, but add directly the package dir to the include path. This solves the longstanding annoying problem of failure when a directory or file with the name of the package did already exist in the local working directory. git-svn-id: http://root.cern.ch/svn/root/trunk@44049 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 15:27:13 UTC
70d7a72 Remove any insane reference to TDrawFeedback git-svn-id: http://root.cern.ch/svn/root/trunk@44048 27541ba8-7e3a-0410-8455-c3a389f83636 01 May 2012, 15:17:00 UTC
back to top