0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
Commit Graph

47 Commits

Author SHA1 Message Date
Matt Kangas
9458c394cf SERVER-15976 update THIRD-PARTY-NOTICES for WiredTiger 3rd party software 2014-11-06 13:51:29 -05:00
Mark Benvenuto
0b4bc21e28 SERVER-15974: Vendorize zlib 1.2.8 2014-11-05 17:21:12 -05:00
Shaun Verch
c9168762e4 SERVER-11575 Added support for YAML Config File 2013-11-13 16:46:49 -05:00
Andrew Morrow
f0deda49e3 SERVER-9766 Remove support for separate client driver package 2013-09-11 16:46:52 -04:00
Ian Whalen
2d09800f72 SERVER-8886 Add LICENSE file for OpenSSL 2013-07-10 15:52:08 -04:00
Andrew Morrow
bd9ff86961 SERVER-7080 Add feature test for execinfo functions to repair build of client driver 2013-06-28 17:32:29 -04:00
Tad Marshall
eb7ba8adc1 SERVER-9775 Remove SpiderMonkey 2013-06-24 17:26:06 -04:00
Andrew Morrow
ce97dc76c6 SERVER-6514 Only apply -zdefs and --as-needed to shared client library 2013-06-06 13:39:50 -04:00
Andrew Morrow
da8c0fa929 SERVER-6514 Re-add support for building the C++ driver shared library 2013-06-03 20:21:13 -04:00
Andy Schwerin
2d8e983197 SERVER-8813 Switch C++ client and shell code for SASL authentication to use the Cyrus SASL library.
Replaces gsasl implementation in clients.
2013-04-22 13:02:47 -04:00
Eliot Horowitz
d2df300721 SERVER-380: Add snowball stemmer 2012-12-25 12:25:45 -05:00
Ian Whalen
d7eb0a09e3 SERVER-7523 Add license notice for linenoise, s2, murmurhash 2012-11-12 10:43:24 -05:00
Andy Schwerin
3dc1e3f150 SERVER-7133 Build gsasl support in the static client library. 2012-11-08 14:42:05 -05:00
Ian Whalen
9689f83c44 SERVER-7302 Add spidermonkey to third-party-notices file 2012-10-10 14:31:15 -04:00
Ian Whalen
883ccc4ebc Tweak tcmalloc license notice with request from legal 2012-08-16 11:53:45 -04:00
Ian Whalen
783aaff18c SERVER-4683 Add license for tcmalloc 2012-08-14 11:33:23 -04:00
Dan Crosta
5dcd31a8f1 SERVER-6248: add 'mongoclient' alias and make it the default 2012-07-10 17:23:31 -04:00
Andy Schwerin
83418bb235 SERVER-6158: Link against an explicit instance of the mongoclient library.
This makes sure we're building and testing against the version of the library
that we expect.
2012-07-05 15:07:37 -04:00
Matt Dannenberg
d22f901e93 DOCS-217 make all wiki links dochub links 2012-06-29 13:41:29 -04:00
Eric Milkie
1f29035b3b some distros need explicit pthread library on linker command line 2012-05-02 15:42:26 -04:00
Andy Schwerin
c6bc790774 SERVER-3331: On Windows, build the client driver, even if you cannot find 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.
2012-04-12 22:25:36 -04:00
Andy Schwerin
b099fd4ba8 SERVER-3331: Changes to the client SConstruct to improve windows building. 2012-04-02 23:43:47 -04:00
Andy Schwerin
d67ce1cd31 SCons refactoring, cleans up building and testing the C++ client.
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.
2012-03-23 10:35:31 -04:00
Andy Schwerin
b8bb84091d SERVER-5057 C++ Client Build Break
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.
2012-02-23 18:12:57 -05:00
Richard Kreuter
aa1e1ed576 Always build a shared C++ library in the standalone driver's SConstruct. 2011-10-06 10:35:11 -04:00
Eliot Horowitz
cead27e98b snappy license info SERVER-3805 2011-09-12 12:28:31 -04:00
Eliot Horowitz
b1ec205867 compile on linux3 SERVER-3457 2011-07-28 19:54:51 -04:00
Eliot Horowitz
495bd6a90b fix client build 2011-07-17 23:04:40 -04:00
dwight
72b2c46fab update and normalize readme files a bit 2011-05-01 17:50:23 -04:00
dwight
287981ace2 fix cpp driver sconstruct linking 2011-04-30 18:55:22 -04:00
Eliot Horowitz
32afd00ca7 try to flix client build 2011-04-25 10:26:50 -04:00
Eliot Horowitz
550850e719 windows 2011-03-17 15:30:39 -04:00
Eliot Horowitz
2c0e128f7f fix client scons 2011-03-17 15:26:26 -04:00
Eliot Horowitz
aef67c542f better c++ client scons file 2011-01-28 10:50:08 -05:00
Eliot Horowitz
37ffe755eb need to add bson/*.cpp 2010-12-11 15:47:43 -05:00
Mike Dirolf
afd32fccef to test, just build .a and tests files, not .so 2010-07-28 14:02:26 -04:00
Mike Dirolf
6656bcd61d attempt at using checkLib for client SConstruct 2010-07-28 12:35:57 -04:00
Mike Dirolf
d36e4b6e0b add -Wl,--as-needed and -Wl,-zdefs only on linux 2010-07-27 10:37:48 -04:00
Eliot Horowitz
a85b659bb6 SERVER-1266 -Wl,as-needed flag for shared library 2010-07-26 17:17:20 -04:00
Richard Kreuter
dbafe3093b Work in progress for C++ driver. 2010-07-23 12:52:59 -04:00
Eliot Horowitz
a8b0cceb6d some client package cleaning 2010-05-24 11:19:07 -04:00
Eliot Horowitz
db6337a8e8 seperate package for c++ client 2010-05-23 23:30:52 -04:00
Mathias Stearn
c74d5003d0 Add Aladdin MD5 license to THIRD-PARTY-NOTICES 2010-04-14 23:23:44 -04:00
Eliot Horowitz
b3fda2ab25 remove old 64-bit linux comment 2009-05-22 16:20:31 -04:00
Eliot Horowitz
450ca3e29d fix link 2009-04-06 20:09:30 -04:00
Eliot Horowitz
eb22bc435b some platform notes for linux 64 bit 2009-04-01 19:13:47 -04:00
Eliot Horowitz
be9ed914f6 resources for distribution 2009-02-11 06:39:00 -05:00