This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
974d454507
Branches
Tags
View all branches
haiku
/
headers
History
ejakowatz
974d454507
Fixed bug. BMessageBody's assignment operator was making a generic copy of the map which maintains the data -- meaning only pointers to contained BMessageFields were being copied. Added Clone() operation to BMessageField and Copy() to BMessageFieldStoragePolicy, along with a specialization of BMessageFieldStoragePolicy for BDataBuffer; a straight copy of the vector is sufficient for all other data types. This fixes issues with BMessage unittests where BMessage, entry_ref, BFlattenable, and raw data are exercises.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8890 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-07 23:25:09 +00:00
..
gnu
adding gnu/termcap.h : is a copy of src/libs/termcap/termcap.h
2004-06-01 12:38:47 +00:00
libs
Upgrade to version 2.1.8
2004-06-22 14:03:16 +00:00
os
Added a "cookie" parameter to the fs_read|write|has_page[s]().
2004-09-06 21:54:57 +00:00
posix
Fixed the build of our netstack.
2004-09-05 10:59:00 +00:00
private
Fixed bug. BMessageBody's assignment operator was making a generic copy of the map which maintains the data -- meaning only pointers to contained BMessageFields were being copied. Added Clone() operation to BMessageField and Copy() to BMessageFieldStoragePolicy, along with a specialization of BMessageFieldStoragePolicy for BDataBuffer; a straight copy of the vector is sufficient for all other data types. This fixes issues with BMessage unittests where BMessage, entry_ref, BFlattenable, and raw data are exercises.
2004-09-07 23:25:09 +00:00
tools
Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should
2004-05-05 16:19:03 +00:00