-
- Downloads
An error occurred while retrieving diff files
From Philippe:
This patch implement support for bool of various in memory size. They are always written using only 1 bytes. This solves problem on MacOS where sizeof(bool)==4 instead of 1. Note that there should still be a problem with the old-style splitted branch (tested in Event.old.split.root. A fix for this will come later on. git-svn-id: http://root.cern.ch/svn/root/trunk@10958 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- cont/src/TEmulatedCollectionProxy.cxx 3 additions, 1 deletioncont/src/TEmulatedCollectionProxy.cxx
- cont/src/TEmulatedMapProxy.cxx 3 additions, 1 deletioncont/src/TEmulatedMapProxy.cxx
- cont/src/TGenCollectionStreamer.cxx 5 additions, 1 deletioncont/src/TGenCollectionStreamer.cxx
- io/inc/TStreamerInfo.h 2 additions, 2 deletionsio/inc/TStreamerInfo.h
- io/src/TEmulatedCollectionProxy.cxx 3 additions, 1 deletionio/src/TEmulatedCollectionProxy.cxx
- io/src/TEmulatedMapProxy.cxx 3 additions, 1 deletionio/src/TEmulatedMapProxy.cxx
- io/src/TGenCollectionStreamer.cxx 5 additions, 1 deletionio/src/TGenCollectionStreamer.cxx
- io/src/TStreamerInfo.cxx 7 additions, 1 deletionio/src/TStreamerInfo.cxx
- io/src/TStreamerInfoReadBuffer.cxx 15 additions, 0 deletionsio/src/TStreamerInfoReadBuffer.cxx
- io/src/TStreamerInfoWriteBuffer.cxx 6 additions, 0 deletionsio/src/TStreamerInfoWriteBuffer.cxx
- meta/inc/TDataType.h 2 additions, 2 deletionsmeta/inc/TDataType.h
- meta/inc/TStreamerInfo.h 2 additions, 2 deletionsmeta/inc/TStreamerInfo.h
- meta/src/TDataType.cxx 5 additions, 4 deletionsmeta/src/TDataType.cxx
- meta/src/TStreamerInfo.cxx 7 additions, 1 deletionmeta/src/TStreamerInfo.cxx
- meta/src/TStreamerInfoReadBuffer.cxx 15 additions, 0 deletionsmeta/src/TStreamerInfoReadBuffer.cxx
- meta/src/TStreamerInfoWriteBuffer.cxx 6 additions, 0 deletionsmeta/src/TStreamerInfoWriteBuffer.cxx
- table/inc/TTable.h 3 additions, 3 deletionstable/inc/TTable.h
- table/src/TTable.cxx 6 additions, 1 deletiontable/src/TTable.cxx
- table/src/TTableSorter.cxx 15 additions, 3 deletionstable/src/TTableSorter.cxx
- tree/src/TBranchElement.cxx 9 additions, 4 deletionstree/src/TBranchElement.cxx
Loading
Please register or sign in to comment