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 |
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 |
next |