-
- Downloads
The following patch 'upgrades' the new TClass and TGenericClassInfo code to...
The following patch 'upgrades' the new TClass and TGenericClassInfo code to actually follow the ROOT coding conventions. This patch also enables a rootcint error (prevents the creation of the dictionary) in the case where the class derives (directly or indirectly) from TObject and do not have its own ClassDef. 3 helper class in ROOT failed the test: TGFrameElement, TAssoc and TGMenuEntry. Philippe. git-svn-id: http://root.cern.ch/svn/root/trunk@5564 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/inc/Rtypes.h 6 additions, 6 deletionsbase/inc/Rtypes.h
- base/inc/RtypesImp.h 3 additions, 3 deletionsbase/inc/RtypesImp.h
- cont/inc/TMap.h 3 additions, 1 deletioncont/inc/TMap.h
- gui/inc/TGLayout.h 2 additions, 1 deletiongui/inc/TGLayout.h
- gui/inc/TGMenu.h 3 additions, 1 deletiongui/inc/TGMenu.h
- meta/inc/TClass.h 16 additions, 16 deletionsmeta/inc/TClass.h
- meta/inc/TGenericClassInfo.h 16 additions, 16 deletionsmeta/inc/TGenericClassInfo.h
- meta/src/TClass.cxx 11 additions, 11 deletionsmeta/src/TClass.cxx
- meta/src/TGenericClassInfo.cxx 11 additions, 11 deletionsmeta/src/TGenericClassInfo.cxx
- utils/src/rootcint.cxx 17 additions, 8 deletionsutils/src/rootcint.cxx
Loading
Please register or sign in to comment