summaryrefslogtreecommitdiff
path: root/src/mongo/base/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-301-0/+1
* SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}Mathias Stearn2017-11-021-4/+23
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-0/+1
* SERVER-26025 Smart pointer with clone on copyADAM David Alan Martin2017-03-301-0/+9
* Revert "SERVER-26025 Smart pointer with clone on copy"Randolph Tan2017-03-221-9/+0
* SERVER-26025 Smart pointer with clone on copyADAM David Alan Martin2017-03-221-0/+9
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-0/+1
* SERVER-20538 Build a general purpose SecureAllocatorAndrew Morrow2015-10-271-0/+25
* SERVER-20293 adding DataBuilderJason Carey2015-09-041-0/+1
* SERVER 10160 generate symbolic JS constants for ErrorCodesCalvin Chan2015-08-171-1/+1
* SERVER-19720 add a std::error_category() for MongoDB error codesAdam Midvidy2015-08-131-1/+25
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-23/+0
* SERVER-19099 Add a target to build all generated sourcesAndrew Morrow2015-06-291-2/+5
* SERVER-18167 add method for validating input/output to a DataRangeAdam Midvidy2015-05-181-0/+1
* SERVER-9666 Push stacktrace and quick_exit into util directoryAndrew Morrow2015-04-291-1/+1
* SERVER-17629 StringData + various DataTypesJason Carey2015-04-151-0/+4
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-7/+12
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-241-0/+1
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-57/+30
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-0/+1
* SERVER-14852 AAE safe read/write primitivesJason Carey2014-08-121-0/+9
* SERVER-9032: Validate locale on startupMark Benvenuto2014-06-171-0/+1
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-15/+15
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-051-6/+1
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-301-1/+5
* SERVER-8936 Improved Windows support of parseNumberFromString<double>().Andy Schwerin2013-03-121-3/+3
* SERVER-8936 Temporarily disable parse_number_test unit test.Andy Schwerin2013-03-111-3/+3
* SERVER-8763: Add decrement to Counter64Scott Hernandez2013-03-011-0/+4
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-211-0/+4
* Add stream out for StringData so it works in unit test assertsAndrew Morrow2012-12-031-1/+2
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-151-6/+15
* Auto-generate error_codes.{h,cpp}.Andy Schwerin2012-10-291-0/+4
* Revert "FastStringKey class to speed up lookups by c-strings in maps and sets"Mathias Stearn2012-10-011-2/+0
* FastStringKey class to speed up lookups by c-strings in maps and setsMathias Stearn2012-09-301-0/+2
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-251-0/+3
* SERVER-5112 Initializer type and test.Andy Schwerin2012-09-251-0/+4
* SERVER-5112 ConfigurationVariableManager type and unit tests.Andy Schwerin2012-09-251-2/+6
* parseNumberFromString* functionsAndy Schwerin2012-09-251-0/+4
* SERVER-7028 Add OwnedPointerVector.Aaron2012-09-201-0/+4
* Implement and test InitializerDependencyGraph.Andy Schwerin2012-09-171-3/+7
* Introduced the Status class.Alberto Lerner2012-09-141-0/+10