| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Java parser's handling of backslashes. (Leanid Nazdrynau) | Steven Knight | 2005-05-30 | 1 | -0/+4 |
|
|
* | Add a brief description of env.subst() to the man page. (Karol Pietrzak) | Steven Knight | 2005-05-30 | 1 | -0/+2 |
|
|
* | Fix lookups of same-named files. | Steven Knight | 2005-05-29 | 1 | -0/+5 |
|
|
* | Get rid of the requirement that a source directory must be under the SConstru... | Steven Knight | 2005-05-15 | 1 | -0/+3 |
|
|
* | Move pre- and post-actions lists from Node to Executor so expansions of ${TAR... | Steven Knight | 2005-05-14 | 1 | -0/+3 |
|
|
* | Fix a man page keyword argument for Command(). (Bjorn Eriksson) | Steven Knight | 2005-05-09 | 1 | -0/+4 |
|
|
* | Avoid rebuilds when otherwise unmodified Python function Actions move within ... | Steven Knight | 2005-05-08 | 1 | -0/+4 |
|
|
* | Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner) | Steven Knight | 2005-05-08 | 1 | -1/+1 |
|
|
* | Add --include-dir and the source directory when calling the MinGW resource co... | Steven Knight | 2005-05-07 | 1 | -0/+5 |
|
|
* | Fix a User's Guide example. (Sanjoy Mahajan) | Steven Knight | 2005-05-07 | 1 | -1/+2 |
|
|
* | Add RPATH (-R) support to the sun linker. (Karol Pietrzak) | Steven Knight | 2005-05-07 | 1 | -0/+4 |
|
|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -0/+5 |
|
|
* | Allow configurability of yacc-generated header files suffixes. | Steven Knight | 2005-04-10 | 1 | -0/+4 |
|
|
* | Fix a bad example in the man page. (Sanjoy Mahajan) | Steven Knight | 2005-04-05 | 1 | -0/+4 |
|
|
* | Fix misplaced line in the man page. (Greg Ward) | Steven Knight | 2005-04-05 | 1 | -0/+4 |
|
|
* | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 1 | -0/+6 |
|
|
* | Normalize directory paths in SConsignFile() database files. (Chad Austin) | Steven Knight | 2005-04-01 | 1 | -0/+4 |
|
|
* | Make sure scans are added to all targets in a builder call, to prevent out-o... | Steven Knight | 2005-03-30 | 1 | -0/+4 |
|
|
* | Fix linkloc.py to work with newer env.subst() conventions. (Charles Crain) | Steven Knight | 2005-03-24 | 1 | -0/+5 |
|
|
* | Allow toolpath to be stored in the environment and re-used for Copy() and Too... | Steven Knight | 2005-03-24 | 1 | -0/+3 |
|
|
* | Fix re-scanning of built files for implicit dependencies when the -j option i... | Steven Knight | 2005-03-20 | 1 | -0/+3 |
|
|
* | Fix Builders with empty source lists. (Stanislav Baranov) | Steven Knight | 2005-03-19 | 1 | -0/+2 |
|
|
* | Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta... | Steven Knight | 2005-03-18 | 1 | -0/+4 |
|
|
* | Actually support a global Entry name (since we already documented it). | Steven Knight | 2005-03-16 | 1 | -0/+3 |
|
|
* | Support Intel C compiler 9.0. (Gary Oberbrunner) | Steven Knight | 2005-03-10 | 1 | -0/+2 |
|
|
* | Make the GenerateHelpText format easily configurable. | Steven Knight | 2005-03-06 | 1 | -0/+3 |
|
|
* | Enhance setup.py to install troff man pages on UNIX/Linux. | Steven Knight | 2005-03-05 | 1 | -0/+3 |
|
|
* | Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset) | Steven Knight | 2005-02-28 | 1 | -0/+5 |
|
|
* | Remove the space after the -o option when invoking the Borland BCC compiler. ... | Steven Knight | 2005-02-27 | 1 | -0/+6 |
|
|
* | Accumulated documentation changes. | Steven Knight | 2005-02-15 | 1 | -0/+18 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -0/+9 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -0/+5 |
|
|
* | Display the help message when -u -h is supplied. (Elliot Murphy) | Steven Knight | 2005-02-11 | 1 | -0/+2 |
|
|
* | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 1 | -0/+3 |
|
|
* | Reduce the number of actions created by caching generated LazyActions. | Steven Knight | 2005-02-01 | 1 | -0/+3 |
|
|
* | Use WeakValueDicts in the Memoizer to cut down on memory use. | Steven Knight | 2005-01-23 | 1 | -0/+3 |
|
|
* | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 1 | -0/+6 |
|
|
* | More performance improvements? | Steven Knight | 2005-01-12 | 1 | -0/+4 |
|
|
* | Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann) | Steven Knight | 2005-01-10 | 1 | -0/+2 |
|
|
* | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 1 | -0/+4 |
|
|
* | Add LoadableModule support. (Michael McCracken) | Steven Knight | 2005-01-07 | 1 | -0/+13 |
|
|
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 1 | -5/+6 |
|
|
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 1 | -9/+11 |
|
|
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ... | Steven Knight | 2005-01-05 | 1 | -0/+4 |
|
|
* | Add a PathOptions.PathAccept validator. (Kevin Quick) | Steven Knight | 2005-01-03 | 1 | -0/+3 |
|
|
* | Better error message when variable substitution fails. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -0/+3 |
|
|
* | Intel C compiler improvements. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -4/+7 |
|
|
* | Apply Memoizer to cache more return values from various methods. (Kevin Quick) | Steven Knight | 2004-12-31 | 1 | -2/+2 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -0/+4 |
|
|
* | Make AlwaysBuild() work with Aliases. | Steven Knight | 2004-12-17 | 1 | -0/+4 |
|
|