| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 1689: short-term hack to make Ubuntu happy | Greg Noel | 2008-09-05 | 1 | -2/+2 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -15/+20 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -1/+1 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -4/+44 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -1/+1 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 2 | -2/+0 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 2 | -9/+30 |
|
|
* | Merged revisions 1540-1545,1547-1581 via svnmerge from | Steven Knight | 2006-08-06 | 1 | -5/+12 |
|
|
* | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el... | Steven Knight | 2006-01-21 | 1 | -4/+4 |
|
|
* | Add mention of LIBSUFFIXES in the SharedLibrary() example for overriding SHLI... | Steven Knight | 2005-12-16 | 1 | -2/+10 |
|
|
* | Add $PKGCHK and $PKGINFO variables for use on Solaris, and make the default $... | Steven Knight | 2005-11-19 | 2 | -0/+32 |
|
|
* | Add /usr/ccs/bin to the default execution PATH on Solaris. | Steven Knight | 2005-11-19 | 1 | -1/+3 |
|
|
* | Fix C/C++ compiler choosing on AIX. (Bob Halley) | Steven Knight | 2005-11-18 | 1 | -2/+5 |
|
|
* | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 3 | -6/+21 |
|
|
* | Move /opt/bin to between /usr/local/bin and /bin on the default POSIX path. | Steven Knight | 2005-10-08 | 1 | -1/+1 |
|
|
* | Add /sw/bin to the default PATH on Darwin systems. (Greg Noel) Add /opt/bin... | Steven Knight | 2005-10-08 | 2 | -1/+2 |
|
|
* | Give the subst logic its own SCons.Subst module. It's big enough. | Steven Knight | 2005-09-19 | 1 | -1/+1 |
|
|
* | Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince) | Steven Knight | 2005-08-13 | 1 | -3/+5 |
|
|
* | Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson) | Steven Knight | 2005-08-06 | 5 | -45/+71 |
|
|
* | Add RPATH (-R) support to the sun linker. (Karol Pietrzak) | Steven Knight | 2005-05-07 | 1 | -1/+2 |
|
|
* | Windows portability in tests. Replace overlooked import | Steven Knight | 2005-03-17 | 1 | -0/+1 |
|
|
* | Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean... | Steven Knight | 2005-03-10 | 7 | -72/+88 |
|
|
* | Accumulated documentation changes. | Steven Knight | 2005-02-15 | 3 | -0/+172 |
|
|
* | Refactor to separate shell processing from command execution. | Steven Knight | 2004-10-24 | 2 | -41/+53 |
|
|
* | Create .cvsignore files to ignore the generated *.pyc files. | Steven Knight | 2004-09-13 | 1 | -0/+1 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -1/+1 |
|
|
* | Fix __COPYRIGHT__ and __REVISION__ in new Darwin module. | Steven Knight | 2004-08-18 | 1 | -1/+3 |
|
|
* | Add support for the darwin (Mac OS X) platform. (James Juhasz) | Steven Knight | 2004-08-18 | 2 | -0/+40 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 2 | -4/+2 |
|
|
* | Remove the shared library prefix/suffix from {PREFIXES,SUFFIXES} on Win32, si... | Steven Knight | 2004-05-22 | 1 | -2/+2 |
|
|
* | Add RPATH support. (Chad Austin) | Steven Knight | 2004-04-03 | 1 | -0/+3 |
|
|
* | Use "env -" instead of "env -i". (Chad Austin) | Steven Knight | 2004-02-17 | 1 | -1/+1 |
|
|
* | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -4/+8 |
|
|
* | Don't remove temporary files on win32 with rm when cygwin is not in use. (An... | Steven Knight | 2003-10-07 | 1 | -6/+10 |
|
|
* | Execute commands using os.spawnvpe() if it's available. (J.T. Conklin) | Steven Knight | 2003-10-04 | 1 | -6/+26 |
|
|
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-24 | 1 | -0/+24 |
|
|
* | When using a long link line in a temporary file, print the command line first... | Steven Knight | 2003-08-04 | 1 | -2/+29 |
|
|
* | Avoid hangs on POSIX systems when reading a lot of output from a piped commnd... | Steven Knight | 2003-07-22 | 1 | -12/+23 |
|
|
* | Restore the PharLap .lnk patch that got wiped out. | Steven Knight | 2003-06-17 | 1 | -3/+22 |
|
|
* | When linking long command lines, use a '.lnk' suffix on the temporary file na... | Steven Knight | 2003-06-17 | 1 | -23/+8 |
|
|
* | MSVS documentation, remove unnecessary exceptions, and restor escape() to its... | Steven Knight | 2003-06-14 | 1 | -12/+3 |
|
|
* | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -9/+33 |
|
|
* | When linking long command lines, use a '.lnk' suffix on the temporary file na... | Steven Knight | 2003-06-07 | 1 | -1/+5 |
|
|
* | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 2 | -69/+56 |
|
|
* | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -3/+2 |
|
|
* | Fix the spawn() functions. (Anthony Roach) | Steven Knight | 2003-04-30 | 2 | -0/+6 |
|
|
* | Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc) | Steven Knight | 2003-04-24 | 5 | -0/+144 |
|
|
* | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 1 | -3/+48 |
|
|
* | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 2 | -8/+163 |
|
|
* | Use Win32 long-line tempfile linking when using Cygwin. (Chad Austin) | Steven Knight | 2003-04-16 | 1 | -0/+2 |
|
|