summaryrefslogtreecommitdiff
path: root/src/mongo/pch.h
Commit message (Expand)AuthorAgeFilesLines
* 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