2002-04-05 |
stevenknight | Various performance enhancements. (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-05 |
stevenknight | Fix various problems with --profile (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-05 |
stevenknight | Add --debug=dtree option (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-04-04 |
stevenknight | Fix rescanning of files with no implicit deps (Anthony... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
stevenknight | Fix --debug=tree for directory targets (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2002-03-31 |
stevenknight | Make -c work with -n: don't remove the files! |
commit | commitdiff | tree | snapshot |
2002-03-30 |
stevenknight | Initialize the new branch. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Don't try to build the extremely incomplete User Guide. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Prepare for 0.06 release. |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Support a CPPFLAGS variable (a la GNU Make). |
commit | commitdiff | tree | snapshot |
2002-03-28 |
stevenknight | Add Fortran support. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Add more document Builders: PDF and PostScript. |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Document the ARGUMENTS dictionary for command-line... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Eliminate build/packaging dependency on jade, jadetex... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Fix problems with two tests (one portability, one syntax). |
commit | commitdiff | tree | snapshot |
2002-03-27 |
stevenknight | Add WhereIs() functionality. |
commit | commitdiff | tree | snapshot |
2002-03-25 |
stevenknight | Add support for target Aliases. |
commit | commitdiff | tree | snapshot |
2002-03-24 |
stevenknight | Move SCons.Util.scons_str2nodes() to SCons.Node/__init_... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
stevenknight | Support the build of TeX documents (Task 47116). ... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
stevenknight | Make env['FOO'] by shorthand for env.Dictionary()[... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
stevenknight | Move autogenerate() from SCons.Util.py to SCons.Environ... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
stevenknight | Make construction variables with a value of 0 work... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
stevenknight | Speed up SCons.Sig.Calculator.bsig() (second most time... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
stevenknight | Fix subtle problems in end cases with using multiple... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
stevenknight | Enhance the Walker to call a third supplied function... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
stevenknight | Turn the Prog Scanner into a prototype pattern that... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
stevenknight | Make FunctionAction arguments be Nodes, not strings... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
stevenknight | Swap the global and local arguments in scons_subst... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Support whitespace separated CPPPATH, etc. (Task 49057... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Add a --profile=file option. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Move find_file() and find_files() from SCons.Util to... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
stevenknight | Implement the -U option. (Steve Leblanc) |
commit | commitdiff | tree | snapshot |
2002-03-10 |
stevenknight | Make the C*FILESUFFIX.py, LEX*.py and YACC*.py tests... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
stevenknight | Fix an exception caused by a null-string CPPPATH. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
stevenknight | Changes to the CommandGenerator functionality. (Charle... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Fix RANLIB tests for systems that don't have ranlib... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Change the default lex command to use the POSIX-complia... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
stevenknight | Add a CXXFile builder to turn .ll and .yy files into... |
commit | commitdiff | tree | snapshot |
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 |
next |