summaryrefslogtreecommitdiff
path: root/site_scons/site_tools/ninja.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64757 Improve error messages when scons fails to generate-ninja on Win...Richard Samuels2022-04-121-1/+4
* 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
* 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
* 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
* 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
* 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 rul...Mathew Robinson2020-02-141-7/+5
* 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
* Revert "SERVER-45824 Use Ninja's response files instead of hard coding them i...Mathew Robinson2020-01-311-191/+185
* Revert "SERVER-45302 Only write Ninja file if the contents have changed"Mathew Robinson2020-01-311-35/+15
* 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
* 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 emitte...Mathew Robinson2019-12-171-1/+14
* 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