summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/intelc.py
Commit message (Expand)AuthorAgeFilesLines
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* fix more Python escape complaintsMats Wichmann2019-12-021-2/+2
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-8/+3
* Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-181-1/+1
* A few syntax cleanupsMats Wichmann2018-10-031-1/+1
* update from upstreamWilliam Deegan2016-09-301-2/+2
|\
| * Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
* | Merged scons/scons into defaultWilliam Deegan2016-06-141-8/+7
|\ \ | |/
| * Commit resolved conflicting merge.Russel Winder2016-01-141-1/+16
| |\
| * \ Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-13/+4
| |\ \
| * \ \ Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-3/+59
| |\ \ \
| * \ \ \ Merged with [default]Stefan Zimmermann2014-03-311-1/+1
| |\ \ \ \
| * | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-3/+3
| * | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-10/+9
* | | | | | Fix incorrect syntax m,group() instead of m.group()..William Deegan2016-05-081-1/+1
| |_|_|_|/ |/| | | |
* | | | | Added intel 2016 support for intelc tool.William Blevins2016-01-111-1/+16
| |_|_|/ |/| | |
* | | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-13/+4
| |_|/ |/| |
* | | adding support for detecting intel compiler suites version 13 and later by do...Mattias2014-04-151-3/+59
| |/ |/|
* | - fix for #2928 (misspelled variable in intelc.py)Dirk Baechle2014-02-011-1/+1
|/
* Add simple support for Intel v12 compiler for Linux and Mac (not yet Windows)Gary Oberbrunner2012-08-021-7/+37
* Fix bug 2772William Deegan2011-06-171-1/+1
* Fix intel compiler to sort versions >9 correctly (esp. on Linux)Gary Oberbrunner2010-12-221-1/+5
* Linux part of issue #2669: support for Intel C compiler v11Gary Oberbrunner2010-09-161-21/+57
* Convert to Python 3.x division rules.Greg Noel2010-04-241-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-15/+9
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-3/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-3/+3
* Support Intel v11 compiler on Windows. Most of the code was alreadyGary Oberbrunner2009-05-221-1/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2949-2953,2955-3056 via svnmerge fromSteven Knight2008-06-101-2/+2
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-1/+1
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-3/+3
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-12/+65
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-5/+17
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-1/+3
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+1
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-5/+11
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-16/+16
* Improve intelc.py so it doesn't throw an exception if a version other than ia...Steven Knight2005-10-101-13/+24
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-13/+80
* 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
* 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
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-191-0/+250