| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 7 | -54/+120 |
|
|
| * | 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 |
|
|
| * | Create a troff man page. | Steven Knight | 2001-12-11 | 6 | -1143/+751 |
|
|
| * | 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 | 6 | -24/+36 |
|
|
| * | 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 | 12 | -132/+163 |
|
|
| * | Remove some debug writes in setup.py that got left in the previous change | Steven Knight | 2001-11-28 | 2 | -3/+1 |
|
|
| * | Detect dependency cycles | Steven Knight | 2001-11-28 | 5 | -9/+125 |
|
|
| * | Change packaging to the new /usr/lib/scons/ scheme | Steven Knight | 2001-11-28 | 12 | -97/+142 |
|
|
| * | Move most of the code from the scons script into a SCons module. | Steven Knight | 2001-11-27 | 5 | -642/+689 |
|
|
| * | More NT portability fixes. | Steven Knight | 2001-11-24 | 15 | -123/+168 |
|
|
| * | Complete CPPPATH work. | Steven Knight | 2001-11-22 | 6 | -23/+96 |
|
|
| * | Gracefully handle the case where a .sconsign file can't be written | Steven Knight | 2001-11-21 | 2 | -5/+69 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 22 | -93/+457 |
|
|
| * | Add the scons package. | Steven Knight | 2001-11-16 | 21 | -129/+904 |
|
|
| * | 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 |
|
|
| * | Generalize DH_COMPAT for various Debian build levels. | Steven Knight | 2001-11-13 | 2 | -3/+11 |
|
|
| * | Add some missing .aeignore files. | Steven Knight | 2001-11-05 | 3 | -0/+9 |
|
|
| * | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 10 | -35/+306 |
|
|
| * | Make the (s) and variables upper-case. | Steven Knight | 2001-10-31 | 20 | -60/+60 |
|
|
| * | Fix build dependencies. | Steven Knight | 2001-10-30 | 1 | -1/+1 |
|
|
| * | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 9 | -31/+56 |
|
|
| * | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 9 | -191/+286 |
|
|
| * | Fix a number of small problems in tests. | Steven Knight | 2001-10-28 | 6 | -9/+28 |
|
|
| * | Fix a signature calculation bug. | Steven Knight | 2001-10-26 | 3 | -19/+190 |
|
|
| * | Make up-to-date messages get printed out in the correct order Mark II | Steven Knight | 2001-10-26 | 4 | -53/+71 |
|
|
| * | Support building (sub)directories. | Steven Knight | 2001-10-25 | 16 | -354/+582 |
|
|
| * | Add -k support and more | Steven Knight | 2001-10-24 | 10 | -107/+392 |
|
|
| * | 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 | 4 | -128/+213 |
|
|
| * | Portability fixes for tests on Windows Nt. | Steven Knight | 2001-10-17 | 24 | -195/+375 |
|
|
| * | 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 | 7 | -12/+10 |
|
|
| * | Add LINKFLAGS support. | Steven Knight | 2001-10-12 | 3 | -5/+83 |
|
|
| * | Add tests and support for and . | Steven Knight | 2001-10-12 | 9 | -36/+91 |
|
|
| * | Refactor construction variable expansion. | Steven Knight | 2001-10-12 | 5 | -85/+77 |
|
|