summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/intelc.py
Commit message (Collapse)AuthorAgeFilesLines
* Support Intel C compiler 9.0. (Gary Oberbrunner)Steven Knight2005-03-101-13/+54
|
* Fix Intel compiler detection when there's no MSVC compiler installed. (Gary ↵Steven Knight2005-02-161-6/+7
| | | | Oberbrunner)
* Import string fix in intelc.py. (Gary Oberbrunner)Steven Knight2005-01-051-1/+1
|
* Intel C compiler improvements. (Gary Oberbrunner)Steven Knight2004-12-311-11/+46
|
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-2/+3
|
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ↵Steven Knight2004-11-211-3/+6
| | | | tests, ATL include directories, intelc Tool import.
* Add support for new tools: Metroworks CodeWarrior compiler and linker ↵Steven Knight2004-11-191-0/+250
(Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).