summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/ar.py
Commit message (Collapse)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz)Steven Knight2005-11-291-9/+7
|
* Accumulated documentation changes.Steven Knight2005-02-151-0/+1
|
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual ↵Steven Knight2004-07-301-0/+2
| | | | Tool modules. (Chris Murray)
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-2/+3
| | | | strings or lists.
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-3/+0
|
* Allow Builders to take a dictionary that maps source file suffixes to ↵Steven Knight2003-07-291-4/+3
| | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module.
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
|
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-101-1/+0
|
* 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 ↵Steven Knight2002-09-051-3/+3
| | | | and SK)
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+2
|
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+59