summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform
Commit message (Expand)AuthorAgeFilesLines
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-054-4/+4
* [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-261-1/+2
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-5/+7
* [PY 3.8] file closes in tools and othersMats Wichmann2019-04-251-6/+5
* Fix default value logic for TEMPFILEARGJOINWilliam Deegan2019-04-221-1/+1
* Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into...William Deegan2019-04-223-5/+59
|\
| * Updated mslink, mslib, msvc, platform docs, and added unit testWilliam Deegan2019-04-223-1/+49
| * PEP 8 fileWilliam Deegan2019-04-221-4/+10
* | Merge branch 'master' of github.com:SCons/scons into fix_3350_mslink_tempfile...William Deegan2019-04-221-1/+1
|\ \ | |/ |/|
| * Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-1/+1
* | Issue #3350 - Add TEMPFILEARGJOINBYTE as a variable to be used to join each i...William Deegan2019-04-201-1/+2
|/
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-8/+3
* Merge pull request #3290 from dmoody256/make_lex_tool_cross_platformWilliam Deegan2019-03-031-0/+4
|\
| * add win_flex as option for windows, add choco default path, and add flag for ...Daniel2019-02-201-0/+4
* | [ci skip] correct TempFileMunge docstringMats Wichmann2019-02-231-2/+2
|/
* TEMPFILEPRFIX test changed backMats Wichmann2019-01-171-4/+5
* Set defaults for TEMPFILE* differentlyMats Wichmann2019-01-161-8/+6
* Change TEMPFILEEXTENSION to TEMPFILESUFFIXMats Wichmann2019-01-162-8/+24
* [WIP] customizable tempfile extension (issue #2431)Mats Wichmann2019-01-161-12/+23
* accidently reset changes, so recommitingDaniel2019-01-131-2/+20
* Fix GH issue #3136 No need to explicitly set file handles to non-sharable. Py...William Deegan2018-11-281-10/+2
* s/get_bool_envvar/get_os_env_bool/Paweł Tomulik2018-11-131-2/+2
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-104-94/+22
* initial support for virtualenvPaweł Tomulik2018-11-106-5/+454
* A few syntax cleanupsMats Wichmann2018-10-031-1/+1
* Convert one more e[0] to e.errno for OSError usageMats Wichmann2018-08-311-1/+1
* win32 handle exception object correctlyMats Wichmann2018-08-291-2/+2
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-12/+1
* moved default paths for cywing and mingw to their own platform modules.Daniel Moody2018-05-252-0/+48
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* Use prepend for insertsMats Wichmann2018-01-171-2/+2
* mergeWilliam Deegan2017-05-311-5/+0
|\
| * Remove ancient Aegis revision control system filesJane Doe2017-05-301-5/+0
* | PY2/3 Ensure system root is not unicode on py2William Deegan2017-05-311-0/+4
|/
* PY2/3 fix error message strings for py3 on win32William Deegan2017-05-161-5/+5
* OSX: if user has SCONS_USE_MAC_PATHS environment variable set, then PATHOSX c...William Deegan2017-04-091-0/+4
* disable experimental win32 native CopyFile usageWilliam Deegan2017-03-191-17/+17
* try using win32 native CopyFileWilliam Deegan2017-01-151-0/+31
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+1
* Must use bytes when writing to os.open()'d file on py3, bytearray works on bo...William Deegan2017-02-261-1/+1
* Merged in mbyt/scons/python3win32 (pull request #369)William Deegan2016-12-201-9/+21
|\
| * fixing typo, it must be _scons_filepython3win32mbyt2016-11-291-1/+1
| * the file builtin does not exist in python3mbyt2016-10-191-9/+21
* | Fix some minor formatting issues flagged by pycharmsWilliam Deegan2016-10-252-7/+17
|/
* Restore deleted function _scons_file() in win32.py.William Deegan2016-05-131-0/+7
* Resolved conflicting merge.Russel Winder2016-03-012-3/+23
|\
| * Fix for bug # 2225. This undoes the changes to posix special escape character...William Deegan2016-02-292-3/+23
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-244-37/+125
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-102-7/+5
| * new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-2/+2