summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/cc.py
Commit message (Expand)AuthorAgeFilesLines
* Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools.Michael Haubenwallner2014-05-151-2/+5
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-15/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-0/+12
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-11/+24
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-2/+4
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-2/+11
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-281-1/+1
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-0/+2
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+2
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+1
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-17/+3
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-4/+6
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+84