| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Provide a traceback if a Python-function builder throws an exception (Crain). | Steven Knight | 2002-01-23 | 2 | -1/+25 |
|
|
| * | Fix binary file signatures on Win32 (Crain). | Steven Knight | 2002-01-23 | 2 | -1/+8 |
|
|
| * | Strip $(-$) bracketed text from command lines. | Steven Knight | 2002-01-23 | 2 | -1/+8 |
|
|
| * | Remove the Wrapper class in between the Walker and Node. | Steven Knight | 2002-01-17 | 1 | -15/+10 |
|
|
| * | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 2 | -147/+103 |
|
|
| * | Start getting ready to eat our own dog food: prototype SConscript files. | Steven Knight | 2002-01-15 | 2 | -0/+2 |
|
|
| * | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 2 | -4/+40 |
|
|
| * | Node.FS performance improvements (Charles Crain). | Steven Knight | 2002-01-02 | 1 | -4/+12 |
|
|
| * | General performance tweaks | Steven Knight | 2001-12-31 | 2 | -95/+47 |
|
|
| * | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 2 | -24/+46 |
|
|
| * | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 2 | -4/+5 |
|
|
| * | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 2 | -1/+14 |
|
|
| * | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 3 | -4/+16 |
|
|
| * | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 2 | -7/+27 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 4 | -11/+178 |
|
|
| * | Last Windows NT portability fixes (this release). | Steven Knight | 2001-12-14 | 1 | -1/+2 |
|
|
| * | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 4 | -13/+29 |
|
|
| * | Rework implicit dependency scanning for relative CPPPATH values. | Steven Knight | 2001-12-11 | 2 | -2/+6 |
|
|
| * | Track implicit (scanned) dependencies separately from the others. | Steven Knight | 2001-12-11 | 4 | -16/+66 |
|
|
| * | Delay scanning a node from when we ask for its children to just before we're ... | Steven Knight | 2001-12-11 | 1 | -2/+0 |
|
|
| * | Add Scanner objects to source files when we first find them, not later when t... | Steven Knight | 2001-12-11 | 2 | -8/+16 |
|
|
| * | Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a... | Steven Knight | 2001-12-11 | 2 | -0/+66 |
|
|
| * | Refactor the Builder execute() interface to take Nodes, not string names of t... | Steven Knight | 2001-12-11 | 2 | -3/+3 |
|
|
| * | Detect dependency cycles | Steven Knight | 2001-11-28 | 2 | -3/+35 |
|
|
| * | More NT portability fixes. | Steven Knight | 2001-11-24 | 2 | -57/+61 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 4 | -5/+52 |
|
|
| * | LIBS and LIBPATH work, variable substitution changes. | Steven Knight | 2001-11-15 | 2 | -8/+17 |
|
|
| * | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 3 | -4/+42 |
|
|
| * | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 2 | -0/+28 |
|
|
| * | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 2 | -1/+16 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 4 | -39/+95 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 4 | -32/+157 |
|
|
| * | Add -k support and more | Steven Knight | 2001-10-24 | 3 | -39/+154 |
|
|
| * | Portability fixes for tests on Windows Nt. | Steven Knight | 2001-10-17 | 1 | -60/+81 |
|
|
| * | Generalize whether or not nodes use signatures, and how the Sig module decide... | Steven Knight | 2001-10-15 | 4 | -3/+29 |
|
|
| * | Add an FS.Entry class that can morph to File or Dir. | Steven Knight | 2001-10-15 | 2 | -44/+127 |
|
|
| * | Remove the Node.derived attribute. | Steven Knight | 2001-10-15 | 1 | -2/+2 |
|
|
| * | Add tests and support for and . | Steven Knight | 2001-10-12 | 2 | -3/+11 |
|
|
| * | Add -i (ignore errors) support | Steven Knight | 2001-10-10 | 2 | -26/+34 |
|
|
| * | Use the Node Walker to build dependencies in order. | Steven Knight | 2001-10-05 | 2 | -0/+7 |
|
|
| * | Add a node Walker for descending the dependency tree. | Steven Knight | 2001-10-04 | 2 | -1/+90 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 4 | -0/+92 |
|
|
| * | Add the Command() method. | Steven Knight | 2001-10-02 | 1 | -1/+1 |
|
|
| * | Add children() methods for nodes. | Steven Knight | 2001-10-02 | 4 | -0/+31 |
|
|
| * | Fix various bugs caused by Python 2.1 | Steven Knight | 2001-10-02 | 1 | -0/+4 |
|
|
| * | Handle build errors. | Steven Knight | 2001-10-02 | 3 | -2/+30 |
|
|
| * | Add support for the ENV construction variable. | Steven Knight | 2001-09-28 | 1 | -1/+2 |
|
|
| * | Add unit tests for Node methods that have been recently added. | Steven Knight | 2001-09-28 | 2 | -2/+71 |
|
|
| * | Enhance Builders to take any type of node as input. | Steven Knight | 2001-09-24 | 3 | -2/+19 |
|
|
| * | Implement the Depends() method. | Steven Knight | 2001-09-24 | 3 | -2/+19 |
|
|