summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/r2_region_coverer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-4/+19
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-8/+8
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+3
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-1/+2
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-021-0/+130