summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42944 Update compilation_db decider to new signatureMathew Robinson2021-03-302-4/+4
* SERVER-44557 Set the default for MSVC_VERSION to VS2017Andrew Morrow2019-12-161-0/+199
* SERVER-41548 Restrict dsymutil to single threaded modeAndrew Morrow2019-06-061-2/+2
* SERVER-40694 Make icecream.py site_tool support Python 3.5Mathew Robinson2019-04-241-1/+2
* SERVER-40782 Allow specifying explicit ICECC_VERSION on command lineAndrew Morrow2019-04-241-57/+101
* SERVER-40600 Move encoding kwarg to open callMathew Robinson2019-04-121-2/+2
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-0829-288/+353
* SERVER-40002 IDL inline dependenciesMark Benvenuto2019-03-071-0/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38446 idlc.py fails to report errors correct during dependency analysisMark Benvenuto2018-12-181-1/+5
* SERVER-37488 SERVER-37596 Manage debug info and symbol maps info for embedded...Andrew Morrow2018-10-302-0/+149
* SERVER-37170 Dont let shared archives become reverse edges for programsAndrew Morrow2018-09-211-14/+15
* SERVER-33911 Implement collapsed library builds under a new link modelAndrew Morrow2018-09-124-182/+127
* SERVER-36147 Add basic support for targeting emscriptenAndrew Morrow2018-07-171-1/+1
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-141-1/+1
* SERVER-34957 remove unused libdeps_exploring tracking from dagger.pyGabriel Russell2018-05-111-33/+4
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-2/+17
* SERVER-34071 SERVER-34071 Don't assume all executors have targetsAndrew Morrow2018-03-241-1/+1
* SERVER-34071 Apply install aliases to other binaries when in hygienic modeAndrew Morrow2018-03-234-6/+13
* SERVER-32117 Make embedded builds slimmerAndrew Morrow2018-03-151-0/+1
* SERVER-32117 Minimal hygienic build to support mobile devAndrew Morrow2018-03-061-0/+83
* SERVER-33203 add benchmark canary testsRobert Guo2018-03-021-1/+0
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-151-14/+12
* SERVER-33200 add entry point for Benchmark testsRobert Guo2018-02-141-0/+1
* SERVER-32785 integrate Google Benchmark with SConsRobert Guo2018-01-271-0/+45
* SERVER-32431 IDL generated code seg faults on s390xMark Benvenuto2017-12-271-1/+1
* SERVER-30815 Library injections via LIBDEPS_DEPENDENTS should be privateAndrew Morrow2017-12-191-1/+12
* SERVER-32130 stop printing arguments in code generation toolsMathias Stearn2017-12-081-1/+0
* SERVER-31800 Disable location information in ABI XMLAndrew Morrow2017-11-021-1/+1
* SERVER-30278 SCons icecream integrationAndrew Morrow2017-10-101-0/+161
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-291-4/+4
* SERVER-30815: fix string reprepresentation of libdeps librarytycho garen2017-09-221-0/+3
* SERVER-30661 Ignore non-truthy libdeps entriesAndrew Morrow2017-08-171-6/+6
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-19/+16
* SERVER-29338 Switch to use Value node instead of Node class in compiledb toolWilliam Deegan2017-06-231-6/+39
* SERVER-27380 Revert "Revert "SERVER-27380 Re-enable the thin archive tool""Andrew Morrow2017-05-252-60/+74
* Revert "SERVER-27380 Re-enable the thin archive tool"Max Hirschhorn2017-05-252-74/+60
* SERVER-27380 Re-enable the thin archive toolAndrew Morrow2017-05-242-60/+74
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-241-0/+17
* SERVER-29042 Propagate DEVELOPER_DIR when setAndrew Morrow2017-05-221-0/+12
* SERVER-29110 Include IDL compiler output in the generated sources aliasAndrew Morrow2017-05-171-0/+2
* SERVER-29081 Add toBSON to IDL generated classesMark Benvenuto2017-05-121-7/+11
* SERVER-29036 The IDL compiler invocation must depend on the IDL compiler sourcesAndrew Morrow2017-05-021-1/+3
* SERVER-27320 Enable fine grained application of whole archive extractionAndrew Morrow2017-05-011-5/+24
* SERVER-28888 Ensure scanner stability across rebuildsAndrew Morrow2017-04-211-16/+7
* SERVER-28515 Add import support to IDLMark Benvenuto2017-04-201-1/+19
* SERVER-28583 Split up mongo_scons_utils.py into site_scons/mongoAndrew Morrow2017-04-062-63/+72
* SERVER-28583 Move some functions down into site_scons modulesAndrew Morrow2017-04-062-0/+74
* SERVER-27505 Link libraries in topological orderAndrew Morrow2017-04-041-58/+92