- Feb 04, 2013
-
-
Fons Rademakers authored
on llvm 3.2svn). Mostly were: warning: private field 'fOneDim' is not used [-Wunused-private-field] git-svn-id: http://root.cern.ch/svn/root/trunk@48467 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 30, 2013
-
-
Fons Rademakers authored
In xpdtest.cxx : - Use different technique for time outs - Add switch '-T timeout' contro the timeout value during connection or ping attempts (value in seconds) - Add switch '-p pidfile' to communicate the location of the process pid file; if this is defined, an existence check of the process is done before any other test - Add switch '-v' to set gDebug=1 where relevant - Make sure that the check for the esistence of the sandbox dir is only done when required, i.e. when the required test type is 2. In man1/xpdtest.1: - Document new switches In setxrd.sh: - Fix issue on zsh (see Savannah #99744) In installXrootd.sh - Set default version 3.2.7 git-svn-id: http://root.cern.ch/svn/root/trunk@48439 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 10, 2013
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48265 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 20, 2012
-
-
Fons Rademakers authored
- add -lMatrix to link of bin/xpdtest. git-svn-id: http://root.cern.ch/svn/root/trunk@48158 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 19, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48143 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48133 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
this patch adds an executable ptest which can be used to test the status of the daemon in 3 possible ways: ping, ping+start simple session for default user, ping + start simple session for active users. The idea is to use it with something like 'monit' or with a cron job. This feature was requested by several admins and I believe is anyhow something good to have. git-svn-id: http://root.cern.ch/svn/root/trunk@48130 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2012
-
-
Fons Rademakers authored
changes needed from introduction of cling and removal of cint. There are still some problems, that will be fixed asap. git-svn-id: http://root.cern.ch/svn/root/trunk@48027 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 04, 2012
-
-
Axel Naumann authored
using namespace std; from Riostream.h, which has huge consequences for all of ROOT. Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd. Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers. ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers. Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style. TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones. git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 14, 2012
-
-
Philippe Canal authored
Avoid mistaking the end of file for a filename in a file list text file in hadd (This fixes http://root.cern.ch/phpBB3/viewtopic.php?t=14663) git-svn-id: http://root.cern.ch/svn/root/trunk@44238 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 27, 2012
-
-
Philippe Canal authored
Fix coding convention R.RN7 (Avoid the raw C types 'long', 'unsigned long', 'long double', 'bool', 'long long' and 'unsigned long long'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43515 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2011
-
-
Fons Rademakers authored
Add support for a command line test run of 'proofserv'. This is useful to test that the environment is setup correctly. git-svn-id: http://root.cern.ch/svn/root/trunk@42458 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 18, 2011
-
-
Fons Rademakers authored
- Fixed the generation of roots and proofserv scripts - Fixed the dependencies of FITSIO git-svn-id: http://root.cern.ch/svn/root/trunk@42115 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41865 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 26, 2011
-
-
Philippe Canal authored
From Thiemo Nagel, remove duplicated line errorneously introduced by revision 41439 (see Savannah 88170) git-svn-id: http://root.cern.ch/svn/root/trunk@41601 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 18, 2011
-
-
Philippe Canal authored
with their names (when running hadd, the TFileMerger message are prefixed by hadd): $ hadd -v 0 -f output.root input1.root input2.root $ hadd -v 1 -f output.root input1.root input2.root hadd merged 2 input files in output.root. $ hadd -v 2 -f output.root input1.root input2.root hadd target file: output.root hadd Source file 1: input1.root hadd Source file 2: input2.root hadd Target path: output.root:/ git-svn-id: http://root.cern.ch/svn/root/trunk@41444 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
$ hadd -v 1 -f output.root input1.root input2.root Target file: output.root Merged 2 input files. git-svn-id: http://root.cern.ch/svn/root/trunk@41442 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Shift the verbosity level passed to TFileMerger up down by one to allow for finer grain control in hadd. Now: $ hadd -v 0 -f output.root input1.root input2.root $ hadd -v 1 -f output.root input1.root input2.root Target file: output.root $ hadd -v 2 -f output.root input1.root input2.root Target file: output.root Source file 1: input1.root Source file 2: input2.root Target path: output.root:/ git-svn-id: http://root.cern.ch/svn/root/trunk@41440 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41439 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
hadd -f output.root -T input1.root input2.root to properly recognize the 'output.root' to be the output rather than input1.root (i.e. previously the first argument after all the -* option was assumed to be the output even if it was specified before hand). git-svn-id: http://root.cern.ch/svn/root/trunk@41436 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 05, 2011
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41154 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 27, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41016 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 25, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40709 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 11, 2011
-
-
Philippe Canal authored
Add a new member function TFileMerger::SetMaxOpenedFiles and new command line option to hadd ( -n requested_max ) to allow the user to reduce the number of files opened even further. git-svn-id: http://root.cern.ch/svn/root/trunk@40569 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 04, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40462 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 27, 2011
-
-
Fons Rademakers authored
Introduce alternative cmake based build system. Cmake is especially convenient for building on Windows, as it can produce VC projects or nmake files and does not require cygwin to be installed. In addition on OSX Xcode projects can be generated. git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 24, 2011
-
-
Philippe Canal authored
Update (gut) hadd to rely on TFileMerger for everything but the command line argument parsing. Make the soft dependency on TH1 even softer. git-svn-id: http://root.cern.ch/svn/root/trunk@39367 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 22, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39328 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2011
-
-
Fons Rademakers authored
Add possibility to use an open file descriptor for logging without replaying redirection. Used in the new startup sequence. git-svn-id: http://root.cern.ch/svn/root/trunk@39149 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 24, 2011
-
-
Philippe Canal authored
of files (this fixes https://savannah.cern.ch/bugs/?79909). In TObject::ls, add support for the option 'noaddr' which prevents the printing of the address of the object. This is useful in particular in roottest. Use this in hadd and TFileMerger git-svn-id: http://root.cern.ch/svn/root/trunk@38595 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 09, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38019 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 08, 2011
-
-
Philippe Canal authored
Adds option -k to hadd, causing it to ignore missing or corrupted input files. We've found this very useful when merging large amounts of files that were generated on a computing, where it is (almost) guaranteed that at least a few files are faulty (jobs aborted because of run time limits, etc.). git-svn-id: http://root.cern.ch/svn/root/trunk@38012 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 07, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37369 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 06, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37319 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37315 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37314 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37313 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 10, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36253 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 06, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36124 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
fix coverity issue. git-svn-id: http://root.cern.ch/svn/root/trunk@36123 27541ba8-7e3a-0410-8455-c3a389f83636
-