summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tar.py
Commit message (Collapse)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize ↵Steven Knight2005-04-021-1/+1
| | | | it once (later than we used to) and eliminate all the __setTopLevelDir() calls.
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-1/+3
|
* More command-line customizability: and .Steven Knight2004-12-011-1/+4
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-1/+1
| | | | strings or lists.
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
|
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-261-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 ↵Steven Knight2002-09-051-9/+3
| | | | and SK)
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+14
|
* Add a TAR Builder.Steven Knight2002-07-081-0/+55