summaryrefslogtreecommitdiff
path: root/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-018-395/+395
* Address feedback from mwichmann in PRWilliam Deegan2022-12-201-4/+11
* Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-191-17/+24
* Minor doc update for Value nodes [skip appveyor]Mats Wichmann2022-10-212-9/+16
* Update the Glob docs with more detailsMats Wichmann2022-09-161-31/+35
* doc: change five functions to appear global-onlyMats Wichmann2022-09-142-2/+2
* get_timestamp returns an int againMats Wichmann2022-05-061-4/+4
* Revert to using stat.ST_MTIME in FS nodes for nowMats Wichmann2022-05-062-3/+3
* Fix content-timestamp decider for symlinksMats Wichmann2022-05-062-21/+15
* Use super call instead of direct class callMats Wichmann2022-03-155-13/+13
* Passes tests in >= python 3.9Jacob Cassagnol2021-11-021-2/+2
* Half the failing testcases fixed.Jacob Cassagnol2021-11-011-2/+2
* Merge branch 'master' into ninja-generationWilliam Deegan2021-07-091-5/+6
|\
| * Fix an incorrect return-type annotationMats Wichmann2021-06-131-5/+6
* | Merge branch 'master' into ninja-generationWilliam Deegan2021-05-244-27/+42
|\ \ | |/
| * 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
| * | Fix several sider complaintsMats Wichmann2021-05-051-1/+2
| * | Fix some imports and other checker warningsMats Wichmann2021-05-052-14/+7
| |/
| * Reformat LocalFS to quiet sider complaintsMats Wichmann2021-05-031-3/+26
| * Some code modernizatoionMats Wichmann2021-05-031-4/+6
| * Merge pull request #3825 from grossag/topic/grossag/pythondynamicscanWilliam Deegan2021-04-181-1/+4
| |\
| | * Merge branch 'master' into topic/grossag/pythondynamicscanAdam Gross2021-01-095-46/+47
| | |\
| | * | Some initial fixesAdam Gross2020-11-161-5/+1
| | * | First draft of teaching Python scanner about dynamic filesAdam Gross2020-11-131-1/+8
* | | | fix broken target check in ninja_execute. It was improperly adding all nodes ...William Deegan2021-04-131-1/+1
* | | | Add API to see if a node has a given attribute stored in node.attributesWilliam Deegan2021-04-131-0/+5
|/ / /
* | | Added support for passing custom CacheDir classes.Daniel Moody2021-04-011-3/+4
* | | remove extra spacesDillan Mills2021-03-171-2/+2
* | | Add support for TARGET.relpath propertyDillan Mills2021-03-171-3/+14
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-072-5/+4
|\ \ \
| * | | For systems with symlink, use existing Base.lstat()'s logic instead of repeat...William Deegan2021-01-211-4/+3
| * | | Work around Py3.10 optimizing out a builder testMats Wichmann2021-01-121-1/+1
| | |/ | |/|
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-145-32/+42
|\ \ \ | |/ /
| * | Merge pull request #3384 from dragon512/fix/valuenode-contentWilliam Deegan2020-12-141-1/+2
| |\ \
| | * | Fix value node when used as part of a build on python3Unknown2020-06-151-1/+2
| * | | Merge pull request #3817 from grossag/topic/grossag/clearcachednodeinfoWilliam Deegan2020-12-133-4/+15
| |\ \ \
| | * | | Remove one unnecessary part of a testAdam Gross2020-10-211-1/+0
| | * | | Fix invalid cache state when using SCons interactive modeAdam Gross2020-10-213-4/+16
| | | |/ | | |/|
| * | | [PR #3833] change another place where file might not existMats Wichmann2020-12-131-1/+1
| * | | Make the sig for missing file differ from empty fileMats Wichmann2020-11-242-28/+25
* | | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-122-8/+4
|\ \ \ \ | |/ / /
| * | | Drop yet more py2 compatibility stuffMats Wichmann2020-11-192-12/+4
| |/ /
* | | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-068-109/+65
|\ \ \ | |/ /
| * | [PR #3815] change per reveiw: drop unneeded try block in Python nodeMats Wichmann2020-10-131-7/+2
| * | Drop some more Py2 compat thingsMats Wichmann2020-10-132-9/+6
| * | Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-238-76/+49
| * | Run autoflake on codeMats Wichmann2020-09-214-19/+10
* | | Fix one merge issue and the test I added yesterdayAdam Gross2020-08-042-7/+7
* | | Add support for overriding the default hash formatAdam Gross2020-08-043-16/+16
|/ /