summaryrefslogtreecommitdiffstats
path: root/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | | Drop yet more py2 compatibility stuffMats Wichmann2020-11-192-12/+4
|/ /
* | [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
* | 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
* Restore commented out unittest test skipping logicWilliam Deegan2020-05-101-2/+2
* Address a few remaining issues with tests for issue #3516William Deegan2020-05-101-41/+48
* Merge remote-tracking branch 'origin/master' into clear-dangling-linksDaniel Moody2020-05-062-3/+80
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-068-0/+11578