| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files.... | Steven Knight | 2003-04-11 | 1 | -1/+14 |
|
|
* | Fix Cygwin shared library support (use .dll not .so). (Chad Austin) | Steven Knight | 2003-04-09 | 1 | -2/+6 |
|
|
* | Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)... | Steven Knight | 2003-04-09 | 1 | -0/+13 |
|
|
* | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -22/+28 |
|
|
* | Support importing Platform and Tool specifications directly. | Steven Knight | 2003-02-08 | 1 | -1/+2 |
|
|
* | Add a patch to help many systems terminate on interrupt. (Michael Cook) | Steven Knight | 2003-02-07 | 1 | -3/+7 |
|
|
* | Add IRIX and MIPSPro support. (Chad Austin) | Steven Knight | 2003-01-29 | 3 | -1/+51 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 6 | -6/+6 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 6 | -6/+6 |
|
|
* | Necessary changes towards supporting Jython. | Steven Knight | 2003-01-15 | 1 | -8/+14 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 2 | -3/+0 |
|
|
* | Extend Win32 long command-line processing to lib.py. (Matt Balvin) | Steven Knight | 2002-11-30 | 1 | -0/+24 |
|
|
* | Make the shell pickable via a construction variable. (Anthony Roach) | Steven Knight | 2002-11-25 | 4 | -18/+128 |
|
|
* | Add SHOBJPREFIX AND SHOBJSUFFIX. | Steven Knight | 2002-10-01 | 4 | -0/+8 |
|
|
* | Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and... | Steven Knight | 2002-09-05 | 1 | -2/+2 |
|
|
* | Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool... | Steven Knight | 2002-08-30 | 5 | -49/+2 |
|
|
* | Dynamically check for the existence of utilities. (sam th) | Steven Knight | 2002-08-29 | 1 | -1/+1 |
|
|
* | Still more Win32 portability. | Steven Knight | 2002-07-14 | 1 | -2/+2 |
|
|
* | Add prototype icc and ilink Tool specs for OS/2. | Steven Knight | 2002-07-12 | 1 | -2/+1 |
|
|