2005-02-11 |
stevenknight | Display the help message when -u -h is supplied. ... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
stevenknight | Don't memoize the get_build_scanner_path() methods. |
commit | commitdiff | tree | snapshot |
2005-02-10 |
stevenknight | Don't create a Node for every file we try to find durin... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
stevenknight | Refactor internals in preparation for eliminating creat... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
stevenknight | Reduce the number of actions created by caching generat... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
stevenknight | Only call filter() to remove ignored dependencies if... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
stevenknight | Use WeakValueDicts in the Memoizer to cut down on memor... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
stevenknight | Reduce the number of scanner calls in large cross-produ... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
stevenknight | Change how Node/__init__.py imports Executor, remove... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
stevenknight | Regain lost performance improvements by using paths... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
stevenknight | Fix --debug=memoizer so it actually prints some stats... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
stevenknight | Improve --debug=count to get an idea of when different... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
stevenknight | More performance improvements? |
commit | commitdiff | tree | snapshot |
2005-01-10 |
stevenknight | Fix use of TargetSignatures('content') with SConf.... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
stevenknight | Eliminate Executor's creation and use of a build_dict... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
stevenknight | Support 'from SConsScript import *' to allow Python... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
stevenknight | Remove build engine dependencies on SCons.Script. ... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
stevenknight | Add LoadableModule support. (Michael McCracken) |
commit | commitdiff | tree | snapshot |
2005-01-07 |
stevenknight | Finish the display-customization variables: , , ,... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
stevenknight | More command-line customizability: , , , , , , . |
commit | commitdiff | tree | snapshot |
2005-01-05 |
stevenknight | Use AppendUnique() in ParseConfig(). Provide a unique... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
stevenknight | Import string fix in intelc.py. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2005-01-04 |
stevenknight | Have ParseDepends() env.subst() the specified file... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
stevenknight | Get rid of the self-referential permanent __env__ varia... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
stevenknight | Win32 portability fixes. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
stevenknight | Add a PathOptions.PathAccept validator. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-12-31 |
stevenknight | Better error message when variable substitution fails... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
stevenknight | Intel C compiler improvements. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2004-12-31 |
stevenknight | Speed up handling of NodeLists. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-12-31 |
stevenknight | Apply Memoizer to cache more return values from various... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
stevenknight | Add a Memoizer metaclass to collect the logic for cachi... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
stevenknight | Enhance OverrideEnvironment, and rename the base class... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
stevenknight | Cut down on environment copies by using a proxy Environ... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
stevenknight | Make AlwaysBuild() work with Aliases. |
commit | commitdiff | tree | snapshot |
2004-12-16 |
stevenknight | Speed up Taskmaster by not calling Node methods so... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
stevenknight | Use the builtin md5 hexdigest routine if it's available... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
stevenknight | Cache get_suffix() and get_build_env(). (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-12-16 |
stevenknight | Restore older recipe for creating env.Command() builder... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
stevenknight | Apply build overrides once up front. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-12-15 |
stevenknight | Use the right scanner if the same source file is used... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
stevenknight | Remove Node scanner storage. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-12-14 |
stevenknight | Remove unnecessary scan keyword argument from Node... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
stevenknight | ActionFactory action functions should take an env argum... |
commit | commitdiff | tree | snapshot |
2004-12-04 |
stevenknight | Fix how scanners sort dependencies so it doesn't matter... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
stevenknight | Fix Java parsing when creating an array of class instances. |
commit | commitdiff | tree | snapshot |
2004-12-03 |
stevenknight | Print --debug={tree,dtree,includes} even if the build... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
stevenknight | Add a test to make sure we can Add{Pre,Post}Action... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
stevenknight | More command-line customizability: , , , , . |
commit | commitdiff | tree | snapshot |
2004-12-02 |
stevenknight | Scan SCons source code for uncaught KeyboardInterrupts... |
commit | commitdiff | tree | snapshot |
2004-12-02 |
stevenknight | Fix the internal Conftest._Have() function to not trans... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
stevenknight | More command-line customizability: and . |
commit | commitdiff | tree | snapshot |
2004-11-23 |
stevenknight | Add the ability to map keywords to ListOption (like... |
commit | commitdiff | tree | snapshot |
2004-11-21 |
stevenknight | More command-line output customizability: , , , . |
commit | commitdiff | tree | snapshot |
2004-11-21 |
stevenknight | Add a --debug=stree option to show Node status. (Kevin... |
commit | commitdiff | tree | snapshot |
2004-11-21 |
stevenknight | Fix Value node expansion in command-line strings. ... |
commit | commitdiff | tree | snapshot |
2004-11-21 |
stevenknight | Miscellaneous fixes: portability and version fixes... |
commit | commitdiff | tree | snapshot |
2004-11-20 |
stevenknight | Add more customizability: $BITKEEPERCOMSTR, $CVSCOMSTR... |
commit | commitdiff | tree | snapshot |
2004-11-20 |
stevenknight | Add more customizability: , , , . |
commit | commitdiff | tree | snapshot |
2004-11-20 |
stevenknight | Add Fortran COMSTR variables for output customizability. |
commit | commitdiff | tree | snapshot |
2004-11-19 |
stevenknight | Add support for new tools: Metroworks CodeWarrior... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
stevenknight | More display customizability: , . (Also add the missi... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
stevenknight | Add more command-line customizability: and . |
commit | commitdiff | tree | snapshot |
2004-11-15 |
stevenknight | More command-line configurability: , . |
commit | commitdiff | tree | snapshot |
2004-11-15 |
stevenknight | More command-line customization: , . |
commit | commitdiff | tree | snapshot |
2004-11-15 |
stevenknight | Easier customization of printable strings for , and . |
commit | commitdiff | tree | snapshot |
2004-11-15 |
stevenknight | Investigate getting rid of LazyCmdGenerator |
commit | commitdiff | tree | snapshot |
2004-11-14 |
stevenknight | Support override expansions within target and source... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
stevenknight | Allow Alias Nodes to have Actions. |
commit | commitdiff | tree | snapshot |
2004-11-12 |
stevenknight | On Python 2.x, return lists of Nodes from builders... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
stevenknight | Better fix for reflective build_dir paths. (Kevin... |
commit | commitdiff | tree | snapshot |
2004-11-11 |
stevenknight | Faster/leaner tree dumping. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-11-11 |
stevenknight | Handle moved SCons source tree. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-11-11 |
stevenknight | Fix hard-coding of Java paths in tests. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-11-11 |
stevenknight | Fix the use of reflective paths underneath build direct... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
stevenknight | Add a genstring() method to the ListAction class. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
stevenknight | Use a Node's environment in preference to the builder... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
stevenknight | Add explicit support for Builder wrapper functions... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
stevenknight | Add overlooked .aeignore file. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
stevenknight | Add HOWTO steps for generating a subrelease (e.g. 0... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
stevenknight | Add scripts for working with the User's Guide homebrew... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
stevenknight | Restore tests to current status after "updating" to... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
stevenknight | Better test handling of File lines in stack traces... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
stevenknight | Improved regular expression for removing pairs from... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
stevenknight | Add tests for SHELL, SPAWN and ESCAPE. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
stevenknight | Refactor to separate shell processing from command... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
stevenknight | Refactor Action/Executor interaction. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-10-23 |
stevenknight | Allow substitution of (Levi Stephen) and other constru... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
stevenknight | Fix ExecutorTests under Python 2.x, where str() throws... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
stevenknight | Smarter sync'ing of the .sconsign file when it's writte... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
stevenknight | Support .lex and .yacc file suffixes. (Matthew Doar) |
commit | commitdiff | tree | snapshot |
2004-10-22 |
stevenknight | Avoid copying __builtin__ when evaluating variables... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
stevenknight | Support default Options values of None. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2004-10-22 |
stevenknight | Fix the execute-Mkdir-once patch so that it doesn't... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
stevenknight | Win32 portability fixes for tests. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
stevenknight | When subst() returns a non-string object, return the... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
stevenknight | Handle use of Mkdir() when the file exists. |
commit | commitdiff | tree | snapshot |
2004-10-20 |
stevenknight | Allow explicit target_factory=Dir with Builders that... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
stevenknight | Make SCons/__init__.py, not SCons/Script/__init__.py... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
stevenknight | Update the version numbers that --version prints every... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
stevenknight | Fix Java parsing when a string is encountered. (Christ... |
commit | commitdiff | tree | snapshot |
next |