| Commit message (Expand) | Author | Age | Files | Lines |
* | Performance optimization in the last patch: eliminate implicit_factory() ent... | Steven Knight | 2005-04-04 | 1 | -11/+2 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 4 | -27/+17 |
|
|
* | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 4 | -62/+182 |
|
|
* | Make sure scans are added to all targets in a builder call, to prevent out-o... | Steven Knight | 2005-03-30 | 2 | -20/+39 |
|
|
* | 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 i... | Steven Knight | 2005-03-20 | 2 | -14/+13 |
|
|
* | Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta... | Steven Knight | 2005-03-18 | 1 | -1/+1 |
|
|
* | 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 subdirect... | Steven Knight | 2005-03-05 | 2 | -45/+95 |
|
|
* | 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 same-n... | Steven Knight | 2005-03-01 | 2 | -3/+21 |
|
|
* | 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 | 2 | -10/+14 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 4 | -62/+103 |
|
|
* | Refactor Environment/Executor/Node scanner interaction a little. Put --debug... | Steven Knight | 2005-02-13 | 2 | -19/+35 |
|
|
* | Don't memoize the get_build_scanner_path() methods. | Steven Knight | 2005-02-10 | 1 | -2/+1 |
|
|
* | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 2 | -97/+176 |
|
|
* | Refactor internals in preparation for eliminating creating unnecessary Node.F... | Steven Knight | 2005-02-01 | 2 | -45/+63 |
|
|
* | Only call filter() to remove ignored dependencies if something has been Ignor... | Steven Knight | 2005-01-23 | 1 | -7/+10 |
|
|
* | Use WeakValueDicts in the Memoizer to cut down on memory use. | Steven Knight | 2005-01-23 | 2 | -50/+59 |
|
|
* | Reduce the number of scanner calls in large cross-products of targets and sou... | Steven Knight | 2005-01-22 | 3 | -12/+12 |
|
|
* | Change how Node/__init__.py imports Executor, remove unnecessary has_builder(... | Steven Knight | 2005-01-21 | 2 | -33/+47 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 4 | -38/+49 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 4 | -21/+3 |
|
|
* | Win32 portability fixes. | Steven Knight | 2005-01-03 | 1 | -1/+1 |
|
|
* | Apply Memoizer to cache more return values from various methods. (Kevin Quick) | Steven Knight | 2004-12-31 | 2 | -6/+37 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 4 | -268/+197 |
|
|
* | Make AlwaysBuild() work with Aliases. | Steven Knight | 2004-12-17 | 2 | -28/+31 |
|
|
* | Speed up Taskmaster by not calling Node methods so frequently. | Steven Knight | 2004-12-16 | 1 | -5/+1 |
|
|
* | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 3 | -13/+61 |
|
|
* | Apply build overrides once up front. (Kevin Quick) | Steven Knight | 2004-12-15 | 2 | -2/+0 |
|
|
* | Use the right scanner if the same source file is used for targets in two diff... | Steven Knight | 2004-12-15 | 2 | -2/+11 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 3 | -22/+39 |
|
|
* | Remove unnecessary scan keyword argument from Node.current(). (Kevin Quick) | Steven Knight | 2004-12-14 | 3 | -3/+8 |
|
|
* | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 2 | -4/+5 |
|
|
* | Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ... | Steven Knight | 2004-11-21 | 1 | -1/+1 |
|
|
* | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 1 | -2/+4 |
|
|
* | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 4 | -24/+55 |
|
|
* | On Python 2.x, return lists of Nodes from builders as a NodeList object with ... | Steven Knight | 2004-11-12 | 2 | -1/+49 |
|
|
* | Better fix for reflective build_dir paths. (Kevin Quick) | Steven Knight | 2004-11-12 | 1 | -10/+6 |
|
|
* | Fix the use of reflective paths underneath build directories, when the path u... | Steven Knight | 2004-11-11 | 2 | -1/+82 |
|
|
* | Use a Node's environment in preference to the builder's environment. | Steven Knight | 2004-11-10 | 2 | -1/+42 |
|
|
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 2 | -10/+47 |
|
|
* | Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up... | Steven Knight | 2004-10-22 | 2 | -26/+3 |
|
|
* | Handle use of Mkdir() when the file exists. | Steven Knight | 2004-10-21 | 2 | -3/+13 |
|
|