Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-35664 run android tests on version 24 images | Gabriel Russell | 2018-07-06 | 1 | -2/+7 |
| | |||||
* | SERVER-35600 Add support for targeting watchos | Andrew Morrow | 2018-06-29 | 1 | -0/+3 |
| | | | | (cherry picked from commit 9e1dd9db4bf614c785f51b23f73facc45fd75302) | ||||
* | SERVER-34006 build android embedded with api version 21 | Gabriel Russell | 2018-06-14 | 1 | -1/+3 |
| | |||||
* | SERVER-35412 Namespace SSL_PROVIDER values | Sara Golemon | 2018-06-08 | 1 | -3/+3 |
| | | | | (cherry picked from commit 4448250e1aa4f778af67fc93176b0d07b3762a1f) | ||||
* | SERVER-33911 Give all hygienic build libraries an rpath | Andrew Morrow | 2018-06-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit ad0d6f80ef29673ac06e20d91dca344a6a69b4da) | ||||
* | SERVER-33101 use mongo-c version 1.10 in embedded | Gabriel Russell | 2018-06-01 | 1 | -0/+18 |
| | | | | (cherry picked from commit 9bdb3df40dbdc5bfa49271d0da69bdea0b000d90) | ||||
* | SERVER-35077 Add armv7-a SDK builder | Andrew Morrow | 2018-05-23 | 1 | -0/+1 |
| | | | | (cherry picked from commit e3ae39144d5b456085c9c1b34a89d097d457cffb) | ||||
* | SERVER-33395 Add configure check for vec_vbpermq output | Jason Carey | 2018-05-04 | 1 | -0/+57 |
| | | | | | | | GCC changed the output of vec_vbpermq between 5.4.0 and later. This seems likely to be a bug, probably in earlier versions of gcc. Rather than attempt to enumerate how the compiler versions work, this adds a runtime configure check which will select the lane that works. | ||||
* | SERVER-34631 Ensure openssl binaries are in Windows zip | Mark Benvenuto | 2018-05-04 | 1 | -18/+24 |
| | |||||
* | SERVER-33067 build cdriver with cmake | Gabriel Russell | 2018-05-03 | 1 | -6/+19 |
| | |||||
* | SERVER-33661 Constrain link parallelism for compile_all and compile_unittests | Andrew Morrow | 2018-04-30 | 1 | -0/+41 |
| | |||||
* | SERVER-34585 Enable Free Monitoring on SSL Builders and Windows | Mark Benvenuto | 2018-04-25 | 1 | -3/+21 |
| | |||||
* | SERVER-33911 Use @rpath instead of @loader_path for embedded SDK | Andrew Morrow | 2018-04-19 | 1 | -2/+2 |
| | |||||
* | SERVER-34472 Optimize Embedded SDK for size. | Henrik Edin | 2018-04-19 | 1 | -3/+11 |
| | |||||
* | SERVER-24238 Use a generator to establish a signature for sanitizer ↵ | Andrew Morrow | 2018-04-14 | 1 | -8/+30 |
| | | | | blacklist files | ||||
* | SERVER-34476 Fix OpenSSL linking on FreeBSD | ADAM David Alan Martin | 2018-04-13 | 1 | -1/+1 |
| | | | | `TargetOSIs` takes case-flattened OS names. | ||||
* | SERVER-34476 Fix OpenSSL linking on FreeBSD | ADAM David Alan Martin | 2018-04-13 | 1 | -0/+2 |
| | | | | | A dependency upon `libdl` was added, which shouldn't be included for FreeBSD. | ||||
* | SERVER-34390: Static link OpenSSL on OS X | Spencer Jackson | 2018-04-10 | 1 | -9/+19 |
| | |||||
* | SERVER-34220 Write Curl Networking Impl | Mark Benvenuto | 2018-04-10 | 1 | -0/+7 |
| | |||||
* | SERVER-33833 Switch OSX builds to native TLS and enable OpenSSL legacy builder | Sara Golemon | 2018-04-06 | 1 | -3/+2 |
| | |||||
* | SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy | Jonathan Abrahams | 2018-04-05 | 1 | -5/+5 |
| | |||||
* | SERVER-33832 Make SChannel default | Mark Benvenuto | 2018-03-29 | 1 | -4/+5 |
| | |||||
* | SERVER-33914 Provide embedded SDK download links | Andrew Morrow | 2018-03-21 | 1 | -1/+5 |
| | |||||
* | SERVER-22412 Implement a secure transport ASIO backend | Sara Golemon | 2018-03-17 | 1 | -4/+6 |
| | |||||
* | SERVER-18394 Remove smoke.py and unused modules from buildscripts/ directory | Jonathan Abrahams | 2018-03-09 | 1 | -9/+0 |
| | |||||
* | SERVER-33204 add Benchmark task to evergreen.yml | Robert Guo | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | SERVER-32117 Minimal hygienic build to support mobile dev | Andrew Morrow | 2018-03-06 | 1 | -0/+35 |
| | |||||
* | SERVER-33581 New msvc-debugging-format SCons option that allow for compiling ↵ | Henrik Edin | 2018-03-02 | 1 | -4/+15 |
| | | | | with /Zi instead of /Z7 with msvc which improves link times. | ||||
* | SERVER-32742 Implement SHA-1, SHA-256, and HMAC crypto support with Windows ↵ | Mark Benvenuto | 2018-03-02 | 1 | -3/+1 |
| | | | | BCrypt | ||||
* | SERVER-33109 import the mobile storage engine | Gabriel Russell | 2018-02-27 | 1 | -1/+25 |
| | |||||
* | SERVER-22411 Add stub implementation of ASIO SChannel integration | Mark Benvenuto | 2018-02-15 | 1 | -2/+9 |
| | |||||
* | SERVER-32373 building android targets as TARGET_OS=android | Gabriel Russell | 2018-02-15 | 1 | -2/+7 |
| | |||||
* | Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration" | Mark Benvenuto | 2018-02-07 | 1 | -10/+2 |
| | | | | This reverts commit ad223ea38846ceac92d7b5356add62e23e985537. | ||||
* | SERVER-22411 Add stub implementation of ASIO SChannel integration | Mark Benvenuto | 2018-02-07 | 1 | -2/+10 |
| | |||||
* | SERVER-32748 Split ssl_manager.cpp into openssl specific and general components. | Mark Benvenuto | 2018-01-30 | 1 | -6/+11 |
| | |||||
* | Revert "SERVER-32748 Split ssl_manager.cpp into openssl specific and general ↵ | Mark Benvenuto | 2018-01-29 | 1 | -11/+6 |
| | | | | | | components." This reverts commit f627a7ee4e2c864013212d401aa108ad24aa9c4a. | ||||
* | SERVER-32748 Split ssl_manager.cpp into openssl specific and general components. | Mark Benvenuto | 2018-01-29 | 1 | -6/+11 |
| | |||||
* | SERVER-32954 Remove Benchmark from scons' all target temporarily. | Robert Guo | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | SERVER-32785 integrate Google Benchmark with SCons | Robert Guo | 2018-01-27 | 1 | -1/+9 |
| | |||||
* | SERVER-32753 Implement basic crypto functions for OSX | Sara Golemon | 2018-01-22 | 1 | -5/+8 |
| | |||||
* | SERVER-32738 Add --ssl-provider build option | Sara Golemon | 2018-01-18 | 1 | -19/+51 |
| | |||||
* | SERVER-32409 Android variable file to configure to build with Android NDK ↵ | Henrik Edin | 2018-01-09 | 1 | -0/+5 |
| | | | | standalone toolchain. | ||||
* | SERVER-32408 Expose PROGSUFFIX variable so we can change the file ending for ↵ | Henrik Edin | 2018-01-09 | 1 | -0/+4 |
| | | | | executables when cross compiling. | ||||
* | SERVER-32405 Support calling ar with temp file to support long command ↵ | Henrik Edin | 2017-12-29 | 1 | -0/+4 |
| | | | | lines. (not available for libtool) | ||||
* | Revert "SERVER-32405 Support calling ar with temp file to support long ↵ | Randolph Tan | 2017-12-28 | 1 | -2/+0 |
| | | | | | | command lines" This reverts commit 0061597348c41724e1a4ccd7a18c87382c9531a1. | ||||
* | SERVER-32405 Support calling ar with temp file to support long command lines | Henrik Edin | 2017-12-28 | 1 | -0/+2 |
| | |||||
* | SERVER-32404 Expose AR environment variable for archiver from SCons. | Henrik Edin | 2017-12-28 | 1 | -0/+3 |
| | |||||
* | SERVER-31498 Partial revert; keep ignoring unused-lambda-capture | Sara Golemon | 2017-11-28 | 1 | -0/+4 |
| | |||||
* | SERVER-31498 Make build more clang5 friendly | Sara Golemon | 2017-11-22 | 1 | -7/+0 |
| | | | | | | | | * Remove unused lambda capture variables * Resolve signed/unsigned comparisons * Apply upstream MozJS bugfix 1390214 [1] 1 - https://github.com/mozilla/gecko-dev/commit/a6da168bd0cd41d4b5dd2a0560490ec2ae33d5f7#diff-56d2d8dc33027ea7d747c116640db8ac | ||||
* | SERVER-31875 Do not dedupe symbols on OS X debug builds | Geert Bosch | 2017-11-17 | 1 | -0/+4 |
| |