summaryrefslogtreecommitdiff
path: root/SCons/Platform/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-4/+4
* load_module work: back off zipimport changesMats Wichmann2022-07-191-5/+6
* zip module loading: fallback for older PythonsMats Wichmann2022-07-171-3/+9
* Stop using deprecated load_moduleMats Wichmann2022-07-171-20/+27
* Two small tweaks for Py3.10 support.Mats Wichmann2021-08-051-1/+1
* Make sure TEMPFILEPREFIX can be set to empty stringMats Wichmann2021-07-151-4/+5
* Fix a missed bracketIvan Kravets2021-04-121-2/+2
* Fix failing tests, restore last ditch default setting in TempFileMunge for TE...William Deegan2021-04-121-1/+2
* Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather...William Deegan2021-04-111-2/+2
* Provide a custom argument escape function for `TempFileMunge` using a new `TE...Ivan Kravets2021-04-061-5/+30
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-22/+20
* use clearer syntax and switch to using SCons.Util.is_List()William Deegan2020-09-211-2/+6
* correct copyright statement per mwichmann's feedbackWilliam Deegan2020-09-211-2/+1
* Fix the case where the argument to TEMPFILE is a list, by creating a tuple to...William Deegan2020-09-201-3/+9
* Fix unit test, and logic which was slightly offWilliam Deegan2020-09-201-2/+2
* Fix issue a different way than PR 3553 or 3140. Store cmdlist in dict target....William Deegan2020-09-201-0/+20
* Do not reuse tempfilesSimon Tegelid2020-09-201-15/+0
* Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temp...William Deegan2020-07-101-1/+7
* Fix docbook 4.5 vs 5 usage [ci skip]Mats Wichmann2020-06-171-2/+2
* Docstring changes from Sphinx conversion [ci skip]Mats Wichmann2020-05-301-9/+16
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-2/+2
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+289