An error occurred while loading commit signatures
- Feb 15, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22167 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 08, 2008
-
-
Rene Brun authored
To select pythia8, in your configure file add something like --enable-pythia8 \ --with-pythia8-incdir=$HOME/pythia8100/include \ --with-pythia8-libdir=$HOME/pythia8100/lib \ git-svn-id: http://root.cern.ch/svn/root/trunk@22069 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 01, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21953 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 30, 2008
-
-
Fons Rademakers authored
plugin for gLite using TGrid interface. The TGLite class defines an interface to gLite GRID services. This class is a part of RGlite plug-in developed at GSI, Darmstadt. The RGLite plug-in uses glite-api-wrapper library (GAW) to perform Grid operations and provides the following featuries: - Workload Management System operations - File Catalog operations (gLite/LCG LFC API) - An executive logging - Support of an external xml configuration file with according XML schema git-svn-id: http://root.cern.ch/svn/root/trunk@21921 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 25, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21857 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 13, 2008
-
-
Rene Brun authored
- improved configuration of AFS - add support for AFS >= 1.4.5 (current stable version) fixes: bug #32552 git-svn-id: http://root.cern.ch/svn/root/trunk@21664 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 08, 2008
-
-
Fons Rademakers authored
directories. git-svn-id: http://root.cern.ch/svn/root/trunk@21585 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 20, 2007
-
-
Fons Rademakers authored
case RVersion.h is updated and the entire source is not recompiled. git-svn-id: http://root.cern.ch/svn/root/trunk@21533 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 19, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21492 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 18, 2007
-
-
Fons Rademakers authored
the AliEn client is installed. git-svn-id: http://root.cern.ch/svn/root/trunk@21466 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
is included by a large number of source files. The R__CONFIGUREOPTIONS are now stored in RConfigOptions.h, which is only include in TROOT.cxx. In RConfigOptions.h also the R__RUBY_MAJOR and R__RUBY_MINOR are stored and included in drr.cxx. This change only forces a recompile of TROOT.cxx (and maybe drr.cxx) when doing e.g.: ./configure --enable-roofit make ./configure make [ here we used to compile all dictionaries again as rootcint depends on RConfigure.h ] git-svn-id: http://root.cern.ch/svn/root/trunk@21464 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 12, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21348 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
--with-cc --with-cxx --with-f77 --with-ld which allows the specification of alternative compilers, which, of course, have to be compatible with the specified or auto detected platform. This is ok: ./configure solarisgcc --with-cxx=g++-4.2 this not: ./configure macosxicc --with-cxx=g++-4.2 Also root-config now supports the options --cc, --cxx, -f77 and --ld. If no alternative compilers were specified these return a blank. In test/Makefile.arch and example of root-config --cxx et al usage is given, so that the alternative compilers specified in ./configure will be used to build the test programs. git-svn-id: http://root.cern.ch/svn/root/trunk@21342 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2007
-
-
Rene Brun authored
patch for configure to use the static GSL libraries. When using it on a Linux 64 bit machines (like SLC4 with gcc3.4), one must have compiled GSL with the option -fPIC also for the static library. This is done by using the GSL configure option --with-pic With these changes the LD_LIBRARY_PATH to GSL is not needed anymore when running or building stressMathMore git-svn-id: http://root.cern.ch/svn/root/trunk@21324 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2007
-
-
Fons Rademakers authored
from a previous built. git-svn-id: http://root.cern.ch/svn/root/trunk@21297 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
use -rpath for solarisgcc (was already done for linux). git-svn-id: http://root.cern.ch/svn/root/trunk@21296 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
* Re-enable use of Win32 Qt4 debug libraries * Fix python problem on Ubuntu (thanks to Andy O'Neill <oneill@phys.columbia.edu>) * Make sure libRooFitCore is distributed * Build-dependencies * EVE in root-plugin-gl * Fix Debian BTS bugs. git-svn-id: http://root.cern.ch/svn/root/trunk@21283 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 06, 2007
-
-
Fons Rademakers authored
- Fix problems with readv and async reading - Add possibility to set the cache parameters "per instance" - Proper locate implementation git-svn-id: http://root.cern.ch/svn/root/trunk@21234 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 22, 2007
-
-
Fons Rademakers authored
global mutexes were not active. git-svn-id: http://root.cern.ch/svn/root/trunk@21008 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 14, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20814 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 09, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20733 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 08, 2007
-
-
Fons Rademakers authored
- updates for the Debian build system - new MIPS and HPPA linux architectures supported - added better checks for Qt4 - added support for external FTGL package is desired git-svn-id: http://root.cern.ch/svn/root/trunk@20724 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 02, 2007
-
-
Rene Brun authored
Fix one more problem with QT4 when configuring. see: http://root.cern.ch/phpBB2/viewtopic.php?t=5677 In addition it allows to build Qt layer against of the "debug" version of Qt4 on Win32 platform. git-svn-id: http://root.cern.ch/svn/root/trunk@20628 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 28, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20520 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 25, 2007
-
-
Fons Rademakers authored
fix in python version detection on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@20491 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 19, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@20412 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This saves a lot of recompilation after running ./configure. git-svn-id: http://root.cern.ch/svn/root/trunk@20409 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 11, 2007
-
-
Fons Rademakers authored
Import updated version of XROOTD, including some crucial fixes in the client ReadV code. To build do: make distclean-netx distclean-proofd distclean-proofx. git-svn-id: http://root.cern.ch/svn/root/trunk@20315 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the actuall python used to get info on the paths). In root-config add new options: --python-version Print the Python version used by ROOT --svn-revision Print the ROOT SVN revision number git-svn-id: http://root.cern.ch/svn/root/trunk@20303 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 06, 2007
-
-
Rene Brun authored
patch to configure to fix some linking problem with GSL, (add cblas library and use GSL version number) git-svn-id: http://root.cern.ch/svn/root/trunk@20249 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 03, 2007
-
-
Rene Brun authored
Fix for finding gsl version 10 git-svn-id: http://root.cern.ch/svn/root/trunk@20187 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 28, 2007
-
-
Fons Rademakers authored
on DOS, users should just use a proper editor. git-svn-id: http://root.cern.ch/svn/root/trunk@20133 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 25, 2007
-
-
Fons Rademakers authored
My patch to configure assumed that the new xrootd was already in, so the default value for extraxrdflags was wrongly set. git-svn-id: http://root.cern.ch/svn/root/trunk@20097 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
handle latest xrootd version, which is not backward compatible. git-svn-id: http://root.cern.ch/svn/root/trunk@20093 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 27, 2007
-
-
Rene Brun authored
recognize Qt 4.x on Win32 git-svn-id: http://root.cern.ch/svn/root/trunk@19706 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 02, 2007
-
-
Fons Rademakers authored
Change the format of moc.exe path on Win32 to be able to build qtgsi tests. git-svn-id: http://root.cern.ch/svn/root/trunk@19520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
daily patch to get genreflex06 test right: fix replacement of genreflex->genreflex06. git-svn-id: http://root.cern.ch/svn/root/trunk@19516 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 30, 2007
-
-
Fons Rademakers authored
When redirecting to gccxml 0.6 scripts only rename genreflex filenames, not directories. git-svn-id: http://root.cern.ch/svn/root/trunk@19493 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 29, 2007
-
-
Fons Rademakers authored
determine whether gccxml0.6 is requested via --with-gccxml; if so, use the "06" version of genreflex/gendict.py and print a recommendation to upgrade. Otherwise use the current ones without digits. git-svn-id: http://root.cern.ch/svn/root/trunk@19485 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 26, 2007
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@19457 27541ba8-7e3a-0410-8455-c3a389f83636
-