summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/PlatformTests.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-255/+0
* [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-261-1/+2
* Merge remote-tracking branch 'origin/fix_3350_mslink_tempfile_join_char' into...William Deegan2019-04-221-4/+46
|\
| * Updated mslink, mslib, msvc, platform docs, and added unit testWilliam Deegan2019-04-221-0/+36
| * PEP 8 fileWilliam Deegan2019-04-221-4/+10
* | Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-1/+1
|/
* initial support for virtualenvPaweł Tomulik2018-11-101-4/+4
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-12/+1
* Fix for bug # 2225. This undoes the changes to posix special escape character...William Deegan2016-02-291-1/+19
* Using setattr(Node.attributes, 'tempfile_cmdlist', cmdlist) instead than seta...LaurentMarchelli2014-11-271-4/+8
* TempFileMunge duplicate output and duplicate temporary file generation bug fi...LaurentMarchelli2014-11-261-0/+27
* - updated doc string and simplified a comparison, based on PR review commentsDirk Baechle2014-08-241-7/+4
* - fix for issue #2970, false line length calculation in TempFileMunge classDirk Baechle2014-08-211-1/+49
* Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+3
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-111-0/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-2/+2
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-0/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+24
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-291-0/+8
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-5/+12
* Add a prototype os2 Platform() module.Steven Knight2002-07-081-0/+7
* Add a Platform() method.Steven Knight2002-05-091-0/+72