summaryrefslogtreecommitdiff
path: root/distsrc
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65886 delete PEG parser libraryKyle Suarez2022-05-041-26/+1
|
* SERVER-65275 Add dependency on PCRE2 libraryJennifer Peshansky2022-04-251-0/+98
|
* SERVER-61856 SERVER-42470 update libunwind to 1.6.2Daniel Moody2022-03-121-0/+22
|
* SERVER-48791 Add PEG parser library to the third party code directory.Martin Neupauer2020-06-231-0/+25
|
* SERVER-48032 change mailing list to forums and use correct https URLSJon Streets2020-06-181-3/+3
|
* SERVER-44763 Remove gotools from build and packagingAndrew Morrow2020-01-151-9/+0
|
* SERVER-45070 Add Creative Commons license for TLA+ specificationsTess Avitabile2019-12-151-0/+9
|
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-311-0/+27
|
* SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue2019-04-081-0/+25
| | | | | | | | | | | Add an option to scons: --use-system-fmt import.sh: use the upstream libfmt github repo. StringData fmt interop noexcept for to_string_view(StringData) hook noexcept for StringData's rawData() and size() add fmt to THIRD-PARTY-NOTICES + markdown tweaks import the fmt LICENSE.rst update fmt lib revision
* SERVER-40259 Include third party notices for ASIO and variantSpencer Jackson2019-03-211-0/+52
|
* SERVER-38168 Vendor Zstandard 1.3.7 to third_partyHenrik Edin2018-12-111-0/+34
| | | | Added a Zstd based message compressor.
* SERVER-38157 Add abseil-cpp to THIRD-PARTY-NOTICESHenrik Edin2018-12-031-2/+210
| | | | | Make enterprise msi installer include both community and enterprise THIRD-PARTY-NOTICES files.
* SERVER-37651 Fix typo in license filesRamon Fernandez2018-10-171-1/+1
|
* SERVER-37651 Update license informationRamon Fernandez2018-10-163-701/+573
|
* SERVER-35665 Add license file for community editionRamon Fernandez2018-06-191-0/+37
|
* SERVER-31545 Remove deprecated mongooplog toolRamon Fernandez2017-10-231-1/+0
|
* SERVER-28608 Vendorize the timelib libraryDerick Rethans2017-06-061-0/+37
| | | | | | Closes #1153 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
* SERVER-21933 Update READMEIan Whalen2017-03-011-28/+60
|
* SERVER-22371 Add ICU license to THIRD-PARTY-NOTICESJason Rassi2016-04-041-0/+397
|
* SERVER-17105 Valgrind 3.11.0 ImportMark Benvenuto2015-11-121-0/+58
|
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-241-52/+0
|
* SERVER-19465 Add Unicode data and unicode::String classAdam Chelminski2015-08-061-2/+42
|
* SERVER 19622 Add Intel DFP license noticeRaymond Jacobson2015-08-031-0/+31
|
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-142-0/+574
| | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
* SERVER-15976 update THIRD-PARTY-NOTICES for WiredTiger 3rd party softwareMatt Kangas2014-11-061-0/+79
|
* SERVER-15974: Vendorize zlib 1.2.8Mark Benvenuto2014-11-051-0/+29
|
* SERVER-11575 Added support for YAML Config FileShaun Verch2013-11-131-0/+19
|
* SERVER-9766 Remove support for separate client driver packageAndrew Morrow2013-09-112-323/+0
|
* SERVER-8886 Add LICENSE file for OpenSSLIan Whalen2013-07-101-0/+116
|
* SERVER-7080 Add feature test for execinfo functions to repair build of ↵Andrew Morrow2013-06-281-0/+7
| | | | client driver
* SERVER-9775 Remove SpiderMonkeyTad Marshall2013-06-241-38/+0
|
* SERVER-6514 Only apply -zdefs and --as-needed to shared client libraryAndrew Morrow2013-06-061-1/+1
|
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-031-8/+28
|
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use ↵Andy Schwerin2013-04-221-1/+1
| | | | | | the Cyrus SASL library. Replaces gsasl implementation in clients.
* SERVER-380: Add snowball stemmerEliot Horowitz2012-12-251-1/+37
|
* SERVER-7523 Add license notice for linenoise, s2, murmurhashIan Whalen2012-11-121-11/+82
|
* SERVER-7133 Build gsasl support in the static client library.Andy Schwerin2012-11-081-0/+4
|
* SERVER-7302 Add spidermonkey to third-party-notices fileIan Whalen2012-10-101-1/+40
|
* Tweak tcmalloc license notice with request from legalIan Whalen2012-08-161-1/+3
|
* SERVER-4683 Add license for tcmallocIan Whalen2012-08-141-0/+31
|
* SERVER-6248: add 'mongoclient' alias and make it the defaultDan Crosta2012-07-101-1/+2
|
* SERVER-6158: Link against an explicit instance of the mongoclient library.Andy Schwerin2012-07-051-1/+0
| | | | | This makes sure we're building and testing against the version of the library that we expect.
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
|
* some distros need explicit pthread library on linker command lineEric Milkie2012-05-021-1/+1
|
* SERVER-3331: On Windows, build the client driver, even if you cannot find ↵Andy Schwerin2012-04-121-3/+6
| | | | | | | the boost libraries. Boost headers provide information that MSVC can use to find the correct version of boost libraries, so it does not matter if SCons cannot find the libraries. Build anyways.
* SERVER-3331: Changes to the client SConstruct to improve windows building.Andy Schwerin2012-04-021-1/+2
|
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-75/+58
| | | | | | | | | | | | | | | | | This patch does the following: 1.) Remove pcre.h dependencies in the C++ client, and remove some other unnecessary dependencies. 2.) Clean up how we build the client from the client source tarball, so it's more like how we build it from the git repo / full source tarball. 3.) Fix up our "scons" so you only have to write "scons ." to build all of our binaries, the binary archive (zip or tgz) and client source archive (zip or tgz). 4.) Fix up SCons aliases "core", "tools", and "all". 5.) Let user specify the name of the client tarball via a SCons command line switch. Resolves SERVER-4231, SERVER-5255.
* SERVER-5057 C++ Client Build BreakAndy Schwerin2012-02-231-6/+2
| | | | | | | | Remove support for building a shared client library from the client source distribution, because it is broken. Fix the clientBuild "scons" alias, to correctly build and test the C++ driver as part of the nightly build. There were some type errors, before.
* Always build a shared C++ library in the standalone driver's SConstruct.Richard Kreuter2011-10-061-1/+2
|
* snappy license info SERVER-3805Eliot Horowitz2011-09-121-0/+42
|