summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/gcc.py
Commit message (Expand)AuthorAgeFilesLines
* Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools.Michael Haubenwallner2014-05-151-19/+39
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2228: discard stderr by using os.devnullGreg Noel2008-11-091-1/+2
* make references to subprocess.Popen synchronousGreg Noel2008-09-221-0/+2
* Add common subproc function and modify routines to use itGreg Noel2008-09-121-7/+3
* Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version IDGreg Noel2008-09-101-3/+17
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-1/+1
* Add code to set $CCVERSION when using gcc. (Anonymous)Steven Knight2006-01-021-0/+8
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+4
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+1
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-2/+2
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-25/+3
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+4
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-1/+2
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-2/+2
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-10/+3
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+14
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-101-1/+1
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+63