swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
0010d21 From Peter Hristov: Changes to compile on OpenSolaris. There was some mess with const declarations of the arguments. git-svn-id: http://root.cern.ch/svn/root/trunk@27001 27541ba8-7e3a-0410-8455-c3a389f83636 18 December 2008, 08:38:09 UTC
56a0ac4 From Peter Hristov: changes required to compile xrootd on OpenSolaris git-svn-id: http://root.cern.ch/svn/root/trunk@27000 27541ba8-7e3a-0410-8455-c3a389f83636 18 December 2008, 08:33:47 UTC
9b47046 From Valeri Fine: - Force painting of the TCanvas background for the embedded object at the time of the Qt GUI instantiation to avoid the annoying "black widget" - Remove the redundant Qt 3.x CPP flag. git-svn-id: http://root.cern.ch/svn/root/trunk@26999 27541ba8-7e3a-0410-8455-c3a389f83636 18 December 2008, 07:47:00 UTC
6f5cf98 Make production release v5.22/00 git-svn-id: http://root.cern.ch/svn/root/trunk@26998 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 19:08:43 UTC
82ea5e2 make TWebFile robust in case of errors like EADDRINUSE and EISCONN that can happen if TWebFiles are created in high frequency (like in PROOF Lite). git-svn-id: http://root.cern.ch/svn/root/trunk@26997 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 16:26:16 UTC
2e0cae3 From Lorenzo: Update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26996 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 16:21:01 UTC
85a7b6b protect connect() against EINTR signals. git-svn-id: http://root.cern.ch/svn/root/trunk@26995 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 16:20:42 UTC
3875814 - small updates in release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26994 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 16:09:16 UTC
a6e7939 From Gerri: - Fix a problem with filtering the SvcMsg in TProofMgrLite::GetSessionLogs - Fix a weird backward-compatibility problem in TProof::SendFile (found and needed by ALICE) - Update the release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26993 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 16:01:04 UTC
a775ad3 from Greogory: fix plot label git-svn-id: http://root.cern.ch/svn/root/trunk@26992 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 15:18:51 UTC
08f839d From Federico: A few code optimizations. git-svn-id: http://root.cern.ch/svn/root/trunk@26991 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 15:16:28 UTC
5fb1086 - add a dummy file for documentation of RooStats namespace. This is the only solution to avoid that Thtml picks up as description for RooStats namespace the last file used in the rootcont command git-svn-id: http://root.cern.ch/svn/root/trunk@26989 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 13:46:58 UTC
01bfa7e update hist release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26988 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 13:43:11 UTC
3e1e26b to be ready for the version announcement git-svn-id: http://root.cern.ch/svn/root/trunk@26987 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 11:04:42 UTC
5ec28b2 New version with less restrictions and more tutorials processed git-svn-id: http://root.cern.ch/svn/root/trunk@26986 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 11:01:26 UTC
c0cef74 Must be executed with ACLIC git-svn-id: http://root.cern.ch/svn/root/trunk@26985 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 11:00:31 UTC
a495c7f Typos git-svn-id: http://root.cern.ch/svn/root/trunk@26983 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 09:02:09 UTC
c4342d0 update tutorial to use new HypoTestCalculator API git-svn-id: http://root.cern.ch/svn/root/trunk@26982 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 08:44:00 UTC
505ef6b fix for Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@26981 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 08:17:00 UTC
f28a244 From Matevz: I've been after this for a long time ... tab completion was not working in alice event display. I traced it down today to occurence of '::' in my macro-path. I add a string: ":$ALICE_ROOT/EVE/alice-macros" to the macro path - but the existing/default macro-path already ends with an ':' as it is defined in etc/system.rootrc: Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros: The same is true for all paths in rootrc - maybe they should be changed after the release? While I can avoid it now that i know of it, it is likely that it will or does bite someone else, too. This patch properly parseis ::s - the problem was in NewListOfFilesInPath() which abandoned processing after receiving an empty string for a match, which occurs when one has '::'. I remodelled the logic to be the same as in ExtendPath(). git-svn-id: http://root.cern.ch/svn/root/trunk@26979 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 05:35:30 UTC
08034eb update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26978 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 04:56:55 UTC
6959050 update release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26977 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 04:40:42 UTC
6bcb044 Update reference files git-svn-id: http://root.cern.ch/svn/root/trunk@26976 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 04:20:21 UTC
08f1553 remove option not supported by older compilers git-svn-id: http://root.cern.ch/svn/root/trunk@26975 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 03:23:18 UTC
d775d84 Use G__cint5_tuple_to_type when loading the type of the parameter from a dictionary (solving issues with typedefs) git-svn-id: http://root.cern.ch/svn/root/trunk@26974 27541ba8-7e3a-0410-8455-c3a389f83636 17 December 2008, 03:13:44 UTC
52c1394 Fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@26971 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 22:06:54 UTC
5871b1e From Daniel Barna and Philippe: Introduce MANGLEPATHSU in configure, which is the inverse of MANGLEPATHS. cint-config has now a -u|--unix option, which causes that all paths are printed using unix-like syntax. CINTLIB is set via $(shell cint-config --unix --libdir) etc, avoiding the below-mentioned problem Completely eliminate the makefile-variables CINTSYSDIRU and CINTSYSDIRW from the output makefile of makecint, since they do not make any sense with prefix installation, and everything is set now via cint-config Fix build of cint standalone on windows. git-svn-id: http://root.cern.ch/svn/root/trunk@26970 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 22:01:17 UTC
ea50a55 update tutorials for changes in RooStat classes (use of references) git-svn-id: http://root.cern.ch/svn/root/trunk@26969 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 21:13:06 UTC
7cd689a fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@26968 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 20:49:11 UTC
4911bc5 Add the definition of the following particles in the enum: kXiMinus, kXiBarPlus, kOmegaMinus and kOmegaBarPlus Thanks to Boris Hippolyte git-svn-id: http://root.cern.ch/svn/root/trunk@26965 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 17:32:41 UTC
457dc86 import new version of roostats from development branch Main changes are: - use of reference instead of pointers in calculator interfaces - add new Initialize methods in HypoTestCalculator - add SetNuisanceParameters and SetNuisancePdf - add inheritance in HybridCalculator from HypoTestCalculator - add also new constructor including a dataset - add methods to set the number of toys - exlcude for the moment usage with Workspace due to some problem observed git-svn-id: http://root.cern.ch/svn/root/trunk@26964 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 16:30:01 UTC
810aeb9 from David: update release notes for fit panel git-svn-id: http://root.cern.ch/svn/root/trunk@26963 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 16:11:17 UTC
abe3cc3 Fix two issues: - make sure the status of the TBuffer::kCannotHandleMemberWiseStreaming bit is part of the buffer, so that when reading the object the right mode is used, independent of the writing method (e.g. written via TMessage, received and stored to a file and then later read via TBufferFile) - make classv[256] in Streamer() dynamic (who does still have class names < 256 ;-) ). git-svn-id: http://root.cern.ch/svn/root/trunk@26962 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 16:07:39 UTC
83d7702 update math release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26960 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 15:58:32 UTC
2c17002 TMessage must set SetBit(kCannotHandleMemberWiseStreaming) to be able to automatically handle the correct streaming of TClonesArrays. This fixes issue #43211. git-svn-id: http://root.cern.ch/svn/root/trunk@26959 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 15:53:31 UTC
df6fcb5 - remove from gROOT the linear basis function created for the linear fit this fixes some crashes observed running a linear fit after a rest of gROOT. git-svn-id: http://root.cern.ch/svn/root/trunk@26958 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 15:38:16 UTC
992f092 Fix a few issues for standalone CINT on Windows: * windows doesn't have readline * window's platform-obj is winnt, not v6_winnt * mkincld doesn't need G__ci.h (it's even evil because it re-#defines printf, pulling in the symbol from libcint) * repair build of mkincld.exe: target .exe was specified as .obj output file git-svn-id: http://root.cern.ch/svn/root/trunk@26957 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 15:02:51 UTC
307772d Update release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@26955 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 14:04:55 UTC
a741bde add include to run tutorials in compile mode git-svn-id: http://root.cern.ch/svn/root/trunk@26954 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 13:53:20 UTC
348790c add protection for dereferencing 0 pointer. git-svn-id: http://root.cern.ch/svn/root/trunk@26953 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 12:08:58 UTC
d03e446 add protection in case server socket could not be created. git-svn-id: http://root.cern.ch/svn/root/trunk@26952 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 12:07:51 UTC
5ff95ab - Fix an issue with uploading packages in rapid sequence - Fix an issue with TProof::Load() in forced compilation mode ('++') - Fix an issue with grep in log retrieval - Fix an issue with ownership of the xrootd log file - Make sure the XrdProofdProofServMgr::fCurrentSessions is always up-to-date git-svn-id: http://root.cern.ch/svn/root/trunk@26951 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 12:04:38 UTC
0a782b2 Force these tutorials to be run with ACLIC when running the html documentation git-svn-id: http://root.cern.ch/svn/root/trunk@26950 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 11:39:09 UTC
0a0a84b Force these tutorials to be run with ACLIC when running the html documentation git-svn-id: http://root.cern.ch/svn/root/trunk@26949 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 11:38:17 UTC
9fd3cac In destructor also delete the event-manager. git-svn-id: http://root.cern.ch/svn/root/trunk@26948 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 11:19:24 UTC
7f7346e merge lates change from dev branch (from version 26682 in math and gui) fitpanel: some small improvements from David, like adding the tip text, and possibility for choosing contour color minuit2: add new standalone test for multi-dim fit to show effect of parallelization mathcore.mathmore: fix some small problems with the test programs git-svn-id: http://root.cern.ch/svn/root/trunk@26947 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 11:09:54 UTC
ebd1c03 WrappedTF1: - fix a problem when checking if the TF1 function is linear tutorials: be sure they are run using Minuit as minimizer engine git-svn-id: http://root.cern.ch/svn/root/trunk@26946 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 10:47:01 UTC
e0b4eb1 From Axel: Allow empty vararg list for scanf which is legal due to assignment suppression specifier "*", see http://root.cern.ch/phpBB2/viewtopic.php?p=32803#32803 git-svn-id: http://root.cern.ch/svn/root/trunk@26945 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 10:29:41 UTC
205d25e From Axel and me: patch calls $ROOTSYS/etc/html/saveScriptOutput.C for some directories (gui,...). With that MakeTutorials finishes for almost all the tutorials - a few are crashing, and a few need a restart git-svn-id: http://root.cern.ch/svn/root/trunk@26944 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 10:27:55 UTC
23cf7f5 Set the protocol value to the current kPROOF_Protocol git-svn-id: http://root.cern.ch/svn/root/trunk@26942 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 10:03:41 UTC
dec53b3 - Fix coding convention violations. git-svn-id: http://root.cern.ch/svn/root/trunk@26941 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 08:28:08 UTC
149e7c8 make test more portable git-svn-id: http://root.cern.ch/svn/root/trunk@26940 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 08:22:29 UTC
f600c7d When loading a function declaration from a dictionary, do not double count the pointers when a typedef is involved git-svn-id: http://root.cern.ch/svn/root/trunk@26939 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 08:02:08 UTC
aeb9df3 work around bug in older icc compiler git-svn-id: http://root.cern.ch/svn/root/trunk@26938 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 06:54:19 UTC
af6b07f Avoid returning the value of c_str coming from a temporary string git-svn-id: http://root.cern.ch/svn/root/trunk@26937 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 06:34:39 UTC
54f9f16 remove debug message git-svn-id: http://root.cern.ch/svn/root/trunk@26936 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 05:16:49 UTC
885d2b9 remove improper return of string.c_str() git-svn-id: http://root.cern.ch/svn/root/trunk@26935 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 05:11:51 UTC
8b5df3f quite compiler warnings git-svn-id: http://root.cern.ch/svn/root/trunk@26934 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 05:09:44 UTC
810f5da Make the dependency on cintdictversion.h work with --enable-cint7 git-svn-id: http://root.cern.ch/svn/root/trunk@26933 27541ba8-7e3a-0410-8455-c3a389f83636 16 December 2008, 02:20:12 UTC
7832290 From Lorenzo: patch for suppressing warnings in Minuit when fitting with option "Q" git-svn-id: http://root.cern.ch/svn/root/trunk@26931 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 20:33:52 UTC
fc6acbc quiet compiler warning git-svn-id: http://root.cern.ch/svn/root/trunk@26930 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 20:17:13 UTC
224e0e1 In G__asm_deref_cast, properly cast the value (and thus fix behavior on big endian platform) git-svn-id: http://root.cern.ch/svn/root/trunk@26929 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 20:09:19 UTC
40ff908 make test t1034 more portable git-svn-id: http://root.cern.ch/svn/root/trunk@26928 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 19:57:39 UTC
4577e90 From Matevz: TEveWindowManager - name of protected method was misspelled. tutorials/eve/cone_test.C - TEveManager::Create() was called twice. git-svn-id: http://root.cern.ch/svn/root/trunk@26927 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 17:50:22 UTC
2b77c54 Fix G__Lsizeof(), it got the wrong size (20) for sizeof(x[0]) in this situation: root [0] float x[] = { 1.0, 2.0, 3.0, 4.0, 5.0 } root [1] x[0] (float)1.00000000000000000e+00 root [2] sizeof(x) (int)20 root [3] sizeof(x[0]) (int)20 git-svn-id: http://root.cern.ch/svn/root/trunk@26926 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 17:39:43 UTC
56c5148 Improve stressRooFit dependencies git-svn-id: http://root.cern.ch/svn/root/trunk@26925 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 17:28:46 UTC
ae70ea9 catch one more case of 'code generation' when checking for call to non-static function without a pointer git-svn-id: http://root.cern.ch/svn/root/trunk@26924 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 17:24:29 UTC
8eea808 Fix for casts (i.e. variable assignments in this context) to scoped types: use scoped name git-svn-id: http://root.cern.ch/svn/root/trunk@26923 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 17:11:16 UTC
8df5448 - Remove the word "Warning" in the message "Warning: cannot find "libAfterImage.dep" to prevent to SPI nightly build to issue an error. git-svn-id: http://root.cern.ch/svn/root/trunk@26922 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 16:55:09 UTC
4d78e7c - First attempt to fix coding convention violations in guihtml... git-svn-id: http://root.cern.ch/svn/root/trunk@26920 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 15:23:21 UTC
b20044a silence it in distclean. git-svn-id: http://root.cern.ch/svn/root/trunk@26917 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 13:31:05 UTC
b63e082 - Add protection against possible NULL pointer git-svn-id: http://root.cern.ch/svn/root/trunk@26915 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 11:43:17 UTC
2e4f960 fix issue reported by Federico that when custom gfortran is specified in ./configure the Makefile was still taking the F77 run-time from the default gfortran. git-svn-id: http://root.cern.ch/svn/root/trunk@26914 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 11:31:50 UTC
5496929 - Avoid the following message when drawing ill-formed html pages: Unplanned behavior in the HTML Widget in file gui/guihtml/src/TGHtmlDraw.cxx line 722 git-svn-id: http://root.cern.ch/svn/root/trunk@26912 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 11:06:24 UTC
795d71b - delete svn:executable property. git-svn-id: http://root.cern.ch/svn/root/trunk@26911 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 10:55:53 UTC
795d44f - Update GUI & GUIHTML release notes git-svn-id: http://root.cern.ch/svn/root/trunk@26910 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 10:52:01 UTC
1bc7acb From Wouter: Protection added in case the test is run on a system where fftw is not available. git-svn-id: http://root.cern.ch/svn/root/trunk@26908 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 10:20:51 UTC
9e4560a - from David: add comments description class member functions git-svn-id: http://root.cern.ch/svn/root/trunk@26907 27541ba8-7e3a-0410-8455-c3a389f83636 15 December 2008, 10:18:35 UTC
4f02cd4 fix the generation of Apiif.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@26902 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2008, 22:04:39 UTC
b812ccd - fix coding convention violation git-svn-id: http://root.cern.ch/svn/root/trunk@26901 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2008, 17:29:34 UTC
6b9fd9f Remove executable property. git-svn-id: http://root.cern.ch/svn/root/trunk@26900 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2008, 12:20:36 UTC
2b23da0 From Matevz: Replace tabs with spaces. Remove executable property on a tutorial macro. git-svn-id: http://root.cern.ch/svn/root/trunk@26899 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2008, 12:15:59 UTC
80e17ae Update reference rootmark git-svn-id: http://root.cern.ch/svn/root/trunk@26898 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2008, 09:16:10 UTC
107b813 From Scott Snyder: fix problem with defaulted template arguments (Savannah #43356) git-svn-id: http://root.cern.ch/svn/root/trunk@26897 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2008, 09:09:51 UTC
65c8f7e In GetSharedLibrary, filter out libMetaCint[7] the same way we filter out the cintdll and their dictionary. There is never a need to link directly to libMetaCint (it is either hard linked or loaded by TROOT.cxx) git-svn-id: http://root.cern.ch/svn/root/trunk@26896 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 22:07:49 UTC
9e7f542 Move G__DictionaryPosition to Api.h to match cint7 git-svn-id: http://root.cern.ch/svn/root/trunk@26895 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 19:06:20 UTC
dc1ca78 add protection against null pointer git-svn-id: http://root.cern.ch/svn/root/trunk@26894 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 18:35:21 UTC
8533610 work around cint parsing bug git-svn-id: http://root.cern.ch/svn/root/trunk@26893 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 17:36:22 UTC
14a61f4 In pyroot work around an issue with the order of library initialization when using --enable-cint7. libMetaTCint is now linked to libPyROOT.so (pyroot currently only support cint5). git-svn-id: http://root.cern.ch/svn/root/trunk@26892 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 17:14:40 UTC
53e54a8 Work around an issue in the Cint5 parser git-svn-id: http://root.cern.ch/svn/root/trunk@26891 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 17:05:59 UTC
7e062d6 fix a warning in Windows git-svn-id: http://root.cern.ch/svn/root/trunk@26890 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 09:33:40 UTC
51936c9 From Alja and Matevz: TEveTrackPropagator ------------------- - Improve logic that handles the stopping condition when propagating towards a user-provided path-mark. - Increase minimum RK step to 10 cm. TEveWindowManager ----------------- - Add method DestroyWindows() that allows recursive destruction of all existing eve-windows. TEveManager ----------- - In destructor, when destroying eve-windows, call specialized TEveManager::DestroyWindows() instead of DestroyElements(). This avoids potential trouble with GUI elements destructed via TGFrame::DeleteWindow() that uses a timer to invoke the real destructor. git-svn-id: http://root.cern.ch/svn/root/trunk@26889 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2008, 07:11:16 UTC
46ed279 Make the 2 manual dictionary independent of the Cint version git-svn-id: http://root.cern.ch/svn/root/trunk@26888 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 21:43:12 UTC
cbd4223 add new version of David of stressHistogram with comparison from a reference file git-svn-id: http://root.cern.ch/svn/root/trunk@26887 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 21:07:21 UTC
4757ada fix labeling of fit1.py git-svn-id: http://root.cern.ch/svn/root/trunk@26886 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 19:20:45 UTC
952b359 From Axel:adapt -I path to TCint/TCint7. Fixes e.g. root/selector/simple with --enable-cint7. git-svn-id: http://root.cern.ch/svn/root/trunk@26885 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 18:06:17 UTC
bfd87ad From Axel: Re-register libraries even after a G__scratch_all() followed by a dictionary setup, so we don't forget linked libraries. git-svn-id: http://root.cern.ch/svn/root/trunk@26884 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 17:02:13 UTC
860e152 fixed deleting of FitData. Should use .release() and not .get() git-svn-id: http://root.cern.ch/svn/root/trunk@26882 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 16:15:56 UTC
34117d9 From Axel: In G__RegisterLibrary, 'normalize' the shared library name by removing the soversion(s) when present git-svn-id: http://root.cern.ch/svn/root/trunk@26879 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 16:05:16 UTC
cbe16f2 o RooAbsPdf - Handle Optimize() argument in createNLL() o RooBanner - Increment version tag to v2.95 o RooAbsArg - Credit Kyle for original concept of GraphViz use - Make operMode() properly reflect status of flipAClean() o RooRealIntegral - Remove spurious double application of jacobian term o RooChebychev - Do not advertise internal integral if integration over range is requested as internal implemention currently only handles complete range git-svn-id: http://root.cern.ch/svn/root/trunk@26878 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2008, 15:21:17 UTC
back to top