Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-22371 Add ICU license to THIRD-PARTY-NOTICES | Jason Rassi | 2016-04-04 | 1 | -0/+397 |
| | |||||
* | SERVER-17105 Valgrind 3.11.0 Import | Mark Benvenuto | 2015-11-12 | 1 | -0/+58 |
| | |||||
* | SERVER-19378 Remove support for building with v8 | Andrew Morrow | 2015-08-24 | 1 | -52/+0 |
| | |||||
* | SERVER-19465 Add Unicode data and unicode::String class | Adam Chelminski | 2015-08-06 | 1 | -2/+42 |
| | |||||
* | SERVER 19622 Add Intel DFP license notice | Raymond Jacobson | 2015-08-03 | 1 | -0/+31 |
| | |||||
* | SERVER-18531 Integrate SpiderMonkey | Jason Carey | 2015-07-14 | 2 | -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 software | Matt Kangas | 2014-11-06 | 1 | -0/+79 |
| | |||||
* | SERVER-15974: Vendorize zlib 1.2.8 | Mark Benvenuto | 2014-11-05 | 1 | -0/+29 |
| | |||||
* | SERVER-11575 Added support for YAML Config File | Shaun Verch | 2013-11-13 | 1 | -0/+19 |
| | |||||
* | SERVER-9766 Remove support for separate client driver package | Andrew Morrow | 2013-09-11 | 2 | -323/+0 |
| | |||||
* | SERVER-8886 Add LICENSE file for OpenSSL | Ian Whalen | 2013-07-10 | 1 | -0/+116 |
| | |||||
* | SERVER-7080 Add feature test for execinfo functions to repair build of ↵ | Andrew Morrow | 2013-06-28 | 1 | -0/+7 |
| | | | | client driver | ||||
* | SERVER-9775 Remove SpiderMonkey | Tad Marshall | 2013-06-24 | 1 | -38/+0 |
| | |||||
* | SERVER-6514 Only apply -zdefs and --as-needed to shared client library | Andrew Morrow | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | SERVER-6514 Re-add support for building the C++ driver shared library | Andrew Morrow | 2013-06-03 | 1 | -8/+28 |
| | |||||
* | SERVER-8813 Switch C++ client and shell code for SASL authentication to use ↵ | Andy Schwerin | 2013-04-22 | 1 | -1/+1 |
| | | | | | | the Cyrus SASL library. Replaces gsasl implementation in clients. | ||||
* | SERVER-380: Add snowball stemmer | Eliot Horowitz | 2012-12-25 | 1 | -1/+37 |
| | |||||
* | SERVER-7523 Add license notice for linenoise, s2, murmurhash | Ian Whalen | 2012-11-12 | 1 | -11/+82 |
| | |||||
* | SERVER-7133 Build gsasl support in the static client library. | Andy Schwerin | 2012-11-08 | 1 | -0/+4 |
| | |||||
* | SERVER-7302 Add spidermonkey to third-party-notices file | Ian Whalen | 2012-10-10 | 1 | -1/+40 |
| | |||||
* | Tweak tcmalloc license notice with request from legal | Ian Whalen | 2012-08-16 | 1 | -1/+3 |
| | |||||
* | SERVER-4683 Add license for tcmalloc | Ian Whalen | 2012-08-14 | 1 | -0/+31 |
| | |||||
* | SERVER-6248: add 'mongoclient' alias and make it the default | Dan Crosta | 2012-07-10 | 1 | -1/+2 |
| | |||||
* | SERVER-6158: Link against an explicit instance of the mongoclient library. | Andy Schwerin | 2012-07-05 | 1 | -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 links | Matt Dannenberg | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | some distros need explicit pthread library on linker command line | Eric Milkie | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | SERVER-3331: On Windows, build the client driver, even if you cannot find ↵ | Andy Schwerin | 2012-04-12 | 1 | -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 Schwerin | 2012-04-02 | 1 | -1/+2 |
| | |||||
* | SCons refactoring, cleans up building and testing the C++ client. | Andy Schwerin | 2012-03-23 | 1 | -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 Break | Andy Schwerin | 2012-02-23 | 1 | -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 Kreuter | 2011-10-06 | 1 | -1/+2 |
| | |||||
* | snappy license info SERVER-3805 | Eliot Horowitz | 2011-09-12 | 1 | -0/+42 |
| | |||||
* | compile on linux3 SERVER-3457 | Eliot Horowitz | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | fix client build | Eliot Horowitz | 2011-07-17 | 1 | -1/+1 |
| | |||||
* | update and normalize readme files a bit | dwight | 2011-05-01 | 1 | -28/+46 |
| | |||||
* | fix cpp driver sconstruct linking | dwight | 2011-04-30 | 1 | -1/+4 |
| | |||||
* | try to flix client build | Eliot Horowitz | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | windows | Eliot Horowitz | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | fix client scons | Eliot Horowitz | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | better c++ client scons file | Eliot Horowitz | 2011-01-28 | 1 | -10/+39 |
| | |||||
* | need to add bson/*.cpp | Eliot Horowitz | 2010-12-11 | 1 | -0/+1 |
| | |||||
* | to test, just build .a and tests files, not .so | Mike Dirolf | 2010-07-28 | 1 | -2/+3 |
| | |||||
* | attempt at using checkLib for client SConstruct | Mike Dirolf | 2010-07-28 | 1 | -6/+5 |
| | |||||
* | add -Wl,--as-needed and -Wl,-zdefs only on linux | Mike Dirolf | 2010-07-27 | 1 | -0/+3 |
| | |||||
* | SERVER-1266 -Wl,as-needed flag for shared library | Eliot Horowitz | 2010-07-26 | 1 | -0/+1 |
| | |||||
* | Work in progress for C++ driver. | Richard Kreuter | 2010-07-23 | 1 | -0/+20 |
| | |||||
* | some client package cleaning | Eliot Horowitz | 2010-05-24 | 1 | -3/+15 |
| | |||||
* | seperate package for c++ client | Eliot Horowitz | 2010-05-23 | 2 | -0/+239 |
| | |||||
* | Add Aladdin MD5 license to THIRD-PARTY-NOTICES | Mathias Stearn | 2010-04-14 | 1 | -0/+25 |
| | |||||
* | remove old 64-bit linux comment | Eliot Horowitz | 2009-05-22 | 1 | -7/+0 |
| |