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

sort by:
Revision Author Date Message Commit Date
3e76734 Update ROOT version files to v5.34/24. 02 December 2014, 17:12:03 UTC
bc6a48d Update ROOT version files to v5.34/24. 02 December 2014, 17:10:52 UTC
f0569de Use copy constructor of TAxis instead of TAxis::Clone 02 December 2014, 16:11:11 UTC
25d6e65 Remove TH1::Clone. Keep as before that a Clone on a TH1 object is done via TObject::Clone. This reverts patch http://root.cern.ch/gitweb?p=root.git;a=commit;h=63cc08cb780a2090045fc8ce1c03a2e48543a757 TProfileHelper now uses Copy instead of Clone in Profile::RebinAxis. This is more efficient and thread-safe 02 December 2014, 15:54:42 UTC
7324bc6 1. Implement 'p' and 'p0' drawing options for TH1 2. Further improvements with drawing optimization 3. First try of drag-and-drop functionality for drawing superimpose 4. Handle attributes like TAttLine, TAttMarker, TAttFill at central place, use d3.call() functionality to apply attributes Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 15:45:12 UTC
2a9c558 Use TH1::Copy instead of Clone in TH1::ExtendAxis 02 December 2014, 13:45:01 UTC
d020658 Fix BernsteinCorrection using RooEffProd instead of RooProdPdf 02 December 2014, 13:44:04 UTC
7d8ee1e Fix a bug in TH3::GetCovariance 02 December 2014, 13:34:25 UTC
8099672 Better STL container support in TBufferJSON Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 13:12:14 UTC
a668259 Not always add object to objects map when streaming into JSON Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 13:12:13 UTC
914b112 Provide workaround for some STL containers. They will be converted into JSON array Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 13:12:13 UTC
8f32f93 1. First try to support std::string in TBufferJSON 2. First try to resolve problem with object as first class member. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 13:12:12 UTC
6819723 update JSROOT docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 09:39:05 UTC
f330907 1. When doing draw optimization, account min and max values in suppressed points range 2. In case of logx scale optimization based on pixel coordinates 3. Better adjustment of visisble ranges in case of double log scale 4. One could specify 'optimize' and 'interactive' parameters in URL. One can fully disable all interactive features (interactive=0) to speedup drawing 5. First implementation of drag-and-drop; available only when interactive=1 enabled Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 02 December 2014, 09:39:04 UTC
52330d2 Quick fix for ROOT-6929. Proper fix involved implementing Copy for TH2Poly (cherry picked from commit 71762c5fd26d5890d825e1031537bd63c4ae75ca) 01 December 2014, 23:12:18 UTC
7bfc77e Fix TH1::Clone copy of fFunctions (cherry picked from commit ba8a1e81e93286adb57ca49abf52bc8387dd96f8) Conflicts: hist/hist/src/TH1.cxx 01 December 2014, 23:12:13 UTC
691233f Remove debug print 01 December 2014, 21:43:00 UTC
e954658 Implemented new static method TROOT::GetTutorialsDir() to return the actual location of the tutorials in the installation (see ROOT-6477). Adapted some tutorials to make use of it. 01 December 2014, 18:01:53 UTC
bc3d103 Add build target and dictionary files needed by MSVC++12(2013) 01 December 2014, 15:31:15 UTC
11a33aa Update the documentation of TGContainer::GetNextSelected(void **current) 27 November 2014, 11:17:19 UTC
469b611 Add a couple of new methods in TGLVContainer, as requested on the Forum (http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18951) 27 November 2014, 11:00:20 UTC
0ab83a6 Prevent crash while browsing TFormula in ROOT files (fix Jira issue #ROOT-6922) 27 November 2014, 08:51:00 UTC
f86b1ff More on dependencies and using different files for the python tutorials 26 November 2014, 07:47:17 UTC
bc96752 From Pere and me: Add several missing /include directives (Force Symbol References) Without these flags, python is not working properly in interactive mode (i.e. GUI is frozen) 25 November 2014, 13:56:40 UTC
5c2e601 Add icons in JSRootPainter.css file Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 November 2014, 10:49:23 UTC
7185141 1. Optimize hirarchy display, use jQuery 2. Delete most icons files, use icons from CSS instead 3. Better range selection in logx/logy scale 4. Handle situation when CORS blocks access to request headers Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 November 2014, 10:49:22 UTC
0553d39 More on dependencies. 23 November 2014, 17:44:51 UTC
64d7e78 Removed ; from generated Makefile.config 21 November 2014, 17:21:56 UTC
55b7ed7 Ensure that VC includes are first when building VC. This should fix a racing condition when copying ROOT headers. 21 November 2014, 16:29:15 UTC
e1ae312 Text color was ignored. 21 November 2014, 14:57:32 UTC
010f0d6 Avoid overlapping of TOC in the user's guide for 5.34 21 November 2014, 13:13:50 UTC
512ee3a Include TMath was missing in the previous patch. remove trailing spaces. 21 November 2014, 12:46:00 UTC
2146988 Added methods to calculate greenwich and local sidereal time. Signed-off-by: Olivier Couet <olivier.couet@cern.ch> 21 November 2014, 12:25:46 UTC
9ca45d6 Avoid clashes re-creating hsimple.root by using py-hsimple.root for the python tutorials (2) 20 November 2014, 13:23:21 UTC
4a94348 Do not rely on implementation side effects; use proper class name. 20 November 2014, 13:09:49 UTC
a0e20ce Move GenerateInitInstance into ROOTDict (MSVC bug workaround). 20 November 2014, 13:09:49 UTC
7b171ce Revert "Revert "Rename ROOT::Shadow to ROOTShadow::Shadow against MSVC 12,13 bug."" This reverts commit f0dc8d295c99353ca36999ddc8d4cf2e233e3952. It does fix the MSVC bug, but only partially. 20 November 2014, 13:09:49 UTC
60e900f Avoid clashes re-creating hsimple.root by using py-hsimple.root for the python tutorials 20 November 2014, 10:03:06 UTC
d767a68 TProofPlayerLite: set default packetizer TPacketizer 19 November 2014, 17:40:26 UTC
e595194 TProofLite:: fix memory leak Fix memory leak in saved query results. Set the default number of query results kept in memory to 1. 19 November 2014, 17:40:26 UTC
43b2c59 Fixes for ubuntu. Add linking of libgsl and libgslcblas before ROOT libraries (e.g. libMathore) 19 November 2014, 16:20:23 UTC
7bf0fda correctly locate JavaScript ROOT sources, using ROOTETCDIR define Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 19 November 2014, 09:48:00 UTC
a94d3f8 Add missing #include <algorithm> (std::min and std::max are defined in algorithm) 18 November 2014, 14:07:34 UTC
eee615d Add missing #include <algorithm> (std::min and std::max are defined in algorithm) 18 November 2014, 14:06:52 UTC
dcbf037 Add missing #include <algorithm> (std::min and std::max are defined in algorithm) 18 November 2014, 14:06:11 UTC
725cdaf Add missing #include <algorithm> (std::min and std::max are defined in algorithm) 18 November 2014, 14:05:32 UTC
7024a4c Add missing #include <algorithm> (std::min and std::max are defined in algorithm) 18 November 2014, 14:04:00 UTC
cce228c Add special compiler flags for Vc for clang (copy what is done from vc/cmake/VcMacros.cmake) 18 November 2014, 13:43:41 UTC
f0dc8d2 Revert "Rename ROOT::Shadow to ROOTShadow::Shadow against MSVC 12,13 bug." This reverts commit 6ffe54a00a112ba551a63e098cb44ffeb67b5c63. It doesn't work around the MSVC compiler bug... 18 November 2014, 11:07:43 UTC
c3829d8 add again modifications to re-nable Vc tests 18 November 2014, 11:05:16 UTC
3c12469 Revert "re-enable tests of Vc" This reverts commit 45ea7c2a54cbca3c7987ae497b0d5ce0ca425abc. 18 November 2014, 11:03:16 UTC
7c2c2bf update vc to 0.7.4 18 November 2014, 09:53:04 UTC
45ea7c2 re-enable tests of Vc 18 November 2014, 09:45:25 UTC
6ffe54a Rename ROOT::Shadow to ROOTShadow::Shadow against MSVC 12,13 bug. See https://connect.microsoft.com/VisualStudio/feedback/details/817601/connectcrash-long-file-causes-vc12-update-1-c-compiler-to-crash-works-in-vc11 18 November 2014, 09:19:22 UTC
c66aaf9 fix ROOT-6898 18 November 2014, 00:29:16 UTC
19076de update JSROOT docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 17 November 2014, 13:31:50 UTC
6c729bc 1. Correctly show tooltips in case of overlapped objects 2. Implement JSROOT.Create() method to create supported in JavaScript ROOT classes like TH1 or TGraph 3. Fix problem with JSROOT.draw in HTML element with zero width (display:none) 4. Provide possibility to load user scripts with JSROOT.BuildSimpleGUI and JSROOT.AssertPrerequisites, also with main index.htm 5. Support of TCutG drawing Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 17 November 2014, 13:31:50 UTC
f8806ff Update HttpServer/JavaScript documentation (spelling) 14 November 2014, 15:11:38 UTC
e082db8 Documentation: New version of Http Server + new JavaScript ROOT 13 November 2014, 16:05:30 UTC
5802006 Change davix default for GridMode. ROOT-6897 13 November 2014, 14:31:15 UTC
1f723b7 Add some checks on input (see JIRA item ROOT-6890) 13 November 2014, 10:54:38 UTC
b6f43fa Initialize some variables 13 November 2014, 10:23:14 UTC
de35d07 Merge from master fixes from Axel for clang warnings. See commit eee18f1f4a13060063b33f84a9ed2479c35b7469 These tests are removed since they are invalid, it does not make sense to check if the address of a reference is a nullptr. 13 November 2014, 09:43:01 UTC
eaae99e jsroot: Introduce central JSROOT.Create() method to instantiate all supported ROOT classes Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:07:47 UTC
8f4f9b5 jsroot: improve TH2 drawing Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:07:46 UTC
9b3ebda jsroot: implement TCutG painter Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:07:46 UTC
0a6acb0 jsroot: improve index.htm, add 'path' parameter to select location of available files Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:07:45 UTC
2758194 jsroot: remove example.htm, it will go into demo directory (not in repository) Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:07:45 UTC
c7f0953 Fixes for Windows 11 November 2014, 22:27:55 UTC
8098684 Fix for ROOT-6893 - Davix not enabled by default after building it with the davix option 11 November 2014, 21:34:23 UTC
2cf3a94 Run the tutorials out of the tutorials directory to avoid clashes and pollution with the sources. 11 November 2014, 13:53:19 UTC
7be8b0d With the Cocoa backend the PDF and PS output produced miss-aligned exponents because the GetTextExtend method behaved differently in batch mode and "screen" mode. This is now fixed. 11 November 2014, 12:54:38 UTC
51e17e4 Fix TStatistic for merging dataset and when the weights are equal to zero (see http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18856) Add also a test program for the class 11 November 2014, 11:06:34 UTC
e7e4baa Add possibility to compute weighted standard deviation 11 November 2014, 10:44:04 UTC
82c59d9 in distclean remove also bin/hist2workspace and bin/prepareHistFactory. 10 November 2014, 18:16:31 UTC
aaddd03 From Sergey: switch to version 3.1 and fix small problem with tooltips 10 November 2014, 16:40:11 UTC
25d752e Correct Z scaling of TH2 when drawing in 3D 10 November 2014, 10:09:08 UTC
24507df Typo 10 November 2014, 10:03:53 UTC
cd2e4ad Small correction in z axis scaling 10 November 2014, 09:32:21 UTC
1678af3 From Sergey: Fix stats box drawn incorrectly when resized 10 November 2014, 08:06:53 UTC
80867bf Update ROOT version files to v5.34/23. 07 November 2014, 14:06:59 UTC
4a0dea3 Update ROOT version files to v5.34/23. 07 November 2014, 13:57:05 UTC
6efab30 From Sergey: Fix for CORS requests 07 November 2014, 10:24:30 UTC
9265bb3 Fix TEfficiency documentation (ROOT-6880) 07 November 2014, 09:13:09 UTC
9843419 Apply patch from Bill to fix TMinuit destructor when GROOT has been already deleted (see ROOT-6879) 07 November 2014, 09:13:09 UTC
3a85622 Import latest changes from Sergey Linev Changes in JavaScript: Main improvements: 1. Better font size and position in pave stats 2. Resize/move of supported elements only inside correspondent pad 3. Adjust of frame size when Y-axis exceed pad limits 4. Correct values in tooltip for THStack 5. Exclude drawing of markers outside visible range 6. Drawing of canvas without TFrame object 7. Many other small bug fixes and improvements, thanks to Maximilian Dietrich Known issues: 1. Time-scale is not perfect. One need significant redesign to use normal d3.time.scale 2. On canvas with histogram and several TF1 objects histogram tooltips hidden due to fancy svg:path rendering feature Changes in TRootSniffer: 1. Ability to scan members of arbitrary objects 2. Experimental code to execute any object method (only when non read-only server is started). 07 November 2014, 08:00:08 UTC
3711d7e TFile::Open produceds fresh objects; mark is as creator 07 November 2014, 00:04:17 UTC
61aab1a add get_version based on root-config to cppyy 05 November 2014, 18:55:20 UTC
ce2ed1f fix illegal initialisation of a const string& from a const char* 05 November 2014, 15:49:05 UTC
dc833fd Use Horner polynomial evaluation 05 November 2014, 14:26:32 UTC
56323f3 Changed TGeoBranch array class to allocate in contiguous way, either in self-allocated space or pre-allocated one. No ctor available, one has to use the static MakeInstance 05 November 2014, 09:35:59 UTC
55bcf9e Changed return code for cumulative.C and added dependencies to tutorial-benchmarks 04 November 2014, 23:17:10 UTC
d22fcb4 Add missing lock around the use of gethostbyaddr. This cures the symptoms of ROOT-6828 ... however this will fails if any other code anywhere else also uses gethostbyaddr .. the right solution is to replace the use of gethostbyaddr by getaddrinfo 04 November 2014, 21:59:17 UTC
fb2d8c3 fix fatal (silently) type in configure (affecting --cxxflags and root-config) 04 November 2014, 20:26:13 UTC
c373ad0 TH1: add GetCumulative method patch based on Francesco Dettori from LHCb to provide the cumulative distribution of a histogram as another histogram; include a small tutorial macro that doubles as unit test 04 November 2014, 17:24:00 UTC
2030060 Avoid test race condition 04 November 2014, 16:59:56 UTC
e846076 Import new version of JSROOT from Sergey server: 1. Allow to expand any object in hierarchy. Now server always provides information about objects members. 2. Security fix - prevent sevrer to provide access to parent directories. jsroot: 3. Implement 'opt' and 'opts' URL parameters for main page. 4. Show progress with scripts loading in the browser window 5. When one appends "+" to the filename, its content read completely with first I/O operation. 6. Implement JS custom streamer for TCanvas, restore aspect ratio when drawing 7. Major redesign of drawing classes. Resize and update of TCanvas are implemented. All major draw functions working with HTML element id as first argument. 8. Extract 3D drawings into separate JSRoot3DPainter.js script 9. Use newest three.min.js (r68) for 3D drawings, solves problem with Firefox on Linux. 10.Introduce generic list of draw functions for all supported classes. 11.Add possibility to 'expand' normal objects in the hierarchy browser. For instance, this gives access to single elements of canvas, when whole canvas cannot be drawn. 12.Correct usage of colors map, provided with TCanvas. 13.Introduce JSROOT.redraw() function which is capable to create or update object drawing. 14.In main index.htm page browser can be disabled (nobrowser parameter) and page can be used to display only specified items from the file 16.Add support of TPolyMarker3D in binary I/O 04 November 2014, 14:07:23 UTC
69b9764 Try to fix tutorial dependencies... 04 November 2014, 12:09:15 UTC
56bfd90 Fix a memory leak in fftw classes (ROOT-6838), thanks to Stephan Huber 04 November 2014, 09:26:21 UTC
2655bd6 sharedApplication instead of NSApp. Fix for Yosemite. 03 November 2014, 15:29:37 UTC
back to top