| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for release. | Steven Knight | 2001-12-24 | 4 | -16/+23 |
|
|
* | Make Default work with subdirectories. | Steven Knight | 2001-12-22 | 3 | -18/+23 |
|
|
* | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 3 | -5/+7 |
|
|
* | Create the Script directory | Steven Knight | 2001-12-21 | 6 | -17/+21 |
|
|
* | Provide an error message when a command isn't found. | Steven Knight | 2001-12-21 | 3 | -17/+66 |
|
|
* | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 5 | -5/+23 |
|
|
* | Forgot CHANGES.txt updates on last checkin. | Steven Knight | 2001-12-20 | 1 | -0/+6 |
|
|
* | 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 | 7 | -53/+130 |
|
|
* | Fix setup.py so it doesn't require an argument. | Steven Knight | 2001-12-17 | 3 | -3/+8 |
|
|
* | Make Default() accept a node | Steven Knight | 2001-12-17 | 2 | -4/+15 |
|
|
* | Make SCONS_LIB_DIR actually work | Steven Knight | 2001-12-17 | 2 | -1/+3 |
|
|
* | Forgot to update the change log on the last fix (CPPPATH). | Steven Knight | 2001-12-17 | 1 | -0/+2 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 10 | -38/+263 |
|
|
* | Fix the comment at the top of the scons.bat file. | Steven Knight | 2001-12-14 | 2 | -1/+8 |
|
|
* | Prepare release notes, change log, etc. | Steven Knight | 2001-12-14 | 3 | -1/+143 |
|
|
* | 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 |
|
|
* | Roll our own RPM package generation. | Steven Knight | 2001-12-13 | 2 | -12/+0 |
|
|
* | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 10 | -39/+93 |
|
|
* | Add Anthony's os.spawnv patch file to the release. | Steven Knight | 2001-12-11 | 2 | -0/+84 |
|
|
* | 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 |
|
|
* | Remove some debug writes in setup.py that got left in the previous change | Steven Knight | 2001-11-28 | 1 | -2/+0 |
|
|
* | 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 | 8 | -82/+87 |
|
|
* | Move most of the code from the scons script into a SCons module. | Steven Knight | 2001-11-27 | 3 | -638/+685 |
|
|
* | 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 | 14 | -14/+599 |
|
|
* | 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 |
|
|