https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
e45cc9e tag patch release v5-27-06d. git-svn-id: http://root.cern.ch/svn/root/tags/v5-27-06d@38090 27541ba8-7e3a-0410-8455-c3a389f83636 16 February 2011, 12:03:16 UTC
db81e38 make version 5.27.06d. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@38089 27541ba8-7e3a-0410-8455-c3a389f83636 16 February 2011, 12:01:49 UTC
b98eb7d Remove references to 'top_srcdir' which sneaked in by mistake git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@38088 27541ba8-7e3a-0410-8455-c3a389f83636 16 February 2011, 10:51:53 UTC
db556c5 Import from trunk patches improving debugging options git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@38058 27541ba8-7e3a-0410-8455-c3a389f83636 12 February 2011, 15:00:38 UTC
8c6fc2f Import from trunk the patches needed to build with an external xrootd following the new version convention git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@38057 27541ba8-7e3a-0410-8455-c3a389f83636 12 February 2011, 14:59:48 UTC
11de606 merge from trunk fix 37991 in the TProfile::GetStats (see bug https://savannah.cern.ch/bugs/index.php?77751 ) git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@38023 27541ba8-7e3a-0410-8455-c3a389f83636 09 February 2011, 16:20:55 UTC
9775102 Import path #37976 and #37977: In TProofLite::Load - Extend to this overload support for a comma-separated list of macros (cfr #37942) In TSlave and related classes - Add member for the unique session tag - Fix worker name in TSlaveLite In stressProof: - Fix notification maessage git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37979 27541ba8-7e3a-0410-8455-c3a389f83636 04 February 2011, 12:06:32 UTC
07c2a66 make version 5.27.06c. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37974 27541ba8-7e3a-0410-8455-c3a389f83636 04 February 2011, 11:12:59 UTC
6eb6028 Import fix #37969: In TProofPlayer::AddQueryResult, fix a bug affecting the order in whihc query results are registered when the start time is within 1 second. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37971 27541ba8-7e3a-0410-8455-c3a389f83636 03 February 2011, 17:40:24 UTC
b6ed414 Import revision 37947 from the trunk: In TBasket::AdjustSize (called by TTree::OptimizeBaskets), reallocate the correct buffer (hence avoiding a large memory leak). In TBasket::ReadBasketBuffers avoid continuing to read (the offset table) after an early failure. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37949 27541ba8-7e3a-0410-8455-c3a389f83636 02 February 2011, 16:41:08 UTC
5c20732 Import patch #37942: - Make sure that the machine names are consistent when working on a local machine ('localhost' or 'localhost.localdomain' are mapped to gSystem->HostName()); solves possible matching problems in the packetizer. - In TProof::Load, add the possibility to define a list of files to be sent because needed by the main macro file. The list is comma-separated and the first file is considered as the main one. For example proof->Load("<macropath>/mymacro.C+,<thispath>/thisheader.h,<thatpath>/thatheader.h") will make sure that the files 'thisheader.h' and 'thatheader.h', needed by 'mymacro.C' are available in the sandbox on the worker machines. Note that 'thisheader.h' and 'thatheader.h' will be available remotely in the sandbox, as 'mymacro.C'; so they should be included directly by 'mymacro.C', e.g. '#include "thisheader.h"' . - In TProofServ, fill the "grand total" message with more blanks, so that no remnants of the previous message are visible on the screen. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37944 27541ba8-7e3a-0410-8455-c3a389f83636 02 February 2011, 14:37:04 UTC
ff5a51a Import patch #37934: In TDataSetManagerFile::NotifyUpdate improve handling of the case when the global list file does not exist yet (new dataset directory). Fixes error messages during editing dataset operations. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37941 27541ba8-7e3a-0410-8455-c3a389f83636 02 February 2011, 14:15:53 UTC
db6fffb Import from trunk patches #36191 and #37894 git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37895 27541ba8-7e3a-0410-8455-c3a389f83636 27 January 2011, 14:52:57 UTC
97fc798 Import backward comaptibility fox #37664 git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37665 27541ba8-7e3a-0410-8455-c3a389f83636 20 December 2010, 19:04:19 UTC
e78584b Possible fix for the issue reported in Alice Savannah #75820 git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37586 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2010, 14:47:33 UTC
9d6c9df fix dual Reader problem reported by CMS: non-static event member var git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37582 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2010, 01:57:01 UTC
bf4bb39 Import patch #36681 - Consistently check both Proof.Sandbox and ProofLite.Sandbox for sandbox non-default location as done in TProofLite - Add missing protection on a pointer which could possibly be null after a search. Import patch #36876 - In TPacketizerFile: - Extend flexibility of the input map content by adding support for lists of TFileInfo, maps of TFileCollections and urls as key valus; this allows to run directly on the output of TFileCollection::GetFilesPerServer. - Add option to not process the files not assigned to any worker; this allows to write selectors to perform a given action only on files local to workers. Import patch #36933 - Better diagnostic for worker (de-)activation problems Import patch #37225 - Remove unused library dependency. Import patch #37396 - Fix a problem with the registration of missing files in the 'MissingFiles' list. The files that could not be open during processing were not properly registered in the list (only those found missing during validation or giving problmes durign reading were correctly added). - Add method TProof::ShowMissingFiles() to facilitate the display of the list of missing files. - Add method TProof::GetMissingFiles() to get a TFileCollection (dataset) with the missing files for further processing. In TProof::ClearPackages: - Try to do the clearing via the manager, as already done for TProof::ClearPackage. This should solve the Alice Savannah issue #76265 . git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37559 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2010, 12:26:16 UTC
acfd48e Import fix #36552 git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@37521 27541ba8-7e3a-0410-8455-c3a389f83636 10 December 2010, 16:05:00 UTC
53f5e40 Import r36708 from the trunk: fix for https://savannah.cern.ch/bugs/?75406 git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36756 27541ba8-7e3a-0410-8455-c3a389f83636 18 November 2010, 16:55:15 UTC
c408d90 Import patch 36592 - Terminate a proofserv after it has been stopped for large memory footprint and it has sent the results back - Notify information about which object was being merged if a memory exception happens during merging on the master - Allow to set the HWM and stop-process fractions via the environment git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36593 27541ba8-7e3a-0410-8455-c3a389f83636 11 November 2010, 10:49:54 UTC
5d84894 Import patch #36577 fixing problem with the 'masteronly' option git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36578 27541ba8-7e3a-0410-8455-c3a389f83636 10 November 2010, 07:36:26 UTC
c4b021c Import patch 36553 - Save exception info also in the log file (it was just sent to the client) - Fix an old issue with DeactivateWorker("*") (the session is was terminated because no worker was active; this call coudl not be used as intermediate step to select a small number of workers). git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36554 27541ba8-7e3a-0410-8455-c3a389f83636 09 November 2010, 09:59:20 UTC
473726a Import patch 36540 Make sure that the TProof instance on the client is invalidated after an idle timeout git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36542 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2010, 16:48:21 UTC
a4c9673 Import patch 36537 Improve the diagnostic in case of exceptions. Information about the event and file being processed at the moment the exception was raised is sent to the client, e.g. 0.5: caught exception triggered by signal '1' while processing dset:'EventTree', file:'http://root.cern.ch/files/data/event_3.root', event:1 - check logs for possible stacktrace The patch also fixes a problem with submergers observed when a worker was stopped because above the memory limits: this worker was established as merger but could not do the work, for obvious reasons, freezing the session. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36539 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2010, 16:35:34 UTC
05a0625 Import patch 36520 Add support for reconfiguring the group manager and the {env,rootrc} settings. The related configuration files are checked for changes during the regular checks done by the XrdProofdManager. Add support for selective definition of env and rootrc variables. Different values can be set for different users, groups, SVN versions or ROOT versions git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36538 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2010, 16:27:22 UTC
e2836c3 Import fix 36526 Add possibility for the to disable the use of submergers when set by default by the administrator. This is now achieved by setting the parameter PROOF_UseMergers to -1. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36527 27541ba8-7e3a-0410-8455-c3a389f83636 08 November 2010, 07:44:00 UTC
5d5fba1 make version 5.27.06b. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36515 27541ba8-7e3a-0410-8455-c3a389f83636 05 November 2010, 14:41:07 UTC
5e20ecd Import fix 36512 In TProofServ, TXProofServ: Move the creation and start of the idle timeout from the end of SetupCommon to the end of CreateServer, so that the timeout is not active during worker setup. Fix a problem reported by ALICE. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36513 27541ba8-7e3a-0410-8455-c3a389f83636 05 November 2010, 12:10:59 UTC
3858935 Import fix 36504 In TProof::HandleSubmerger, use the number of Active workers (instead of the number of workers) to calculate the number of workers to merge. Also, in TProof::MarkBad, make sure that the all worker lists and the active monitor lists are updated after a worker turns bad. Should fix the issue with submergers reported by ALICE in Savannah. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36505 27541ba8-7e3a-0410-8455-c3a389f83636 04 November 2010, 18:08:22 UTC
5272b2f Import fix 36491 In TPacketizerAdaptive::Reset, fix an issue preventing correct worker-to-filenode matching. The problem was introduced with the patch making the the packetizer disk partition-aware and prevented the 'ForceLocal' option to work properly. Also, make sure that the FQDN is used consistently, and that 'localhost' or '127.0.0.1' are correctly matched to the local machine host name. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36492 27541ba8-7e3a-0410-8455-c3a389f83636 03 November 2010, 12:02:55 UTC
cb842ea Import fix 36480 Add possibility to deactivate a worker (i.e. remove it from the active list) during Collect in the case a failure status (!= 0) is received. This cannot be the default because an action can have failure among its possible return states. The new feature is used by EnablePackage to deactivate a worker where the requested packages could not be enabled properly. Should fix an issue reported by ALICE. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36481 27541ba8-7e3a-0410-8455-c3a389f83636 02 November 2010, 14:38:09 UTC
113548f Import fix 36475 Add the possibility to control the resident and virtual memory of a proofserv using 'ulimit', which has less limitations and more flexibility than setrlimit. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36477 27541ba8-7e3a-0410-8455-c3a389f83636 02 November 2010, 13:52:33 UTC
cdeedbf Change default value of the transition timeout (from Xroot head) git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36476 27541ba8-7e3a-0410-8455-c3a389f83636 02 November 2010, 13:50:54 UTC
3bcb621 Import protection in BuildCheck (rev 36461) git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36464 27541ba8-7e3a-0410-8455-c3a389f83636 01 November 2010, 15:40:38 UTC
fb9ebe4 Import fix #35695: Correctly update the number of submergers when workers die; should fix an issue experienced by ALICE git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36451 27541ba8-7e3a-0410-8455-c3a389f83636 29 October 2010, 07:57:05 UTC
02c388b Import fix #36440: Add missing protection causing a crash in submergers when the output list contained TProofOutputFile objects (see forum). git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36442 27541ba8-7e3a-0410-8455-c3a389f83636 28 October 2010, 12:11:19 UTC
d58056f Port of r36369 from trunk. from Axel: Help CINT parse functionpointer typedef fixing Savannah #74108 git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36395 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2010, 13:44:33 UTC
5055cbb Backport of revs 36316 and 36319: In TTree::AutoSave when the option "saveself" is specified, one must also call TFile::WriteHeader. This is required in case the GetUserInfo list contains a user class and its StreamerInfo class must be written. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36356 27541ba8-7e3a-0410-8455-c3a389f83636 14 October 2010, 19:03:36 UTC
56b0e27 make version 5.27.06a. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36334 27541ba8-7e3a-0410-8455-c3a389f83636 13 October 2010, 11:55:46 UTC
d4d5451 revert revision 35047 which causes problems in ALICE geometry. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36333 27541ba8-7e3a-0410-8455-c3a389f83636 13 October 2010, 11:11:06 UTC
25f65f1 Port of r36327 from trunk. Fix Savannah #73909. Remove unused variables / expressions (ipunct, len). This matches the recent change in fread, keeping necessary spaces, e.g. between "unsigned" and "int" git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36330 27541ba8-7e3a-0410-8455-c3a389f83636 13 October 2010, 09:54:17 UTC
cdfdd09 Import crucial fix in the Xroot XrdSecssl plugin git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36203 27541ba8-7e3a-0410-8455-c3a389f83636 08 October 2010, 14:55:00 UTC
4f45177 Back port from trunk (rev 36168): Since we consider the base class as part of the main object and split it with the same level of the derived part, do not change the splitlevel value when calling Unroll for base class .. this has the side effect of properly insuring the de-optimization of the base class streamer info and thus fixes the problem reported at https://savannah.cern.ch/bugs/?73467. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36179 27541ba8-7e3a-0410-8455-c3a389f83636 08 October 2010, 09:52:24 UTC
ad75390 Make v5-27-06-patches branch on special request of ALICE for the 2010 HI run. git-svn-id: http://root.cern.ch/svn/root/branches/v5-27-06-patches@36174 27541ba8-7e3a-0410-8455-c3a389f83636 07 October 2010, 22:23:32 UTC
e0fe70e Make version v5-27-06 git-svn-id: http://root.cern.ch/svn/root/tags/v5-27-06@35857 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2010, 09:37:56 UTC
bb0f3ca Stamp development version 5.27/06 git-svn-id: http://root.cern.ch/svn/root/trunk@35856 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2010, 09:27:49 UTC
fd89c1d - TImageDump git-svn-id: http://root.cern.ch/svn/root/trunk@35855 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2010, 08:21:46 UTC
80b862a - Fix a precision issue in box drawing (DrawBox). Now use the same logic as in TPadPainter. git-svn-id: http://root.cern.ch/svn/root/trunk@35854 27541ba8-7e3a-0410-8455-c3a389f83636 29 September 2010, 08:18:38 UTC
e950649 Fix problem with function local const variables appearing in the global scope. git-svn-id: http://root.cern.ch/svn/root/trunk@35853 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 22:20:06 UTC
3f0b5a2 Fix windows build git-svn-id: http://root.cern.ch/svn/root/trunk@35852 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 20:08:06 UTC
47d4730 In MakeProject, do not request the dictionary for std::pair instance that already have one loaded git-svn-id: http://root.cern.ch/svn/root/trunk@35851 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 16:19:59 UTC
3ec9e8d fix coverity 14293. git-svn-id: http://root.cern.ch/svn/root/trunk@35850 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 16:02:10 UTC
93b1dee fix coverity. git-svn-id: http://root.cern.ch/svn/root/trunk@35849 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 15:41:16 UTC
eaa0113 use strlcat instead of strncat. git-svn-id: http://root.cern.ch/svn/root/trunk@35848 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 15:40:33 UTC
b116504 fiox a problem with the returned function and histograms git-svn-id: http://root.cern.ch/svn/root/trunk@35847 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 15:40:18 UTC
8c8d097 fix coverity 13815. git-svn-id: http://root.cern.ch/svn/root/trunk@35846 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 15:24:48 UTC
a5ae784 fix coverity 13785. git-svn-id: http://root.cern.ch/svn/root/trunk@35845 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 15:20:07 UTC
0e3b40f fix coverity 13130. git-svn-id: http://root.cern.ch/svn/root/trunk@35844 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 15:10:29 UTC
8c2f9f9 Fix issue with the std library on Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@35843 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 14:33:21 UTC
733d5c5 - doc update git-svn-id: http://root.cern.ch/svn/root/trunk@35842 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 13:56:51 UTC
94cc626 Protect TlegendEntry::SetObject against obj null git-svn-id: http://root.cern.ch/svn/root/trunk@35839 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 13:17:21 UTC
f2948d8 Fix for https://savannah.cern.ch/bugs/?73225 git-svn-id: http://root.cern.ch/svn/root/trunk@35838 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 13:13:04 UTC
8d1f7cb A better fix git-svn-id: http://root.cern.ch/svn/root/trunk@35837 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 12:51:58 UTC
ea5d6cf Fix a coverity report CID 10172 git-svn-id: http://root.cern.ch/svn/root/trunk@35835 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 12:37:59 UTC
d44b487 Do not run the version check if the version is not defined. Should only happen when running make the first time after the recent commits; but still ... git-svn-id: http://root.cern.ch/svn/root/trunk@35834 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 11:22:55 UTC
fe2037a From Gerri: Martin pointed out that the new settings are not correct if the external xrootd is passed via "--with-xrootd=<dir>" instead of a full specification of inc and lib dirs via "--with-xrootd-incdir=<incdir>" and "--with-xrootd-libdir=<libdir>". git-svn-id: http://root.cern.ch/svn/root/trunk@35833 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 10:46:30 UTC
6fa4add include cint/cint/src/config/*.o for G__strlcpy. git-svn-id: http://root.cern.ch/svn/root/trunk@35832 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 10:40:01 UTC
e09ef63 In TChain::Add pass the nentries argument (instead of kBigNumber) to TChain::AddFile. see: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=11291 git-svn-id: http://root.cern.ch/svn/root/trunk@35831 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 10:07:11 UTC
f7714a4 Add a remark indicating that hadd does not support the case of histograms with TH1::kIsAverage set git-svn-id: http://root.cern.ch/svn/root/trunk@35830 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 10:03:02 UTC
f3f7270 From Bertrand: fix warnings in MSVC2010 git-svn-id: http://root.cern.ch/svn/root/trunk@35829 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:55:04 UTC
37c08ee From Gerri: - In proof/proofx and proof/proofd, add a check on the Xrootd version to determine the list of libraries to be linked to. The version is extracted by 'configure' and saved in the variable XRDVERSION available in the makefiles. Should solve the problems observed in the nightlies and buildbot. - Fix an issue with the version extraction which could affect the compilation against an eternal xrootd. git-svn-id: http://root.cern.ch/svn/root/trunk@35828 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:46:51 UTC
8cc433b use global ::Info(). git-svn-id: http://root.cern.ch/svn/root/trunk@35827 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:38:28 UTC
6294c1d added new ctor: TSocket::TSocket(Int_t desc, const char *sockname) which allows the adoption of unix sockets (created by e.g. socketpair()). git-svn-id: http://root.cern.ch/svn/root/trunk@35826 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:38:08 UTC
332dc7f Fix format git-svn-id: http://root.cern.ch/svn/root/trunk@35825 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:20:40 UTC
656b513 from Christian: fixes in Combine and add SaveAsPrimitive method git-svn-id: http://root.cern.ch/svn/root/trunk@35824 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:13:10 UTC
7880af6 In TCanvas::MakeDefCanvas use Info instead of Printf such that the message can be disabled if gErrorIgnoreLevel is set. git-svn-id: http://root.cern.ch/svn/root/trunk@35823 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 09:12:57 UTC
daf951e fix a compilation warning git-svn-id: http://root.cern.ch/svn/root/trunk@35822 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 08:27:23 UTC
e14569f more fixes from Coverity (UNINIT_CTOR and FORWARD_NULL) git-svn-id: http://root.cern.ch/svn/root/trunk@35821 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 08:18:13 UTC
42db704 More fixes from Coverity: Resource leaks and pass by value git-svn-id: http://root.cern.ch/svn/root/trunk@35820 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 07:42:50 UTC
624ffc0 remove deadcode git-svn-id: http://root.cern.ch/svn/root/trunk@35819 27541ba8-7e3a-0410-8455-c3a389f83636 28 September 2010, 00:02:35 UTC
969c27e Remove deadcode git-svn-id: http://root.cern.ch/svn/root/trunk@35818 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 23:37:02 UTC
b88b5fd Explicitly remove code used only on VMS ... which has not been tested for ages git-svn-id: http://root.cern.ch/svn/root/trunk@35817 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 23:22:45 UTC
6be0e89 Fix Coverity deadcode reports : 11484, 11485 git-svn-id: http://root.cern.ch/svn/root/trunk@35816 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 23:14:30 UTC
c24fd81 Fix Coverity deadcode reports : 11439 git-svn-id: http://root.cern.ch/svn/root/trunk@35815 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 21:25:11 UTC
f397367 fix coverity warning (sprintf, strcpy) git-svn-id: http://root.cern.ch/svn/root/trunk@35814 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 21:13:26 UTC
98711ca Fix Coverity deadcode reports : 11422, 11425, 11427, 11428, 11429, 11430 git-svn-id: http://root.cern.ch/svn/root/trunk@35813 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 21:12:52 UTC
9e49976 Fix Coverity reports: 10640 git-svn-id: http://root.cern.ch/svn/root/trunk@35811 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 20:19:23 UTC
7429187 fixes from Coverity. Majors bugs are in MCMCInterval (memory leak + misuse of array) git-svn-id: http://root.cern.ch/svn/root/trunk@35810 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 20:05:22 UTC
01d7789 Fix coverity error 21755 git-svn-id: http://root.cern.ch/svn/root/trunk@35809 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 19:33:42 UTC
1ad4c2a fix some issue with Coverity. Fix also a problem when passing a Distribution with a defined range Change way to pas the data in the constructor to an an API compatible with other ROOT classes git-svn-id: http://root.cern.ch/svn/root/trunk@35808 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 18:40:50 UTC
037b13b Remove blanks in option. Fix https://savannah.cern.ch/bugs/index.php?72956 git-svn-id: http://root.cern.ch/svn/root/trunk@35807 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 17:14:25 UTC
c4dc747 fix valgrind reports (incorrect delete, incorrect size) git-svn-id: http://root.cern.ch/svn/root/trunk@35805 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 16:03:10 UTC
c9040b5 Fix coverity reports git-svn-id: http://root.cern.ch/svn/root/trunk@35804 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 15:52:46 UTC
e5b6ea7 Fix issues preventing ALICE to test the trunk: - Fix a backward compatibility problem due to a repackaging of the Xroot libraries; this was causing a build failure when an external xrootd older than Jul 29, 2010 was used. - Remove XrdSysError and XrdSysLogger from libXrdOuc.a; they were left by mistake when the XrdSys module was created and were causing an issue with duplicated symbols on some systems. Add libXrdOuc.a to the list of libraries in the modules exploiting this "feature" (XrdCrypto, XrdSut). git-svn-id: http://root.cern.ch/svn/root/trunk@35803 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 15:32:34 UTC
31c79c0 Fix Coverity reports: #10075, 10076 git-svn-id: http://root.cern.ch/svn/root/trunk@35802 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 15:29:07 UTC
335ec46 - THistPainter git-svn-id: http://root.cern.ch/svn/root/trunk@35801 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 15:28:04 UTC
e760d90 - Make sure some empty frame is drawn when a 2D empty histogram is painted with log scale along the Z axis. git-svn-id: http://root.cern.ch/svn/root/trunk@35800 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 15:26:00 UTC
97cc7b8 Fix Coverity reports: #10729, #10730, #11020, #11021, #11022, #11023, #11024, #11641, #13316 #13367, #13371, #13952, #13953, #13954, #14214 (ostream state) git-svn-id: http://root.cern.ch/svn/root/trunk@35798 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 14:05:36 UTC
553c711 - UNINIT_CTOR (coverity 1214) git-svn-id: http://root.cern.ch/svn/root/trunk@35797 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 13:52:31 UTC
95e6ce1 - Fix a FORWARD_NULL (coverity 21754) git-svn-id: http://root.cern.ch/svn/root/trunk@35796 27541ba8-7e3a-0410-8455-c3a389f83636 27 September 2010, 13:40:30 UTC
back to top