Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-62997 Start building everything with c++20 | Alexander Neben | 2023-04-18 | 1 | -1/+1 |
| | |||||
* | SERVER-62994 Use v4 toolchain for everything except clang format | Andrew Morrow | 2022-12-13 | 1 | -9/+6 |
| | | | | | | It has been a pleasure working here and quite the wild ride. Good luck everyone. | ||||
* | SERVER-68160 Add note to building.md to consider using -j parameter for ↵ | kelly-cs | 2022-09-09 | 1 | -0/+4 |
| | | | | building from source on memory-constrained systems | ||||
* | SERVER-68150 add new package to building.md | Eric Milkie | 2022-07-19 | 1 | -0/+1 |
| | |||||
* | SERVER-64811 Revise build docs for newer OSX | Ryan Egesdahl | 2022-07-07 | 1 | -3/+3 |
| | |||||
* | SERVER-67074 Clarify targets in build docs | Ryan Egesdahl | 2022-06-15 | 1 | -7/+13 |
| | |||||
* | SERVER-64352 mongo shell no longer built by default | Alexander Neben | 2022-05-13 | 1 | -2/+2 |
| | |||||
* | SERVER-58817 Restore older Ubuntu/Debian python-dev install instructions | Ryan Egesdahl | 2021-08-17 | 1 | -1/+2 |
| | |||||
* | SERVER-58817 Direct users to install python-dev-is-python3 on Ubuntu | Paran Lee | 2021-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | The `python3.7-dev` package is no more. ``` $ sudo apt install python3.7-dev ... E: Unable to locate package python3.7-dev E: Couldn't find any package by glob 'python3.7-dev' ``` We should direct the user to install python-dev-is-python3 instead: ``` $ apt search python-dev-is-python3 Sorting... Done Full Text Search... Done python-dev-is-python3/focal,now 3.8.2-4 all [installed] symlinks /usr/bin/python-config to python3-config ``` Closes #1407 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com> | ||||
* | SERVER-53598 update documentation with extra Ubuntu library required to build | Sergey Galtsev | 2021-01-21 | 1 | -0/+1 |
| | |||||
* | SERVER-41674 Make hygienic builds the default | Andrew Morrow | 2020-06-04 | 1 | -55/+76 |
| | |||||
* | SERVER-41757 Fix issues with the building documentation | Ricardo Bánffy | 2019-06-19 | 1 | -4/+13 |
| | |||||
* | SERVER-32295 Support Python 3 | Mathew Robinson | 2019-04-08 | 1 | -10/+10 |
| | |||||
* | SERVER-39294 Update build requirements in building.md | Andrew Morrow | 2019-02-04 | 1 | -17/+11 |
| | |||||
* | SERVER-38692 Remove obsolete solaris documentation | Andrew Morrow | 2019-01-15 | 1 | -4/+0 |
| | |||||
* | SERVER-36205 format libcurl-dev instructions in building.md | Kelsey Schubert | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | SERVER-36152 Update requirements.txt | Ben Caimano | 2018-09-28 | 1 | -1/+1 |
| | | | | | This is the full upgrade and split of the majority of our pypa project requirements. | ||||
* | SERVER-36206 Add note about --disable-warnings-as-errors to building.md | Mark Benvenuto | 2018-07-24 | 1 | -0/+5 |
| | |||||
* | SERVER-34691 Disable Free Monitoring on Embedded SDK | Mark Benvenuto | 2018-04-27 | 1 | -0/+3 |
| | |||||
* | SERVER-31473 docs/building.md target should be "mongod" not "scons". | Billy Donahue | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | SERVER-26537 Require clang 3.8, XCode 8.3, MSVC 20125 U3 to build | Andrew Morrow | 2017-06-12 | 1 | -5/+5 |
| | |||||
* | SERVER-29028 Update docs/building.md | Mark Benvenuto | 2017-05-16 | 1 | -20/+31 |
| | |||||
* | SERVER-28541 Update build docs for FreeBSD. | ADAM David Alan Martin | 2017-03-30 | 1 | -1/+3 |
| | | | | | Clang38 works and is easier to use than GCC on FreeBSD, at this time. | ||||
* | SERVER-28199 Raise minimum required scons version | Mark Benvenuto | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | SERVER-16197 Update docs/building.md for 2.8 | Matt Kangas | 2014-11-24 | 1 | -6/+14 |
| | |||||
* | SERVER-14397: Update Building.md & Contributing.rst | Mark Benvenuto | 2014-07-01 | 1 | -25/+42 |
| | |||||
* | fix inconsistent prompt in building.md | Matt Kangas | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Include MacPorts in building.md | Robin Hallabro | 2014-02-05 | 1 | -2/+4 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-8674 Remove literal mentions of wiki from comments, docs | Jason Rassi | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | This is my first Geo cleanup change. | Harishabd Khalsa | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | DOCS-217 make all wiki links dochub links | Matt Dannenberg | 2012-06-29 | 1 | -2/+2 |
| | |||||
* | DOCS-129: update build instructions for Ubuntu and OS X | Dan Crosta | 2012-02-21 | 1 | -2/+15 |
| | |||||
* | whitespace changes in build instructions | Dan Crosta | 2012-02-21 | 1 | -16/+17 |
| | |||||
* | minor: docs typo | Mike Dirolf | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | cleaning some build docs | Eliot Horowitz | 2010-07-13 | 1 | -18/+32 |
| | |||||
* | docs/building tweak | Dwight Merriman | 2010-05-01 | 1 | -19/+18 |
| | |||||
* | more build docs, and aliases for windows | Eliot Horowitz | 2009-11-19 | 1 | -0/+7 |
| | |||||
* | cleaning build docs | Eliot Horowitz | 2009-11-19 | 1 | -0/+58 |