summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Steven Knight2003-06-171-23/+8
| | | | name. (Charles Crain)
* MSVS documentation, remove unnecessary exceptions, and restor escape() to ↵Steven Knight2003-06-141-12/+3
| | | | its previous implementation. (Greg Spencer)
* 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 ↵Steven Knight2003-06-071-1/+5
| | | | name. (Charles Crain)
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-162-69/+56
|
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-3/+2
| | | | PathList. (Charles Crain)
* 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 ↵Steven Knight2003-04-111-1/+14
| | | | files. (Chad Austin)
* 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 ↵Steven Knight2003-04-091-0/+13
| | | | (forward-slash) paths when checking things out of CVS.
* Support using construction variables as re-usable, callable command ↵Steven Knight2003-03-131-22/+28
| | | | generators. (Charles Crain)
* 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
|
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-254-18/+128
|
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-014-0/+8
|
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach ↵Steven Knight2002-09-051-2/+2
| | | | and SK)
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft ↵Steven Knight2002-08-305-49/+2
| | | | tools be prefered on win32, and get rid of some cruft in the Platform files. (Anthony Roach)
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+1
|
* Still more Win32 portability.Steven Knight2002-07-141-2/+2
|
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-121-2/+1
|
* Add a prototype os2 Platform() module.Steven Knight2002-07-083-1/+68
|
* Add a TAR Builder.Steven Knight2002-07-083-3/+3
|
* Make sure we identify cygwin systems and set environment defaults correctly.Steven Knight2002-06-281-6/+9
|
* Add support for assembly language (.s and .S) Tools. Still needs support ↵Steven Knight2002-06-273-6/+38
| | | | for building shared objects.
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-204-10/+34
|
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+0
|
* Add a Platform() method.Steven Knight2002-05-096-0/+313