2002-01-15 |
stevenknight | Fix things on the man page. |
commit | commitdiff | tree | snapshot |
2002-01-12 |
stevenknight | Make the Default() method accomodate targets with white... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Fix using a directory as Default(). |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Prepare for release. |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Add command-line redirection (Charles Crain). |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Check for the existence of lex and yacc in those tests... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Fix improper initialization of a UserString (Charles... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Refactor the Windows registry stuff from Defaults.py... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
stevenknight | Add the InstallAs() method (Charles Crain). |
commit | commitdiff | tree | snapshot |
2002-01-10 |
stevenknight | Fix bug 494991 |
commit | commitdiff | tree | snapshot |
2002-01-10 |
stevenknight | In the Object Builder, use a single Action instance... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
stevenknight | Split Action objects into their own module. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
stevenknight | Collect common type-checking logic in SCons.Util. |
commit | commitdiff | tree | snapshot |
2002-01-08 |
stevenknight | Document fixes for 0.02 man page omissisions. |
commit | commitdiff | tree | snapshot |
2002-01-07 |
stevenknight | Add support for lex and yacc. |
commit | commitdiff | tree | snapshot |
2002-01-05 |
stevenknight | Refactor BuilderBase.__call__() to separate node creati... |
commit | commitdiff | tree | snapshot |
2002-01-05 |
stevenknight | Allow Builder objects to have both an action and a... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
stevenknight | Signature performance improvements (Charles Crain). |
commit | commitdiff | tree | snapshot |
2002-01-03 |
stevenknight | Refactor CompositeBuilder initialization. |
commit | commitdiff | tree | snapshot |
2002-01-02 |
stevenknight | Node.FS performance improvements (Charles Crain). |
commit | commitdiff | tree | snapshot |
2002-01-02 |
stevenknight | Append suffixes to white-space separated source files... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
stevenknight | Forgot to credit Anthony in CHANGES.txt for the perform... |
commit | commitdiff | tree | snapshot |
2001-12-31 |
stevenknight | General performance tweaks |
commit | commitdiff | tree | snapshot |
2001-12-30 |
stevenknight | Windows test fixes |
commit | commitdiff | tree | snapshot |
2001-12-30 |
stevenknight | Finish MSVC support |
commit | commitdiff | tree | snapshot |
2001-12-30 |
stevenknight | Fix race condition with --debug=tree and -j |
commit | commitdiff | tree | snapshot |
2001-12-29 |
stevenknight | Add --debug=tree (print depenency tree) support |
commit | commitdiff | tree | snapshot |
2001-12-29 |
stevenknight | Add duplicate (defaults to true) option to BuildDir() |
commit | commitdiff | tree | snapshot |
2001-12-29 |
stevenknight | Add /usr/local/scons* to sys.path. |
commit | commitdiff | tree | snapshot |
2001-12-24 |
stevenknight | Update the release instructions, add an announcement. |
commit | commitdiff | tree | snapshot |
2001-12-24 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2001-12-24 |
stevenknight | Prepare for release. |
commit | commitdiff | tree | snapshot |
2001-12-22 |
stevenknight | Make Default work with subdirectories. |
commit | commitdiff | tree | snapshot |
2001-12-22 |
stevenknight | Add a quick-and-dirty set of examples to the man page. |
commit | commitdiff | tree | snapshot |
2001-12-21 |
stevenknight | Windows NT portability fixes for tests. |
commit | commitdiff | tree | snapshot |
2001-12-21 |
stevenknight | Create the Script directory |
commit | commitdiff | tree | snapshot |
2001-12-21 |
stevenknight | Provide an error message when a command isn't found. |
commit | commitdiff | tree | snapshot |
2001-12-20 |
stevenknight | Bug fixes: BuildDir() non-writable files, and CPPPATH... |
commit | commitdiff | tree | snapshot |
2001-12-20 |
stevenknight | Forgot CHANGES.txt updates on last checkin. |
commit | commitdiff | tree | snapshot |
2001-12-20 |
stevenknight | Fix Export(), add Import() and Return() |
commit | commitdiff | tree | snapshot |
2001-12-19 |
stevenknight | Add a getcwd() method to Node.FS so we can wrap up... |
commit | commitdiff | tree | snapshot |
2001-12-19 |
stevenknight | Update release HOWTO now that our download web page... |
commit | commitdiff | tree | snapshot |
2001-12-19 |
stevenknight | Bug fixes from Charles Crain. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
stevenknight | Fix setup.py so it doesn't require an argument. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
stevenknight | Make Default() accept a node |
commit | commitdiff | tree | snapshot |
2001-12-17 |
stevenknight | Make SCONS_LIB_DIR actually work |
commit | commitdiff | tree | snapshot |
2001-12-17 |
stevenknight | Forgot to update the change log on the last fix (CPPPATH). |
commit | commitdiff | tree | snapshot |
2001-12-17 |
stevenknight | Add CPPPATH to man page |
commit | commitdiff | tree | snapshot |
2001-12-15 |
stevenknight | Add BuildDir(), Export(), and Install() functionality... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
stevenknight | Fix the comment at the top of the scons.bat file. |
commit | commitdiff | tree | snapshot |
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 |
next |