Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-15400: Create Windows Enterprise Zip File with vcredist and dependent ↵ | Mark Benvenuto | 2014-09-25 | 1 | -2/+15 |
| | | | | dlls | ||||
* | Revert "BUILD-365: Create Windows Enterprise Zip File with vcredist and ↵ | Mark Benvenuto | 2014-09-23 | 1 | -3/+1 |
| | | | | | | dependent dlls" This reverts commit e7f18a7e54ea66d0326fb62b9b477a8e9cd23d1c. | ||||
* | BUILD-365: Create Windows Enterprise Zip File with vcredist and dependent dlls | Mark Benvenuto | 2014-09-23 | 1 | -1/+3 |
| | |||||
* | Revert "BUILD-365: Create Windows Enterprise Zip File with vcredist and ↵ | Mark Benvenuto | 2014-09-23 | 1 | -2/+1 |
| | | | | | | dependent dlls" This reverts commit 812916f5335f54b1b3944889fedc28b78997ebf3. | ||||
* | BUILD-365: Create Windows Enterprise Zip File with vcredist and dependent dlls | Mark Benvenuto | 2014-09-23 | 1 | -1/+2 |
| | |||||
* | MCI-13287: delegate to shell when compressing tar archives | Wisdom Omuya | 2014-04-16 | 1 | -23/+86 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | Revert "SERVER-13287: delegate to shell when compressing tar archives" | Dan Pasette | 2014-03-26 | 1 | -84/+23 |
| | | | | This reverts commit e73399e0e696aaaf1e859533e10cc2b74d46994f. | ||||
* | SERVER-13287: delegate to shell when compressing tar archives | Wisdom Omuya | 2014-03-25 | 1 | -23/+84 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SCons: Fix typo in make_archive.py | Andy Schwerin | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Fix Windows build of zip archives in SCons. | Andy Schwerin | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | SCons refactoring, cleans up building and testing the C++ client. | Andy Schwerin | 2012-03-23 | 1 | -0/+116 |
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. |