scons.git
2002-05-03 stevenknightFix for handling deleted files in packages when closing...
2002-05-02 stevenknightReally prepare for the 0.07 release.
2002-05-02 stevenknightFix a bug that caused BuildDir(duplicate=1) along with...
2002-05-02 stevenknightBuild: don't use an intermediate scons-doc.tar file.
2002-05-02 stevenknightDon't rebuild WIN32 libraries when there's no import...
2002-05-02 stevenknightAdd a test (short-circuited for now) for file names...
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-05-02 stevenknightFix for long-line LINKCOM signatures on WIN32; add...
2002-04-30 stevenknightImprove the scons.bat script. (Alex Jacques)
2002-04-29 stevenknightFix for CPPPATH='#'. (Charles Crain)
2002-04-29 stevenknightAdd 'dirs' and 'names' keyword arguments to SConscript...
2002-04-29 stevenknightDoc and README/RELEASE updates in preparation for event...
2002-04-25 stevenknightDon't create a directory Node when a file already exist...
2002-04-24 stevenknightFix for relative CPPPATH directories in subsidiary...
2002-04-24 stevenknightLeft DH_VERBOSE set on the Debian packaging rework.
2002-04-24 stevenknightMake Alias work with -U, -u, and -D (Anthony Roach)
2002-04-24 stevenknightRework Debian packaging ito incorporate changes from...
2002-04-23 stevenknightSupport building a PDF file directly from a TeX or...
2002-04-23 stevenknightFix attempts to unlink directories when unzipping an...
2002-04-23 stevenknightBuild patches for IRIX. (Chad Austin)
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.
next