summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Updates to docs to indicate experimental statusWilliam Deegan2021-07-082-22/+27
* incremental doc updates to indicate experimental state of ninja builderWilliam Deegan2021-07-071-16/+31
* Rename DISABLE_AUTO_NINJA -> NINJA_DISABLE_AUTO_RUNWilliam Deegan2021-06-242-6/+5
* rename NINJA_BUILDDIR -> NINJA_DIRWilliam Deegan2021-06-245-32/+47
* resolve sider complaintWilliam Deegan2021-06-071-1/+1
* update from mongodb for limiting ninja max jobs from commit: 0b620c24c55859f3...Daniel Moody2021-06-021-3/+6
* updates to get working with mongodb buildDaniel Moody2021-06-025-9/+10
* Address mwichmann's comments on PR. Mostly doc and a few import related code ...William Deegan2021-06-013-9/+8
* Fix sider complaintsWilliam Deegan2021-06-012-2/+2
* Continue refactor. Simplify __init__, and move logic to reasonably named filesWilliam Deegan2021-06-016-384/+454
* Quiet sider complaintWilliam Deegan2021-06-011-1/+1
* switch to using SCons.Node.SConscriptNodes to get list of sconscripts vs usin...William Deegan2021-06-011-3/+7
* fix sider complaintWilliam Deegan2021-06-011-1/+1
* Gate ninja tool being initialized by --experimental=ninjaWilliam Deegan2021-06-011-0/+6
* Add --experimental=ninjaWilliam Deegan2021-06-011-2/+2
* Updated from MongoDB commit: https://github.com/mongodb/mongo/commit/59965cf5...William Deegan2021-06-011-1/+8
* No need to have ninja.py which just references ninjaCommon, rename package to...William Deegan2021-06-018-37/+12
* Fix ninja.xml syntax errorWilliam Deegan2021-06-011-0/+2
* Address sider issuesWilliam Deegan2021-06-012-9/+5
* Incremental checkin. Functionality restored after refactor broke it.William Deegan2021-06-016-971/+1077
* more sider fixesWilliam Deegan2021-06-011-2/+2
* address sider issues. Also update copyright text to current versionWilliam Deegan2021-06-012-22/+19
* fix broken target check in ninja_execute. It was improperly adding all nodes ...William Deegan2021-06-012-4/+5
* Incremental update with code reorganization. Currently broken. Some debug cod...William Deegan2021-06-013-239/+281
* Add API to see if a node has a given attribute stored in node.attributesWilliam Deegan2021-06-011-0/+5
* Fix path to SCons/Docbooks style files. Add some content. Still a WIPWilliam Deegan2021-06-011-22/+64
* Incremental checkin. Fleshing out the various env vars used by ninja builders...William Deegan2021-06-012-13/+67
* [ci skip] Initial doc structure addedWilliam Deegan2021-06-012-1/+204
* Fix ninja tool rules for macos/ar for static libs to skip response files for...William Deegan2021-06-011-0/+7
* refactor initiazation state variable to be more module specificWilliam Deegan2021-06-011-4/+5
* can't name module ninja as it will conflict with the non-SCons ninja moduleWilliam Deegan2021-06-012-5/+33
* remove f-string to retain py3.5 compatibilityWilliam Deegan2021-06-011-2/+2
* Refactor ninja -> module, change NINJA_BIN -> NINJAWilliam Deegan2021-06-011-6/+8
* removed old sconscript changesDaniel Moody2021-06-012-4/+0
* [WIP] write a tool to generate build.ninja files from SConsMathew Robinson2021-06-012-0/+4
* Update ninja to new scons layoutDaniel Moody2021-06-011-0/+1811
* removed old sconscript changesDaniel Moody2021-06-012-4/+0
* [WIP] write a tool to generate build.ninja files from SConsMathew Robinson2021-06-012-0/+4
* Merge pull request #3948 from mwichmann/setoption-testsWilliam Deegan2021-05-171-285/+277
|\
| * Update the documentation for GetOptionMats Wichmann2021-05-111-285/+277
* | Merge pull request #3949 from acmorrow/3790William Deegan2021-05-171-3/+3
|\ \ | |/ |/|
| * 3790 - Fix the failing testAndrew Morrow2021-05-131-3/+3
* | Enable SetOption for implicit_deps*Mats Wichmann2021-05-082-153/+159
* | Make sure SetOption list is up to dateMats Wichmann2021-05-082-16/+67
|/
* Merge branch 'master' into importsWilliam Deegan2021-05-061-7/+0
|\
| * Drop overridden changed_since_last_build method in Value classMats Wichmann2021-05-061-7/+0
* | Fiddle the gettext tool family imports/warnings moreMats Wichmann2021-05-056-61/+83
* | One more fix to the warnings changesMats Wichmann2021-05-051-2/+2
* | Redo botched changes for sider complaintsMats Wichmann2021-05-054-13/+6
* | Even more sider complaints fixedMats Wichmann2021-05-055-7/+14