[X] The "/openauto/openauto_v1.6.1/openauto_full_v1.6.1.tar.gz" file could not be found or is not available. Please select another file.

BDB++ is a C++ Standard Library style API built on top of the Berkeley DB C++ API. BDB++ allows programmers to utilize Berkeley DB within the C++ Standard Library framework.


http://bdbplusplus.sourceforge.net





Separate each tag with a space.

Release Date:

2005-04-05

Topic:

Operating System:

License:

Translations:

Intended Audience:

Programming Language:

Registered:

2004-03-17

Ratings and Reviews

Be the first to post a text review of BDB++. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • bdbplusplus 1.1 file released: bdbplusplus-1.1.tar.gz

    2005-04-05 Ahn Ki-yung <kyagrd@bawi.org> * critical bug related to equal_range fixed 2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.

    posted 1736 days ago

  • bdbplusplus 1.1 file released: bdbplusplus-1.1_fulldoc.tar.gz

    2005-04-05 Ahn Ki-yung <kyagrd@bawi.org> * critical bug related to equal_range fixed 2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.

    posted 1736 days ago

  • Code committed

    kyagrd committed patchset 8 of module bdbplusplus to the BDB++ CVS repository, changing 2 files

    posted by kyagrd 1736 days ago

  • File released: /bdbplusplus/1.1/bdbplusplus-1.1_fulldoc.tar.gz

    posted 1736 days ago

  • File released: /bdbplusplus/1.1/bdbplusplus-1.1.tar.gz

    posted 1736 days ago

  • Code committed

    kyagrd committed patchset 7 of module bdbplusplus to the BDB++ CVS repository, changing 5 files

    posted by kyagrd 1736 days ago

  • BDB++ 1.0 release

    == Abstract == BDB++ is a C++ Standard Library style API built on top of the Berkeley DB C++ API. BDB++ allows programmers to utilize Berkeley DB within the C++ Standard Library framework. == Websites == * http://bdbplusplus.sf.net/ Project Homepage * http://sf.net/projects/bdbplusplus Sourcforge Project Page * http://cvs.sourceforge.net/viewcvs.py/bdbplusplus/ View CVS == Motive == If you are a C++ programmer with C++ Standard Library background and you have an experience of Berkeley DB programming, I am sure that you had wished for a cozy C++ Standard Library container/iterator style interface for the Berkeley DB. Conceptually, it is clear that the Berkeley DB database is a container and the cursor to the database is an iterator. BDB++ implementation provides standard C++ container style interface to the Berkely DB. Enjoy! == Features == Provides bdbmap, bdbmultimap and bdbiterator and other utility classes for DB_BTREE accesss method. == Improvements from previous version == * Now supports all Berkely DB 4.x versions. (4.0, 4.1, 4.2, 4.3) * Project was reorganized and autoconfisticated using GNU Autotools.

    posted by kyagrd 1792 days ago

  • bdbplusplus 1.0 file released: bdbplusplus-1.0.tar.gz

    2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.

    posted 1805 days ago

  • bdbplusplus 1.0 file released: bdbplusplus-1.0_fulldoc.tar.gz

    2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.

    posted 1805 days ago

  • File released: /bdbplusplus/1.0/bdbplusplus-1.0.tar.gz

    posted 1805 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks