summaryrefslogtreecommitdiffstats
path: root/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into complex-type-hint-frameworkWilliam Deegan2024-02-143-46/+42
|\
| * Merge branch 'master' into rawfile-convertWilliam Deegan2024-02-143-16/+36
| |\
| | * Fix PyPackageDirMats Wichmann2024-02-132-14/+34
| | * doc: update Pseudo description and moreMats Wichmann2024-02-091-2/+2
| * | Be more careful about file readingMats Wichmann2024-02-081-30/+6
| |/
* | Implement framework for hinting complex typesThaddeus Crews2024-01-153-8/+13
|/
* Tweak Util moduleMats Wichmann2023-09-191-1/+1
* Fix race condition in MkdirFuncVitaly Cheptsov2023-09-051-7/+16
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-042-10/+10
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-165-82/+76
* 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-201-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-191-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-181-2/+2
* | | Add support for TARGET.relpath propertyDillan Mills2021-03-181-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-221-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-143-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