summaryrefslogtreecommitdiff
path: root/src/mongo/pch.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+0
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+0
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-2/+0
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-2/+0
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Remove using of dynamic_ptr_cast from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Sort system and boost headers in pch and remove dupsAndrew Morrow2015-01-051-5/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-13256 Remove inclusion of export_macros from pch.hAndrew Morrow2015-01-051-2/+0
* SERVER-13256 Remove assert_util from pch.hAndrew Morrow2015-01-051-2/+0
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Migrate goodies boost headers/usings to pch.hAndrew Morrow2015-01-051-0/+8
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-051-8/+0
* SERVER-13256 Remove boost/version.hpp from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Remove allocator.h from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-1/+0
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-12/+0
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-2/+3
* very small header cleaningEliot Horowitz2013-06-241-4/+4
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-04-241-1/+1
|\
| * Remove the tryToLock parameter from dbexit.Andy Schwerin2012-04-241-1/+1
* | fixing windows compile, trying to make it easierEliot Horowitz2012-04-191-26/+1
|/
* move boost endian to goodies and check we have itEliot Horowitz2012-04-061-1/+0
* put endian backEliot Horowitz2012-04-061-0/+1
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-7/+0
* cleanup pch.h and goodies.hEric Milkie2012-04-061-1/+0
* pare down pch.h some moreEric Milkie2012-04-051-33/+5
* targetver.h needs to go before the Windows system headersEric Milkie2012-04-031-1/+4
* cleanup pch; move some macros to SConstructEric Milkie2012-04-031-14/+0
* Move ExitCode type definition out of pch.h to mongo/util/exit_code.hAndy Schwerin2012-04-021-21/+3
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-4/+12
* SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER.Andy Schwerin2012-03-261-2/+0
* fix --dd build after assert change SERVER-1259Eliot Horowitz2012-03-261-6/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+1
* turn on boost asserts for all compilationEric Milkie2012-01-201-5/+3
* remove duplicate includeEliot Horowitz2012-01-061-1/+0
* do not use boost::tuple in distlock as its anonymousEliot Horowitz2012-01-061-1/+0
* minor header cleaningEliot Horowitz2012-01-061-1/+0
* remove fstream from pch.hEliot Horowitz2012-01-051-2/+0
* remove boost/program_options.hpp from pch.hEliot Horowitz2012-01-051-1/+1
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-11/+3
* boost asserts enable on _DEBUG and off on releasedwight2011-12-301-0/+5
* a few warnings still exist; hold off on this.Eric Milkie2011-12-271-1/+1
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-2/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+184