summaryrefslogtreecommitdiffstats
path: root/SCons/Platform
Commit message (Expand)AuthorAgeFilesLines
* Update MSVC_VERSION usage and table [skip appveyor]Mats Wichmann2024-02-171-3/+3
* Fix copy-paste errorMats Wichmann2024-01-281-1/+1
* Decode command output conservativelyMats Wichmann2024-01-281-4/+6
* Fix library literal prefix codeMats Wichmann2023-10-285-13/+19
* Elminate http: referencesMats Wichmann2023-10-171-3/+2
* Merge branch 'master' into feature/new-subprocMats Wichmann2023-09-096-19/+56
|\
| * Merge branch 'master' into maint/modernizeWilliam Deegan2023-08-241-1/+3
| |\
| | * add missing include directoriesMax Bachmann2023-08-121-1/+3
| * | "Modernize" to Python 3.6 via toolMats Wichmann2023-08-042-6/+6
| |/
| * Further fix issue #4376 posix platformMats Wichmann2023-07-271-0/+10
| * Remove script path in PlatformTestsMats Wichmann2023-07-201-8/+17
| * Merge branch 'master' into jbrill-gh4312-fixplusJoseph Brill2023-05-0413-45/+45
| |\
| * | Add arm64 to the MSVS supported architectures list for VS2017 and later to be...Joseph Brill2023-03-191-2/+2
| * | Fix #4312 and Windows on ARM64 support.Joseph Brill2023-03-141-2/+18
* | | Implement a new subprocess wrapperMats Wichmann2023-07-081-10/+9
| |/ |/|
* | Add some cheap return and parameter annotationsMats Wichmann2023-05-0113-45/+45
|/
* Remove macports path, update comment to remove python2 related issuesWilliam Deegan2022-11-131-2/+2
* Move execution environment sanitation from Action._suproc to SCons.Util.sanit...William Deegan2022-11-031-0/+1
* load_module work: back off zipimport changesMats Wichmann2022-07-193-12/+6
* zip module loading: fallback for older PythonsMats Wichmann2022-07-171-3/+9
* Stop using deprecated load_moduleMats Wichmann2022-07-173-24/+34
* Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-261-1/+1
* Rework wording of {HOST,TAGET}_{ARCH_OS}.Mats Wichmann2021-09-271-121/+114
* Update docs for HOST_OS, TEMPFILE and Split [skip travis] [skip appveyor]Mats Wichmann2021-09-271-41/+144
* Add to CHANGES/RELEASE and add testWilliam Deegan2021-09-201-0/+30
* Add a reasonable ArchDefinition from win32 when PROCESSOR_ARCHITEW6432 nor PR...William Deegan2021-09-201-1/+2
* Define HOST_OS and HOST_ARCH in the environment for all platformsAaron Franke2021-08-299-2/+25
* 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 some imports and other checker warningsMats Wichmann2021-05-052-4/+1
* 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
* Document "TEMPFILEARGESCFUNC" variable and add testIvan Kravets2021-04-092-1/+60
* Provide a custom argument escape function for `TempFileMunge` using a new `TE...Ivan Kravets2021-04-061-5/+30
* Move LIBS warning from Builders to LIBS definition [skip appveor] [skip travis]Mats Wichmann2021-02-181-2/+2
* Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2021-01-151-1/+1
|\
| * [PR #3847] Make tests pass again on Travis [skip appveyor]Mats Wichmann2021-01-091-1/+1
* | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-2018-210/+149
|\ \ | |/
| * Remove pywin32 from scons win32 install requirements. Remove usage from SCons...William Deegan2020-10-041-16/+0
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-2318-165/+111
| * Merge branch 'autoflake' of https://github.com/mwichmann/scons into mwichmann...William Deegan2020-09-213-7/+0
| |\
| | * Run autoflake on codeMats Wichmann2020-09-213-7/+0
| * | 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-212-3/+2
| * | Fix the case where the argument to TEMPFILE is a list, by creating a tuple to...William Deegan2020-09-211-3/+9
| * | Fix unit test, and logic which was slightly offWilliam Deegan2020-09-212-9/+11
| * | Fix issue a different way than PR 3553 or 3140. Store cmdlist in dict target....William Deegan2020-09-212-0/+21
| * | Do not reuse tempfilesSimon Tegelid2020-09-202-16/+1
| |/
| * Change erorr in case not-found Tool requestedMats Wichmann2020-09-091-4/+3