summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Have the Tool() method add the tool name to the construction variable. (Dav...Steven Knight2003-05-161-1/+5
* Add Java RMIC support.Steven Knight2003-05-101-1/+1
* Add support for JavaH.Steven Knight2003-05-081-1/+1
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-2/+23
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-1/+1
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-131-1/+1
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Java!Steven Knight2003-04-061-0/+1
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-261-1/+2
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-261-3/+4
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-251-1/+1
* Add support for fetching files from rcs.Steven Knight2003-02-181-1/+3
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-101-1/+1
* 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
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-291-1/+9
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-221-3/+3
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+0
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-9/+25
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-051-3/+3
* Windows portabilitySteven Knight2002-09-251-1/+1
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-15/+16
* 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-291-1/+1
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+32
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+125