| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 19 | -81/+390 |
|
|
| * | Add the scons package. | Steven Knight | 2001-11-16 | 4 | -5/+185 |
|
|
| * | LIBS and LIBPATH work, variable substitution changes. | Steven Knight | 2001-11-15 | 9 | -56/+222 |
|
|
| * | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 10 | -30/+164 |
|
|
| * | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 8 | -34/+183 |
|
|
| * | Make the (s) and variables upper-case. | Steven Knight | 2001-10-31 | 4 | -29/+29 |
|
|
| * | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 4 | -2/+28 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 8 | -188/+283 |
|
|
| * | Fix a signature calculation bug. | Steven Knight | 2001-10-26 | 2 | -17/+120 |
|
|
| * | Make up-to-date messages get printed out in the correct order Mark II | Steven Knight | 2001-10-26 | 2 | -41/+60 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 10 | -304/+470 |
|
|
| * | Add -k support and more | Steven Knight | 2001-10-24 | 6 | -86/+365 |
|
|
| * | If the value of a is None, interpolate '', not 'None'. | Steven Knight | 2001-10-18 | 2 | -1/+9 |
|
|
| * | Composite Builder and related changes from Charles Crain. | Steven Knight | 2001-10-18 | 3 | -118/+199 |
|
|
| * | Portability fixes for tests on Windows Nt. | Steven Knight | 2001-10-17 | 6 | -107/+240 |
|
|
| * | Generalize whether or not nodes use signatures, and how the Sig module decide... | Steven Knight | 2001-10-15 | 6 | -8/+52 |
|
|
| * | 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 | 6 | -11/+9 |
|
|
| * | Add LINKFLAGS support. | Steven Knight | 2001-10-12 | 1 | -1/+3 |
|
|
| * | Add tests and support for and . | Steven Knight | 2001-10-12 | 7 | -27/+44 |
|
|
| * | Refactor construction variable expansion. | Steven Knight | 2001-10-12 | 5 | -85/+77 |
|
|
| * | Use the prefix and suffix arguments in the Builder base class. | Steven Knight | 2001-10-12 | 3 | -103/+109 |
|
|
| * | Implement special variable substitution. | Steven Knight | 2001-10-11 | 5 | -17/+232 |
|
|
| * | Add the Library() method. | Steven Knight | 2001-10-11 | 5 | -15/+144 |
|
|
| * | Add -i (ignore errors) support | Steven Knight | 2001-10-10 | 4 | -83/+94 |
|
|
| * | Use the module-specific current() function. | Steven Knight | 2001-10-09 | 5 | -14/+15 |
|
|
| * | Use the Node Walker to build dependencies in order. | Steven Knight | 2001-10-05 | 5 | -0/+268 |
|
|
| * | Add a node Walker for descending the dependency tree. | Steven Knight | 2001-10-04 | 2 | -1/+90 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 29 | -0/+645 |
|
|
| * | Add the Command() method. | Steven Knight | 2001-10-02 | 5 | -10/+65 |
|
|
| * | Add children() methods for nodes. | Steven Knight | 2001-10-02 | 4 | -0/+31 |
|
|
| * | Let the Taskmaster control whether the build stops. | Steven Knight | 2001-10-02 | 2 | -7/+8 |
|
|
| * | Fix various bugs caused by Python 2.1 | Steven Knight | 2001-10-02 | 1 | -0/+4 |
|
|
| * | Handle build errors. | Steven Knight | 2001-10-02 | 7 | -18/+78 |
|
|