0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/util/mongoutils
2010-06-17 10:21:04 -04:00
..
html.h
mongoutils.vcxproj vcxproj cleaning etc. 2010-06-17 10:21:04 -04:00
mongoutils.vcxproj.filters
README
str.h vcxproj cleaning etc. 2010-06-17 10:21:04 -04:00
test.cpp vcxproj cleaning etc. 2010-06-17 10:21:04 -04:00

mongoutils namespace requirements:

(1) code is not database specific, rather, true utilities
(2) are cross platform
(3) may require boost headers, but not libs
(4) are clean and easy to use in any c++ project without pulling in lots of other stuff
(5) apache license