| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove unnecessary creation of RCS and SCCS Node.Dir nodes. | Steven Knight | 2006-03-05 | 1 | -4/+16 |
|
|
| * | Refactor so Command() uses an FS.Entry as its target factory. | Steven Knight | 2006-02-12 | 1 | -40/+27 |
|
|
| * | Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring. | Steven Knight | 2006-01-22 | 1 | -11/+24 |
|
|
| * | Refactor NodeInfo decisions in anticipation of bigger refctoring. | Steven Knight | 2006-01-21 | 1 | -7/+15 |
|
|
| * | More efficient Node.FS.Dir.current() check. Fix some Windows test portabilit... | Steven Knight | 2006-01-21 | 1 | -11/+6 |
|
|
| * | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el... | Steven Knight | 2006-01-21 | 1 | -7/+10 |
|
|
| * | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 1 | -15/+7 |
|
|
| * | Checkpoint minor refactorings en route to signature refactoring. | Steven Knight | 2005-12-16 | 1 | -4/+22 |
|
|
| * | Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E... | Steven Knight | 2005-12-01 | 1 | -0/+8 |
|
|
| * | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 1 | -1/+15 |
|
|
| * | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 1 | -394/+530 |
|
|
| * | When searching paths for Files or Dirs, match Entries,too. | Steven Knight | 2005-11-16 | 1 | -393/+452 |
|
|
| * | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2005-11-15 | 1 | -822/+627 |
|
|
| * | Fix on-disk file matching on case-insensitive systems. Various fixes for win... | Steven Knight | 2005-10-10 | 1 | -2/+2 |
|
|
| * | Remove old, same-named files from a build directory if the file in the source... | Steven Knight | 2005-10-08 | 1 | -3/+15 |
|
|
| * | Fix a bug in the signature refactoring that caused some generated .h files to... | Steven Knight | 2005-09-25 | 1 | -5/+2 |
|
|
| * | More efficient checking for on-disk file entries. | Steven Knight | 2005-09-25 | 1 | -13/+27 |
|
|
| * | Give the subst logic its own SCons.Subst module. It's big enough. | Steven Knight | 2005-09-19 | 1 | -7/+8 |
|
|
| * | Handle IOError exceptions when pushing files to CacheDir (and elsewhere). | Steven Knight | 2005-08-20 | 1 | -5/+13 |
|
|
| * | Have Visual Studio echo that we're using SCons to build things, to work aroun... | Steven Knight | 2005-08-20 | 1 | -1/+2 |
|
|
| * | Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov) | Steven Knight | 2005-08-13 | 1 | -0/+5 |
|
|
| * | Win32 portability. | Steven Knight | 2005-08-07 | 1 | -1/+1 |
|
|
| * | Move max_drift from Sig/MD5.py to Node/FS.py. | Steven Knight | 2005-07-04 | 1 | -3/+13 |
|
|
| * | Gary's bug. | Steven Knight | 2005-06-11 | 1 | -7/+9 |
|
|
| * | Add a --diskcheck option to control looking on-disk for things. | Steven Knight | 2005-06-10 | 1 | -31/+85 |
|
|
| * | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 1 | -64/+83 |
|
|
| * | Move BuildInfo translation of signature Nodes to rel_paths into the class its... | Steven Knight | 2005-06-04 | 1 | -7/+46 |
|
|
| * | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -2/+3 |
|
|
| * | Fix lookups of same-named files. | Steven Knight | 2005-05-29 | 1 | -2/+2 |
|
|
| * | Get rid of the requirement that a source directory must be under the SConstru... | Steven Knight | 2005-05-15 | 1 | -2/+0 |
|
|
| * | Move pre- and post-actions lists from Node to Executor so expansions of ${TAR... | Steven Knight | 2005-05-14 | 1 | -1/+6 |
|
|
| * | Eliminate multiple calls to os.stat() to fetch file info. | Steven Knight | 2005-05-13 | 1 | -15/+38 |
|
|
| * | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -0/+14 |
|
|
| * | Win32 portability for recent RootDir and rel_path() changes. | Steven Knight | 2005-04-26 | 1 | -0/+3 |
|
|
| * | Cache the result from rel_path(). | Steven Knight | 2005-04-18 | 1 | -1/+2 |
|
|
| * | Avoid must_be_a_Dir() attribute errors when trying to look up path names abov... | Steven Knight | 2005-04-15 | 1 | -57/+34 |
|
|
| * | Refactor the Rsearch*() methods out of existence in favor of simpler utility ... | Steven Knight | 2005-04-13 | 1 | -145/+71 |
|
|
| * | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -25/+12 |
|
|
| * | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 1 | -16/+43 |
|
|
| * | Refactor _doLookup() to speed it up a little. | Steven Knight | 2005-03-24 | 1 | -27/+39 |
|
|
| * | When searching paths for Files or Dirs, match Entries,too. | Steven Knight | 2005-03-20 | 1 | -3/+4 |
|
|
| * | Speed up string expansion. Cache find_file() results in the Memoizer. | Steven Knight | 2005-03-08 | 1 | -0/+1 |
|
|
| * | Fix a regression in handling CPPPATH='.' when using a BuildDir with subdirect... | Steven Knight | 2005-03-05 | 1 | -4/+0 |
|
|
| * | Eliminate find_file() inefficiency. | Steven Knight | 2005-03-05 | 1 | -37/+48 |
|
|
| * | Checkpoint refactoring of the find_file() interface. | Steven Knight | 2005-03-01 | 1 | -39/+34 |
|
|
| * | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 1 | -1/+1 |
|
|
| * | Don't throw a 'Tried to lookup a File as a Dir' exception if there's a same-n... | Steven Knight | 2005-03-01 | 1 | -1/+8 |
|
|
| * | Fix creating a build_dir from scratch when there's a subsidiary SConscript() ... | Steven Knight | 2005-02-16 | 1 | -27/+31 |
|
|
| * | When searching for files, don't pick same-named directories in a search path. | Steven Knight | 2005-02-15 | 1 | -3/+2 |
|
|
| * | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -34/+47 |
|
|