summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-1/+1
* Add support for fetching files from rcs.Steven Knight2003-02-186-1/+294
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-104-3/+62
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-1/+2
* Fix the last DESCRIPTION paragraph about default Tool selection.Steven Knight2003-02-081-0/+2
* Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)Steven Knight2003-02-042-8/+13
* Win32 portability.Steven Knight2003-01-302-2/+6
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-296-2/+279
* PharLap follow-on patch. (Charles Crain)Steven Knight2003-01-252-3/+18
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-225-3/+361
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-0/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-2027-27/+27
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-183-1/+5
* Update Copyright years.Steven Knight2003-01-1627-27/+27
* Add .def file support to the mingw tool. (Anthony Roach)Steven Knight2003-01-151-0/+16
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-122-4/+0
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-093-42/+178
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-052-4/+4
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-302-26/+14
* Fix the Win32 checks for an explicit import library and .def file.Steven Knight2002-11-251-4/+4
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-0/+7
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-072-10/+4
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-032-5/+96
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-3/+6
* Windows portabilitySteven Knight2002-09-251-1/+1
* Fix ASPPCOM value for gas.Steven Knight2002-09-071-1/+1
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-0524-33/+44
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-0525-111/+117
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-17/+44
* Account for systems not having every type of compiler.Steven Knight2002-08-291-6/+7
* Support the Intel Fortran Compiler.Steven Knight2002-08-292-1/+73
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-2924-9/+161
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-122-0/+117
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-102-2/+2
* Add a TAR Builder.Steven Knight2002-07-081-0/+55
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-274-0/+188
* Win32 portability fixes for various tests.Steven Knight2002-06-261-0/+1
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-2018-0/+1314