bson-cpp icon indicating copy to clipboard operation
bson-cpp copied to clipboard

Standalone repository for mongodb's BSON C++ Implementation

Results 4 bson-cpp issues
Sort by recently updated
recently updated
newest added

Hi, maybe you are interested in the project files for vs2010?

It seems like libbson is in pretty good shape but bson-cpp is apparently abandoned? Is there another, more up to date, repository?

Target: x86_64-suse-linux gcc version 4.3.4 file: build\Makefile AM_CPPFLAGS = -O0 -Wall -ggdb -Isrc $(BOOST_CPPFLAGS) AM_CPPFLAGS = -O0 -Wall -Werror -ggdb -Isrc $(BOOST_CPPFLAGS) LDADD = $(BOOST_THREAD_LIBS) libbsoncpp.la -lboost_system LDADD = $(BOOST_THREAD_LIBS)...

In file included from src/bsonobj.cpp:21: src/bsonobj.h:24:29: error: util/atomic_int.h: No such file or directory In file included from src/util/../bsonassert.h:40, from src/util/hex.h:20, from src/oid.h:20, from src/bsonobj.cpp:20: src/util/../util/builder.h: In member function 'void bson::StringBuilder::appendDoubleNice(double)':...