| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 1 | -90/+157 |
|
|
| * | Refactor internals in preparation for eliminating creating unnecessary Node.F... | Steven Knight | 2005-02-01 | 1 | -44/+60 |
|
|
| * | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -22/+6 |
|
|
| * | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -9/+2 |
|
|
| * | Apply Memoizer to cache more return values from various methods. (Kevin Quick) | Steven Knight | 2004-12-31 | 1 | -5/+34 |
|
|
| * | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -153/+92 |
|
|
| * | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 1 | -1/+5 |
|
|
| * | Use the right scanner if the same source file is used for targets in two diff... | Steven Knight | 2004-12-15 | 1 | -2/+3 |
|
|
| * | Remove unnecessary scan keyword argument from Node.current(). (Kevin Quick) | Steven Knight | 2004-12-14 | 1 | -1/+1 |
|
|
| * | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 1 | -3/+4 |
|
|
| * | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 1 | -2/+4 |
|
|
| * | 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 | 1 | -1/+15 |
|
|
| * | Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up... | Steven Knight | 2004-10-22 | 1 | -22/+3 |
|
|
| * | Handle use of Mkdir() when the file exists. | Steven Knight | 2004-10-21 | 1 | -2/+7 |
|
|
| * | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 1 | -0/+1 |
|
|
| * | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 1 | -1/+1 |
|
|
| * | Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig... | Steven Knight | 2004-10-07 | 1 | -1/+1 |
|
|
| * | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -4/+0 |
|
|
| * | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 1 | -2/+7 |
|
|
| * | Fix --no-exec handling of cache. (Kevin Quick) | Steven Knight | 2004-09-24 | 1 | -5/+25 |
|
|
| * | Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ... | Steven Knight | 2004-09-20 | 1 | -1/+1 |
|
|
| * | 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 | 1 | -1/+2 |
|
|
| * | Handle exceptions in FunctionActions. (Steve Christensen) | Steven Knight | 2004-09-15 | 1 | -8/+4 |
|
|
| * | Remove the misbegotten --save-explain-info feature. | Steven Knight | 2004-08-17 | 1 | -21/+1 |
|
|
| * | Put back --implicit-cache, having it use the --debug=explain info instead of ... | Steven Knight | 2004-08-17 | 1 | -3/+7 |
|
|
| * | Optimizations in Node.FS._doLookup(). | Steven Knight | 2004-08-15 | 1 | -13/+31 |
|
|
| * | Fix null entries in CPPPATH. (Gary Oberbrunner) | Steven Knight | 2004-07-30 | 1 | -1/+1 |
|
|
| * | Refactorings towards a RelativeTopDir() function. | Steven Knight | 2004-07-29 | 1 | -36/+48 |
|
|
| * | Add a .win32 attribute for FS entries; preserve Literal() attributes when con... | Steven Knight | 2004-07-21 | 1 | -5/+15 |
|
|
| * | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 1 | -3/+4 |
|
|
| * | Fix errors when there are dangling symlinks. (Gary Oberbrunner) | Steven Knight | 2004-07-08 | 1 | -2/+12 |
|
|