summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/g++.py
Commit message (Expand)AuthorAgeFilesLines
* 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