summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/g++.py
Commit message (Expand)AuthorAgeFilesLines
* Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools.Michael Haubenwallner2014-05-151-20/+10
* 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/+15
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-13/+1
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-6/+4
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-10/+9
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-15/+33
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-2/+4
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-7/+4
* 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
* 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-9/+3
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+13
* 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/+62