summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/bson_template_evaluator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-1/+2
* SERVER-21473: Coverity analysis defect 21944: Division or modulo by zerodalyd2016-01-121-0/+2
* SERVER-20837 Support date in the benchRun template languageDan Pasette2015-10-091-0/+11
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-3/+3
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-269/+265
* SERVER-13237: benchRun should use a thread-safe random number generatordalyd2015-05-281-5/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-15574 Exception in benchrun when a #VARIABLE is used without a corrosp...Alvin Richards2014-10-101-3/+8
* SERVER-15222 BsonTemplateEvaluator::_evalElem one builds a single levelAlvin Richards2014-10-071-16/+60
* SERVER-15064 Extend benchRun store and retrieve valuesAlvin Richards2014-09-201-1/+38
* SERVER-13492 fix bson template evaluator test compile on 32 bit linuxDavid Storch2014-04-071-1/+1
* SERVER-13492 add OID and SEQ_INT to bson template evaluatorDavid Storch2014-04-071-4/+80
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-151-2/+0
* fix whitespace/indent and turn onEliot Horowitz2012-10-161-1/+1
* SERVER-6336 Use bson template evaluator - benchRunSiddharth Singh2012-09-041-0/+2
* SERVER-5861 Support for template language-benchRunSiddharth Singh2012-06-121-0/+55
* SERVER-5861 Change random() to rand() for WindowsSiddharth Singh2012-06-071-1/+1
* SERVER-5861 Support for template language-benchRunSiddharth Singh2012-06-071-0/+102