summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform
Commit message (Expand)AuthorAgeFilesLines
* Convert an old-style class in Platform/win32.py to a new-style class.Steven Knight2010-05-181-1/+1
* Convert old-style classes in Platform/__init.py to new-style classes. Add an...Steven Knight2010-05-171-5/+8
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-5/+5
* 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
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-255-41/+37
* Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead ofSteven Knight2010-01-141-1/+1
* Apply patch submitted in issue #947 to fix race condition inGary Oberbrunner2009-11-151-3/+6
* 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-213-3/+96
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-032-4/+4
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-212-9/+18
* 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-0911-0/+65
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-071-1/+12
* Initial Python 2.6 portability in SCons code itself, using subprocessSteven Knight2008-10-071-3/+5
* Issue 1689: short-term hack to make Ubuntu happyGreg Noel2008-09-051-2/+2
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-15/+20
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+1
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-4/+44
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-1/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-112-2/+0
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-022-9/+30
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-061-5/+12
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-4/+4
* Add mention of LIBSUFFIXES in the SharedLibrary() example for overriding SHLI...Steven Knight2005-12-161-2/+10
* Add $PKGCHK and $PKGINFO variables for use on Solaris, and make the default $...Steven Knight2005-11-192-0/+32
* Add /usr/ccs/bin to the default execution PATH on Solaris.Steven Knight2005-11-191-1/+3
* Fix C/C++ compiler choosing on AIX. (Bob Halley)Steven Knight2005-11-181-2/+5
* Bring CVS back in sync.Steven Knight2005-11-173-6/+21
* Move /opt/bin to between /usr/local/bin and /bin on the default POSIX path.Steven Knight2005-10-081-1/+1
* Add /sw/bin to the default PATH on Darwin systems. (Greg Noel) Add /opt/bin...Steven Knight2005-10-082-1/+2
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-1/+1
* 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-065-45/+71
* Add RPATH (-R) support to the sun linker. (Karol Pietrzak)Steven Knight2005-05-071-1/+2
* 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-107-72/+88
* Accumulated documentation changes.Steven Knight2005-02-153-0/+172
* Refactor to separate shell processing from command execution.Steven Knight2004-10-242-41/+53
* Create .cvsignore files to ignore the generated *.pyc files.Steven Knight2004-09-131-0/+1
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-1/+1
* Fix __COPYRIGHT__ and __REVISION__ in new Darwin module.Steven Knight2004-08-181-1/+3
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-182-0/+40
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-012-4/+2
* Remove the shared library prefix/suffix from {PREFIXES,SUFFIXES} on Win32, si...Steven Knight2004-05-221-2/+2
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+3
* Use "env -" instead of "env -i". (Chad Austin)Steven Knight2004-02-171-1/+1