summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/posix.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-3/+3
* 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-081-1/+1
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-0/+1
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean...Steven Knight2005-03-101-0/+5
* Refactor to separate shell processing from command execution.Steven Knight2004-10-241-33/+44
* 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
* Execute commands using os.spawnvpe() if it's available. (J.T. Conklin)Steven Knight2003-10-041-6/+26
* Avoid hangs on POSIX systems when reading a lot of output from a piped commnd...Steven Knight2003-07-221-12/+23
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-38/+8
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-301-0/+5
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-5/+116
* Add a patch to help many systems terminate on interrupt. (Michael Cook)Steven Knight2003-02-071-3/+7
* 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-0/+58
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-011-0/+2
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-13/+0
* Add a TAR Builder.Steven Knight2002-07-081-1/+1
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-2/+13
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+4
* Add a Platform() method.Steven Knight2002-05-091-0/+48