summaryrefslogtreecommitdiffstats
path: root/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
|/ /
* | Address review feedbackAdam Gross2020-08-032-8/+9
* | Push another commit to run testsAdam Gross2020-08-031-2/+2
* | [ci skip] Add some more commentsAdam Gross2020-08-031-1/+4
* | Fix one comment and make one test a bit more obviousAdam Gross2020-08-031-2/+2
* | Fix SCons.Node.FS.File.get_csig() usage of md5_chunksizeAdam Gross2020-08-032-1/+57
* | Quiet sider complaint about unused variableWilliam Deegan2020-07-261-1/+1
* | Added method to check if node is used in sconfDaniel Moody2020-07-252-3/+24
|/
* added is_sconscript for checking if node is a sconscript node or notDaniel Moody2020-06-052-0/+20
* classes no longer explicitly inherit from objectMats Wichmann2020-05-246-35/+35
* Eliminate Py2-compat with_metaclass jigMats Wichmann2020-05-131-2/+2