lp://staging/~posulliv/libmemcached/c++-interface

Created by Padraig O'Sullivan and last modified
Get this branch:
bzr branch lp://staging/~posulliv/libmemcached/c++-interface
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:
libmemcached
Status:
Merged

Recent revisions

564. By Padraig O'Sullivan

Merge trunk.

563. By Padraig O'Sullivan

Modified the fetch() function in the C++ interface to return a bool instead
of a std::string. This makes looping using the fetch() function easier. Also
updated the C++ test cases to test more of the C++ interface's
functionality.

562. By Padraig O'Sullivan

Adding the fetch_execute function to the C++ interface.

561. By Padraig O'Sullivan

Updating the mget function in the C++ interface to take a std::vector of
keys as input instead of an array of char *.

560. By Padraig O'Sullivan

Cleaning up formatting in the C++ interface.

559. By Padraig O'Sullivan

Updating the get function in the C++ interface.

558. By Padraig O'Sullivan

Removing all remnants of const char * in the C++ interface and replacing
them with std::string. This also allowed us to remove all calls to strlen in
the C++ interface.

557. By Padraig O'Sullivan

Added the lib_version() function to the C++ interface.

556. By Padraig O'Sullivan

Removing un-needed include declaration from C++ interface.

555. By Padraig O'Sullivan

More modifications to the C++ interface. Changing the return type of a
number of functions to be boolean instead of memcached_return.

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.