- Nov 16, 2007
-
-
Fons Rademakers authored
Corrected makedist scripts: - File with version_number is now one level up - Exclude .svn instead of CVS git-svn-id: http://root.cern.ch/svn/root/trunk@20851 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Do not publish the function created for the LinearParts in the list of functions (hence avoid double deletion and other weirdness) git-svn-id: http://root.cern.ch/svn/root/trunk@20849 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20848 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- The test timage() now generates .C and test it back. git-svn-id: http://root.cern.ch/svn/root/trunk@20847 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20846 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
common VMC Makefile and build scripts. git-svn-id: http://root.cern.ch/svn/root/trunk@20845 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20842 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
From Mihaela: suppress numbers in printout for succeeding test; solves problem with reference file comparison and precision. git-svn-id: http://root.cern.ch/svn/root/trunk@20839 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20836 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2007
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20832 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fixes for MSVC2008. git-svn-id: http://root.cern.ch/svn/root/trunk@20831 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix all warnings of const char* assignment to char* reported by gcc 4.2. Due to ripple effect there were many changes. git-svn-id: http://root.cern.ch/svn/root/trunk@20828 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20827 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20826 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20825 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
generated excuted again and the ps output is tested the same way as the original output. git-svn-id: http://root.cern.ch/svn/root/trunk@20820 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix for bug: https://savannah.cern.ch/bugs/index.php?31309 git-svn-id: http://root.cern.ch/svn/root/trunk@20819 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 14, 2007
-
-
Axel Naumann authored
Don't check MSC_VER==1400 but >=. git-svn-id: http://root.cern.ch/svn/root/trunk@20818 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20816 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
peaks2: replace inf loop by looping 10 times git-svn-id: http://root.cern.ch/svn/root/trunk@20815 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20814 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
Added some transparency. git-svn-id: http://root.cern.ch/svn/root/trunk@20812 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20811 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
TFile: - Move the code checking / creating a local cache for a file from TFile::Open to a new private method TFile::OpenFromCache(). - Add support for multiple URLs in TFile::Open() and TFile::AsyncOpen(): the URLs must be passed separated by a '|' and are tried sequentially in the specified order until an open is successful. TSystem, TUnixSystem, TWinNTSystem: - Add new method ShowOutput() to display the redirected output after stdout and stderr are restored. TUnixSystem: - Fix a bug in RedirectOutput() affecting the case of multiple redirections. git-svn-id: http://root.cern.ch/svn/root/trunk@20810 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Rename canvas "c1" so it doesn't clash with the one generated in fillrandom.C. That macro is invoked by fit1.C if fillrandom.root doesn't exist. git-svn-id: http://root.cern.ch/svn/root/trunk@20809 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
net or webfiles). git-svn-id: http://root.cern.ch/svn/root/trunk@20805 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
help (option HIST). Previously the option BAR was ignored when an histo was painted with "BAR HIST". git-svn-id: http://root.cern.ch/svn/root/trunk@20804 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20802 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20801 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
Better version of CPUMeter.C git-svn-id: http://root.cern.ch/svn/root/trunk@20800 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20796 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
are separated by semicolons". In fact they are separated by colons ":". see: <http://savannah.cern.ch/bugs/?31248> git-svn-id: http://root.cern.ch/svn/root/trunk@20795 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Following the implementation in TChain, I have succeded in enabling the TTree cache in Proof. However, for that I need a small addition in TTreeCache to be able to change also the 'fOwner' member, because on the workers we have to delete the previous tree, so the owner tree creating the cache is gone after the first file. In the attached patch I propose to add a second argument to TTreeCache::UpdateBranches, a boolean indicating whether to set also the ownership or not. Default is not, so we do not break any existing usage of the call. With this, and other changes in TEventIter that I am finalizing, I get for h1analysis with http files from my place and my single core machine TChain 52s Proof 1 worker 57-62s i.e. a 10-20% overhead in Proof, which is what we expect without the local optimizations. git-svn-id: http://root.cern.ch/svn/root/trunk@20794 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2007
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20791 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
avoid problems when a TGraph and a TGraph2D are in the same picture. (found thanks to stressGraphics). git-svn-id: http://root.cern.ch/svn/root/trunk@20790 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
of printf in order to be able to disable it using gErrorIgnoreLevel. git-svn-id: http://root.cern.ch/svn/root/trunk@20788 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
Fixes valgrind errors. git-svn-id: http://root.cern.ch/svn/root/trunk@20785 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fixed issue 31085 by just changing the argument of static TThread::Delete to a reference. git-svn-id: http://root.cern.ch/svn/root/trunk@20782 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fix for the bug related to Bateman solution reported in Savannah. https://savannah.cern.ch/bugs/?31224 git-svn-id: http://root.cern.ch/svn/root/trunk@20772 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 12, 2007
-
-
Philippe Canal authored
the execution of the autoloader and it is a templated class and a lookup of the class (by name) finds a different entry, then remove this autoloade entry. This happens in the case where a template class was entered in the autloader with some typedef in its name/argument. For example, if mytemplate<Long64_t> is entered in the autoloader map, its type status will never be reset because the CINT dictionary is actually updating the entry with all typedef resolved: mytemplate<long long> git-svn-id: http://root.cern.ch/svn/root/trunk@20771 27541ba8-7e3a-0410-8455-c3a389f83636
-