| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix retrieving multiple target files from cache. (Bob Halley) | Steven Knight | 2004-01-17 | 1 | -13/+15 |
|
|
| * | Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin) | Steven Knight | 2003-12-19 | 1 | -1/+4 |
|
|
| * | Preserve the ability to call BuildDir() multiple times with the same source a... | Steven Knight | 2003-12-06 | 1 | -0/+2 |
|
|
| * | Make duplicate build dir specifications be an error. (Anthony Roach) | Steven Knight | 2003-11-12 | 1 | -0/+2 |
|
|
| * | Fix specifying a root directory with just the drive string (e.g. C:). | Steven Knight | 2003-11-09 | 1 | -0/+3 |
|
|
| * | Don't swallow the AttributeError for an expansion like .bak. | Steven Knight | 2003-11-09 | 1 | -1/+7 |
|
|
| * | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 1 | -9/+53 |
|
|
| * | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 1 | -53/+9 |
|
|
| * | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -2/+2 |
|
|
| * | Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf... | Steven Knight | 2003-10-18 | 1 | -2/+2 |
|
|
| * | Support using Dirs as sources for builds. (Charles Crain) | Steven Knight | 2003-10-07 | 1 | -7/+50 |
|
|
| * | Fix dependency scans of generated files. (John Johnson) | Steven Knight | 2003-09-16 | 1 | -0/+1 |
|
|
| * | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 1 | -1/+1 |
|
|
| * | Multi-level build dir with Object() and duplicate=0. | Steven Knight | 2003-08-09 | 1 | -0/+4 |
|
|
| * | Refactor extension splitting to make it more flexible (for SWIG). | Steven Knight | 2003-08-03 | 1 | -5/+5 |
|
|
| * | Allow Command() to take directories as sources. | Steven Knight | 2003-07-26 | 1 | -76/+98 |
|
|
| * | Fix a problem when using --cache-show. | Steven Knight | 2003-07-23 | 1 | -5/+6 |
|
|
| * | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -2/+2 |
|
|
| * | Speed up adding children to the various Node lists (depends, ignore, sources,... | Steven Knight | 2003-07-20 | 1 | -1/+5 |
|
|
| * | Put LinkFunc() back to the way it was. (Christoph Wiedemann) | Steven Knight | 2003-05-20 | 1 | -2/+2 |
|
|
| * | Restore .sconsign file tracking back to a single global list, not directory-s... | Steven Knight | 2003-05-20 | 1 | -1/+1 |
|
|
| * | Eliminate redundant signature calculations, optimize out use of hasattr(). | Steven Knight | 2003-05-17 | 1 | -22/+43 |
|
|
| * | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 1 | -1/+1 |
|
|
| * | Test fixes. | Steven Knight | 2003-05-16 | 1 | -2/+2 |
|
|
| * | Fix SideEffect() and BuildDir(). (Anthony Roach) | Steven Knight | 2003-05-15 | 1 | -18/+12 |
|
|
| * | Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain) | Steven Knight | 2003-05-15 | 1 | -18/+30 |
|
|
| * | Refactor how actions get executed to eliminate a lot of redundant signature c... | Steven Knight | 2003-05-15 | 1 | -3/+2 |
|
|
| * | Fix for the internal Link action not being reentrant when used with BuildDir. | Steven Knight | 2003-05-12 | 1 | -2/+2 |
|
|
| * | Improve new post-PathList refactoring performance. (Charles Crain) | Steven Knight | 2003-05-07 | 1 | -70/+78 |
|
|
| * | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -15/+80 |
|
|
| * | Add Node.FS.{Dir,File}.Entry() methods. | Steven Knight | 2003-05-04 | 1 | -3/+11 |
|
|
| * | Add a clear() method to reset a Node's state for re-processing. | Steven Knight | 2003-04-12 | 1 | -0/+15 |
|
|
| * | Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ... | Steven Knight | 2003-03-30 | 1 | -4/+16 |
|
|
| * | Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A... | Steven Knight | 2003-03-28 | 1 | -21/+19 |
|
|
| * | Add warnings when we switch to BuildDir() targets when using -u or -U. | Steven Knight | 2003-03-26 | 1 | -0/+33 |
|
|
| * | Check out files from various source code systems properly. | Steven Knight | 2003-03-22 | 1 | -1/+1 |
|
|
| * | Make RCS/SCCS/BitKeeper support more transparent. | Steven Knight | 2003-03-22 | 1 | -25/+95 |
|
|
| * | Fix two bugs in CacheDir handling. (Jeff Petkau) | Steven Knight | 2003-03-15 | 1 | -3/+19 |
|
|
| * | Document the -f option correctly, support building a parallel tree by pointin... | Steven Knight | 2003-03-14 | 1 | -0/+4 |
|
|
| * | Push files to the CacheDir() before calling the superclass built() method, wh... | Steven Knight | 2003-03-03 | 1 | -2/+9 |
|
|
| * | Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t... | Steven Knight | 2003-02-26 | 1 | -5/+39 |
|
|
| * | Fix Install test portability by converting an OSError when we prepare a targe... | Steven Knight | 2003-02-22 | 1 | -1/+5 |
|
|
| * | Support fetching SConscript files from source code management systems. | Steven Knight | 2003-02-21 | 1 | -2/+2 |
|
|
| * | Add support for fetching files from rcs. | Steven Knight | 2003-02-18 | 1 | -0/+37 |
|
|
| * | Fix some performance problems with the --implicit-cache option. (Anthony Roach) | Steven Knight | 2003-02-11 | 1 | -14/+6 |
|
|
| * | Add the --random option. | Steven Knight | 2003-02-06 | 1 | -1/+0 |
|
|
| * | Add CacheDir support. | Steven Knight | 2003-02-03 | 1 | -2/+81 |
|
|
| * | Add a strfunction() to Command actions, and add an env argument to the Functi... | Steven Knight | 2003-02-02 | 1 | -1/+1 |
|
|
| * | Provide a better error message when a BuildDir() is read-only. | Steven Knight | 2003-01-27 | 1 | -1/+5 |
|
|
| * | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|