24 Commits (18438739feab8f78a5b923c0cb261146b910700d)

Author SHA1 Message Date
Rich Prohaska aa9e2e143d addresses #333 18 years ago
Rich Prohaska 5832ee017c add Db::set_errpfx. closes #272 18 years ago
Rich Prohaska 7157eee270 implement Db::set_error_stream. closes #257 18 years ago
Rich Prohaska 57534991a5 add Db::fd closes #231 18 years ago
Rich Prohaska 30803152c7 add Db::set_dup_compare closes #236 18 years ago
Rich Prohaska 4e945fa7c5 add Db::pget addresses #235 18 years ago
Rich Prohaska c24afe0108 add Dbc::pget addresses #234 18 years ago
Rich Prohaska 350d12a34a close and delete private DbEnv after the Db is closed. closes #233 18 years ago
Bradley C. Kuszmaul 1c4ab96534 Make the cxx callback conversion work. Addresses #226. 18 years ago
Rich Prohaska 1f89623c8d another Db::associate step. addresses #226 18 years ago
Rich Prohaska d63fb17392 some progess on Db::associate. addresses #226 18 years ago
Bradley C. Kuszmaul 47c8db4298 add Db::del and Db::get and check that their exceptions are OK. Fixes #219. 18 years ago
Bradley C. Kuszmaul 8e73bbb190 c++ interface is implemented (up to a point) and every method that can raise an exception is tested in exceptions.cpp. Fixes #197, #215. 18 years ago
Bradley C. Kuszmaul e5d4bd7c3c Clean up the valgrind memory leaks (caused by lots of subtle c++ bugs. Addresse #215 18 years ago
Bradley C. Kuszmaul fb70968573 the exception class is implemented, and for db.cpp and dbenv.cpp it is called. Still need to do exceptions for dbc.cpp dbt.cpp txn.cpp. Addresses #215. 18 years ago
Yoni Fogel e9b07dba19 Added Db.set_bt_compare and Db.remove 18 years ago
Bradley C. Kuszmaul 76fa6643b5 Move db_cxx.h to include dir, and fix valgrind issues. Fixes #197. 18 years ago
Bradley C. Kuszmaul 570c4b9d53 Get rid of memory leaks found by valgrind. Addresses #197. 18 years ago
Bradley C. Kuszmaul 8bb4423f3a We have a basic C++ interface. I'm going to call this finished, until we find out that more is needed. Fixes #197. 18 years ago
Bradley C. Kuszmaul c04573d634 Make db_dump work. Addresses #197. 18 years ago
Bradley C. Kuszmaul 21d5db05b0 Make db_create work a little more under c++. Addresses #197. 18 years ago
Bradley C. Kuszmaul d0673a7ecf Make db_create work under c++. Addresses #197. 18 years ago
Bradley C. Kuszmaul ccd04f13d4 More fiddling around with c++. Addresses #197. 18 years ago
Bradley C. Kuszmaul a2e808f6d8 More fiddling around with c++. Addresses #197. 18 years ago