summaryrefslogtreecommitdiff
path: root/site_scons/site_tools/ninja.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64757 Improve error messages when scons fails to generate-ninja on ↵Richard Samuels2022-04-121-1/+4
| | | | Windows
* SERVER-64664 add alias tagging for ninja to determine generated sources.Daniel Moody2022-04-111-24/+51
|
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-081-0/+1
|
* Revert "SERVER-62992 Remove need for resmoke.ini"Richard Samuels2022-03-301-1/+0
| | | | This reverts commit d4206bdeb19f4c5862280c04cd6b831c9ec03a40.
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-03-301-0/+1
|
* SERVER-61012 ninja template items should only use agreggate keysDaniel Moody2021-11-091-4/+1
|
* SERVER-55259 Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-151-7/+29
|
* Revert "SERVER-55259 Ensure build.ninja is always in a clean state"Ryan Egesdahl2021-10-151-29/+7
| | | | This reverts commit c12d02757ceb26e611a7bafcd30d78db99d8778f.
* SERVER-55259 Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-131-7/+29
|
* Revert "SERVER-55259 Ensure build.ninja is always in a clean state"Ryan Egesdahl2021-10-121-28/+7
| | | | This reverts commit 13f0ae71f634409f2e219616ac489b45057d56bb.
* SERVER-55259 Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-111-7/+28
|
* SERVER-59425 fix for_signature subst list for ninja generated command actions.Daniel Moody2021-08-231-1/+1
|
* SERVER-56580 Promote build-tools=next to stableAndrew Morrow2021-08-051-17/+55
|
* SERVER-58948 add support for generated idl to ninjaDaniel Moody2021-08-021-1/+7
|
* SERVER-50363 Merge --build-tools=next into stableRyan Egesdahl2020-10-061-33/+196
| | | | | | | | | | | | | | | Merging the following fixes into the stable version of the build tools and migrate fully from --ninja=next to the --build-tools=next: * SERVER-47598 * SERVER-50010 * SERVER-47943 * SERVER-50125 * SERVER-50376 * SERVER-49457 * SERVER-49493 * SERVER-49036 * SERVER-48966
* SERVER-47776 Promote ninja_next.py to ninja.pyAndrew Morrow2020-05-281-147/+205
|
* SERVER-47637 Relicense all SCons tools to either MIT or SSPLAndrew Morrow2020-04-281-10/+19
|
* SERVER-46129 Make ninja faster and contain all targets all the timeMathew Robinson2020-02-221-6/+2
|
* SERVER-40943 Support fetching icecream toolchain tarballs from URLs in SConsMathew Robinson2020-02-211-20/+31
|
* SERVER-46096 Add NINJA_PREFIXMathew Robinson2020-02-211-5/+1
|
* SERVER-46136 Ninja should not use environment variables for response file ↵Mathew Robinson2020-02-141-7/+5
| | | | rules on Windows
* SERVER-46047 fix compiledb ninja targetIan Boros2020-02-101-1/+1
|
* SERVER-46035 Disable embedManifest*Check on Windows for NinjaMathew Robinson2020-02-101-29/+32
|
* SERVER-46021 Improve Ninja generator escaping for origin processingAndrew Morrow2020-02-071-0/+5
|
* SERVER-40943 Fix typo in ninja rule mappingsMathew Robinson2020-02-051-2/+2
|
* SERVER-45824 Only allow one output for rspfile ninja rulesMathew Robinson2020-02-041-10/+10
|
* SERVER-45946 Suppress "1 file(s) copied." spam when using ninja on WindowsHenrik Edin2020-02-041-1/+1
|
* SERVER-45824 Use Ninja's response files instead of hard coding them into the ↵Mathew Robinson2020-02-041-233/+256
| | | | generated file
* Revert "SERVER-45824 Use Ninja's response files instead of hard coding them ↵Mathew Robinson2020-01-311-191/+185
| | | | | | into the generated file" This reverts commit 4dfbe1988c96cc0c46999095d3f1bbfd47ed2160.
* Revert "SERVER-45302 Only write Ninja file if the contents have changed"Mathew Robinson2020-01-311-35/+15
| | | | This reverts commit 66c7d6485f6e6f921b5ce455ec1d3f90dd0e1d37.
* SERVER-45302 Only write Ninja file if the contents have changedMathew Robinson2020-01-311-15/+35
|
* SERVER-45824 Use Ninja's response files instead of hard coding them into the ↵Mathew Robinson2020-01-311-185/+191
| | | | generated file
* SERVER-45727 Do not discard outputsMathew Robinson2020-01-251-1/+18
|
* SERVER-45727 Only pass down environment variables that matter to NinjaMathew Robinson2020-01-241-43/+56
|
* SERVER-45724 Make new generator as fast as old moduleMathew Robinson2020-01-241-21/+74
|
* SERVER-45682 Correct Ninja compiledb, improve performanceMathew Robinson2020-01-221-22/+26
|
* SERVER-44947 Wire test execution targets into Ninja generatorMathew Robinson2020-01-131-3/+7
|
* SERVER-45134 Generate compile database with NinjaMathew Robinson2020-01-101-8/+42
|
* SERVER-44947 Allow test execution selection by test source file nameMathew Robinson2020-01-071-4/+42
|
* SERVER-45379 Add pools in self.pools during generationMathew Robinson2020-01-071-1/+2
|
* SERVER-45379 Don't regenerate ninja immediately after generatingMathew Robinson2020-01-071-31/+33
|
* Revert "SERVER-44947 Allow test execution selection by test source file name"Mathew Robinson2020-01-061-66/+27
|
* SERVER-44947 Allow test execution selection by test source file nameMathew Robinson2020-01-061-27/+66
|
* SERVER-44768 Make ccache work right with icecream and NinjaAndrew Morrow2019-12-261-1/+1
|
* SERVER-45165 Support env['ENV'] in Ninja generatorMathew Robinson2019-12-201-9/+55
|
* SERVER-45197 Ninja builder creates invalid file when SCons split dwarf ↵Mathew Robinson2019-12-171-1/+14
| | | | emitter is enabled
* SERVER-45169 Ninja always sees wiredtiger_ext.h as out of date on WindowsMathew Robinson2019-12-171-2/+14
|
* SERVER-44729 Remove unnecessary stats during Ninja generationMathew Robinson2019-12-111-16/+57
|
* SERVER-45005 Make the ninja tool able to be loaded uncondtionallyMathew Robinson2019-12-111-17/+26
|
* SERVER-44729 Remove unneeded WhereIs IO from ninja generatorMathew Robinson2019-12-101-1/+20
|