summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Execute commands using os.spawnvpe() if it's available. (J.T. Conklin)Steven Knight2003-10-041-6/+26
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-0/+24
* When using a long link line in a temporary file, print the command line first...Steven Knight2003-08-041-2/+29
* Avoid hangs on POSIX systems when reading a lot of output from a piped commnd...Steven Knight2003-07-221-12/+23
* 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-162-69/+56
* 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-302-0/+6
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-245-0/+144
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-3/+48
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-232-8/+163
* Use Win32 long-line tempfile linking when using Cygwin. (Chad Austin)Steven Knight2003-04-161-0/+2