summaryrefslogtreecommitdiffstats
path: root/SCons/Subst.py
Commit message (Expand)AuthorAgeFilesLines
* Use super call instead of direct class callMats Wichmann2022-03-151-2/+2
* Make subst call a callable with sig set properlyMats Wichmann2021-10-231-1/+2
* Some code modernizatoionMats Wichmann2021-05-031-4/+0
* switch to using set comprehension in subst callable arg checking logic, inste...William Deegan2021-02-271-5/+4
* update subst callable checking to include the expected args in the list to co...William Deegan2021-02-271-6/+17
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-14/+10
* Merge pull request #3655 from dmoody256/callable_silent_typeerrorsWilliam Deegan2020-05-291-5/+13
|\
| * add check for SCons null classDaniel Moody2020-05-181-2/+8
| * cover other type of subber and add testDaniel Moody2020-05-171-2/+3
| * use signature to check function signature instead of relying on TypeErrorsDaniel Moody2020-05-161-3/+4
* | classes no longer explicitly inherit from objectMats Wichmann2020-05-241-5/+5
|/
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+968