summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* 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