REF: remove duplicated function msvc_setup_env_once.
[scons.git] / src / script /
2009-11-10 bdbaddogAdd check for python 3.0.0 or higher and exit with...
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-03-08 GregNoelIssue 2326, change execfile() to exec ... (FIXED)
2009-03-02 GregNoelreplace execfile() by equivalent exec statement
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-10-07 stevenknightFix label placement in gnuplot graphs by the "scons...
2008-09-11 stevenknightIssue 2005: Avoid an infinite loop looking for the...
2008-06-10 stevenknightMerged revisions 2949-2953,2955-3056 via svnmerge from
2008-05-18 stevenknightMerged revisions 2928-2932,2934-2946 via svnmerge from
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2007-01-07 stevenknightMerged revisions 1738-1754,1756 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-04-15 stevenknightFix line endings on DOS files that want CRLF preserved.
2005-08-07 stevenknightWin32 portability.
2005-06-25 stevenknightAdd a --raw option to the sconsign script.
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2004-09-16 stevenknightFix SCons on SuSE/AMD-64 Linux by having the wrapper...
2004-08-19 stevenknight@REM, not just REM, in the scons.bat file.
2004-07-30 stevenknightChange the copyright statement to reflect ownership...
2004-06-01 stevenknightStore the different dependencies in binfo separately.
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-06 stevenknightRefactor .sconsign management into its own module.
2004-04-25 stevenknightHave SConsignFile() use a dblite.py module by default...
2004-01-07 stevenknightUpdate the Copyright years to include 2004.
2003-11-03 stevenknightSync CVS log from master Aegis repository.
2003-10-26 stevenknightFix a regression with CPPDEFINES when using the g+...
2003-10-12 stevenknightPython 1.5.2 portability in the previous script fix.
2003-10-12 stevenknightMore flexible RPM building. (Gerard Patel) Have scrip...
2003-09-02 stevenknightSupport using a single .sconsign file. (Stephen Kennedy)
2003-07-20 stevenknightNew sconsign script fixes: print timestamp values...
2003-07-18 stevenknightAdd a script to print .sconsign file contents.
2003-02-10 stevenknightFix the scons.bat file for the new library packaging.
2003-02-07 stevenknightFix case-sensitive packaging problem on Win32.
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2002-12-04 stevenknightPackage a standalone scons-local package.
2002-06-18 stevenknightSupply more specific version info, including build...
2002-04-30 stevenknightImprove the scons.bat script. (Alex Jacques)
2002-02-25 stevenknightInitialize the new branch.
2002-02-06 stevenknightBring CVS in sync with Aegis: Add missing .aeignore...
2002-01-30 stevenknightSupport installation in arbitrary --prefix values.
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2001-12-29 stevenknightAdd /usr/local/scons* to sys.path.
2001-12-17 stevenknightMake SCONS_LIB_DIR actually work
2001-12-14 stevenknightFix the comment at the top of the scons.bat file.
2001-11-28 stevenknightChange packaging to the new /usr/lib/scons/ scheme
2001-11-27 stevenknightMove most of the code from the scons script into a...
2001-11-16 stevenknightAdd the scons package.
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-28 stevenknightChange node and .sconsign handling to separate build...
2001-10-26 stevenknightMake up-to-date messages get printed out in the correct...
2001-10-25 stevenknightSupport building (sub)directories.
2001-10-24 stevenknightAdd -k support and more
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-15 stevenknightRemove the Node.derived attribute.
2001-10-11 stevenknightAdd the Library() method.
2001-10-10 stevenknightAdd -i (ignore errors) support
2001-10-09 stevenknightAdd support for -c (clean targets).
2001-10-05 stevenknightUse the Node Walker to build dependencies in order.
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightFix various bugs caused by Python 2.1
2001-10-02 stevenknightHandle build errors.
2001-10-01 stevenknightPass in the signature Calculator to the Task
2001-09-29 stevenknightAdd a test for unknown options (both short and long).
2001-09-26 stevenknightAdd support for SCONSFLAGS.
2001-09-21 stevenknightHave SCons report when something is up-to-date.
2001-09-21 stevenknightrebuild in response to changed .c file
2001-09-21 stevenknightError message if no SConstruct file.
2001-09-20 stevenknightInstall scons, not scons.py
2001-09-20 stevenknightCygwin portability fixes for Windows NT builds.
2001-09-20 stevenknightAdd support for Default() targets.
2001-09-19 stevenknightClean up the Node.FS class.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.