summaryrefslogtreecommitdiff
path: root/src/mongo/util/stringutils.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-1/+6
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-081-0/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-37/+38
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-13256 Remove assert_util from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9214 Change tolowerString argument type to StringDataJason Rassi2013-04-031-1/+1
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-0/+4
* remove isNumber and stringToNumEliot Horowitz2012-12-181-0/+2
* SERVER-7886 LexNumCmp uses StringDataEliot Horowitz2012-12-121-4/+3
* use std::string instead of just string everywhere in stringutils.hSpencer T Brody2012-10-031-1/+1
* Apply "include-what-you-use" principle to mongo/util/stringutils.h.Andy Schwerin2012-04-171-7/+12
* move LexNumCmp implementation out of headerAaron2012-03-061-105/+5
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-41/+55
* add a functor version of lexNumCmpAaron2012-03-061-85/+94
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+139