summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+14
* Fix Cygwin shared library support (use .dll not .so). (Chad Austin)Steven Knight2003-04-091-2/+6
* 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
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-1/+2
* Add a patch to help many systems terminate on interrupt. (Michael Cook)Steven Knight2003-02-071-3/+7
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-293-1/+51
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-206-6/+6
* Update Copyright years.Steven Knight2003-01-166-6/+6
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-8/+14
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-122-3/+0
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-0/+24