summaryrefslogtreecommitdiff
path: root/distsrc
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-7080 Add feature test for execinfo functions to repair build of ↵Andrew Morrow2013-07-181-0/+7
| | | | client driver
* SERVER-6514 Only apply -zdefs and --as-needed to shared client libraryAndrew Morrow2013-06-071-1/+1
| | | | (cherry picked from commit ce97dc76c6a3f399f2f67613a55a7c238384ede9)
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-041-8/+28
| | | | | | | | Primarily a backport of da8c0fa929eeb03dbe3fb0533874de31da0bc8c8, with the following SERVER-6514 fixups patches from master rolled in as well: 680f0bf57260bf020cfaeb35598861c6b89524cb 48f8431210aba4de7d108852bc1d87267237d358
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use ↵Andy Schwerin2013-05-011-1/+1
| | | | | | | | | | | | | | the Cyrus SASL library. Replaces gsasl implementation in clients. Rolls up the following patches on the master branch: 2d8e9831979076e5f6a47895aedad80c8da10d4c 8324f6c8872f83404d811a69df91bf4df9ad2a62 16aba22e19a11749db4cf0e3f8075a9b4dbc4295 f58d431f45a0db9812e67641f429c692c3207201 89ca7f9d6f134e09241837edeb9b456d80f2abc9
* 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
|
* fix linkEliot Horowitz2009-04-061-1/+1
|
* some platform notes for linux 64 bitEliot Horowitz2009-04-011-0/+6
|
* resources for distributionEliot Horowitz2009-02-113-0/+862