| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In the Object Builder, use a single Action instance for all of the C++ file s... | Steven Knight | 2002-01-10 | 1 | -6/+9 |
|
|
| * | Split Action objects into their own module. | Steven Knight | 2002-01-09 | 5 | -251/+476 |
|
|
| * | Collect common type-checking logic in SCons.Util. | Steven Knight | 2002-01-08 | 4 | -58/+90 |
|
|
| * | Add support for lex and yacc. | Steven Knight | 2002-01-07 | 3 | -36/+73 |
|
|
| * | Refactor BuilderBase.__call__() to separate node creation from attribute init... | Steven Knight | 2002-01-05 | 1 | -2/+15 |
|
|
| * | Allow Builder objects to have both an action and a src_builder. | Steven Knight | 2002-01-05 | 2 | -15/+84 |
|
|
| * | Signature performance improvements (Charles Crain). | Steven Knight | 2002-01-03 | 2 | -3/+32 |
|
|
| * | Refactor CompositeBuilder initialization. | Steven Knight | 2002-01-03 | 1 | -14/+5 |
|
|
| * | Node.FS performance improvements (Charles Crain). | Steven Knight | 2002-01-02 | 1 | -4/+12 |
|
|
| * | Append suffixes to white-space separated source files that don't have suffixes. | Steven Knight | 2002-01-02 | 2 | -1/+35 |
|
|
| * | General performance tweaks | Steven Knight | 2001-12-31 | 8 | -165/+142 |
|
|
| * | Finish MSVC support | Steven Knight | 2001-12-30 | 1 | -43/+186 |
|
|
| * | Fix race condition with --debug=tree and -j | Steven Knight | 2001-12-30 | 1 | -6/+9 |
|
|
| * | Add --debug=tree (print depenency tree) support | Steven Knight | 2001-12-29 | 3 | -4/+87 |
|
|
| * | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 5 | -49/+91 |
|
|
| * | Make Default work with subdirectories. | Steven Knight | 2001-12-22 | 2 | -1/+5 |
|
|
| * | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 3 | -5/+7 |
|
|
| * | Create the Script directory | Steven Knight | 2001-12-21 | 5 | -16/+19 |
|
|
| * | Provide an error message when a command isn't found. | Steven Knight | 2001-12-21 | 2 | -17/+63 |
|
|
| * | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 4 | -5/+21 |
|
|
| * | Fix Export(), add Import() and Return() | Steven Knight | 2001-12-20 | 4 | -75/+223 |
|
|
| * | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 4 | -5/+17 |
|
|
| * | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 6 | -46/+111 |
|
|
| * | Make Default() accept a node | Steven Knight | 2001-12-17 | 1 | -4/+13 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 9 | -38/+257 |
|
|
| * | Last Windows NT portability fixes (this release). | Steven Knight | 2001-12-14 | 3 | -8/+11 |
|
|
| * | Fix for copying BuilderWrapper objects within Environments (courtesy Charles ... | Steven Knight | 2001-12-14 | 2 | -36/+48 |
|
|
| * | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 10 | -39/+93 |
|
|
| * | Rework implicit dependency scanning for relative CPPPATH values. | Steven Knight | 2001-12-11 | 6 | -32/+59 |
|
|
| * | Add another C Scanner unit test. | Steven Knight | 2001-12-11 | 1 | -12/+44 |
|
|
| * | Track implicit (scanned) dependencies separately from the others. | Steven Knight | 2001-12-11 | 4 | -16/+66 |
|
|
| * | Add a __hash_() method to the Scanners. | Steven Knight | 2001-12-11 | 4 | -10/+40 |
|
|
| * | Create a specific CScanner subclass. | Steven Knight | 2001-12-11 | 2 | -26/+65 |
|
|
| * | Delay scanning a node from when we ask for its children to just before we're ... | Steven Knight | 2001-12-11 | 3 | -4/+27 |
|
|
| * | Move autogeneration of PATH-based variables from Environment initialization t... | Steven Knight | 2001-12-11 | 6 | -84/+102 |
|
|
| * | Refactor some common testing in the C Scanner tests. | Steven Knight | 2001-12-11 | 1 | -10/+9 |
|
|
| * | Add Scanner objects to source files when we first find them, not later when t... | Steven Knight | 2001-12-11 | 4 | -10/+38 |
|
|
| * | Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a... | Steven Knight | 2001-12-11 | 2 | -0/+66 |
|
|
| * | Have the C Scanner handle IOError when a file doesn't exist. | Steven Knight | 2001-12-11 | 1 | -1/+1 |
|
|
| * | Refactor the Builder execute() interface to take Nodes, not string names of t... | Steven Knight | 2001-12-11 | 4 | -7/+29 |
|
|
| * | Fix problems with Python callable objects as Builder actions, the associated ... | Steven Knight | 2001-12-07 | 4 | -10/+16 |
|
|
| * | Speed up and generalize SCons.Util.find_files(). | Steven Knight | 2001-12-04 | 4 | -13/+20 |
|
|
| * | Refactor the Scanner class(es) into a Prototype pattern. | Steven Knight | 2001-12-03 | 6 | -32/+61 |
|
|
| * | More NT portability in the tests. | Steven Knight | 2001-11-29 | 1 | -2/+2 |
|
|
| * | Detect dependency cycles | Steven Knight | 2001-11-28 | 4 | -9/+67 |
|
|
| * | Change packaging to the new /usr/lib/scons/ scheme | Steven Knight | 2001-11-28 | 2 | -1/+10 |
|
|
| * | Move most of the code from the scons script into a SCons module. | Steven Knight | 2001-11-27 | 2 | -0/+669 |
|
|
| * | More NT portability fixes. | Steven Knight | 2001-11-24 | 6 | -65/+85 |
|
|
| * | Complete CPPPATH work. | Steven Knight | 2001-11-22 | 5 | -15/+64 |
|
|
| * | Gracefully handle the case where a .sconsign file can't be written | Steven Knight | 2001-11-21 | 1 | -5/+9 |
|
|