An error occurred while loading commit signatures
- Dec 15, 2005
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13716 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Remove "inline" from the class implementation. It causes the "undefined symbol" on some platforms after O2 level compilation. (Thanks Nikolay Malitsky) git-svn-id: http://root.cern.ch/svn/root/trunk@13715 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 14, 2005
-
-
Rene Brun authored
Fix for shadow class generation for member which are containers of private types git-svn-id: http://root.cern.ch/svn/root/trunk@13714 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
In addition to the existing function virtual TArrayD *GetSumw2() {return &fSumw2;} provide also the const vesrion virtual const TArrayD *GetSumw2() const {return &fSumw2;} git-svn-id: http://root.cern.ch/svn/root/trunk@13713 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patchs implement support for inheritance in emulated classes. (request from CMS) git-svn-id: http://root.cern.ch/svn/root/trunk@13712 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13711 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13710 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13709 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13708 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13707 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- a tiny fix which allows to detect if file is text or binary git-svn-id: http://root.cern.ch/svn/root/trunk@13706 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
* Fixed libCintex's libdeps (if dicttype!=cint), * lib order on unix/win link line, don't link libCore against cintex/reflex, link libCintex against libCore git-svn-id: http://root.cern.ch/svn/root/trunk@13705 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13704 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the parameter names were swapped in the comments. git-svn-id: http://root.cern.ch/svn/root/trunk@13703 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
I have updated the Alien README file. The one you ship is very old and not correct anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@13702 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
when using the xrootd headers git-svn-id: http://root.cern.ch/svn/root/trunk@13701 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a triviality patch in the python scripts but would be needed by POOL in order to move to ROOT/Reflex. git-svn-id: http://root.cern.ch/svn/root/trunk@13700 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2005
-
-
Rene Brun authored
Patch to move the build of the xproofd executable from 'main' to 'proofd'. git-svn-id: http://root.cern.ch/svn/root/trunk@13699 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13698 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13697 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13696 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13695 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13694 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
build standalone dedicated xproofd. git-svn-id: http://root.cern.ch/svn/root/trunk@13693 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
I forgot: also the binaries have to link against Cintex (if dict type!=cint). See attached patch. That's not going to trigger a major rebuild, though. git-svn-id: http://root.cern.ch/svn/root/trunk@13692 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- TRootBrowser.cxx - small fix for the latest mods - TGView class - added possibility to change TGTextEdit widget's background color. git-svn-id: http://root.cern.ch/svn/root/trunk@13691 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
rootcint -reflex is now operational. with these changes, all the default libs' dictionaries on linux build but base/src/G__Base2.cxx cont/src/G__Cont.cxx metautils/src/G__MetaUtils.cxx net/src/G__Net.cxx All the tutorials we've tested (four or so) work. Changes in detail: * Makefile - Add Cintex (and not just Reflex) to MAINLIBS if ROOTDICTTYPE!=cint build/*/makelib: - link against Cintex, Reflex, - let Cintex link against only Reflex * cint/src/rflx_gensrc.cxx - Remove #ifdef CINTEX (we assume it to always be defined) - Don't generate auto c'tor if we have a non-public c'tor - Recognize d'tors (screwed up the method count before) - Don't return const ptrs in ops - Fix wrapper call's cast for typedef'ed func ptrs - Generate dummy (empty) G__cpp_setup_G__Whatever() func (for linker compatibility with Cint dicts) - escape "&" in types git-svn-id: http://root.cern.ch/svn/root/trunk@13690 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13689 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TBrowser, TRootBrowser: - possiblity to edit and execute browsed macro in the righgt pane of the browser added. New toolbar buttons added (buttons appeared only when ROOT macro is being browsed): "Execute Macro", "Interrupt Macro", "Save Macro" - default size of browser was increased on 25% git-svn-id: http://root.cern.ch/svn/root/trunk@13688 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13687 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13686 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This fixes the problem of Eddy and more importantly makes sure rootcint is in the bin directory after install. git-svn-id: http://root.cern.ch/svn/root/trunk@13685 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13684 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13683 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Added one more protection in case of invalid TVirtualProofMgr. Very last checkin to make this release perfect. ;-) git-svn-id: http://root.cern.ch/svn/root/trunk@13682 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Writing the notes I realized that the attach functionality of gROOT->Proof(...) could be automatized, such that it attaches to the first session on the master, if any: gROOT->Proof("masterhost") // attach to first session, if any, or create one gROOT->Proof("masterhost/?N") // force creation of new session gROOT->Proof("masterhost/?2") // attach to session 2 In the standard case in which there is only a session this gives a very convenient way of reconnecting. I have fixed also a small problem with setting of fUser and fRemoteProtocol for the second slave on a node. git-svn-id: http://root.cern.ch/svn/root/trunk@13681 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13680 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13679 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
remove translation to escaped strings for datamembers in shadow classes git-svn-id: http://root.cern.ch/svn/root/trunk@13678 27541ba8-7e3a-0410-8455-c3a389f83636
-
Stefan Roiser authored
git-svn-id: http://root.cern.ch/svn/root/trunk@13677 27541ba8-7e3a-0410-8455-c3a389f83636
-