| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix for CPPPATH='#'. (Charles Crain) | Steven Knight | 2002-04-29 | 1 | -1/+3 |
|
|
| * | Don't create a directory Node when a file already exists there, and vice vers... | Steven Knight | 2002-04-25 | 1 | -0/+22 |
|
|
| * | Several bug fixes from Charles Crain. | Steven Knight | 2002-04-22 | 1 | -1/+5 |
|
|
| * | Implement implicit dependency caching. | Steven Knight | 2002-04-11 | 1 | -5/+7 |
|
|
| * | Implement content signature caching and --max-drift (Anthony Roach) | Steven Knight | 2002-04-09 | 1 | -4/+13 |
|
|
| * | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -36/+35 |
|
|
| * | Add support for target Aliases. | Steven Knight | 2002-03-25 | 1 | -0/+6 |
|
|
| * | Fix subtle problems in end cases with using multiple scanners on a Node. | Steven Knight | 2002-03-20 | 1 | -9/+12 |
|
|
| * | Move find_file() and find_files() from SCons.Util to SCons.Node.FS. | Steven Knight | 2002-03-12 | 1 | -0/+51 |
|
|
| * | Create all of the directories for a target list before trying to build the ta... | Steven Knight | 2002-02-10 | 1 | -4/+6 |
|
|
| * | Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain) | Steven Knight | 2002-01-31 | 1 | -0/+12 |
|
|
| * | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
| * | Performance improvement: avoid recomputing signatures. | Steven Knight | 2002-01-29 | 1 | -13/+1 |
|
|
| * | Add the Precious() method. | Steven Knight | 2002-01-24 | 1 | -0/+5 |
|
|
| * | Provide an error message when a target hasn't been defined. | Steven Knight | 2002-01-24 | 1 | -7/+13 |
|
|
| * | Fix binary file signatures on Win32 (Crain). | Steven Knight | 2002-01-23 | 1 | -1/+1 |
|
|
| * | Strip $(-$) bracketed text from command lines. | Steven Knight | 2002-01-23 | 1 | -1/+3 |
|
|
| * | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 1 | -146/+93 |
|
|
| * | Node.FS performance improvements (Charles Crain). | Steven Knight | 2002-01-02 | 1 | -4/+12 |
|
|
| * | General performance tweaks | Steven Knight | 2001-12-31 | 1 | -44/+45 |
|
|
| * | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 1 | -24/+32 |
|
|
| * | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 1 | -0/+1 |
|
|
| * | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 1 | -1/+1 |
|
|
| * | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 1 | -3/+7 |
|
|
| * | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 1 | -6/+26 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -6/+79 |
|
|
| * | 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 | -3/+4 |
|
|
| * | Add Scanner objects to source files when we first find them, not later when t... | Steven Knight | 2001-12-11 | 1 | -5/+1 |
|
|
| * | Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a... | Steven Knight | 2001-12-11 | 1 | -0/+15 |
|
|
| * | More NT portability fixes. | Steven Knight | 2001-11-24 | 1 | -18/+21 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -2/+31 |
|
|
| * | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 1 | -0/+11 |
|
|
| * | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 1 | -1/+8 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 1 | -12/+28 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 1 | -16/+63 |
|
|
| * | Generalize whether or not nodes use signatures, and how the Sig module decide... | Steven Knight | 2001-10-15 | 1 | -3/+18 |
|
|
| * | Add an FS.Entry class that can morph to File or Dir. | Steven Knight | 2001-10-15 | 1 | -34/+85 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
| * | Add children() methods for nodes. | Steven Knight | 2001-10-02 | 1 | -0/+5 |
|
|
| * | Enhance Builders to take any type of node as input. | Steven Knight | 2001-09-24 | 1 | -0/+6 |
|
|
| * | Implement the Depends() method. | Steven Knight | 2001-09-24 | 1 | -0/+4 |
|
|
| * | rebuild in response to changed .c file | Steven Knight | 2001-09-21 | 1 | -0/+8 |
|
|
| * | Clean up the Node.FS class. | Steven Knight | 2001-09-19 | 1 | -80/+203 |
|
|
| * | 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/+139 |
|
|