| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 3 | -1/+22 |
|
|
| * | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 4 | -47/+25 |
|
|
| * | Add a missing newline to the end of the --debug=explain unknown | Steven Knight | 2004-10-08 | 1 | -1/+1 |
|
|
| * | Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig... | Steven Knight | 2004-10-07 | 4 | -25/+47 |
|
|
| * | Clear out dependent-child caches when a node is rebuilt. (Kevin Quick) | Steven Knight | 2004-10-07 | 3 | -15/+41 |
|
|
| * | Better --debug=explain info when build actions change. (Kevin Quick) | Steven Knight | 2004-10-06 | 1 | -3/+8 |
|
|
| * | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 2 | -20/+0 |
|
|
| * | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 2 | -2/+30 |
|
|
| * | Get the source_scanner from the target node, not the source node. (Kevin Quick) | Steven Knight | 2004-09-24 | 2 | -6/+6 |
|
|
| * | Fix --no-exec handling of cache. (Kevin Quick) | Steven Knight | 2004-09-24 | 2 | -7/+27 |
|
|
| * | Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ... | Steven Knight | 2004-09-20 | 1 | -1/+1 |
|
|
| * | Fix --debug=explain when the action is a Python function. | Steven Knight | 2004-09-18 | 1 | -5/+8 |
|
|
| * | Return real builder names from the default, environment-less builders like Mk... | Steven Knight | 2004-09-15 | 1 | -3/+6 |
|
|
| * | Fix is_pseudo_derived_builder(). (Kevin Quick) | Steven Knight | 2004-09-15 | 2 | -1/+8 |
|
|
| * | Handle exceptions in FunctionActions. (Steve Christensen) | Steven Knight | 2004-09-15 | 2 | -9/+5 |
|
|
| * | Create .cvsignore files to ignore the generated *.pyc files. | Steven Knight | 2004-09-13 | 1 | -0/+1 |
|
|