sort by:
Revision Author Date Message Commit Date
9dc4da2 Add support for method TProofMgr::Find to run 'find' on the sandbox and allowed directories git-svn-id: http://root.cern.ch/svn/root/trunk@30171 27541ba8-7e3a-0410-8455-c3a389f83636 15 September 2009, 13:43:12 UTC
2a1eb17 From Gerri: Fixes for path locality checks: - Retrieve the correct local file name (inclusive of prefix) in TFile::Open() - Allow for protocol-driven implementations of TSystem::IsPathLocal() - Implement TXNetSystem::IsPathLocal() checking for the type of server: the locality check is applied only if the server is a data-server (redirectors do not serve files and could redirect to a real remote server even if running on the local machine) - Check locality of the path when initializing a TFileStager: this allows to avoid blocking when opening a local path with "root://" protocol git-svn-id: http://root.cern.ch/svn/root/trunk@30170 27541ba8-7e3a-0410-8455-c3a389f83636 15 September 2009, 13:35:35 UTC
30eb3c4 Import from the vendors branch an important fix in XrdClient::ReadV git-svn-id: http://root.cern.ch/svn/root/trunk@30169 27541ba8-7e3a-0410-8455-c3a389f83636 15 September 2009, 11:37:19 UTC
90039a5 Don't record/replay any copy/paste event, as fUser[x] parameters are not valid when replaying on different platforms git-svn-id: http://root.cern.ch/svn/root/trunk@30163 27541ba8-7e3a-0410-8455-c3a389f83636 15 September 2009, 08:37:48 UTC
ff36266 When writing baskets are automatically optimized once we have written 10 MBytes to the file. git-svn-id: http://root.cern.ch/svn/root/trunk@30162 27541ba8-7e3a-0410-8455-c3a389f83636 15 September 2009, 08:01:53 UTC
1201b35 Add support for ternary conditional operator when operands are strings git-svn-id: http://root.cern.ch/svn/root/trunk@30158 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 22:20:00 UTC
fce516c In TFormula and TTreeFormula add support for the ternary condition operator ( c ? i : e ) In TSplot, TSpider, TSelectorDraw, TTreePlayer, TTreeTableInterface update the parsing of colon separated line to properly handle the ternary condition operator, reduce code duplication and fix existing parsing bugs (due to the 'almost' duplicated code syndrome): - Removed TSelectorDraw::MakeIndex and TSelectorDraw::GetNameByIndex - Added TSelectorDraw::SplitNames to replace those 2 function plus pre-processing code that was always used in conjunction with their calls. - Updated the calling points to use TSelectorDraw::SplitNames. - Removed the unused (and incorrect) TTree::MakeIndex and TTree::GetNameByIndex. git-svn-id: http://root.cern.ch/svn/root/trunk@30157 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 20:12:53 UTC
d7603a2 - Don't record absolute mouse move events, it has side effects and it is not cross-platform (too bad) - Fix (hopefully) window positioning on Linux (taking into account the window decoration size) git-svn-id: http://root.cern.ch/svn/root/trunk@30152 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 15:51:55 UTC
8b3e1fd Change order of MapWindow() & Window Manager operations (SETWM...) to fix potential WM dependent problems with the event recorder on Linux git-svn-id: http://root.cern.ch/svn/root/trunk@30151 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 15:48:19 UTC
8edeb64 Silence %d vs long warnings (e.g. MacOS) git-svn-id: http://root.cern.ch/svn/root/trunk@30149 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 14:16:56 UTC
72d51cb fix compilation warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@30146 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 13:29:58 UTC
55c2dd9 in Lookup() assume TUrl arguments to be files and not web links. Fixes issue #54758. git-svn-id: http://root.cern.ch/svn/root/trunk@30139 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 10:51:15 UTC
2153c16 fix compilation warnings on Mac OS X 10.6 gcc 4.2.1. git-svn-id: http://root.cern.ch/svn/root/trunk@30138 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 10:36:32 UTC
42d52bd also implement RemoveRange() for TObjArray. git-svn-id: http://root.cern.ch/svn/root/trunk@30137 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 10:12:23 UTC
93ca77d From Bertrand: When browsing directory , don’t skip keys that are folder if they inherit from TTree git-svn-id: http://root.cern.ch/svn/root/trunk@30135 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 09:44:45 UTC
0b0e7f2 Use new / delete instead of malloc / free, to be compatible with CINT and Cintex. See e.g. http://home.fnal.gov/~cplager/log/0909/log.html#090910_Progress_with_PyRoot_Memory_Problems git-svn-id: http://root.cern.ch/svn/root/trunk@30132 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 07:59:19 UTC
9fe11e2 Add Lucie Flekova for her contribution to the GUI Builder git-svn-id: http://root.cern.ch/svn/root/trunk@30131 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 07:45:52 UTC
7e84ee7 Another compilation error fixed git-svn-id: http://root.cern.ch/svn/root/trunk@30130 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 06:46:32 UTC
84bab2b Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@30129 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 06:27:28 UTC
44b10ee Fix a compilation error git-svn-id: http://root.cern.ch/svn/root/trunk@30128 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 06:21:59 UTC
f7859dd Fix a compiler warning (snow Leopard) git-svn-id: http://root.cern.ch/svn/root/trunk@30127 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 05:26:48 UTC
0788542 Add Peter D Barnes for his contribution to the matrix classes git-svn-id: http://root.cern.ch/svn/root/trunk@30126 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 05:12:15 UTC
d24fd81 From Eddy Offermann: - added a Streamer function to TMatrixTSparse to remove a memory leak. Updated LinkDef.h accordingly. - added vector functionality as proposed by Peter D Barnes from LNL (http://root.cern.ch/phpBB2/viewtopic.php?t=8351). Mult function: double s = v1 * M * v2; // e.g., physics matrix element OuterProduct : TMatrixD M = v1' * v2 // outer product of v1 and v2 git-svn-id: http://root.cern.ch/svn/root/trunk@30125 27541ba8-7e3a-0410-8455-c3a389f83636 14 September 2009, 05:03:58 UTC
cc1e06f Implement new function void TClonesArray::RemoveRange(Int_t idx1, Int_t idx2) // Remove objects from index idx1 to idx2 included. This new function was proposed by Thomas Bretz, see: https://savannah.cern.ch/bugs/?44926 git-svn-id: http://root.cern.ch/svn/root/trunk@30124 27541ba8-7e3a-0410-8455-c3a389f83636 13 September 2009, 16:07:19 UTC
dec4d92 Add a return value to SetBranchAddress, a return value greater or equal to zero indicate success, a negative value indicates failure (in both case, the address is still updated). Example: if (tree->SetBranchAddress(mybranch,&myvar) < 0 ) { cerr << "Something went wrong\n"; return; } The possible return values are: kMissingBranch (-5) : Missing branch kInternalError (-4) : Internal error (could not find the type corresponding to a data type number. kMissingCompiledCollectionProxy (-3) : Missing compiled collection proxy for a compiled collection. kMismatch (-2) : Non-Class Pointer type given does not match the type expected by the branch. kClassMismatch (-1) : Class Pointer type given does not match the type expected by the branch. kMatch (0) : perfect match. kMatchConversion (1) : match with (I/O) conversion. kMatchConversionCollection (2) : match with (I/O) conversion of the content of a collection. kMakeClass (3) : MakeClass mode so we can not check. kVoidPtr (4) : void* passed so no check was made. kNoCheck (5) : Underlying TBranch not yet available so no check was made. git-svn-id: http://root.cern.ch/svn/root/trunk@30121 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 16:43:51 UTC
0c40b9e remove svn property "executable" git-svn-id: http://root.cern.ch/svn/root/trunk@30120 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 16:31:24 UTC
8e63d50 Remove a comma in the last item of an enum git-svn-id: http://root.cern.ch/svn/root/trunk@30119 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 14:41:05 UTC
3443a33 From Axel: In CheckClassInfo, if no autoloading is requested then there is no point in checking the properties. git-svn-id: http://root.cern.ch/svn/root/trunk@30118 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 14:21:36 UTC
94a23fa - force the use of user provided gradient. This fix a problem reported in http://root.cern.ch/phpBB2/viewtopic.php?t=9144 git-svn-id: http://root.cern.ch/svn/root/trunk@30114 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 12:45:07 UTC
8080bee From Eddy: New version testing more features git-svn-id: http://root.cern.ch/svn/root/trunk@30104 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 03:15:59 UTC
59b8b36 From Eddy: Changes to the TSparseTMatrix class: This should resolve bug reports: 45807,45502 and 45415 Issues with the indexing of rows and columns have been resolved. When applying operations like adding, subtracting or multiplying matrixes, the new matrix did not always get the right index table for non-zero entries. The test/stressLinear.cxx code was not always testing the sparse matrix code with matrices that contained also zero entries, therefore not noticing the indexing issues. TMatrixTSparse.h,cxx: - SetSparseIndexAB : added versions that determine the index tables for non-zero entries between dense and sparse matrices - TMatrixTSparse(a,op,b) : added binary constructors between dense and sparde matrices, before it would always call a copy constructor to convert the dense matrix and then call the binary constructor. - recoded parts of the (protected) routines AMultBt, AMinusB and APlusB to resove the indexing issues. git-svn-id: http://root.cern.ch/svn/root/trunk@30103 27541ba8-7e3a-0410-8455-c3a389f83636 11 September 2009, 03:15:27 UTC
c608ec8 Avoid infinite recursion in some case of using of 'long long' introduced in revision 30099 git-svn-id: http://root.cern.ch/svn/root/trunk@30102 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2009, 21:16:51 UTC
828eb76 handle deprecation of --enable-cern and --enable-thread git-svn-id: http://root.cern.ch/svn/root/trunk@30101 27541ba8-7e3a-0410-8455-c3a389f83636 10 September 2009, 16:08:48 UTC
48c644f From Axel: Allow to check for a valid ClassInfo without triggering autoload. git-svn-id: http://root.cern.ch/svn/root/trunk@30100 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 18:30:50 UTC
6a61a15 It TROOT::LoadClass, try resolving the typedef before attempting the autoload .. thus avoid unnecessary loads when using the static libraries git-svn-id: http://root.cern.ch/svn/root/trunk@30099 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 18:20:58 UTC
28c9b88 fix a bug in returning MnCross git-svn-id: http://root.cern.ch/svn/root/trunk@30097 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 16:47:06 UTC
472b554 fix order of initialization problem git-svn-id: http://root.cern.ch/svn/root/trunk@30092 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 15:49:05 UTC
e3ec06a - Add an example showing how to create a TGraphStruct. git-svn-id: http://root.cern.ch/svn/root/trunk@30091 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 15:30:02 UTC
2403e5a Attempt to fix the problem reported here: http://root.cern.ch/phpBB2/viewtopic.php?p=38275 The TBrowser always load the 'latest' cycle no matter which icon you click on (ie. mytree;2 or mytree;1) git-svn-id: http://root.cern.ch/svn/root/trunk@30090 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 15:17:46 UTC
27554a2 exclude graf2d/gviz from static build. git-svn-id: http://root.cern.ch/svn/root/trunk@30089 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 14:39:47 UTC
8e2722f - Edges can be picked and attributes changed. git-svn-id: http://root.cern.ch/svn/root/trunk@30088 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 14:22:28 UTC
9d9ce0a - The Graph nodes can now be picked and modified with the graphics editor. git-svn-id: http://root.cern.ch/svn/root/trunk@30083 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 09:14:46 UTC
f95b411 Emit signal when switching tab, to switch also the menu bar git-svn-id: http://root.cern.ch/svn/root/trunk@30077 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 07:24:15 UTC
1817863 Apply revision 18817 to all TLeaf: In TLeaf?::ReadBasket one must check that fReadEntry in the count branch is the same as the one in the branch being read. This check is necessary when reading only one branch having a branch counter. git-svn-id: http://root.cern.ch/svn/root/trunk@30076 27541ba8-7e3a-0410-8455-c3a389f83636 09 September 2009, 00:07:45 UTC
4cd9765 If the tree has 0 entries set the value to 0 in TFileInfo instead of leaving the default -1 git-svn-id: http://root.cern.ch/svn/root/trunk@30070 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 15:27:39 UTC
f051a9f Add method TProofChain::FillDrawAttributes to communicate the drawing attributes to the relevant selectors git-svn-id: http://root.cern.ch/svn/root/trunk@30069 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 15:23:21 UTC
ee34bc6 Several fixes in the draw functionality needed by a forthcoming tutorial: - Allow to set a color, size, size, width for lines, area, markers; the attributes are transmitted via the input list and automatically derived from the ones of the chain - Fix a problem with the axis ranges of the underlying histogram in PolyMarker3D - Allow to use the default pad instead of forcing creation of one pad per object - Add wrapper to handle the feedback default canvas git-svn-id: http://root.cern.ch/svn/root/trunk@30068 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 15:19:38 UTC
f2e3628 Add enum case kCollect git-svn-id: http://root.cern.ch/svn/root/trunk@30067 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 14:46:12 UTC
e0e5c85 Fix notification message git-svn-id: http://root.cern.ch/svn/root/trunk@30066 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 14:45:24 UTC
35d87b7 Fix shadowed variable warnings (thanks Rene for the report) git-svn-id: http://root.cern.ch/svn/root/trunk@30064 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 14:09:21 UTC
fd17eab From Lucie Flekova and me: - Complete redesign of the Builder interface. It is now more intuitive for e.g. padding and layout hints - Distinguish editing modes with enabled and disabled layout options - Added new interface to set widget position and size explicitely - Added a list tree to display complete structure of the GUI - Added ability to change widget names. - Added frame background color setting - Extended commands in the top menu (open project, save project...) - Added several tool tips - Added important warning dialogs, such as "Save project" dialog before closing the window - Code cleanup git-svn-id: http://root.cern.ch/svn/root/trunk@30063 27541ba8-7e3a-0410-8455-c3a389f83636 08 September 2009, 12:15:59 UTC
ff28c29 - A .dot file in a text file: fopen should be call with option "wt". git-svn-id: http://root.cern.ch/svn/root/trunk@30057 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 15:31:54 UTC
2b5f32e - Mods for mac (graphviz) git-svn-id: http://root.cern.ch/svn/root/trunk@30056 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 15:28:42 UTC
9a79f1d fix errors when compiling with option -DDEBUG git-svn-id: http://root.cern.ch/svn/root/trunk@30054 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 14:13:12 UTC
2e58a54 Normalize "unsigned" to "unsigned int" for template parameters. git-svn-id: http://root.cern.ch/svn/root/trunk@30053 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 12:52:06 UTC
5d5cbbf A few improvements on the way to make TFileMerger and hadd totally equivalent (the goal being to use TFileMerger inside 'hadd'): - import from hadd an optimization of key hashing - import from hadd a better way to invoke Merge for generic objects - add option to merge histograms in one go, instead of one-by-one as for generic objects (this option is not yet supported by hadd). The improvement for merging 10000 H1F with 100 bins is about a factor of 2. git-svn-id: http://root.cern.ch/svn/root/trunk@30052 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 12:39:28 UTC
12657bc from Gerri: fix shadowing warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@30051 27541ba8-7e3a-0410-8455-c3a389f83636 07 September 2009, 10:48:05 UTC
c70bc6c Fix typo. git-svn-id: http://root.cern.ch/svn/root/trunk@30047 27541ba8-7e3a-0410-8455-c3a389f83636 05 September 2009, 23:46:02 UTC
27c7799 From Tomasz: fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@30039 27541ba8-7e3a-0410-8455-c3a389f83636 04 September 2009, 10:38:21 UTC
28953bc dependency on MATHMORELIBDEP was missing. git-svn-id: http://root.cern.ch/svn/root/trunk@30038 27541ba8-7e3a-0410-8455-c3a389f83636 04 September 2009, 07:37:01 UTC
5778b6b From Olivier: interface to the graphviz package. Compiles fine on Linux but still needs some debugging. git-svn-id: http://root.cern.ch/svn/root/trunk@30035 27541ba8-7e3a-0410-8455-c3a389f83636 03 September 2009, 16:11:27 UTC
e436f23 From Tomasz: New version of the viewer git-svn-id: http://root.cern.ch/svn/root/trunk@30023 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 17:57:16 UTC
8f3cecb avoid double count of global counter. git-svn-id: http://root.cern.ch/svn/root/trunk@30021 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 14:17:41 UTC
7fced5b Avoid double counting of bytes read git-svn-id: http://root.cern.ch/svn/root/trunk@30020 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 14:04:02 UTC
e8c0016 Increment statistics (readcalls and bytesread) in GetWomWeb10 git-svn-id: http://root.cern.ch/svn/root/trunk@30019 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 13:49:17 UTC
84ecd8f Import a fix for unresolved symbols occuring with some openssl builds git-svn-id: http://root.cern.ch/svn/root/trunk@30017 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 09:27:33 UTC
1354ecd Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@30014 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 07:28:15 UTC
30eba64 From Andrei: a fix in stressGeometry.cxx visible if FPE's are catched. git-svn-id: http://root.cern.ch/svn/root/trunk@30013 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 06:59:09 UTC
fa80637 From Andrei and Yuri Fisiak: a small fix by Yuri in restoring the old safety value. The modification in TGeoCone.cxx is disabled for the moment and represent a first try (not completed) to compute accurate safety for cones. git-svn-id: http://root.cern.ch/svn/root/trunk@30012 27541ba8-7e3a-0410-8455-c3a389f83636 02 September 2009, 06:55:05 UTC
df55cb4 Fix --prefix configuration git-svn-id: http://root.cern.ch/svn/root/trunk@30011 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 22:18:30 UTC
814bb34 - Adjustments needed after a fix in the Math function Landau. git-svn-id: http://root.cern.ch/svn/root/trunk@30005 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 15:07:01 UTC
bfd9e83 put R__LOCKGUARD(gROOTMutex) in an own scope, so the mutex will be released in time. git-svn-id: http://root.cern.ch/svn/root/trunk@30004 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 14:38:21 UTC
b6d3a23 Added missing comments git-svn-id: http://root.cern.ch/svn/root/trunk@30002 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 14:10:45 UTC
5f2ace2 Modify TH1::SavePrimitive such that temporary histograms (like htemp) and histograms for which the directory is not set have unique pointer names. This requires an additional argument in TH1::SavePrimitiveHelp. git-svn-id: http://root.cern.ch/svn/root/trunk@30001 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 13:41:50 UTC
1d0fd5c Remove the argument isdir from the function MergeRecursive. Do not remove the first file in the list when returning from MergeRecursive. This should fix https://savannah.cern.ch/bugs/?54591 git-svn-id: http://root.cern.ch/svn/root/trunk@29999 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 10:37:41 UTC
e9cb69a Remove the argument isdir from the function MergeRootFile. Do not remove the first file in the list when returning from MergeRootFile. git-svn-id: http://root.cern.ch/svn/root/trunk@29998 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 10:32:21 UTC
f1853ca In ScanDataSet in browse mode, show by default only users' datasets instead of all git-svn-id: http://root.cern.ch/svn/root/trunk@29995 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 09:07:39 UTC
abbcb65 fix so we can build 32-bit version on 64-bit Snow Leopard machine. git-svn-id: http://root.cern.ch/svn/root/trunk@29994 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 07:21:58 UTC
dd158ae Fix a compiler warning on 32 bits machines git-svn-id: http://root.cern.ch/svn/root/trunk@29993 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 07:14:40 UTC
9074991 From Matevz; created the etc/vmc/Makefile.linuxx8664icc. In principle it is exactly the same as Makefile.linuxicc - as with icc one chooses 32/64 builds by selecting the appropriate compiler. geant3-1.11 compiles ok with this. git-svn-id: http://root.cern.ch/svn/root/trunk@29992 27541ba8-7e3a-0410-8455-c3a389f83636 01 September 2009, 06:15:08 UTC
601a83e From Axel: correctly set string to 0. git-svn-id: http://root.cern.ch/svn/root/trunk@29991 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 18:00:21 UTC
b22d522 advance the lock. git-svn-id: http://root.cern.ch/svn/root/trunk@29987 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 17:21:03 UTC
73962c3 Add explicitly -m32 for "macosx" build so that we can build 32-bit versions of ROOT on 64-bit Snow Leopard, where the default is now -m64. This fixes issue #55061. git-svn-id: http://root.cern.ch/svn/root/trunk@29986 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 17:07:03 UTC
bf756fd From Tomasz: New version of the viewer with better documentation. git-svn-id: http://root.cern.ch/svn/root/trunk@29985 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 16:05:21 UTC
acfb9ef The *system* one is _WIN32; CINT also defines -DWIN32. Better rely on the system one internally. git-svn-id: http://root.cern.ch/svn/root/trunk@29982 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 15:50:37 UTC
3ec5c5d The windows system macro is called WIN32, no _WIN32. git-svn-id: http://root.cern.ch/svn/root/trunk@29981 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 15:23:58 UTC
20c243c Remove unneeded #undef G__WIN32; fixes sav #54987 git-svn-id: http://root.cern.ch/svn/root/trunk@29980 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 15:22:49 UTC
9dd7c47 hopefully all ok now. git-svn-id: http://root.cern.ch/svn/root/trunk@29979 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 15:22:37 UTC
eac7c23 Fix buffer size calculation git-svn-id: http://root.cern.ch/svn/root/trunk@29978 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 14:32:26 UTC
f36d6f4 forgot quotes around string to be tested with -z. git-svn-id: http://root.cern.ch/svn/root/trunk@29977 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 14:27:35 UTC
38e19d8 From Bertrand: use Winsock2.h includes on Win32. Fixes issue #55051. git-svn-id: http://root.cern.ch/svn/root/trunk@29976 27541ba8-7e3a-0410-8455-c3a389f83636 31 August 2009, 13:34:53 UTC
29fd08e Allow to use <shift> key modifier (as in regular TRootCanvas). Used by e.g. GL in Pad git-svn-id: http://root.cern.ch/svn/root/trunk@29971 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 19:42:04 UTC
36ecec4 formatting and typo in comment. git-svn-id: http://root.cern.ch/svn/root/trunk@29970 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 18:06:52 UTC
c36f43b add gviz3d to list of optional modules used for distclean. git-svn-id: http://root.cern.ch/svn/root/trunk@29969 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 17:51:53 UTC
0c5a8b2 correct gviz3d dependency list also for non Win platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@29968 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 17:50:46 UTC
8f21d33 from Axel: Hidden layers don't have names, so complain (instead of crashing) if they do. Reduce code duplication. git-svn-id: http://root.cern.ch/svn/root/trunk@29964 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 11:59:08 UTC
e444e26 One more optimisation in TBranch::DropBaskets git-svn-id: http://root.cern.ch/svn/root/trunk@29963 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 10:07:34 UTC
dc3a643 - Correctly classify as TTree all TTree derived classes (e.g. TNtuple's) - Fix a problem in saving the end-point URL for local files - Improve realtime notification during 'verify' git-svn-id: http://root.cern.ch/svn/root/trunk@29962 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 09:21:16 UTC
5859f81 Changes allowing to record GUI builder sessions git-svn-id: http://root.cern.ch/svn/root/trunk@29956 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 07:33:01 UTC
5b97f31 From Bertrand, fix makefile dependencies for parallel builds spotted by the nightly builds git-svn-id: http://root.cern.ch/svn/root/trunk@29955 27541ba8-7e3a-0410-8455-c3a389f83636 28 August 2009, 07:21:17 UTC
back to top