summaryrefslogtreecommitdiffstats
path: root/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
* Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-3/+4
* Tweak some things about Command() docsMats Wichmann2024-05-221-1/+1
* Implement framework for hinting complex typesThaddeus Crews2024-01-151-1/+3
* Allow PathLib objects in sourcesMats Wichmann2023-08-231-0/+7
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-3/+3
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-21/+21
* Use super call instead of direct class callMats Wichmann2022-03-151-6/+7
* Add rest of comparison ops to EmitterProxyMats Wichmann2021-08-281-1/+9
* fixed minor issues related to is_conftest for PRDaniel Moody2021-07-211-1/+1
* make sure multi target and intermediate SConf files are mark is_conftestDaniel Moody2021-07-201-0/+4
* Fix some imports and other checker warningsMats Wichmann2021-05-051-2/+2
* Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2021-01-151-4/+1
|\
| * Work around Py3.10 optimizing out a builder testMats Wichmann2021-01-121-4/+1
* | Address sider issuesWilliam Deegan2020-12-211-1/+1
* | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-201-24/+23
|\ \ | |/
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-24/+23
* | docstrings and minor code cleanupWilliam Deegan2020-12-081-0/+1
|/
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-3/+3
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+896