summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-191-7/+9
* Allow importing local files from Tools found on a toolpath. (Chad Austin)Steven Knight2004-10-071-11/+18
* Allow passing a dictionary of keyword arguments to Tool specifications. (Gar...Steven Knight2004-10-071-4/+15
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-041-1/+2
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...Steven Knight2004-07-291-1/+1
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-11/+9
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-2/+2
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-4/+6
* Move Action initializations for common default COM values from Tool/*.py to D...Steven Knight2004-05-161-3/+4
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+1
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-14/+14
* Add support for a toolpath for Environments.Steven Knight2003-12-181-3/+17
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-4/+4
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-2/+2
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-18/+23
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-161-1/+1
* Add SWIG support.Steven Knight2003-08-131-2/+3
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-7/+85
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-2/+2
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-091-1/+1
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-1/+1
* 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