lp:~posulliv/drizzle/bitmap-merge-with-brian

Created by Padraig O'Sullivan and last modified
Get this branch:
bzr branch lp:~posulliv/drizzle/bitmap-merge-with-brian
Only Padraig O'Sullivan can upload to this branch. If you are Padraig O'Sullivan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Padraig O'Sullivan
Project:
Drizzle
Status:
Development

Recent revisions

1071. By Padraig O'Sullivan

Resolution of conflicts from merge with Brian's tree at
lp:~brianaker/drizzle/new-cleanup

1070. By Padraig O'Sullivan

Merge from Brian's tree.

1069. By Padraig O'Sullivan

Merge from trunk.

1068. By Padraig O'Sullivan

Syncing with Brian's changes in his new-cleanup branch in my_bitmap.

1067. By Padraig O'Sullivan

Replacing malloc and free with new and delete in MyBitmap. Also, fixing up
the copy constuctor and assignment operator.

1066. By Padraig O'Sullivan

Further encapsulation of the MyBitmap class.

In this patch, I made all data members private and added getter/setter
methods for those data members when appropriate. I've also tried to use
doxygen comments for functions whenever possible.

I also renamed methods of the class to follow the coding conventions as laid
out on the wiki; specifically, all class methods use camel case.

1065. By Padraig O'Sullivan

Make the MyBitmap class more encapsulated. Also trying to add doxygen
comments whenever possible.

1064. By Padraig O'Sullivan

Added copy constructor, desctructor and overloaded the assignment operator in the
MyBitmap class. This removed the need for the bitmap_free() function which
was never called anywhere anyway.

1063. By Padraig O'Sullivan

Converted MY_BITMAP from a struct to a class which is now named MyBitmap.

1062. By Brian Aker <brian@gaz>

Merge for STaging

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.