2002-03-07 |
stevenknight | Make the CFile Builder's SUFFIX configurable. |
commit | commitdiff | tree | snapshot |
2002-03-02 |
stevenknight | Add RANLIB, and check for the existence of 'ranlib... |
commit | commitdiff | tree | snapshot |
2002-03-02 |
stevenknight | Add tests for AR and ARFLAGS. |
commit | commitdiff | tree | snapshot |
2002-03-01 |
stevenknight | Performance: Use a dictionary, not a list, for a Node... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
stevenknight | Document LIBS, fix a typo. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
stevenknight | Extend SConstruct et al. to build .zip files, and to... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
stevenknight | Set up according to Python HOWTO. |
commit | commitdiff | tree | snapshot |
2002-02-22 |
stevenknight | Prepare for release 0.05. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
stevenknight | Add the -q option. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
stevenknight | Fix the --debug=pdb option on Windows. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
stevenknight | Remove all built targets even if some don't exist. |
commit | commitdiff | tree | snapshot |
2002-02-21 |
stevenknight | Implement the -u option (Task 39028). (Steve Leblanc) |
commit | commitdiff | tree | snapshot |
2002-02-20 |
stevenknight | Add command generator function support. (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-02-20 |
stevenknight | Remove left-over dir argument from get_contents() calls... |
commit | commitdiff | tree | snapshot |
2002-02-20 |
stevenknight | Fix runtest.py for new package-testing scheme baseline... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
stevenknight | Revamp package testing. |
commit | commitdiff | tree | snapshot |
2002-02-18 |
stevenknight | Efficiency: On the Taskmaster's Walker's out-of-date... |
commit | commitdiff | tree | snapshot |
2002-02-18 |
stevenknight | Only substitute __FILE__, etc. in revision lines. |
commit | commitdiff | tree | snapshot |
2002-02-17 |
stevenknight | SConstruct file clean ups. |
commit | commitdiff | tree | snapshot |
2002-02-17 |
stevenknight | Add preliminary support for Unicode strings. |
commit | commitdiff | tree | snapshot |
2002-02-17 |
stevenknight | Exit status portability on Windows NT. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
stevenknight | Run HTML files through tidy (if it's available) to... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
stevenknight | Document the minimum Python version required. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
stevenknight | Fix new .sconsign file write-logic portability to Windo... |
commit | commitdiff | tree | snapshot |
2002-02-13 |
stevenknight | Install the man page in the Debian package. |
commit | commitdiff | tree | snapshot |
2002-02-13 |
stevenknight | SConstruct fix to avoid unnecessary rebuilds. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
stevenknight | Ignore the version.sgml file when deciding whether... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
stevenknight | Filter out a file's ignore list from all of its depende... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
stevenknight | Document the LIBPATH construction variable. |
commit | commitdiff | tree | snapshot |
2002-02-10 |
stevenknight | Allow the exported variables in an SConscript() call... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
stevenknight | WIN32 portability in tests. |
commit | commitdiff | tree | snapshot |
2002-02-10 |
stevenknight | Create all of the directories for a target list before... |
commit | commitdiff | tree | snapshot |
2002-02-09 |
stevenknight | Fix variable interpolation with spaces, and problems... |
commit | commitdiff | tree | snapshot |
2002-02-09 |
stevenknight | Make writing a .sconsign more robust by writing to... |
commit | commitdiff | tree | snapshot |
2002-02-09 |
stevenknight | Lookup implicit dependencies relative to the directory... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
stevenknight | Add the Python 10 paper to the CVS repository now that... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
stevenknight | Bring CVS in sync with Aegis: Add missing .aeignore... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
stevenknight | More performance optimizations (Charles Crain) |
commit | commitdiff | tree | snapshot |
2002-02-05 |
stevenknight | Make scons return a failure code when a Builder fails... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
stevenknight | Forgot CHANGES.txt updates on the last two checkins. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
stevenknight | Make scons return an error code (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-02-04 |
stevenknight | Set PROGSUFFIX to .exe under Cygwin. (Chad Austin) |
commit | commitdiff | tree | snapshot |
2002-02-04 |
stevenknight | Finally, eat our own dog food: start using SCons to... |
commit | commitdiff | tree | snapshot |
2002-02-03 |
stevenknight | Support Scanner functions returning strings, not just... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
stevenknight | Compensate for an os.path.normpath('./') bug on Win32... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
stevenknight | Flush sys.stdout after every write() so it intermixes... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
stevenknight | Remove left-over debug prints in test/subdir.py. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
stevenknight | Allow libraries to specified as source files on the... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
stevenknight | Initialize new branch. |
commit | commitdiff | tree | snapshot |
2002-01-30 |
stevenknight | Prepare for release 0.04. |
commit | commitdiff | tree | snapshot |
2002-01-30 |
stevenknight | Support installation in arbitrary --prefix values. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
stevenknight | Put quotes around arguments that contain white space... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
stevenknight | Update Copyright lines for the new year. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
stevenknight | Fix SCon{struct,script} files to build SCons with itself. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
stevenknight | Performance improvement: avoid recomputing signatures. |
commit | commitdiff | tree | snapshot |
2002-01-28 |
stevenknight | Fix so Nodes don't get removed by ListBuilder after... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
stevenknight | Add a --debug=pdb option to run SCons under the Python... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
stevenknight | Fix for previous Tasks change. |
commit | commitdiff | tree | snapshot |
2002-01-26 |
stevenknight | Only execute an Action once for a List of targets. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
stevenknight | Add the Precious() method. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
stevenknight | Provide an error message when a target hasn't been... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
stevenknight | Fix the Multiple Variants example in the man page. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
stevenknight | Add the Ignore() method. |
commit | commitdiff | tree | snapshot |
2002-01-23 |
stevenknight | Provide a traceback if a Python-function builder throws... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
stevenknight | Handle LIBPATH as a string (Crain). |
commit | commitdiff | tree | snapshot |
2002-01-23 |
stevenknight | Fix binary file signatures on Win32 (Crain). |
commit | commitdiff | tree | snapshot |
2002-01-23 |
stevenknight | Strip $(-$) bracketed text from command lines. |
commit | commitdiff | tree | snapshot |
2002-01-23 |
stevenknight | Make the C Scanner always return the dependencies sorte... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
stevenknight | Windows NT portability in the ARGUMENTS.py test. |
commit | commitdiff | tree | snapshot |
2002-01-18 |
stevenknight | Task 45350 - Add passing of custom command-line arguments. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
stevenknight | Add examples of using Library, LIBS, and LIBPATH. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
stevenknight | Remove the Wrapper class in between the Walker and... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
stevenknight | Significant performance optimizations (Charles Crain). |
commit | commitdiff | tree | snapshot |
2002-01-15 |
stevenknight | Add Action() and Scanner() the list of global variables. |
commit | commitdiff | tree | snapshot |
2002-01-15 |
stevenknight | Start getting ready to eat our own dog food: prototype... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
stevenknight | Document function Actions and fix their return values... |
commit | commitdiff | tree | snapshot |
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 |
next |