summaryrefslogtreecommitdiffstats
path: root/SCons/Platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move aix and hpux specific SHLIBSUFFIX to their platform initialization modulesWilliam Deegan2020-08-312-0/+3
|/
* Rename some doc files; Packaging doc fixups [skip appveyor]Mats Wichmann2020-07-251-0/+0
* Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temp...William Deegan2020-07-112-2/+14
* Correct some encoding problems found on UNIX platforms AIX and Solaris with p...Rob Boehne2020-07-081-0/+1
* Fix docbook 4.5 vs 5 usage [ci skip]Mats Wichmann2020-06-171-2/+2
* Minor: drop engine prefix from docstrings [ci skip]Mats Wichmann2020-06-114-4/+4
* Docstring changes from Sphinx conversion [ci skip]Mats Wichmann2020-05-301-9/+16
* classes no longer explicitly inherit from objectMats Wichmann2020-05-244-6/+6
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-104-20/+20
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-0618-0/+2389