| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Create all of the directories for a target list before trying to build the ta... | Steven Knight | 2002-02-10 | 1 | -1/+2 |
|
|
| * | Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain) | Steven Knight | 2002-01-31 | 1 | -0/+7 |
|
|
| * | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
| * | Add the Precious() method. | Steven Knight | 2002-01-24 | 1 | -0/+6 |
|
|
| * | Provide an error message when a target hasn't been defined. | Steven Knight | 2002-01-24 | 1 | -0/+17 |
|
|
| * | Fix binary file signatures on Win32 (Crain). | Steven Knight | 2002-01-23 | 1 | -0/+7 |
|
|
| * | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 1 | -1/+10 |
|
|
| * | General performance tweaks | Steven Knight | 2001-12-31 | 1 | -51/+2 |
|
|
| * | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 1 | -0/+14 |
|
|
| * | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 1 | -4/+4 |
|
|
| * | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 1 | -0/+13 |
|
|
| * | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 1 | -0/+8 |
|
|
| * | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 1 | -1/+1 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -3/+51 |
|
|
| * | 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 | 1 | -5/+6 |
|
|
| * | Track implicit (scanned) dependencies separately from the others. | Steven Knight | 2001-12-11 | 1 | -8/+5 |
|
|
| * | Add Scanner objects to source files when we first find them, not later when t... | Steven Knight | 2001-12-11 | 1 | -3/+15 |
|
|
| * | Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a... | Steven Knight | 2001-12-11 | 1 | -0/+51 |
|
|
| * | More NT portability fixes. | Steven Knight | 2001-11-24 | 1 | -39/+40 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -0/+6 |
|
|
| * | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 1 | -3/+18 |
|
|
| * | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 1 | -0/+8 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 1 | -2/+24 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 1 | -11/+77 |
|
|
| * | Add -k support and more | Steven Knight | 2001-10-24 | 1 | -2/+4 |
|
|
| * | 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 | 1 | -0/+3 |
|
|
| * | Add an FS.Entry class that can morph to File or Dir. | Steven Knight | 2001-10-15 | 1 | -10/+42 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
| * | Add children() methods for nodes. | Steven Knight | 2001-10-02 | 1 | -0/+12 |
|
|
| * | Handle build errors. | Steven Knight | 2001-10-02 | 1 | -0/+5 |
|
|
| * | Add unit tests for Node methods that have been recently added. | Steven Knight | 2001-09-28 | 1 | -1/+7 |
|
|
| * | Enhance Builders to take any type of node as input. | Steven Knight | 2001-09-24 | 1 | -0/+5 |
|
|
| * | Implement the Depends() method. | Steven Knight | 2001-09-24 | 1 | -2/+2 |
|
|
| * | Clean up the Node.FS class. | Steven Knight | 2001-09-19 | 1 | -88/+87 |
|
|
| * | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 1 | -1/+1 |
|
|
| * | Run setup.py on the unpacked .tar.gz for testing. | Steven Knight | 2001-09-17 | 1 | -0/+109 |
|
|