https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
cc899ce make version v5-34-08. 31 May 2013, 15:45:45 UTC
e0a8419 fix compiler warnings. 31 May 2013, 14:50:03 UTC
310185f Added user and framework extensions to volumes and nodes. 30 May 2013, 15:37:00 UTC
d09b11e Fixed warning 30 May 2013, 12:44:52 UTC
f68ae6a Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 30 May 2013, 11:54:23 UTC
0586a68 avoid null pointer deference in TStreamerBase 28 May 2013, 21:25:05 UTC
6e69dee Also issue an error in the case of missing dictionary for STL base class of compiled classes 28 May 2013, 21:00:48 UTC
aba164e Improve const correctness (Fix JIRA-5226) 28 May 2013, 13:51:45 UTC
eb9a6f1 Precision fix for TGeoBoolNode affecting TFluka simulation 28 May 2013, 12:01:40 UTC
38564aa Add Error message when missing dictionary for STL collection (2nd try). Issues an error message when we are missing the compiled STL collection proxy for the data member of compiled class. Error in <TStreamerInfo::Build>: The class "Container" is compiled and for its the data member "fList", we do not have a dictionary for the collection "list<Inside>", we will not be able to read or write this data member. Compared to 80cf626fdd1facab936cf505ad105b44c9e967bb this version - Do not complain for missing dictionary for std::vector as the emaluated version will be binary compatible (the in memory layout of all vector is the same). - Properly check the type of in-memory data member rather than (wrongly) the type of the on-file data member in BuildOld. 28 May 2013, 04:23:23 UTC
7a0131a Revert "Add Error message when missing dictionary for STL collection." This reverts commit 80cf626fdd1facab936cf505ad105b44c9e967bb. since it breaks roottest. 28 May 2013, 02:43:24 UTC
80cf626 Add Error message when missing dictionary for STL collection. Issues an error message when we are missing the compiled STL collection proxy for the data member of compiled class. Error in <TStreamerInfo::Build>: The class "Container" is compiled and for its the data member "fList", we do not have a dictionary for the collection "list<Inside>", we will not be able to read or write this data member. 28 May 2013, 02:08:29 UTC
2e98922 Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 27 May 2013, 11:31:51 UTC
839e1a7 o RooLinkedList - Fix compilation issue on Windows o RooExtendedBinding - New class that can represent expected event count of any RooAbsPdf as a RooAbsReal 27 May 2013, 11:31:14 UTC
889beac two more instance of Int_t -> UInt_t 26 May 2013, 15:20:40 UTC
aa28c15 Prevent integer overflow (unsigned int/int conversion) in TEmulatedMapProxy TEmulatedMapProxy::Size() returns UInt_t. Yet TEmulatedMapProxy::WriteMap and TEmulatedMapProxy::ReadMap takes int. If the size is high enough return stored as int overflows, i.e., becomes a negative number. Simply put nElements is negative and TEmulatedMapProxy::WriteMap is never called. The following unsigned int/int conversion hid another bug related to Reflex dictionaries and std::map<> on AMD64 machines. Signed-off-by: David Abdurachmanov <davidlt@cern.ch> Signed-off-by: Philippe Canal <pcanal@fnal.gov> 26 May 2013, 15:20:40 UTC
79cf6d7 Moved the location where CINT limits are defined 24 May 2013, 16:13:12 UTC
325cd59 Added options to control CINT limits (CINTMAXSTRUCT, CINTMAXTYPEDEF, CINTLONGLINE). Small fix in FindOracle 24 May 2013, 13:19:07 UTC
f7b6bd8 Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 24 May 2013, 12:33:54 UTC
00b01b7 Various updates and fixes from Manuel Schiller (LHCb) o RooAbsTestStatistic, RooVectorDataStore, RooChi2Var, RooDataHist, RooNLLVar, RooTreeDataStore, RooXYChi2Var - Implement Kahan summation for test statistic and weight summation in various places to retain more numeric signicance in running sums using a carry term o RooVectorDataStore - Optimize memory allocation by tuning allocation sizes o RooLinkedList, RooLinkedListIter, RooLinkedListElem - Implement new memory management scheme for link elements (global pool) - Replace bubble sort with merge sort - Cleanup of unused data members o RooMath - Replace lookup table version of fast complex error function with new Fourier-based method with better precision and comparable computation time. Replace 'flow' complex error function with a new even more precise version o RooNameSet - Replace proprietaty string handling with posix version, optimize memory allocation strategy 24 May 2013, 12:31:41 UTC
7656e96 Disable 'cling' by default 24 May 2013, 08:04:34 UTC
9e6811a Precision fix for TGeoShape::SafetySeg 24 May 2013, 07:19:08 UTC
a0044e6 Collected patches applyed to version 5.34.00 for CMake builds 23 May 2013, 16:46:26 UTC
f1e18e9 Merge branch 'v5-34-00-patches' of http://root.cern.ch/git/root into v5-34-00-patches 23 May 2013, 06:31:32 UTC
0345d79 implement a correct Write() method also writing the map value. Fixes ROOT-5017. 22 May 2013, 22:06:42 UTC
4db0b3d Implemented globus option to CMake build 22 May 2013, 21:02:15 UTC
7b6370d Use the base name for symlinks to cached files (fix for ROOT-5177) 21 May 2013, 20:00:35 UTC
6ba10fc GCC warnings silenced (fix for JIRA ROOT-5208) 21 May 2013, 18:00:18 UTC
d71512e Added proofbench/CMakeLists.txt file 21 May 2013, 16:44:39 UTC
b662dcb Added LDAP on the CMake builds 21 May 2013, 16:20:15 UTC
2cf9702 Added dCache build with CMake 21 May 2013, 15:20:10 UTC
1f4b5ae newer version of libgfal need glib-2.0 headers. Fixes ROOT-4989. 21 May 2013, 15:07:59 UTC
31cede4 Import fixes for out-of-source builds 21 May 2013, 14:54:37 UTC
b4a02de Added GFAL to CMake builds 21 May 2013, 12:24:11 UTC
65e0150 remove another duplicated definition (solves a compilation warning on shadowing a previous local) 21 May 2013, 10:44:19 UTC
d0ebdcd remove duplicated definition (solves a compilation warning on shadowing a previous local) 21 May 2013, 10:41:29 UTC
dcde178 Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 21 May 2013, 10:29:48 UTC
ec94818 Properly check for the root.mimes actions (should solve issue reported on the forum: TBrowser custom action on 'click' http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=16511) 21 May 2013, 10:28:54 UTC
6149c05 don't use too generic variables (like THIS). Fixes issue ROOT-5186. 21 May 2013, 09:32:40 UTC
f9fe529 remove duplicate line. Fixes ROOT-5011. 21 May 2013, 07:30:49 UTC
fb12dbc Make the script executable for roottest's sake 18 May 2013, 20:16:24 UTC
c4e32e3 Fix a double-delete ( ROOT-5111 ) 18 May 2013, 09:57:38 UTC
5acea4f Temporary add debug statement to investigate problem with EC builder 17 May 2013, 20:06:02 UTC
bf93112 Fix for building with xrootd. The FindXROOTD.cmake has been simplied and a single variable XRROTD_INCLUDE_DIRS returns the normal and private include dirs. The clients packages in ROOT proof, netx and proofx have been adapted. 17 May 2013, 20:06:02 UTC
8727173 Refine previous patch and add check on return codes for mv and tar (ROOT-5126) 17 May 2013, 20:06:02 UTC
b91fea5 Add a example on how to grab the aggregate size on disk or memory for a branch 17 May 2013, 16:37:57 UTC
4188e40 On Windows we can not take the address of begin for an empty vector 17 May 2013, 14:33:14 UTC
034cf0b make sure directories to store ProofBench par files exist (ROOT-5126). 17 May 2013, 10:54:23 UTC
0c92ee7 Fix TProfile::Copy function to avoid copying a profile into an histogram 17 May 2013, 10:17:13 UTC
89d4e51 Implement options FB BB and A for TH3 drawn with markers and 3D boxes 16 May 2013, 06:12:27 UTC
3546b27 Fix a bug in GetMatrix2Array in Fortran Format (Thanks to Omar Andres Mesa) 15 May 2013, 07:27:31 UTC
7023fdc Fix for the PROOF sub-merger mode When creating mergers, the code iterates over all slaves to figure out how many workers should be assigned to each merger. This is usually fine, unless not all are active. In that situation it creates mergers that wait forever (or almost forever) for workers which will never connect, which obviously screws up the job. The fix changes the merger creation to iterate over fActiveSlaves instead of fSlaves. [From B.Butler, M.Swiatlowski] 14 May 2013, 10:03:31 UTC
ec771d1 Fix a memory leak in assignment operator. The functions objects in the list of functions were not deleted 14 May 2013, 07:52:34 UTC
b1a49cb Add missing protection; remove unused variable 13 May 2013, 15:14:52 UTC
c1f030b Worker log refs kept after graceful termination 13 May 2013, 10:18:08 UTC
93ef55f PID of forked proofserv clearly shown in logfile 13 May 2013, 10:18:08 UTC
8fc0b47 No PID in proofserv logfiles (for dynamic workers) 13 May 2013, 10:18:08 UTC
1ef652a svn2git, so to say. 10 May 2013, 12:59:32 UTC
5bcb96b Work around mingw and rootcint misunderstanding /c/. 10 May 2013, 12:37:16 UTC
5dead5e Create containing ./cint directory before calling rsync. 10 May 2013, 08:46:22 UTC
15a5d30 exclude .git directory when making binary distribution. 10 May 2013, 01:27:58 UTC
02d9e19 move from "svn co" to "git archive". 10 May 2013, 01:21:22 UTC
e0ffec8 new ChangeLog generation script based on git2cl. We use the git2cl found here: http://repo.or.cz/w/git2cl.git. Two issues were fixed: - strip correctly out merge commits - strip out git-svn-id's 09 May 2013, 20:01:19 UTC
891d2fc Create cint/cint/lib via rsync before the other two subdir to avoid cint/cint from being access/created/check at the same time 08 May 2013, 19:26:39 UTC
e924cfd Mention profi and profg in the TTree::Draw documentation (cherry picked from commit 15dd83522124b7c789b69bfa64184d8122d6088d) 08 May 2013, 18:46:28 UTC
551bf10 Fixed the installation of RooStats headers 08 May 2013, 09:37:07 UTC
1be0f0a Give example on how to create nested subdirectories. 07 May 2013, 19:41:09 UTC
0a9e0cc We do not know how to extract the function name corresponding to a function pointer on AIX ... 07 May 2013, 19:34:16 UTC
129d3eb Don't strip the source directory away - that's where the headers are! 07 May 2013, 13:56:09 UTC
391b30d Add --git-dir option to git for out of source build. Fixes ROOT-5127. 07 May 2013, 10:23:47 UTC
cbc67f2 Reintroduce ROOT_SVN_REVISION for backward compatibility. ROOT_SVN_REVISION is re-introduced for backward compatibility. However it is fixed at the last recorded svn revision for this branch 49361. It also fixes a typo in core/base/inc/RVersion.h that fixes ROOT-5129. Note that the PROOF code using TROOT::GetSvnRevision() still has to be changed to use TROOT::GetGitCommit(). 07 May 2013, 09:56:20 UTC
fe29e8d update RVersion.h, remove ROOT_SVN_REVISION. 06 May 2013, 22:35:20 UTC
aa2b805 replace svninfo.txt by gitinfo.txt to provide git commit and branch information. Provide git commit and branch info to the system. The methods: TROOT::GetSvnRevision() TROOT::GetSvnBranch() TROOT::GetSvnDate() have been replaced by: TROOT::GetGitCommit() TROOT::GetGitBranch() TROOT::GetGitDate() but for backward compatibility we've retained GetSvnRevision() which now returns the decimal value of the short SHA1 of GetGitCommit(). So don't rely on revisions increasing monotonically. Also the RVersion.h has changed and: ROOT_SVN_REVISION ROOT_SVN_BRANCH has been replaced by: ROOT_GIT_COMMIT ROOT_GIT_BRANCH 06 May 2013, 22:14:46 UTC
abcecb4 Precision fix for TGeoPolygon. Added possibility to draw a polygon via TGeoPolygon::Draw or TGeoXtru::DrawPolygon 06 May 2013, 17:29:51 UTC
b856c43 PROOF Processing rate fix This patch is meant to fix an issue causing the PROOF progress bar to get to 100%, then scroll at 100% for about the same amount of time again before finishing. The problem was finally tracked down to a failure to update a TProofProgressStatus object's fLastUpdate field on a worker before it is sent to the client. The last update time was always the initial time, causing the reported rate (and progress) to be about a factor of 2 too large. The patch also includes a minor fix for the scrolling in general, which is irritating (it can still happen with the bugfix a bit at the end of the job if the estimate overshoots the total number of entries). [From: B. Butler, M. Swiatlowski] 06 May 2013, 15:21:13 UTC
fd3c4aa Use getters where relevant; make nested class public 06 May 2013, 10:17:51 UTC
3346f48 Use getters where relevant; make nested class public 06 May 2013, 10:17:40 UTC
c10bc63 Import commit f7d1b17bd23e7712f70b96735ea6c6e8d77ad65b Fixes for the 'dynamic' startup: - Set client flag so that VerifyDataSet can be submitted as parallel - SAve arguments to EnablePackage so that they can be used when replaying the issued commands - In stressProof: when in 'dyn' mode, skip some new tests which do not apply. 06 May 2013, 10:17:26 UTC
93f4c53 Notify when gEnv look-up fails 06 May 2013, 10:07:26 UTC
46a7494 dos2unix 06 May 2013, 09:36:44 UTC
c156503 Bertrand says: nmake files are perfectly fine with lf line terminators. Thus dos2unix, in agreement with .gitattributes. 06 May 2013, 09:35:17 UTC
1b4efc1 unix2dos. 06 May 2013, 09:34:53 UTC
06e080e Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 06 May 2013, 09:21:04 UTC
06360e4 Convert evil CRLF to LF. 06 May 2013, 09:20:19 UTC
05f1274 Fix AIX build (missing Dl_info) 03 May 2013, 14:03:00 UTC
4ebc881 Add .dll, /*.mk and some cint built files to .gitignore 03 May 2013, 14:02:21 UTC
d98a43e Ignore dictionary source files and roottest 03 May 2013, 13:50:47 UTC
09689e6 unix2dos 03 May 2013, 12:34:35 UTC
00a1f27 dos2unix 03 May 2013, 12:30:17 UTC
ba53cf7 Keep crlf for .vcproj 03 May 2013, 12:29:28 UTC
c0b241b unix2dos. 03 May 2013, 12:29:03 UTC
b5bebbd dos2unix 03 May 2013, 12:26:19 UTC
9b4a3e2 No "text", just eol=crlf. 03 May 2013, 12:24:53 UTC
22d948c Simplified gitattributes. 03 May 2013, 12:16:18 UTC
59cbaf1 dos2unix 03 May 2013, 12:15:46 UTC
1c7d7cf Add missing dependencies for PostgreSQL on cygwin/gcc. Thanks to Angelo Graziosi for the feedback 03 May 2013, 10:09:10 UTC
4c5cc55 switch to Unix line endings. 03 May 2013, 09:29:16 UTC
952052c Add .gitattributes file. Don't expand $Id$. 03 May 2013, 08:30:30 UTC
5bb319d Fix funny GCC selection: we really want sstream also for GCC 4.8. 03 May 2013, 07:42:31 UTC
9541b97 Fix a typo 02 May 2013, 11:40:31 UTC
back to top