- Mar 26, 2008
-
-
Axel Naumann authored
* Fix a problem when returning references to basic types (see char& TString::operator[]) (result7 wasn't properly set in newlink.cxx) * Fix a problem (reintroduced) when trying to call methods through pointers of a base class ( the overloaded destructor doesn't have the same name... obviously) Now roottest (except for python) passes with ./configure --no-stubs git-svn-id: http://root.cern.ch/svn/root/trunk@22854 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Improve indentation, remove tabs - should fix coding violations git-svn-id: http://root.cern.ch/svn/root/trunk@22853 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22851 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22850 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Solve a problem of mixing GSL library built in optimized mode and ROOT built in debug mode (runtime libraries mismatch) git-svn-id: http://root.cern.ch/svn/root/trunk@22849 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Avoids problems with custom new/delete handlers acting on only one side of the new/deletion. git-svn-id: http://root.cern.ch/svn/root/trunk@22845 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Namespace builder should skip anonymous namespaces git-svn-id: http://root.cern.ch/svn/root/trunk@22844 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Use address of member cast to volatile const char reference, instead of address of member. Allows OffsetOf macro to work also for members of struct type where the struct has an overload of op&() git-svn-id: http://root.cern.ch/svn/root/trunk@22843 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22842 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
( fix for bug https://savannah.cern.ch/bugs/index.php?34936 ) git-svn-id: http://root.cern.ch/svn/root/trunk@22840 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the ORDER dependency is not supported in < 3.80. git-svn-id: http://root.cern.ch/svn/root/trunk@22839 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22838 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22837 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
-- Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@22834 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 25, 2008
-
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22827 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
use strrchr() to find desired directory in ROOT file, using strchr() does not work when path has the form: http://root.cern.ch/pippa.root:/LL. git-svn-id: http://root.cern.ch/svn/root/trunk@22825 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
make the setting of the gCINTMutex in ProcessLineSync() conditional on fLockProcessLine. git-svn-id: http://root.cern.ch/svn/root/trunk@22824 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22823 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22822 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 21, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22819 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22818 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22817 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22816 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22815 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- In XROOTD, disable the build by default of the client Perl interface: it generates several warnings from SWIG and it does not build on some systems - Add a new option '--with-xrootd-opts="..."' to 'configure' to specify additional configuration flags to xrootd; in this way those needing, for example, the Perl interface, they can get it by configuring with ./configure --with-xrootd-opts="--enable-perlint" <other-options> git-svn-id: http://root.cern.ch/svn/root/trunk@22814 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22813 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22812 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 20, 2008
-
-
Philippe Canal authored
and reduce the span of those that are still compulsory (hence aiding threadsafety) git-svn-id: http://root.cern.ch/svn/root/trunk@22810 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22807 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22806 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
and reduce the span of those that are still compulsory (hence aiding threadsafety) git-svn-id: http://root.cern.ch/svn/root/trunk@22805 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22804 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22803 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
add TMath GenerateInstance to libCore so that the Math dictionary can be optimized (and hence its inlined function can be optimised) git-svn-id: http://root.cern.ch/svn/root/trunk@22802 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22801 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fix build on Windows: RFLX_API destroys auto-inlining. git-svn-id: http://root.cern.ch/svn/root/trunk@22798 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Fix problem with CINT parsing dllimport on Windows. Leaves a problem with the dictionary complaining about the dllexport of a templated Dummy func. git-svn-id: http://root.cern.ch/svn/root/trunk@22796 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22795 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22793 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
"Removed" signals, are emitted from TFileHandlers, etc. In this far state of destruction the emission of signals will cause bad side effects or crashes. git-svn-id: http://root.cern.ch/svn/root/trunk@22792 27541ba8-7e3a-0410-8455-c3a389f83636
-