Ryan Egesdahl
2dc2b30e10
SERVER-40711 Update zstd dependency from version 1.4.3 to 1.4.4
...
The zstandard library has a new version that is supposed to have an 8%
increase in compression speed. This is a simple dependency version bump.
2020-05-15 16:21:47 +00:00
Billy Donahue
cbfc03979e
SERVER-41567 Upgrade google-benchmark to tag mongo-v1.5.0
2020-05-09 17:27:43 +00:00
Andrew Morrow
93cfea46d9
SERVER-44549 Remove the mobile storage engine
...
mode change 100644 => 100755 buildscripts/evergreen_task_timeout.py
delete mode 100644 buildscripts/resmokeconfig/suites/disk_mobile.yml
delete mode 100644 src/mongo/db/storage/mobile/SConscript
delete mode 100644 src/mongo/db/storage/mobile/mobile_index.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_index.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_index_test.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_init.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine_test.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_options.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_options.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_options.idl
delete mode 100644 src/mongo/db/storage/mobile/mobile_options_mongod.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store_test.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_session.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_session.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_util.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_util.h
delete mode 100755 src/third_party/scripts/sqlite_get_sources.sh
delete mode 100644 src/third_party/shim_sqlite.cpp
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/SConscript
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/patches/gethostuuid.patch
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/shell.c
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.c
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.h
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3ext.h
2020-02-03 17:38:53 +00:00
Andrew Morrow
be05c9ea62
SERVER-44546 Remove mobile variants and embedded benchmarks
2019-12-09 19:22:42 +00:00
Mark Benvenuto
a74075b0e4
SERVER-44262 Integrate XML parser for EC2 instance adaptor by including boost::property_tree
2019-11-07 20:20:19 +00:00
Mark Benvenuto
4e3a48b5c9
SERVER-44134 Update kms_message library in third_party
2019-10-30 18:54:50 +00:00
Henrik Edin
5d9ecdd0bc
SERVER-43710 Upgrade Zstandard to version 1.4.3
2019-10-09 13:19:40 +00:00
Billy Donahue
8e43b10167
SERVER-42620 import abseil-cpp from mongodb-forks
...
run import script
need SConscript update to bring in absl_throw_delegate
2019-08-12 10:09:12 -04:00
Henrik Edin
6c40059b84
SERVER-41685 Add boost log to vendored boost
2019-06-20 11:08:32 -04:00
A. Jesse Jiryu Davis
a587fc4fe1
SERVER-26906 Add constexpr function to convert Durations
2019-05-31 16:04:51 -04:00
Henrik Edin
5c12c52f6f
SERVER-40834 Upgrade boost to version 1.70
2019-05-22 09:27:54 -04:00
Mark Benvenuto
e158789644
SERVER-40682 Update kms-message library and call new string detach function
2019-04-23 17:39:29 -04:00
Billy Donahue
c198c2b606
SERVER-39265 refactor gperftools-2.7 import, config, and build.
...
configured on rhel67-z-dev.maristisv.build.10gen.cc
configured on rhel71-ppc-dev.pic.build.10gen.cc
configured on ubuntu1604-arm64-7.linaro.build.10gen.cc
configured on ec2-52-200-142-75.compute-1.amazonaws.com
2019-03-21 18:36:58 -04:00
Shreyas Kalyan
0adb2f088e
SERVER-39893 Implement AEAD_AES_256_CBC_HMAC_SHA_512
2019-03-21 12:02:43 -04:00
Mark Benvenuto
5c5631bcf6
SERVER-39891 Vendor KMS Message Library
2019-03-14 13:38:03 -04:00
Billy Donahue
78d82f7dab
SERVER-39287 integrate new configure options in gperftools import script
2019-02-28 16:58:50 -05:00
Henrik Edin
8f61e159f1
SERVER-39287 Gperftools import script now builds from source from our fork.
...
Lots of our customizations are now handled through the configure script instead of directly in code.
2019-02-15 16:10:33 -05:00
Henrik Edin
cb7c8ceba4
SERVER-37996 Add stock gperftools 2.7 as an allocator option activated with --allocator=tcmalloc-experimental
2019-01-25 13:37:26 -05:00
Henrik Edin
d29f140ae0
SERVER-37357 Upgrade SQLite to version 3.26.0
2019-01-16 10:08:15 -05:00
Henrik Edin
61141cf224
SERVER-35315 Upgrade timelib to version 2018.01
2019-01-16 10:03:43 -05:00
Mathew Robinson
cf6e22331a
SERVER-28073 Upgrade Snappy to version 1.1.7
2019-01-14 14:15:42 -05:00
Ian Boros
e62142e3da
Revert "SERVER-28073 Upgrade Snappy to version 1.1.7"
...
This reverts commit 46bb07958c .
2019-01-10 09:42:25 -05:00
Mathew Robinson
46bb07958c
SERVER-28073 Upgrade Snappy to version 1.1.7
2019-01-09 16:21:42 -05:00
Mathew Robinson
db3fc1eba2
SERVER-32413 Update pcre_get_sources.sh to incorporate patches
2019-01-02 11:36:54 -05:00
Billy Donahue
f53ed89cef
SERVER-36644 remove -Wno-format-truncation
...
cherry pick 157caf3f66
into timelib
2018-12-27 13:02:40 -05:00
Henrik Edin
311f158a3f
SERVER-38006 Upgrade TomCrypt to 1.18.2
2018-12-20 15:13:07 -05:00
Billy Donahue
1a0d01a2d8
SERVER-38462 just apply all of patches/*.patch. Update abseil revision.
...
SERVER-38462: add ifdef for ABSL_FORCE_ALIGNED_ACCESS
add forgotton absl new files
Revert "SERVER-38462: add ifdef for ABSL_FORCE_ALIGNED_ACCESS"
This reverts commit f7f51c062ceb23d6b5395d4fce75b3e4e0b9ddff.
2018-12-19 13:01:20 -05:00
Henrik Edin
21426a6920
SERVER-37994 Upgrade google benchmark to v1.4.1
2018-12-19 09:36:15 -05:00
Gregory Wlodarek
f3d8e28d03
Revert "SERVER-37994 Upgrade google benchmark to v1.4.1"
...
This reverts commit b4df4609aa .
2018-12-18 13:12:07 -05:00
Henrik Edin
b4df4609aa
SERVER-37994 Upgrade google benchmark to v1.4.1
2018-12-18 10:17:49 -05:00
Henrik Edin
c28cb6852f
SERVER-38458 Upgrade boost to version 1.69
2018-12-18 09:12:51 -05:00
Andrew Morrow
0c6f72ea18
SERVER-37993 Upgrade ASIO to 1.12.2
2018-12-17 18:04:56 -05:00
Jonathan Reams
f805aa8966
SERVER-37834 Implement RFC 4514 X509 DN parser
2018-12-17 12:59:30 -05:00
Mathew Robinson
edc4dd8d84
SERVER-38002 Upgrade PCRE to 8.42
2018-12-14 15:53:17 -05:00
Henrik Edin
d525ae91e6
SERVER-38168 Vendor Zstandard 1.3.7 to third_party
...
Added a Zstd based message compressor.
2018-12-11 12:02:44 -05:00
Mathew Robinson
1c135a8f83
SERVER-27881 Upgrade boost to 1.68.0
2018-12-05 15:13:34 -05:00
Henrik Edin
5d49f79ce7
SERVER-38107 Add abseil-cpp to third_party
...
Just compiling in the hash tables for now.
2018-11-15 12:17:12 -05:00
Mathew Robinson
efea6a2c61
SERVER-37984 Upgrade yaml-cpp to 0.6.2
2018-11-08 11:56:28 -05:00
Max Hirschhorn
5ab11584e4
SERVER-37013 Bump pin for mongo-perf repo in get_sources.sh script.
2018-09-11 17:17:38 -04:00
Max Hirschhorn
a3c62ebeeb
SERVER-37013 Generate mongoebench config files using --readCmd=true.
...
The benchrun.py script defaults to --readCmd=false which would otherwise
prevent the usage of views. We still use --readCmd=false for the
non-views tests to match what etc/perf.yml does.
2018-09-11 17:17:38 -04:00
Jonathan Abrahams
e86d011012
SERVER-36757 Generate and extract mongoebench-compatible JSON config files to consistent locations
2018-08-27 09:47:27 -04:00
Mathias Stearn
7fc98cd7ea
SERVER-36454 Upgrade ASIO
2018-08-21 15:40:54 -04:00
Max Hirschhorn
34f4a07baf
SERVER-36069 Create script to vendor mongo-perf test cases.
...
The JavaScript test cases are converted into mongoebench-compatible JSON
config files by using the benchrun.py script's
--generateMongoeBenchConfigFiles command line option.
2018-08-06 14:49:41 -04:00
Gabriel Russell
d31c1e7711
SERVER-34058 rearrange sqlite
2018-04-18 17:22:27 -04:00
ADAM David Alan Martin
0fa7bcb8be
SERVER-34149 Upgrade zlib to latest.
...
Upgraded zlib to 1.2.11, and added a "get_sources" script to
document the process.
2018-04-11 15:38:54 -04:00
Andrew Morrow
528f55b006
SERVER-33181 Upgrade asio to current master
2018-02-09 10:44:33 -05:00
Sara Golemon
de68ddc251
SERVER-32969 Include RFC4013 string prep and NFKC normalization in bundled ICU
2018-02-05 16:02:36 -05:00
Jason Carey
260e724de1
SERVER-32779 Upgrade tomcrypt to 1.18.1
2018-02-01 17:38:58 -05:00
Nick Zolnierz
01ebce0da3
SERVER-32904: Update timelib to 2018.01alpha1
2018-02-01 14:14:14 -05:00
Robert Guo
8d9b68094c
SERVER-32785 integrate Google Benchmark with SCons
2018-01-27 11:39:46 -05:00