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

sort by:
Revision Author Date Message Commit Date
4dd0392 stressProof: adapt to new default packetizer 28 February 2015, 16:14:38 UTC
cba2c56 http: sync with JSROOT changes Specify prerequisities for tree player. It is jquery-based, therefore JSROOT should load appropriate scripts before Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 27 February 2015, 09:32:15 UTC
7b9bc75 jsroot: reduce usage of jQuery in JavaScript graphics 1. As much as possible reqduce usage of jQuery and jQuery-UI. Anyway SVG-based graphic implemented with d3.js. Only for user interface like menus or buttons or for complex UI interfaces keep usage of jquery 2. Introduce JSRootPainter.jquery.js script where all jquery-specific code is collected 3. Support usage of .min.js version of scripts 4. When JSROOT used without objects browser (nobrowser mode), total size of load scripts reduced from 960K to 335K Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 27 February 2015, 09:32:14 UTC
f07b694 jsroot: better support of foreignObject in SVG graphic 1. foreignObject used to display HTML content inside SVG. Safari/Chrome has several problems with them like http://bit.ly/1wjqCQ9 IE do not support foreignObjects at all. foreignObjects used for TH2 draw options col2/col3 with HTML5 canvas. 2. First try to use MathJax. It is incapsulated into foreignObjects. Test implementation in TLegend painter. In future JSROOT versions one need to implement full converted from ROOT TLatex into normal (La)Tex. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 26 February 2015, 14:22:08 UTC
660d17e Fix for ROOT-7105 - root.desktop file doesn't conform freedesktop standard 26 February 2015, 12:44:11 UTC
ca503d0 Fix for ROOT-7048 - Issue while loading libraries that start with the same string 26 February 2015, 10:45:36 UTC
5d48c84 Proof-Packetizer: remove redefinition of a member The TMap fSlaveStats is defined in TVirtualPacketizer and must not be redefined here. Also fixes an issue with stressProof when testing different packetizers. 26 February 2015, 10:11:37 UTC
944af25 Proof: Set TPacketizer default data packetizer TPacketizer now supports dynamic addition of workers and for the rest the behaviour has always ben similar the more complicated TPacketizerAdaptive. 26 February 2015, 09:54:00 UTC
bd34ff3 Proof: improve dynamic startup workflow The current implementation of dynamic worker startup requires at least one worker available to launch a query. This patch allows to submit a query even without workers and to have it automatically start processing when the first workers comes. Required for PoD setups using resource management systems with potentially large startup latency, e.g. PanDa. The time the master waits for the first worker to come is controlled by the ROOT-rc Proof.DynamicStartupTimeout 600 (value in seconds). Default is infinite. 26 February 2015, 09:52:37 UTC
f73120a Fixes for clang. 25 February 2015, 17:44:03 UTC
02c0b1a Fix parsing the cut name in TH2::ProjectionX/Y and TH2::ProfileX/Y (Fix ROOT-7097) 24 February 2015, 13:30:39 UTC
1b89464 Proof: fix protocol issue introduced by the last patch Affects standard startups 24 February 2015, 10:34:20 UTC
88d8439 Fix for ROOT-7070 - ROOT does not compile with latest Pythia 8 version > 8.2 23 February 2015, 10:09:59 UTC
1cb53d9 Implement the transparency. 20 February 2015, 17:36:05 UTC
e81e1bf Proof-Tutorials: support for passing input objects to runProof It is now possible to pass as 4th argument a list of objects to be added to the input list to further control the PROOF behaviour: root [] TList *ins = new TList root [] ins->Add(new TParameter<Int_t>("MyParm", 3)) root [] runProof("simple",0,4,ins) the content of 'ins' will then be copied to the input list before processing. 20 February 2015, 17:05:05 UTC
5be5287 Proof-Packetizer: Fine tune warning messages 20 February 2015, 17:04:57 UTC
7d34ebe Proof-Lite: add simulator for dynamic worker startup The patch makes TProof::PollForNewWorkers virtual and adds an implementation of the same in TProofLite, so that we can simulate dynamic startup, for packetizer testign purposes. The all thing is triggered by the ROOT-rc 'Proof.SimulateDynamicStartup' which accepts a string value in the form "increase-step:max-num-workers", where 'increase-step' is the number of new workers created at each call, and 'max-num-workers' is the maximum number of workers to start. Once this is set, if a PROOF-Lite session with less workers than 'max-num-workers', during processing the numbers of workers will be gradually increased to reach 'max-num-workers'. The patch also re-organize the TProof code for dynamic startup to minimize duplications. In particular, the part setting up the new workers environment has been separated into a new method SetupWorkersEnv, so that it can used by TProofLite too. Several bugs have been fixed in this code as a results of tests with examples requiring packages and loaded macros, which were not used in the simple example used to develop this code. 20 February 2015, 17:04:48 UTC
ec85ebd Proof-Serv: fix call flow for AddDynanicPath/AddIncludePath Add missing possibility to control if after a request for changing a library or include path, a log file is sent back. 20 February 2015, 17:04:40 UTC
43f20e3 Proof-PerfStat: adapt to dynamic startup Add possibility to force setting the number of workers. This is useful when only a maximum is known, as in the case of dynamic startup. The TParameter<Int_t> is called 'PROOF_DynamicStartup' and the value is the maximum number of workers (wmax). It is assumed that the ordinals are 0.0 ... 0.'wmax-1' . 20 February 2015, 17:04:33 UTC
b9dbef9 TPacketizer: implement AddWorkers AddWorkers is the method to add workers while running. Added a basic implementation for testing. The patch also moves fInput from TPacketizerUnit to TVirtualPacketizer to that it can be used more generally reducing code duplications. 20 February 2015, 17:04:25 UTC
dc2dd64 Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 20 February 2015, 16:32:40 UTC
01c25f0 json: handle all escape characters Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 20 February 2015, 16:27:50 UTC
fbb0a04 Add TEX option in the Canvas "Save" menu 20 February 2015, 16:25:03 UTC
42b4e8c - `\mu` is now working for Postscript output. 20 February 2015, 14:37:04 UTC
0505c44 jsroot: provide JSROOT changelog in md format Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 20 February 2015, 14:18:56 UTC
b01f477 json: correctly process escape characters in the JSON string Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 20 February 2015, 14:18:56 UTC
138099f jsroot: implement raw Text output from THttpServer 1. One could create now 'Text' item on the server side, which just disaplyed in the browser. 2. For text display MathJax can be used - one should specify 'mathjax' property for Text item. 3. Provide example with Text in httpcontrol.C macro 4. Support 'autozoom' draw option 5. Support _same_ identifier in items list 6. Remove default-ui class from droppable, hide nasty effects in StreamerInfo and Text display Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 20 February 2015, 14:18:55 UTC
9dabd5d Update ROOT version files to v5.34/26. 20 February 2015, 12:18:30 UTC
6d4ebd7 Don't build libNew.dll on Windows anymore (fixes Jira #ROOT-7081 libNew.dll in Windows release) 19 February 2015, 15:32:47 UTC
f5e9d17 In Pad::Print(), make sure the file format is "pdf" when the option "Title:" is present. 19 February 2015, 14:04:39 UTC
b178d1c Complete the previous fix: Make sure the first color is initialized. 19 February 2015, 10:24:37 UTC
0226a6e Fix an issue with transparent pads in TTextDump. 18 February 2015, 15:56:19 UTC
d6c4787 Connecting extended key-value information to volumes (FCA) 18 February 2015, 15:45:36 UTC
7a266af Add lifetime of temporaries (ROOT-5606). 18 February 2015, 14:35:43 UTC
03d1510 Remove trailing spaces 18 February 2015, 10:45:11 UTC
563800c jsroot: update docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 18 February 2015, 09:56:02 UTC
2e4c868 jsroot: let directly display objects from canvas list of primitives Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 18 February 2015, 09:56:01 UTC
0c9948a http: Use TClass::BuildRealData() in sniffer to get correct offsets for all data members (including abstract base classes) Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 18 February 2015, 09:56:01 UTC
c6658b0 http: when scan objects with TRootSniffer, ignore optional fields Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 17 February 2015, 15:40:19 UTC
af51485 jsroot: let customize central page from THttpServer settings Now it is possible to set different properties to the THttpServer instance, which are than analyzed while openning web page. These are: _drawitem and _drawopt - automatically draw item _monitoring - enable monitoring _loadfile - load ROOT file Also fix problem with logy scale on TGraph Also fix problem with multiple files loading Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 16 February 2015, 13:35:42 UTC
fa9ef8b http: provide way to customize items in THttpServer Now one could specify extra properties for each object, registered to the server. For example, it could be icon name (_icon property), which used in JSROOT to disaply appropriate item. It is possible to specify location of JSROOT to get newer functionality or just to improve performance of page loading while all JavaScripts will be loaded from fast web server. One could change default page shown in the browser. Modify httpcontrol.C to show new functionality - one could enable monitoring and display item when page is opened. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 16 February 2015, 13:35:42 UTC
b894274 jsroot: better handling of files with subdirectories 1. When such file opened and histogram from sub-sub directory displayed, browser hierarchy automatically refreshed now. 2. Also when objects monitoring from the file is performed (in any case, not recommended) file re-openning done more clear 3. Fix problem with streamer infos display 4. Introduce central JSROOT.CallBack method to handle callbacks 5. Fix problem with logx/logy on TGraph Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 13 February 2015, 09:07:55 UTC
b7a2be9 From Vittorio Zecca: fix deref versus CINT-power (ROOT-5421). 12 February 2015, 20:51:31 UTC
c35ef07 Copy for master fix for parameter limits when value is outside limits. 12 February 2015, 08:30:30 UTC
12d8cc1 Fix coding conventions 11 February 2015, 10:01:40 UTC
27258b1 Fix the problem reported here: https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19186 11 February 2015, 09:39:27 UTC
12dd1ed jsroot: correctly handle recursion when drawing and than dropping items When loading file(s) and display several items, one should clearly organize call-backs to avoid race conditions Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 11 February 2015, 07:55:22 UTC
8cd2911 Add getters for FBO data members. 10 February 2015, 22:37:39 UTC
3b6b7e8 Make members protected to ease subclassing. 10 February 2015, 22:21:35 UTC
49c035a jsroot: update docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 February 2015, 16:03:00 UTC
47b0f07 jsroot: several files can be opened simultaneously - several files can be opened and objects can be superimposed - add 'simple' layout - drawing uses full space on the right pane - allow to open ROOT files in online session (via url parameter) - One could monitor simultaneously objects from server and root files - Implement 'autocol' draw option - when superimposing histograms, their line colors will be automatically assigned - Implement 'nostat' draw option - disabled stat drawing - Using '_same_' identifier in item name, one can easily superimpose same items from different files. Could be used in URL like: &files=[file1.root,file2.root]&item=file1.root/hpx+file2.root/_same_ Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 February 2015, 16:03:00 UTC
259998d Proof: fix spurious error message A call to TProof::Getenv could generate a spurious error message due to a wrong testing of a return code. 10 February 2015, 12:21:24 UTC
3086101 ProofPlayer: fix possible warning about clobbered variable 10 February 2015, 11:54:58 UTC
ae152c6 Protection added in case stressGraphics.ref does not exist. 10 February 2015, 10:32:08 UTC
7cda22c Fix warning C4138: '*/' found outside of comment 10 February 2015, 10:29:48 UTC
c31f71c Fix warning: unused parameter 'query' [-Wunused-parameter] 10 February 2015, 10:18:59 UTC
481ca23 http: update documentation and provide httpcontrol.C example Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 February 2015, 09:58:34 UTC
5c81f5c jsroot: support of command interface for THttpServer 1. Provide possibility to execute commands, registered to the THttpServer. It can be done by simple click, context menu or shortcut button (when configured). Small color animation let to see results of commmands execution (red-fail, green-ok) 2. Let 'hide' marked elements in the tree browser 3. Simplify method to load JSROOT scripts. Now one could specify several URL parameters for JSRootCore.js script. Old approach will also work. 4. Use d3.time.scale for time display, improves ticks positioning. 5. Mark as new development version 3.3. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 February 2015, 09:58:34 UTC
aa2806c http: provide simple command interface in THttpServer 1. One could register arbitrary command to the server, which becames visible in the web browser. When item clicked by the user, action ends-up in specified by user gROOT->ProcessLineSync() call. It is possible to invoke any method of all registered to the server objects. Commands invoked via cmd.json requests. 2. Objects, commands and any other items can be registered starting from the top-level folder (not only /Objects as before) 3. One could `hide` items from the browser to avoid unintended access to objects or commands. Hide 'StreamerInfos' object by default. 4. Introduce 'exe.bin' request to let return TTree::Draw() results in binary form, allows to use such feature in non-web GUIs Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 February 2015, 09:58:33 UTC
455fa6f http: fix memory leak with root.bin request TBufferFile object was not deleted properly. Was not really used for web interface. Also disable custom ziping of such request, it better can be performed with root.bin.gz request Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 10 February 2015, 09:58:32 UTC
1dbe876 XRootD-support: fix for out of source builds 07 February 2015, 11:08:26 UTC
aa80277 XProofd: fix bug in handling absence of RGitCommit file 06 February 2015, 19:18:11 UTC
c8df9a6 XRootD-Support: workaround for the problem with 'private' headers During a discussion with the XRootD main developers we agreed on the steps to gradually remove the dependency from headers distributed in the 'private' RPM - not installed, for example, on lxplus. In the meantime, the workaround consists in importing under 'proof/xrdinc' the headers incriminated, so that builds can be done also when include/xrootd/private is not installed. The relevant legacy libraies are always installed, for the time being; the time scale for their removal (probably end of this year) determines the time scale for the removal of private header dependency. This patch creates 'proof/xrdinc' with the relavant legacy headers and makes the relevant changes in the configuration and (c)make files to deal with it. 06 February 2015, 19:17:42 UTC
69e622a XProofd: remove launcher class Not used and already disabled, but bringing in a unwanted dependency on a private xrootd header 06 February 2015, 17:06:58 UTC
f7fb086 Python tutorials do not need spacial return code handling 05 February 2015, 14:03:25 UTC
6094f83 Fix a bug in handling the sum of weight squared in RooDataHist::add (ROOT-6971) 05 February 2015, 09:29:48 UTC
282eaaf Print message "setting parameter # error" only in verbose mode (see https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19223 ) 05 February 2015, 09:29:48 UTC
344e22a More fixes for spelling of inlcude path 04 February 2015, 15:24:13 UTC
6a655f7 Check the existence of GLU package to enable opengl 04 February 2015, 10:04:28 UTC
2641129 Fix clang compiler error (taking reference of a member from not-yet initialized base class). 03 February 2015, 19:02:07 UTC
a8cf822 Fix for ROOT-7061 03 February 2015, 11:40:07 UTC
0b3a438 Fix spelling of inlcude path. 03 February 2015, 10:01:52 UTC
b82d3e7 Add more default search paths 02 February 2015, 16:32:08 UTC
3511ea9 Fix a warning 02 February 2015, 11:26:38 UTC
9101567 Fix bug reported in https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19157 02 February 2015, 10:52:06 UTC
52e62dc Fix a bug in handling the args (see https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19187 ) 02 February 2015, 10:49:08 UTC
3c54e3f http: fix naming convention Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 30 January 2015, 14:39:43 UTC
5d28e99 http: fix naming convention violation Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 29 January 2015, 07:56:44 UTC
422cfc8 http: minimal modification in h.xml request syntax Item names coded as _name attribute in the xml file like <root> <item _name="job1" _kind="ROOT.Session"> <item _name="StreamerInfo"/> <item _name="Canvases"> <item _name="c1" _title="Dynamic Filling Example"/> </item> </item> </root> This helps to avoid XML parsing problem and make less problem in web clients to use such file. Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 28 January 2015, 13:43:35 UTC
f3dac49 json: better representation of multidimensional arrays Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 28 January 2015, 13:43:34 UTC
d3a0737 jsroot: small fixes for IE, mark as JSROOT 3.2 Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 28 January 2015, 13:43:34 UTC
d6e6dcb Typo 28 January 2015, 08:00:46 UTC
6ebb428 Always use UNIX line endings (allowing to execute scripts in cygwin shell) 28 January 2015, 07:52:58 UTC
afd2a05 Use x64 compliant function 28 January 2015, 07:51:43 UTC
712719c xml: support all standard symbols in node names According to http://www.w3.org/TR/REC-xml/#NT-NameChar Signed-off-by: Philippe Canal <pcanal@fnal.gov> 28 January 2015, 01:11:43 UTC
62fd153 Avoid unitialized read in TClonesArray::ExpandCreateFast. This fixes ROOT-7046. 28 January 2015, 00:38:48 UTC
23eabc8 Do not disable asimage for WIN32 - Fix for ROOT-7030 27 January 2015, 09:27:08 UTC
2247413 Disable asimage if neither 'cocoa' nor 'x11' are enabled - Fix for ROOT-7030 26 January 2015, 11:26:04 UTC
c7fcaac Fix for PostgreSQL server installation can not be found in MacOSX 10.9 (ROOT-7026) 26 January 2015, 10:39:47 UTC
d6765ad Add --with-xpm-incdir 26 January 2015, 09:54:38 UTC
f2cd4d8 Avoid pinning a rule to a skipped data member 21 January 2015, 23:56:06 UTC
df65fbf Properly mark as unreadable/skip a member changed from object to numerical type 21 January 2015, 23:56:06 UTC
f14e635 Use the same spelling of member name as in the list of real data 21 January 2015, 23:56:05 UTC
a3a0997 Generic way to get RealData 'name; from TDataMember 21 January 2015, 23:56:05 UTC
d61c42a Avoid null pointer deref 21 January 2015, 23:56:05 UTC
95cf5ed Schedules the I/O as soon as possible (i.e. after all sources have been read) One significant consequence is that now when an object is stored in a split branch the rule is associtated with the branch of the last of the rule's sources rather than the last of the object's data member. This fixes: ROOT-7009 21 January 2015, 23:56:05 UTC
79bda73 Remove use of "using namespace std" (coming from Riostream.h) from TRecorder.h and TQtPen.h 19 January 2015, 13:54:58 UTC
e21ac91 Fix Jira issue #ROOT-6985: cannot open TBrowser() from ROOT prompt Fix a crash in TRootBrowser when having the option Canvas.ShowEditor: true in the .rootrc file. 19 January 2015, 12:35:54 UTC
2e886b8 jsroot: correctly handle '[' and ']' symbols in url options New Firefox replaces them with special symbols %5B and %5D Make appropriate changes in TRootSniffer Update JSROOT docu concerning CORS requests and server configuration Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 16 January 2015, 15:21:30 UTC
80db48f Now that we move all the headers to the build directory, it is no needed to provide a full list of include directories in ROOT_INCLUDE_DIRS. 16 January 2015, 14:25:41 UTC
back to top