| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Handle scanning of the in-memory entries for a Dir with a scanner, not a ↵ | Steven Knight | 2005-12-27 | 5 | -45/+65 | |
| | | | | | hard-coded Python method. | |||||
| * | Checkpoint minor refactorings en route to signature refactoring. | Steven Knight | 2005-12-16 | 6 | -9/+144 | |
| | | ||||||
| * | Refactor to let specific Node types override scanner selection, and to add a ↵ | Steven Knight | 2005-12-04 | 2 | -1/+17 | |
| | | | | | separate in-memory Directory scanner (to be used later). | |||||
| * | Handle interpretation of Node.FS objects when wrapped in Proxy instances. ↵ | Steven Knight | 2005-12-01 | 2 | -0/+22 | |
| | | | | | (Erling Andersen) | |||||
| * | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 2 | -3/+21 | |
| | | ||||||
| * | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 4 | -891/+1732 | |
| | | ||||||
| * | When searching paths for Files or Dirs, match Entries,too. | Steven Knight | 2005-11-16 | 2 | -817/+557 | |
| | | ||||||
| * | Allow explicit target_factory=Dir with Builders that make a directory to ↵ | Steven Knight | 2005-11-15 | 3 | -1600/+1019 | |
| | | | | | override the default, implicit make-a-directory Builder.. | |||||
| * | Do not throw an exception if the type of a stored implicit dependency has ↵ | Steven Knight | 2005-11-06 | 1 | -2/+15 | |
| | | | | | changed since last run. (Dobes Vandermeer) | |||||
| * | Fix on-disk file matching on case-insensitive systems. Various fixes for ↵ | Steven Knight | 2005-10-10 | 2 | -2/+6 | |
| | | | | | win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup. | |||||
| * | Remove old, same-named files from a build directory if the file in the ↵ | Steven Knight | 2005-10-08 | 2 | -3/+46 | |
| | | | | | source directory does not exist. (Patrick Mezard) | |||||
| * | Fix a bug in the signature refactoring that caused some generated .h files ↵ | Steven Knight | 2005-09-25 | 2 | -11/+21 | |
| | | | | | to always get rebuilt. | |||||
| * | More efficient checking for on-disk file entries. | Steven Knight | 2005-09-25 | 2 | -17/+31 | |
| | | ||||||
| * | 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 ↵ | Steven Knight | 2005-08-20 | 1 | -1/+2 | |
| | | | | | around a quoting issue. (Shannon Mann) | |||||
| * | Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov) | Steven Knight | 2005-08-13 | 2 | -0/+23 | |
| | | ||||||
| * | 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 | 2 | -11/+16 | |
| | | ||||||
| * | 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. ↵ | Steven Knight | 2005-06-07 | 6 | -125/+377 | |
| | | | | | Add size info to the File information we collect. | |||||
| * | Move BuildInfo translation of signature Nodes to rel_paths into the class ↵ | Steven Knight | 2005-06-04 | 3 | -30/+58 | |
| | | | | | itself. | |||||
| * | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 2 | -4/+6 | |
| | | ||||||
| * | Fix lookups of same-named files. | Steven Knight | 2005-05-29 | 2 | -2/+15 | |
| | | ||||||
| * | Get rid of the requirement that a source directory must be under the ↵ | Steven Knight | 2005-05-15 | 2 | -9/+4 | |
| | | | | | SConstruct directory. | |||||
| * | Move pre- and post-actions lists from Node to Executor so expansions of ↵ | Steven Knight | 2005-05-14 | 4 | -69/+23 | |
| | | | | | ${TARGETS[1:]} work, and the actions aren't executed multiple times. | |||||
| * | Eliminate multiple calls to os.stat() to fetch file info. | Steven Knight | 2005-05-13 | 2 | -15/+116 | |
| | | ||||||
| * | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -0/+14 | |
| | | ||||||
| * | More flexible (and Make-like) ignoring command exit status, and suppressing ↵ | Steven Knight | 2005-04-26 | 1 | -3/+5 | |
| | | | | | printing of a command. | |||||
| * | Win32 portability for recent RootDir and rel_path() changes. | Steven Knight | 2005-04-26 | 2 | -1/+7 | |
| | | ||||||
| * | 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 ↵ | Steven Knight | 2005-04-15 | 2 | -57/+45 | |
| | | | | | above the root directory in a file system (and speed things up a little bit), by making our RootDir class behave more like a real file system inode and getting rid of the ParentOfRoot class altogether. | |||||
| * | Refactor the Rsearch*() methods out of existence in favor of simpler utility ↵ | Steven Knight | 2005-04-13 | 2 | -228/+153 | |
| | | | | | methods that return lists of repository directories. | |||||
| * | Performance optimization in the last patch: eliminate implicit_factory() ↵ | Steven Knight | 2005-04-04 | 1 | -11/+2 | |
| | | | | | entirely. | |||||
| * | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize ↵ | Steven Knight | 2005-04-02 | 4 | -27/+17 | |
| | | | | | it once (later than we used to) and eliminate all the __setTopLevelDir() calls. | |||||
| * | Store source file and dependency paths relative to the target's directory, ↵ | Steven Knight | 2005-04-01 | 4 | -62/+182 | |
| | | | | | not relative to the top-level SConstruct directory. | |||||
| * | Make sure scans are added to all targets in a builder call, to prevent ↵ | Steven Knight | 2005-03-30 | 2 | -20/+39 | |
| | | | | | out-of-order -j builds. | |||||
| * | 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 | 2 | -29/+144 | |
| | | ||||||
| * | Fix re-scanning of built files for implicit dependencies when the -j option ↵ | Steven Knight | 2005-03-20 | 2 | -14/+13 | |
| | | | | | is used. | |||||
| * | Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. ↵ | Steven Knight | 2005-03-18 | 1 | -1/+1 | |
| | | | | | (Stanislav Baranov) | |||||
| * | Windows portability in tests. Replace overlooked import | Steven Knight | 2005-03-17 | 1 | -54/+48 | |
| | | ||||||
| * | Speed up string expansion. Cache find_file() results in the Memoizer. | Steven Knight | 2005-03-08 | 1 | -0/+1 | |
| | | ||||||
| * | Reduce gen_binfo() time for very long source lists. | Steven Knight | 2005-03-05 | 1 | -4/+2 | |
| | | ||||||
| * | Fix a regression in handling CPPPATH='.' when using a BuildDir with ↵ | Steven Knight | 2005-03-05 | 2 | -45/+95 | |
| | | | | | subdirectories in the search path. | |||||
| * | Eliminate find_file() inefficiency. | Steven Knight | 2005-03-05 | 2 | -37/+283 | |
| | | ||||||
| * | Checkpoint refactoring of the find_file() interface. | Steven Knight | 2005-03-01 | 2 | -47/+42 | |
| | | ||||||
| * | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 2 | -2/+2 | |
| | | ||||||
| * | Don't throw a 'Tried to lookup a File as a Dir' exception if there's a ↵ | Steven Knight | 2005-03-01 | 2 | -3/+21 | |
| | | | | | same-named file as a directory we might try to search for an included file. | |||||
