summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/icl.py
Commit message (Collapse)AuthorAgeFilesLines
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+2
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Add support for new tools: Metroworks CodeWarrior compiler and linker ↵Steven Knight2004-11-191-99/+7
| | | | (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+0
|
* More robust searching for the ICL license file. (Gary Oberbrunner)Steven Knight2004-04-131-1/+28
|
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵Steven Knight2003-09-151-0/+23
| | | | copyright notices. Fix some portability problems with new Tool files.
* Initialize a LIB environment variable for the Intel compiler. (Gary ↵Steven Knight2003-08-041-0/+1
| | | | Oberbrunner)
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-0/+88