https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
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
69c8805 jsroot: use exe.json.gz?compact=3 request in tree draw With GZIP compression and compact=3 parameter network data transfer reduced by factor 10 Improve documenstion Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 16 January 2015, 12:57:01 UTC
99c7415 Update JSROOT and THttpServer documentation Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 15 January 2015, 16:08:38 UTC
0bfa8ce jsroot: add possibility to perform TTree::Draw from the browser New functionality of the THttpServer is used to call TTree::Draw method and return produced histogram in JSON form back. Histogram is automatically disaplayed in the browser Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 15 January 2015, 16:08:38 UTC
a5fbc1f http: implement exe.json request to execute objects methods via http interface When server running in non-readonly mode, any object method can be executed with syntax like http://server:8080/Objects/obj/exe.json?method=GetTitle One could specify any method parameters in URL Result of function execution will be returned in JSON format. Method will be used to implement TTree drawing from the browser Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 15 January 2015, 16:08:38 UTC
31d6173 Added a missing dependency in the installation of ProofBench PAR files 15 January 2015, 08:00:22 UTC
53ebfce Fixed current state wrongly pointing to assemblies when computing distance to boundary. Warning removed in TGeoEltu::DistFromInside 14 January 2015, 12:13:40 UTC
8691a11 Make sure to delete the CollectionProxy even for unsplit collections 13 January 2015, 18:46:09 UTC
3e94a6d use exchange mode to open hbook files. 13 January 2015, 17:01:01 UTC
cfbaf4c json: special handling for std::map in TBufferJSON 13 January 2015, 15:20:01 UTC
7627fb7 json: correct representation of multi-dimensional arrays 13 January 2015, 15:19:40 UTC
7326b2d remove #include <string> from TBufferJSON/TBufferXML 13 January 2015, 15:19:19 UTC
55980dd xmlio: implement WriteClass/ReadClass methods in TBufferXML Let support of old-style class streamers (class in LinkDef without + sign) Solves problem described in https://root.cern.ch/phpBB3/viewtopic.php?t=19081 13 January 2015, 15:18:57 UTC
cc4a55c From Sergey: Fix invalid cast in TBufferJSON::WriteStdString 13 January 2015, 15:09:10 UTC
fec59c9 Improve typesafety of new Read/WriteStdString routines 13 January 2015, 15:08:48 UTC
e9a4c97 add /etc/dictpch/ in .gitignore 13 January 2015, 15:08:20 UTC
986d1b2 43a02ba2db765d609fdb9ea1694776abc4e145ad 13 January 2015, 15:07:36 UTC
d46364a move TString and std::string streamers into TBuffer class, let reimplement them for JSON/XML case 13 January 2015, 15:00:19 UTC
a93fbe1 Proofd: silence warning about shadowed variable 13 January 2015, 10:01:51 UTC
74f4f50 Fix compilation error on Windows 13 January 2015, 09:04:33 UTC
2ae87e4 Add missing nullptr protection in TDirectoryFile This fixes ROOT-7005. Conflicts: io/io/src/TDirectoryFile.cxx 12 January 2015, 20:04:25 UTC
e3fad52 XProofd: remove residual refs to SVN See ROOT-6980 12 January 2015, 16:25:08 UTC
7cead21 ProofBench: fix for problem with PARs reported on the Forum 12 January 2015, 16:23:46 UTC
60906d5 jsroot: in context menu one could select draw option Now in JSROOT all draw functions registered together with list of supported draw options. Via item context one could select which options should be used for drawing Several other small fixes: - https usage in root.cern.ch/js, - new menu functionality in 3D painter - disaply of StreamerInfo in separate window Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 January 2015, 15:46:48 UTC
7f61de2 Update ROOT version files to v5.34/25. 12 January 2015, 14:26:28 UTC
05f58e1 http: allow to set content of http reply directly Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 January 2015, 08:57:41 UTC
a49e8b7 jsroot: use jquery-ui menu to implement context menus Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 January 2015, 08:57:38 UTC
7156af1 Fix for memory corruption for the parallel world feature 09 January 2015, 15:02:43 UTC
back to top