summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/win32.py
Commit message (Expand)AuthorAgeFilesLines
* fixing typo, it must be _scons_filepython3win32mbyt2016-11-291-1/+1
* the file builtin does not exist in python3mbyt2016-10-191-9/+21
* Restore deleted function _scons_file() in win32.py.William Deegan2016-05-131-0/+7
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-23/+11
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-6/+4
* | fix some minor 2to3 issues on windowsRocco Matano2014-03-071-9/+13
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-2/+2
|/
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-22/+32
* Added a comment for recent spawnve change.Gary Oberbrunner2012-08-291-0/+6
* Slightly modified patch from http://scons.tigris.org/issues/show_bug.cgi?id=2...evgeny2012-08-261-2/+17
* Fix issue 2857.Joshua Hughes2012-07-161-7/+6
* Convert an old-style class in Platform/win32.py to a new-style class.Steven Knight2010-05-181-1/+1
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-5/+5
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-12/+11
* Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead ofSteven Knight2010-01-141-1/+1
* Fix execution of test/MSV[CS]/*.py tests on non-Windows systems bySteven Knight2009-07-211-2/+2
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-3/+52
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-3/+3
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-9/+16
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-6/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-4/+44
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+0
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-6/+27
* Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince)Steven Knight2005-08-131-3/+5
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-0/+1
* Windows portability in tests. Replace overlooked importSteven Knight2005-03-171-0/+1
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean...Steven Knight2005-03-101-70/+2
* Refactor to separate shell processing from command execution.Steven Knight2004-10-241-8/+9
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-1/+1
* Remove the shared library prefix/suffix from {PREFIXES,SUFFIXES} on Win32, si...Steven Knight2004-05-221-2/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-4/+8
* Don't remove temporary files on win32 with rm when cygwin is not in use. (An...Steven Knight2003-10-071-6/+10
* When using a long link line in a temporary file, print the command line first...Steven Knight2003-08-041-2/+29
* Restore the PharLap .lnk patch that got wiped out.Steven Knight2003-06-171-3/+22
* When linking long command lines, use a '.lnk' suffix on the temporary file na...Steven Knight2003-06-171-23/+8
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-12/+3
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-9/+33
* When linking long command lines, use a '.lnk' suffix on the temporary file na...Steven Knight2003-06-071-1/+5
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-31/+48
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-3/+2
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-301-0/+1
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-3/+48
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-3/+47
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+14
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-0/+13
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-22/+28
* 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
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-0/+24