summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine_none.cpp
AgeCommit message (Collapse)Author
2024-03-01SERVER-86818 Rename our custom Map implementation to BSONAwareMapMatt Broadstone
GitOrigin-RevId: bcf8bc34491d05927cd3574c3ee0ee8f7657ca2b
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-08-29SERVER-68826 Move logical_time into server_baseKaloian Manassiev
2019-10-29SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2015-07-23SERVER-19558 drop scopeCache in shutdownServerJason Carey
makes leak sanitizer happy
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2013-12-10SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen
2013-01-15SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall
Use Apache license copyright for .h files, use Affero license copyright for .cpp files.
2011-12-24bulk move of code to src/ SERVER-4551Eliot Horowitz