summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/zip.py
Commit message (Expand)AuthorAgeFilesLines
* Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit.Gary Oberbrunner2013-04-201-2/+2
* add optional ziprootPhilipp Kraus2013-04-121-2/+3
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-181-6/+5
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-0/+1
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-131-1/+1
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-1/+1
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-0/+1
* More command-line customizability: and .Steven Knight2004-12-011-1/+1
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+1
* Have the Zip() Builder create compressed .zip files by default.Steven Knight2003-12-161-7/+11
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-1/+1
* 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-0/+88