summaryrefslogtreecommitdiff
path: root/distsrc
Commit message (Collapse)AuthorAgeFilesLines
* 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