summaryrefslogtreecommitdiff
path: root/distsrc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* compile on linux3 SERVER-3457Eliot Horowitz2011-07-281-1/+1
|
* fix client buildEliot Horowitz2011-07-171-1/+1
|
* update and normalize readme files a bitdwight2011-05-011-28/+46
|
* fix cpp driver sconstruct linkingdwight2011-04-301-1/+4
|
* try to flix client buildEliot Horowitz2011-04-251-1/+1
|
* windowsEliot Horowitz2011-03-171-1/+1
|
* fix client sconsEliot Horowitz2011-03-171-1/+1
|
* better c++ client scons fileEliot Horowitz2011-01-281-10/+39
|
* need to add bson/*.cppEliot Horowitz2010-12-111-0/+1
|
* to test, just build .a and tests files, not .soMike Dirolf2010-07-281-2/+3
|
* attempt at using checkLib for client SConstructMike Dirolf2010-07-281-6/+5
|
* add -Wl,--as-needed and -Wl,-zdefs only on linuxMike Dirolf2010-07-271-0/+3
|
* SERVER-1266 -Wl,as-needed flag for shared libraryEliot Horowitz2010-07-261-0/+1
|
* Work in progress for C++ driver.Richard Kreuter2010-07-231-0/+20
|
* some client package cleaningEliot Horowitz2010-05-241-3/+15
|
* seperate package for c++ clientEliot Horowitz2010-05-232-0/+239
|
* Add Aladdin MD5 license to THIRD-PARTY-NOTICESMathias Stearn2010-04-141-0/+25
|
* remove old 64-bit linux commentEliot Horowitz2009-05-221-7/+0
|