https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
7dc0774 Update ROOT version files to v5.34/30. 23 April 2015, 16:30:25 UTC
ec27989 make distsrc out-of-source 23 April 2015, 16:21:04 UTC
a410fe7 Don't share the same TGLayoutHints between (temporary) frames (Fix Jira #ROOT-6150) 23 April 2015, 09:58:14 UTC
7d944ac fix memory leak reported in ROOT-6150 23 April 2015, 09:01:35 UTC
9856195 Added new dependency between tutorials 23 April 2015, 06:38:40 UTC
822560c Use the target name directly to please the internal logic in ROOT_ADD_TEST() 23 April 2015, 06:31:20 UTC
29f969f Do not run stressVdt with icc, do not consider icc14 only, but all of them. 23 April 2015, 05:05:22 UTC
ded114d Revert "Disable vdt test if ICC is present" The way in which the test is disabled is a bit too intrusive. This reverts commit e14b6325f1ceb1fbda030cf18bd0a66138735e5d. 23 April 2015, 04:35:54 UTC
7819756 Only add test-g2root if target is build 22 April 2015, 13:06:06 UTC
0ce1741 Add a simple test for g2root 21 April 2015, 20:29:31 UTC
e14b632 Disable vdt test if ICC is present 21 April 2015, 10:35:52 UTC
7227b79 Change file names in stressLinear to avoid clashes with other concurrent tests. 21 April 2015, 09:02:53 UTC
932316a Add proper forward declaration for TCut's operators (fix ROOT-6552). "A name first declared in a friend declaration within class or class template X becomes a member of the innermost enclosing namespace of X, but is not accessible for lookup (except argument-dependent lookup that considers X) unless a matching declaration at the namespace scope is provided" http://en.cppreference.com/w/cpp/language/friend. 17 April 2015, 07:34:30 UTC
d44dcb6 More AutoSave doc update 17 April 2015, 00:45:04 UTC
1e9eb0b Import form Andrei on master: Fix for a crash when deleting a geometry not closed 16 April 2015, 16:18:36 UTC
d5de283 Remove extra backslash 16 April 2015, 15:59:19 UTC
14ddcb6 Make the backslash part of the drive name (in case we don't have the full path) 16 April 2015, 15:44:41 UTC
6c0f11d Fix Jira issue #ROOT-7080: ACLiC fails to compile a macro from a write-only directory on Windows Make rootcint generating the .def file in the same directory than the .dll, instead of the current directory (which could be read-only, see for example: https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19295) 16 April 2015, 15:03:06 UTC
fde430b Properly support TStreamerInfo written by ROOT v4.00. In (at least some) files written by v4.00, the TStreamerElement's type was not correct (or not correctly recorded) such that the value of TStreamerElement::GetType was more accurate that the type of the TStreamerElement object. This conflicts with the optimization we recently made that assumes that TStreamerBasicType points to a ... basic type. Fix the problem by detecting we are in the old case, and recreating the TStreamerElement with the 'correct' class (given it's TStreamerElement::GetType). 16 April 2015, 05:34:56 UTC
ecf4de0 Import some changes from Axel on the master (Fix GCC5 warnings) 15 April 2015, 15:26:24 UTC
9c9f3cd Fix -Weffc++ warnings 15 April 2015, 03:33:48 UTC
5ec6f9a Actually skip omitted/removed base classes Conflicts: io/io/src/TStreamerInfo.cxx 14 April 2015, 10:25:27 UTC
9b69af4 Fix SetAutoSave documentation 13 April 2015, 09:30:08 UTC
3eb408e Use correct forward declaration (fix linker error on Windows) 09 April 2015, 06:55:11 UTC
3a26a31 Make tmp prune files process-unique (ROOT-6539). (cherry picked from commit 14d8c2e8d4efc1c3e92e502887b7eee4174d4503) Conflicts: core/textinput/src/textinput/History.cpp 08 April 2015, 13:22:10 UTC
397196a jsroot: errorfix, draw color palette even when nostat option specified Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 08 April 2015, 07:50:33 UTC
32fcb75 jsroot: several small fixes, mark as final 3.4 version fix problem with time axes - time stamp offset from axis fTimeFormat variable was not correctly readout Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 07 April 2015, 12:10:43 UTC
816f866 When a `TGraph2D` was entirely in the plane `Z=0` the 3D could not be defined. 02 April 2015, 09:50:53 UTC
2123c6c Fix dependencies between tutorials 02 April 2015, 08:26:40 UTC
4b0a23e Fix a double delete (see ROOT-7213) 01 April 2015, 08:07:45 UTC
8c5f96d jsroot: improve once again text drawing - When text should be re-scaled after drawing, hide only text itself but not top container, otherwise many elements can disapper during redraw - Elements like statbox can be moved also during update now. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 31 March 2015, 07:46:15 UTC
ce6f680 http: let change title of top element in the TRootSniffer Title of the top element used as title of the HTML page for the THttpServer Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 31 March 2015, 07:46:14 UTC
1c68baa json: check if float/double is integer when converting float or double values, check that content is integer. In such case use integer representaion to save place and do not lost precision Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 31 March 2015, 07:46:14 UTC
7e2c3d2 Added nodelete option to cleanup of hash lists of volumes in TGeoManager dtor (cherry picked from commit 6e0644cc8414247a9b40b02ab6b352f9d948db3b) 30 March 2015, 09:17:48 UTC
7b60ada - Implement `TStyle::SetLineScalePS()` to control le global basic line width. 27 March 2015, 15:06:09 UTC
8ea5ee9 New method from Jeremi Niedziela <jeremi.niedziela@cern.ch> to return the image in memory. 27 March 2015, 12:10:03 UTC
fcddcaf Fix for ROOT-7212 - Cannot build version 5.34.26 with CMake on Mac OSX 27 March 2015, 09:03:11 UTC
39d5212 Copy python files always to binary tree (allows to use python from the build area) 26 March 2015, 10:16:35 UTC
92d75f5 fit/TestBinomial.C disabled if not minuit2 26 March 2015, 10:12:56 UTC
2040f8f Proof: single out merge and transfer-to-client time This patch adds a measurement of the merge time, defined on the master from the moment the first worker is done to the end of the query, and of the transfer time, the same quantity measured by the client. The duration of the prepare phase, the transfer of the query definition from the client to the master, and of the time taken by Terminate, are also recorded. The patch also modifies TQueryResult so that the new time measurement are available for performance studies. TQueryResult now gives something like this: root [] p->GetQueryResults()->Print("F") Collection name='TList', class='TList', size=1 +++ +++ #:1 ref:"session-pcphsft64-1427241610-787:q1" sel:ProofSimple finalized +++ started: Wed Mar 25 01:00:26 2015 +++ init: 0.202 sec +++ process: 9.240 sec (CPU time: 198.0 sec) +++ merge: 1.745 sec (5 mergers) +++ transfer: 0.820 sec +++ processed: 1000000 events (size: 0.000 MBs) +++ rate: 108225.1 evts/sec +++ # workers: 24 +++ results: <PROOF_SandBox>/queries/session-pcphsft64-1427241610-787/1/query-result.root +++ outlist: 1010 objects The prepare and terminate phases are only show if longer than a millisec. The patch also fixes some small issues about the exactness of some notification messages. 25 March 2015, 14:44:43 UTC
c563b34 New option "Rotate scene" in the "Extras" tab of the GL Viewer. It allows to do a real rotation instead of a wobbling when the "Auto Rotator" is launched. (Implemented by Timur, approved by Matevz and used by René). 25 March 2015, 14:03:32 UTC
b8a1278 jsroot: fix text alignment problems in IE For text drawing use 'dy' attribute to implement Y alignment. It can be specified in 'em' units and therefore idependent from font size, which can be adjusted at the end of text drawing. Make special handling for IE, where "dominant-baseline" = "middle" not working. Here 'dy' attribute is used instead. Hide text elements until drawing is completed. Otherwise user sees when elements resized and repositioned (typicall for MathJax) Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 March 2015, 13:56:34 UTC
732c4ec Reduce the number of binary package formats to be generated and copied to root.cern.ch 25 March 2015, 10:03:35 UTC
cdd34d8 Fix ROOT-7206: The axis titles in case of a x:y:z plot with the option COLZ were not correct. 25 March 2015, 10:01:09 UTC
7d83686 fixes for python3.4, allowing it to compile and import 25 March 2015, 05:23:46 UTC
19f4cf3 Remove `operator void*() const` from CINT if compiled in C++11 mode (GCC 5) `std::basic_ios` had `operator void*() const` until C++11 and after that `explicit operator bool() const`. libstdc++ with GCC 5 finally cleans up things to be more compliant with C++11 standard. This is required if ROOT5 is compiled in C++11 mode (--enable-c++11) on GCC 5. Signed-off-by: David Abdurachmanov <davidlt@cern.ch> 24 March 2015, 22:01:19 UTC
0a2381e Disable unsecure gets() in CINT as it's removed in C11 gets() for a long time is considered unsafe, one could use fgets() instead. Also gets_s() could be used since C11. GCC 5 and Clang 3.6 defaults to C11 as default now. glibc still provides gets() only if compiling for GNU specifically (_GNU_SOURCE is defined). Other libc implementations behavior is unknown to me. Required for Fedora 22. Signed-off-by: David Abdurachmanov <davidlt@cern.ch> 24 March 2015, 22:00:25 UTC
7dec562 Update CINT CMake and configure scripts for GCC 5 The following is required otherwise `iosenum.h` will be missing causing build failures. Needed for Fedora 22. Signed-off-by: David Abdurachmanov <davidlt@cern.ch> 24 March 2015, 21:59:51 UTC
126c993 Regenerate iosenum.linuxarm643 for GCC 5 There are two `iosenum.cxx` in ROOT5 source. Previously I used `./cint/cint/include/iosenum.cxx` which also generated compiler version check. This breaks on GCC 5 based system (e.g, Fedora 22). This time used `./cint/iosenum/iosenum.cxx` to match the rest of `iosenum.h` files in source. Signed-off-by: David Abdurachmanov <davidlt@cern.ch> 24 March 2015, 21:56:42 UTC
cded0dd Change the name of the produced tarfile by CPack following current conventions. 24 March 2015, 17:13:57 UTC
d4c5f86 Proof: record memory usage of submergers Record in the 'PROOF_Status' object the memory usage of submergers, if exceeding the one measured as normal workers. 24 March 2015, 16:31:16 UTC
0eab458 Proof: fix issue with submergers The modified object sending introduced in 5.34/10 had complicated the logic to enable the use of submergers. This patch restores things as they were. The workaround is documented in https://root.cern.ch/drupal/content/enabling-use-submergers 24 March 2015, 15:56:00 UTC
237889f Disable only proofbench on Windows 24 March 2015, 15:35:11 UTC
ffd842a Fix for ROOT-7205 - Do not change the CMake default CMAKE_INSTALL_PREFIX 24 March 2015, 15:31:07 UTC
4379def fix ROOT-7168 by importing the fix from ROOT 6 24 March 2015, 14:00:23 UTC
67ddbd1 Fix for ROOT-7204 - Proof has been disabled on Windows 24 March 2015, 13:25:28 UTC
b156553 Changed name for result.root file to avoid clashes with other tutorials. 24 March 2015, 10:51:33 UTC
861433f Update ROOT version files to v5.34/29. 24 March 2015, 10:21:58 UTC
0c3cfa3 Update ROOT version files to v5.34/28. 24 March 2015, 09:50:05 UTC
6c5cdd0 Remove CMake warnings fro version > 3.0 24 March 2015, 08:47:54 UTC
51123ec Fix ROOT-7185 23 March 2015, 13:33:57 UTC
bc52c0b Adjusments needed 23 March 2015, 11:54:09 UTC
c55b007 Avoid crash on 'immediate exit'. For example when being passed the option -help or -config 20 March 2015, 20:14:43 UTC
d1655ce Remove CMake warnings fro version > 3.0 20 March 2015, 17:29:48 UTC
2e7c767 Finish fix for ROOT-7177 20 March 2015, 17:11:12 UTC
f31386c The stroke was a wee bit too thin: it disappeared when the previewer window was reduced. 20 March 2015, 16:18:49 UTC
ee87d12 Make sure the stroke around the solid boxes is thin and not dashed 20 March 2015, 15:56:07 UTC
f765c1a update jsroot and httpserver docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 20 March 2015, 08:12:32 UTC
4b67679 jsroot: revert usage of getBoundingClientRect() Main difference from getBBox - it evaluates size of main SVG element and therefore does not return actual size of SVG elements inside. Also fix problem with null color in MathJax output Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 20 March 2015, 08:12:31 UTC
3048c79 Fix for ROOT-7177 (test-stressiterators fails on slc6 and clang 3.6 ) by coping implementation existing in master 19 March 2015, 18:40:59 UTC
9d812b8 Changes needed by CMake 3.2 19 March 2015, 18:40:59 UTC
667badd Fix again for ROOT-7149. 19 March 2015, 18:40:59 UTC
6688617 Fix for ROOT-7149. 19 March 2015, 18:40:59 UTC
3ef0ffe ROOT-7185 19 March 2015, 14:42:29 UTC
d9171de Synch with master + fix potential crash when fBrowser pointer is NULL, as reported on the forum (https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19438) 18 March 2015, 22:29:06 UTC
29c6466 allow lookup of builtin types where the branch and leave are named differently 18 March 2015, 17:05:25 UTC
6092c14 http: remove unnecessary scope in sniffer Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 18 March 2015, 15:53:02 UTC
aa4eecb jsroot: fix problem when drawing inside invisible element It happens when tabs or collapsible layout hide area, dedicated for the drawing. Fix small error reported https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19435 When only logx;logy draw option was specified, histogram was not drawn Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 18 March 2015, 15:53:02 UTC
cf5a91b Fix roottest errors due to iostream #include: CINT sometimes "forgot" it. 18 March 2015, 14:04:53 UTC
9accd97 Always #include <iostream> (ROOT-7103). 17 March 2015, 14:38:37 UTC
0d25c2d Add missing dependency between tutorials 16 March 2015, 20:44:22 UTC
1e8e790 Small update in Preface 16 March 2015, 14:56:43 UTC
f08a03c In case of transparency filled boxes should not be stroked. 16 March 2015, 14:45:04 UTC
7b846ab Add missing dependency between tutorials 16 March 2015, 08:33:04 UTC
740e312 When printing a coloured 2D histograms (with option COLZ) into a PDF or PostScript file, the preview on screen using many standard PDF previewer tools showed very thin white lines between the bins as well as in the color palette. This made very ugly the final output. This problem is due to bad implementation of anti-aliasing in these previewers. A way to bypass this issue was to turn off the anti-aliasing in the previewer bu then the rest of the document does not look nice. This problem is now bypass with this fix in both PDF and PostScript output. 13 March 2015, 12:57:13 UTC
08d8d48 jsroot: better handling of SVG drawing in hidden html elemenets In collapsible and tabs layout drawing can be hidden. In such case client rect of correspondent divs returns 0. To avoid problem with SVG drawing, one should just hide SVG element. Similar problems appears during resize. Both problems are now fixed. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 March 2015, 15:00:37 UTC
3316e1e Append the existing LD_LIBRARY_PATH when running hsimple.exe (was failing when linked against tcmalloc) 12 March 2015, 13:35:33 UTC
b7daf3b Better adjustment of the tilde accent position in case of Cocoa backend. 12 March 2015, 08:44:38 UTC
21abc8a Do not overwrite the output file at each iteration 11 March 2015, 20:56:29 UTC
96a8655 Fix compilation warnings + add some color in MathJax 11 March 2015, 16:43:26 UTC
0b94fc7 http: adjust TRootSniffer for user-specific applications Idea to provide possibility for user to implement custom elements, functions, drawings only by sub-classing TRootSniffer - user could modify/update objects at the moment when they are accessed via TRootSniffer::FindInHierarchy() method - one could register commands for sniffer itself - optionally disable scan of gROOT directory - one could redefine _title property In THttpServer there is now configurable list of system directories like ROOTSYS or JSROOTSYS which could be accessed via http protocol using /rootsys or /jsrootsys paths. Normally list should be prepared before actual http server started. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 11 March 2015, 15:44:55 UTC
9e45710 jsroot: lazy load of draw functions from external scripts - Now one could configure for every item individual _drawfunc, _drawscript and _drawopt, which could be load at the moment when required. - One could use WhenReady() method of painter to perform action in the browser when item is finally drawn. Could be used for synchronization with drawing. - Provide local configuration script for MathJax - Improve text output - prevent text overflow Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 11 March 2015, 15:44:55 UTC
717fa74 Fix typo (Mac did not complain... :-( ) 11 March 2015, 15:21:35 UTC
e586077 Fix ROOT-6962 11 March 2015, 15:12:04 UTC
a1f5529 Ensure that running hsimple.exe in the build is not affected by the current user environment. 11 March 2015, 10:48:33 UTC
772da58 Fix for C++98 10 March 2015, 16:22:31 UTC
accda72 Made calling TGenCollectionStreamer::Generate thread safe Although each thread will get its own copy of TGenCollectionStreamer, that copy is made by calling Generate on a global instance of the class. Therefore Generate needs to be thread safe. This translates to requiring TGenCollectionProxy::Initialize be thread safe. This required that TGenCollectionProxy::fValue be atomic and be the last value to be set in TGenCollectionProxy::InitializeEx. 10 March 2015, 15:52:51 UTC
9f68387 Proof: dyn workers: make poll interval configurable 10 March 2015, 09:23:49 UTC
ad3721c Proof: make sure that all counters are correct in dynamic mode 10 March 2015, 08:53:30 UTC
bf3b761 Add space formatting for MathJax 09 March 2015, 08:41:56 UTC
back to top