scons.git
2002-04-22 stevenknightSmall fix for yacc: only look for a .h file if they...
2002-04-22 stevenknightTreat .c (lower case) and .C (upper case) files the...
2002-04-22 stevenknightPropogate PYTHONPATH when building SCons.
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-22 stevenknightFix Fortran arguments on Win32.
2002-04-17 stevenknightFix win32LinkGenerator.
2002-04-17 stevenknightWin32 portability fix for the --debug=dtree test.
2002-04-16 stevenknightFix importing of modules from the SConscript directory...
2002-04-16 stevenknightHandle long command lines for the MSVC linker.
2002-04-16 stevenknightShared library test fixes. (Charles Crain)
2002-04-15 stevenknightFollow-on shared library fix for WIN32 systems. (Charl...
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightChange the meaning of -U, and made -D work like -U...
2002-04-11 stevenknightMake .sconsign files get written even if the build...
2002-04-11 stevenknightChange to SConscript directory when reading it. (Steve...
2002-04-11 stevenknightAdd abspath construction variable modifier and variabl...
2002-04-11 stevenknightImplement implicit dependency caching.
2002-04-09 stevenknightAdd a better hierarchical build example from the scons...
2002-04-09 stevenknightImplement content signature caching and --max-drift...
2002-04-05 stevenknightClean up how the Environment dictionary is passed to...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-04-05 stevenknightFix various problems with --profile (Anthony Roach)
2002-04-05 stevenknightAdd --debug=dtree option (Anthony Roach)
2002-04-04 stevenknightFix rescanning of files with no implicit deps (Anthony...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-31 stevenknightMake -c work with -n: don't remove the files!
2002-03-30 stevenknightInitialize the new branch.
2002-03-28 stevenknightDon't try to build the extremely incomplete User Guide.
2002-03-28 stevenknightPrepare for 0.06 release.
2002-03-28 stevenknightSupport a CPPFLAGS variable (a la GNU Make).
2002-03-28 stevenknightAdd Fortran support.
2002-03-27 stevenknightAdd more document Builders: PDF and PostScript.
2002-03-27 stevenknightDocument the ARGUMENTS dictionary for command-line...
2002-03-27 stevenknightEliminate build/packaging dependency on jade, jadetex...
2002-03-27 stevenknightFix problems with two tests (one portability, one syntax).
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
2002-03-23 stevenknightSupport the build of TeX documents (Task 47116). ...
2002-03-22 stevenknightMake env['FOO'] by shorthand for env.Dictionary()[...
2002-03-22 stevenknightMove autogenerate() from SCons.Util.py to SCons.Environ...
2002-03-21 stevenknightMake construction variables with a value of 0 work...
2002-03-21 stevenknightSpeed up SCons.Sig.Calculator.bsig() (second most time...
2002-03-20 stevenknightFix subtle problems in end cases with using multiple...
2002-03-19 stevenknightEnhance the Walker to call a third supplied function...
2002-03-16 stevenknightTurn the Prog Scanner into a prototype pattern that...
2002-03-16 stevenknightMake FunctionAction arguments be Nodes, not strings...
2002-03-14 stevenknightSwap the global and local arguments in scons_subst...
2002-03-12 stevenknightSupport whitespace separated CPPPATH, etc. (Task 49057...
2002-03-12 stevenknightAdd a --profile=file option.
2002-03-12 stevenknightMove find_file() and find_files() from SCons.Util to...
2002-03-12 stevenknightImplement the -U option. (Steve Leblanc)
2002-03-10 stevenknightMake the C*FILESUFFIX.py, LEX*.py and YACC*.py tests...
2002-03-08 stevenknightFix an exception caused by a null-string CPPPATH.
2002-03-08 stevenknightChanges to the CommandGenerator functionality. (Charle...
2002-03-07 stevenknightFix RANLIB tests for systems that don't have ranlib...
2002-03-07 stevenknightChange the default lex command to use the POSIX-complia...
2002-03-07 stevenknightAdd a CXXFile builder to turn .ll and .yy files into...
2002-03-07 stevenknightMake the CFile Builder's SUFFIX configurable.
2002-03-02 stevenknightAdd RANLIB, and check for the existence of 'ranlib...
2002-03-02 stevenknightAdd tests for AR and ARFLAGS.
2002-03-01 stevenknightPerformance: Use a dictionary, not a list, for a Node...
2002-02-27 stevenknightDocument LIBS, fix a typo.
2002-02-26 stevenknightExtend SConstruct et al. to build .zip files, and to...
2002-02-25 stevenknightInitialize the new branch.
2002-02-22 stevenknightSet up according to Python HOWTO.
2002-02-22 stevenknightPrepare for release 0.05.
2002-02-21 stevenknightAdd the -q option.
2002-02-21 stevenknightFix the --debug=pdb option on Windows.
2002-02-21 stevenknightRemove all built targets even if some don't exist.
2002-02-21 stevenknightImplement the -u option (Task 39028). (Steve Leblanc)
2002-02-20 stevenknightAdd command generator function support. (Anthony Roach)
2002-02-20 stevenknightRemove left-over dir argument from get_contents() calls...
2002-02-20 stevenknightFix runtest.py for new package-testing scheme baseline...
2002-02-19 stevenknightRevamp package testing.
2002-02-18 stevenknightEfficiency: On the Taskmaster's Walker's out-of-date...
2002-02-18 stevenknightOnly substitute __FILE__, etc. in revision lines.
2002-02-17 stevenknightSConstruct file clean ups.
2002-02-17 stevenknightAdd preliminary support for Unicode strings.
2002-02-17 stevenknightExit status portability on Windows NT.
2002-02-15 stevenknightRun HTML files through tidy (if it's available) to...
2002-02-14 stevenknightDocument the minimum Python version required.
2002-02-14 stevenknightFix new .sconsign file write-logic portability to Windo...
2002-02-13 stevenknightInstall the man page in the Debian package.
2002-02-13 stevenknightSConstruct fix to avoid unnecessary rebuilds.
2002-02-12 stevenknightIgnore the version.sgml file when deciding whether...
2002-02-12 stevenknightFilter out a file's ignore list from all of its depende...
2002-02-10 stevenknightDocument the LIBPATH construction variable.
2002-02-10 stevenknightAllow the exported variables in an SConscript() call...
2002-02-10 stevenknightWIN32 portability in tests.
2002-02-10 stevenknightCreate all of the directories for a target list before...
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-02-09 stevenknightMake writing a .sconsign more robust by writing to...
2002-02-09 stevenknightLookup implicit dependencies relative to the directory...
2002-02-06 stevenknightAdd the Python 10 paper to the CVS repository now that...
2002-02-06 stevenknightBring CVS in sync with Aegis: Add missing .aeignore...
2002-02-05 stevenknightMore performance optimizations (Charles Crain)
2002-02-05 stevenknightMake scons return a failure code when a Builder fails...
2002-02-04 stevenknightForgot CHANGES.txt updates on the last two checkins.
2002-02-04 stevenknightMake scons return an error code (Anthony Roach)
next