summaryrefslogtreecommitdiffstats
path: root/SCons/Node/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ninja-generationWilliam Deegan2021-05-241-11/+6
|\
| * Fix several sider complaintsMats Wichmann2021-05-051-1/+2
| * Fix some imports and other checker warningsMats Wichmann2021-05-051-13/+7
* | 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
|/
* Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-071-1/+1
|\
| * Work around Py3.10 optimizing out a builder testMats Wichmann2021-01-121-1/+1
* | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-141-4/+6
|\ \ | |/
| * Merge pull request #3817 from grossag/topic/grossag/clearcachednodeinfoWilliam Deegan2020-12-141-4/+6
| |\
| | * Fix invalid cache state when using SCons interactive modeAdam Gross2020-10-211-4/+6
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-121-7/+3
|\ \ \ | |/ /
| * | Drop yet more py2 compatibility stuffMats Wichmann2020-11-191-11/+3
| |/
* | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-061-38/+30
|\ \ | |/
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-23/+20
| * Run autoflake on codeMats Wichmann2020-09-211-15/+10
* | Add support for overriding the default hash formatAdam Gross2020-08-041-4/+4
|/
* Quiet sider complaint about unused variableWilliam Deegan2020-07-261-1/+1
* Added method to check if node is used in sconfDaniel Moody2020-07-251-1/+9
* added is_sconscript for checking if node is a sconscript node or notDaniel Moody2020-06-051-0/+7
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-4/+4
* Eliminate Py2-compat with_metaclass jigMats Wichmann2020-05-131-2/+2
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+1779