2001-12-14 |
stevenknight | Update version numbers, etc., to 0.02. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
stevenknight | Give the debian build its own Command() so we can expli... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
stevenknight | Prepare release notes, change log, etc. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
stevenknight | Last Windows NT portability fixes (this release). |
commit | commitdiff | tree | snapshot |
2001-12-14 |
stevenknight | Fix a build reentrancy problem introduced by our RPM... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
stevenknight | Fix for copying BuilderWrapper objects within Environme... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
stevenknight | Roll our own RPM package generation. |
commit | commitdiff | tree | snapshot |
2001-12-13 |
stevenknight | Add the troff man page to the Debian package. |
commit | commitdiff | tree | snapshot |
2001-12-13 |
stevenknight | Add variable interpolation to the man page |
commit | commitdiff | tree | snapshot |
2001-12-13 |
stevenknight | Bug fixes for Scanner handling of subdirectories and... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Add Anthony's os.spawnv patch file to the release. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Rework implicit dependency scanning for relative CPPPAT... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Add another C Scanner unit test. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Track implicit (scanned) dependencies separately from... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Add a __hash_() method to the Scanners. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Create a specific CScanner subclass. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Delay scanning a node from when we ask for its children... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Move autogeneration of PATH-based variables from Enviro... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Refactor some common testing in the C Scanner tests. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Add Scanner objects to source files when we first find... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Add a Node.FS.__cmp__() method, fix the Node.FS.Entry... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Create a troff man page. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Have the C Scanner handle IOError when a file doesn... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
stevenknight | Refactor the Builder execute() interface to take Nodes... |
commit | commitdiff | tree | snapshot |
2001-12-07 |
stevenknight | Fix problems with Python callable objects as Builder... |
commit | commitdiff | tree | snapshot |
2001-12-04 |
stevenknight | Speed up and generalize SCons.Util.find_files(). |
commit | commitdiff | tree | snapshot |
2001-12-03 |
stevenknight | Refactor the Scanner class(es) into a Prototype pattern. |
commit | commitdiff | tree | snapshot |
2001-11-29 |
stevenknight | More NT portability in the tests. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
stevenknight | Remove some debug writes in setup.py that got left... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
stevenknight | Detect dependency cycles |
commit | commitdiff | tree | snapshot |
2001-11-28 |
stevenknight | Change packaging to the new /usr/lib/scons/ scheme |
commit | commitdiff | tree | snapshot |
2001-11-27 |
stevenknight | Move most of the code from the scons script into a... |
commit | commitdiff | tree | snapshot |
2001-11-24 |
stevenknight | More NT portability fixes. |
commit | commitdiff | tree | snapshot |
2001-11-22 |
stevenknight | Complete CPPPATH work. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
stevenknight | Gracefully handle the case where a .sconsign file can... |
commit | commitdiff | tree | snapshot |
2001-11-20 |
stevenknight | Crain: Finish LIBS, LIBPATH, CPPPATH |
commit | commitdiff | tree | snapshot |
2001-11-16 |
stevenknight | Add the scons package. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
stevenknight | LIBS and LIBPATH work, variable substitution changes. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
stevenknight | Implement CPPPATH and scanning during builds. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
stevenknight | Generalize DH_COMPAT for various Debian build levels. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
stevenknight | Add some missing .aeignore files. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
stevenknight | Rebuild in response to a changed build command. |
commit | commitdiff | tree | snapshot |
2001-10-31 |
stevenknight | Make the (s) and variables upper-case. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
stevenknight | Fix build dependencies. |
commit | commitdiff | tree | snapshot |
2001-10-29 |
stevenknight | Handle SConscript files in subdirectories. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
stevenknight | Change node and .sconsign handling to separate build... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
stevenknight | Fix a number of small problems in tests. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
stevenknight | Fix a signature calculation bug. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
stevenknight | Make up-to-date messages get printed out in the correct... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
stevenknight | Support building (sub)directories. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
stevenknight | Add -k support and more |
commit | commitdiff | tree | snapshot |
2001-10-18 |
stevenknight | If the value of a is None, interpolate '', not 'None'. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
stevenknight | Composite Builder and related changes from Charles... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
stevenknight | Portability fixes for tests on Windows Nt. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
stevenknight | Generalize whether or not nodes use signatures, and... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
stevenknight | Add an FS.Entry class that can morph to File or Dir. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
stevenknight | Remove the Node.derived attribute. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
stevenknight | Add LINKFLAGS support. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
stevenknight | Add tests and support for and . |
commit | commitdiff | tree | snapshot |
2001-10-12 |
stevenknight | Refactor construction variable expansion. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
stevenknight | Use the prefix and suffix arguments in the Builder... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
stevenknight | Implement special variable substitution. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
stevenknight | Add the Library() method. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
stevenknight | Add -i (ignore errors) support |
commit | commitdiff | tree | snapshot |
2001-10-09 |
stevenknight | Use the module-specific current() function. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
stevenknight | Add support for -c (clean targets). |
commit | commitdiff | tree | snapshot |
2001-10-09 |
stevenknight | Make the Debian package build work. |
commit | commitdiff | tree | snapshot |
2001-10-06 |
stevenknight | Create Debian package installation |
commit | commitdiff | tree | snapshot |
2001-10-05 |
stevenknight | Use the Node Walker to build dependencies in order. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
stevenknight | Add a node Walker for descending the dependency tree. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
stevenknight | Add a bin/ subdirectory for admin utilities, and a... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
stevenknight | Updating licensing. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
stevenknight | Make the documentation build with more version of the... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
stevenknight | Add the Command() method. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
stevenknight | Add children() methods for nodes. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
stevenknight | Let the Taskmaster control whether the build stops. |
commit | commitdiff | tree | snapshot |
2001-10-02 |
stevenknight | Fix various bugs caused by Python 2.1 |
commit | commitdiff | tree | snapshot |
2001-10-02 |
stevenknight | Handle build errors. |
commit | commitdiff | tree | snapshot |
2001-10-01 |
stevenknight | Pass in the signature Calculator to the Task |
commit | commitdiff | tree | snapshot |
2001-09-29 |
stevenknight | Add support for multi-command Builders and Actions. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
stevenknight | Don't use Program() on some tests that don't need it. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
stevenknight | Make match_exact the default match function for TestSCons. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
stevenknight | Add a test for unknown options (both short and long). |
commit | commitdiff | tree | snapshot |
2001-09-28 |
stevenknight | Add support for the ENV construction variable. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
stevenknight | Add unit tests for Node methods that have been recently... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
stevenknight | Change the env.Dictionary to an access method for an... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
stevenknight | Add support for SCONSFLAGS. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
stevenknight | Enhance Builders to take any type of node as input. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
stevenknight | Implement the Depends() method. |
commit | commitdiff | tree | snapshot |
2001-09-21 |
stevenknight | Have SCons report when something is up-to-date. |
commit | commitdiff | tree | snapshot |
2001-09-21 |
stevenknight | rebuild in response to changed .c file |
commit | commitdiff | tree | snapshot |
2001-09-21 |
stevenknight | Error message if no SConstruct file. |
commit | commitdiff | tree | snapshot |
2001-09-21 |
stevenknight | Add additional tests to provide more examples. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
stevenknight | Add dummy C code to use argc and argv in tests. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
stevenknight | Cygwin's tar can't seem to unzip and extract simultaneo... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
stevenknight | test/errors.py fails when not run under Aegis. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
stevenknight | Install scons, not scons.py |
commit | commitdiff | tree | snapshot |
2001-09-20 |
stevenknight | Cygwin portability fixes for Windows NT builds. |
commit | commitdiff | tree | snapshot |
2001-09-20 |
stevenknight | Add support for Default() targets. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
stevenknight | Add an outline for a User's Guide. |
commit | commitdiff | tree | snapshot |
next |