Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 3875  Next ›
3875 07.01.2009 00:04:47, by garyo:
Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve Knudsen.
3874 06.01.2009 13:32:14, by garyo:
Add -e$TARGET to Borland linker command line, to fix issue #1166.
3873 04.01.2009 12:41:46, by garyo:
Clean up website per suggestions from Max Horn (via email to webmaster).

Make FAQ link go to the new wiki faq.
Updated Fink SCons package link.
Removed some outdated text and small errros.
3872 04.01.2009 09:24:11, by GregNoel:
First part of issue 2278: handle quoted module names in SWIG source
3871 04.01.2009 08:40:06, by stevenknight:
Simplify how NodeLists expand callable methods by making the NodeList
class itself callable, instead of relying on a subsidiary
CallableComposite class for that behavior.
3870 01.01.2009 21:00:24, by stevenknight:
Merged revisions 3859-3864 via svnmerge from
http://scons.tigris.org/svn/scons/trunk

........
r3859 | GregNoel | 2008-12-23 11:39:21 -0800 (Tue, 23 Dec 2008) | 1 line

Update post 1.2 schedule
........
r3860 | GregNoel | 2008-12-26 15:34:11 -0800 (Fri, 26 Dec 2008) | 1 line

Issue 2280: Document TestCommon.shobj_prefix
........
r3861 | GregNoel | 2008-12-26 15:43:07 -0800 (Fri, 26 Dec 2008) | 1 line

Credit to Arve Knudsen
........
r3862 | GregNoel | 2008-12-27 10:30:51 -0800 (Sat, 27 Dec 2008) | 1 line

Fix test to work on OS X; cleanup and simplification
........
r3863 | stevenknight | 2008-12-28 23:24:44 -0800 (Sun, 28 Dec 2008) | 5 lines

Update to latest Test{Cmd,Common}.py, including fixes for working
with other modules that use atexit, a zip() in earlier Python
versions that don't have it built in, and better error message
reported when we can't compile a regular expression.
........
r3864 | stevenknight | 2008-12-29 00:09:17 -0800 (Mon, 29 Dec 2008) | 4 lines

Fix use of path names in regular expression matches by running them
through re.escape() (specifically to avoid problems with embedded "+++"
in temporary directory names on Mac OS X).
........
3869 01.01.2009 19:36:15, by stevenknight:
Use a SCons.Util.UniqueList instance for the Executor.sources list
instead of maintaining its uniqueness by hand.
3868 01.01.2009 19:36:08, by stevenknight:
Have the {Append,Prepend}ENVPath() canonicalization make sure there's the
string is non-null before checking whether the first character is '#'.
3867 01.01.2009 14:18:06, by garyo:
Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193

Ap/PrependENVPath now accept paths starting with # and Dirs. Added
optional _canonicalize arg to SCons.Util.Ap/PrependPath, and pass an
implementation of that into them from Environment.Ap/PrependENVPath.

Can't just always do the canonicalization in SCons.Util because there
is no env there to get the fs to convert a #-prefixed path to the
proper path.
3866 31.12.2008 00:15:49, by stevenknight:
Allow subclassing of File and Dir nodes by having the must_be_same()
method check for isinstance(), not an exact class match.
3865 30.12.2008 20:59:43, by stevenknight:
Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with null
lists of targets and sources.
3864 29.12.2008 09:09:17, by stevenknight:
Fix use of path names in regular expression matches by running them
through re.escape() (specifically to avoid problems with embedded "+++"
in temporary directory names on Mac OS X).
3863 29.12.2008 08:24:44, by stevenknight:
Update to latest Test{Cmd,Common}.py, including fixes for working
with other modules that use atexit, a zip() in earlier Python
versions that don't have it built in, and better error message
reported when we can't compile a regular expression.
3862 27.12.2008 19:30:51, by GregNoel:
Fix test to work on OS X; cleanup and simplification
3861 27.12.2008 00:43:07, by GregNoel:
Credit to Arve Knudsen
3860 27.12.2008 00:34:11, by GregNoel:
Issue 2280: Document TestCommon.shobj_prefix
3859 23.12.2008 20:39:21, by GregNoel:
Update post 1.2 schedule
3858 22.12.2008 18:02:38, by stevenknight:
Merged revisions 3831-3855 via svnmerge from
http://scons.tigris.org/svn/scons/trunk

................
r3836 | stevenknight | 2008-12-20 06:01:33 -0800 (Sat, 20 Dec 2008) | 2 lines

Issue 2276: Fix use of codecs module in pre-2.3 Python versions.
................
r3837 | stevenknight | 2008-12-20 06:19:09 -0800 (Sat, 20 Dec 2008) | 2 lines

Issue 2247: Don't fail if we can't import a _subprocess module on Windows.
................
r3838 | stevenknight | 2008-12-20 08:15:01 -0800 (Sat, 20 Dec 2008) | 2 lines

Fix left-over deprecated use of the Options object.
................
r3839 | stevenknight | 2008-12-20 08:23:36 -0800 (Sat, 20 Dec 2008) | 3 lines

Add warnings for use of the (already) deprecated Options object
and its related functions.
................
r3846 | stevenknight | 2008-12-21 07:35:09 -0800 (Sun, 21 Dec 2008) | 2 lines

Updates for release 1.2.0.
................
r3848 | stevenknight | 2008-12-21 08:01:54 -0800 (Sun, 21 Dec 2008) | 36 lines

Merged revisions 3611-3763,3765-3794,3796-3811,3813-3839,3841-3847 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint

................
r3765 | stevenknight | 2008-11-04 07:57:03 -0800 (Tue, 04 Nov 2008) | 2 lines

Update release info for checkpoint.
................
r3796 | stevenknight | 2008-11-25 21:56:26 -0800 (Tue, 25 Nov 2008) | 2 lines

Updates for 20081125 checkpoint release.
................
r3797 | stevenknight | 2008-11-26 08:21:04 -0800 (Wed, 26 Nov 2008) | 2 lines

User's Guide updates for changes to error messages.
................
r3813 | stevenknight | 2008-12-07 19:13:17 -0800 (Sun, 07 Dec 2008) | 2 lines

Update lines for the 20081207 checkpoint release (candidate for 1.2.0).
................
r3814 | stevenknight | 2008-12-07 19:35:09 -0800 (Sun, 07 Dec 2008) | 2 lines

Update troubleshoot.xml for the changes to taskmastertrace output.
................
r3847 | stevenknight | 2008-12-21 07:57:50 -0800 (Sun, 21 Dec 2008) | 9 lines

Merged revisions 3610-3840,3842-3846 via svnmerge from
http://scons.tigris.org/svn/scons/release

........
r3842 | stevenknight | 2008-12-20 22:48:14 -0800 (Sat, 20 Dec 2008) | 2 lines

Update files for 1.2.0.
........
................
................
r3849 | stevenknight | 2008-12-21 19:26:03 -0800 (Sun, 21 Dec 2008) | 3 lines

Add a release note about the mandatory warnings (i.e. warnings
which cannot be disabled) in 1.3.0 for deprecated features.
................
r3850 | stevenknight | 2008-12-21 19:58:03 -0800 (Sun, 21 Dec 2008) | 3 lines

Add the Options object and *Option() function to the list of features
getting mandatory deprecation warnings in 1.3.0.
................
r3851 | stevenknight | 2008-12-21 22:19:38 -0800 (Sun, 21 Dec 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3818" from
http://scons.tigris.org/svn/scons/branches/sgk_batch
................
3857 22.12.2008 17:40:40, by stevenknight:
Get rid of unnecessary subst_list() call in Environment.Configure().
3856 22.12.2008 17:33:49, by stevenknight:
Merged revisions 3060-3276,3278-3854 via svnmerge from
http://scons.tigris.org/svn/scons/trunk

................
r3092 | stevenknight | 2008-06-19 06:35:38 -0700 (Thu, 19 Jun 2008) | 2 lines

Fix typo: caes => case(s).
................
r3093 | stevenknight | 2008-06-19 06:42:52 -0700 (Thu, 19 Jun 2008) | 3 lines

Another typo fix (cse => case) and clarification of why submitting a
test case is good.
................
r3266 | stevenknight | 2008-08-09 11:23:26 -0700 (Sat, 09 Aug 2008) | 268 lines

Merged revisions 3057-3059,3061-3264 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core

........
r3061 | stevenknight | 2008-06-10 10:06:24 -0700 (Tue, 10 Jun 2008) | 3 lines

Issue 2085: Fix man page indentation under Debian systems.
Also add escape characters to the beginnings of some necessary lines.
........
r3063 | GregNoel | 2008-06-10 17:50:28 -0700 (Tue, 10 Jun 2008) | 1 line

Add David as a member; parametize input file
........
r3064 | stevenknight | 2008-06-11 07:22:23 -0700 (Wed, 11 Jun 2008) | 3 lines

Issue 1973: Clarify the man page description of the SConscript(src_dir)
argument.
........
r3065 | stevenknight | 2008-06-11 11:25:00 -0700 (Wed, 11 Jun 2008) | 3 lines

Issues 1974, 1999: document {Add,Get,Set}Option(). Reorganize the
section a little bit, other minor edits.
........
r3066 | garyo | 2008-06-12 19:53:51 -0700 (Thu, 12 Jun 2008) | 1 line

Document GetBuildFailures in Users Guide. Closes issue #1989.
........
r3067 | stevenknight | 2008-06-14 06:42:07 -0700 (Sat, 14 Jun 2008) | 2 lines

Fix build errors from undefined &GetBuildFailures; entity in doc.
........
r3073 | garyo | 2008-06-14 18:40:20 -0700 (Sat, 14 Jun 2008) | 1 line

Fix issue #1538 (Handling of string argument in Action.Action). Includes test.
........
r3074 | garyo | 2008-06-14 19:11:30 -0700 (Sat, 14 Jun 2008) | 1 line

doc: Trivial man page typo fix.
........
r3075 | stevenknight | 2008-06-15 14:35:13 -0700 (Sun, 15 Jun 2008) | 3 lines

Add a test to make sure the env.RCS() applied to an individual file works
correctly when the checked-out copy is changed.
........
r3076 | stevenknight | 2008-06-15 23:07:17 -0700 (Sun, 15 Jun 2008) | 2 lines

Issue 2025: User's Guide updates from Randall Spangler's review.
........
r3078 | stevenknight | 2008-06-16 06:26:13 -0700 (Mon, 16 Jun 2008) | 2 lines

Issue 1990: Document the Requires() function in the Users's Guide.
........
r3082 | stevenknight | 2008-06-16 19:31:00 -0700 (Mon, 16 Jun 2008) | 3 lines

Fix the second example in the AddMethod() chapter. Show the Windows
output generating a resource file. Other copyedits.
........
r3083 | stevenknight | 2008-06-17 06:44:02 -0700 (Tue, 17 Jun 2008) | 2 lines

Fix misspelled entity: &Builders; => &Builder;s.
........
r3084 | stevenknight | 2008-06-17 08:30:13 -0700 (Tue, 17 Jun 2008) | 3 lines

Issue 1588: - Document suggested use of the Viual C/C++ /FC option to fix
the ability to double-click on file names in compilation error messages.
........
r3085 | stevenknight | 2008-06-17 08:50:33 -0700 (Tue, 17 Jun 2008) | 3 lines

Issue 1687: Document the need to use Clean() for any SideEffect()
files that must be explicitly removed when their targets are removed.
........
r3086 | stevenknight | 2008-06-17 10:59:28 -0700 (Tue, 17 Jun 2008) | 2 lines

Typo fix in the new SideEffect() paragraph. (Gary Oberbrunner)
........
r3088 | cournape | 2008-06-17 19:55:27 -0700 (Tue, 17 Jun 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3087" from
http://scons.tigris.org/svn/scons/branches/vs_revamp
........
r3094 | stevenknight | 2008-06-19 09:52:16 -0700 (Thu, 19 Jun 2008) | 3 lines

Change the User's Guide to use the new Variables object and its
associated function for controlling command-line build variables.
........
r3115 | stevenknight | 2008-06-25 06:46:36 -0700 (Wed, 25 Jun 2008) | 2 lines

Issue 2072: end indentation after generated Builder text.
........
r3116 | stevenknight | 2008-06-25 19:07:15 -0700 (Wed, 25 Jun 2008) | 2 lines

Reorganize the command-line arguments chapter.
........
r3117 | stevenknight | 2008-06-25 19:13:58 -0700 (Wed, 25 Jun 2008) | 2 lines

Editing pass for formatting in the Glob() sections.
........
r3118 | stevenknight | 2008-06-25 19:23:09 -0700 (Wed, 25 Jun 2008) | 3 lines

Wording changing: Preventing => Controlling, because the chapter
also talks about how to clean additional targets.
........
r3119 | stevenknight | 2008-06-25 19:50:41 -0700 (Wed, 25 Jun 2008) | 2 lines

Fix missing </literal> tags, minor wording fix.
........
r3120 | stevenknight | 2008-06-25 19:58:34 -0700 (Wed, 25 Jun 2008) | 2 lines

Add "the Default Function" to the appropriate subsection title.
........
r3121 | stevenknight | 2008-06-26 08:33:43 -0700 (Thu, 26 Jun 2008) | 2 lines

Issue 1988: Document the Variables.UnknownVariables() method.
........
r3122 | stevenknight | 2008-06-26 08:35:51 -0700 (Thu, 26 Jun 2008) | 3 lines

Remove comments listing some of the variables that have been
documented recently.
........
r3123 | stevenknight | 2008-06-26 12:42:53 -0700 (Thu, 26 Jun 2008) | 2 lines

Issue 2118: Fix incorrectly swapped man page text. (Alexey Zezukin)
........
r3124 | bdbaddog | 2008-06-26 21:23:46 -0700 (Thu, 26 Jun 2008) | 2 lines

Fix bug 2108 - duplicate text in description of interactive mode
........
r3125 | stevenknight | 2008-06-27 21:54:56 -0700 (Fri, 27 Jun 2008) | 3 lines

Issue 1993: Document the $*COMSTR variables, the Progress() function,
and create a common "Controlling Build Output" chapter.
........
r3126 | garyo | 2008-06-28 05:46:44 -0700 (Sat, 28 Jun 2008) | 1 line

Fix issue 2105; temporarily omit doc saying that SetOption can override user-created Options (until that is implemented).
........
r3127 | stevenknight | 2008-06-28 07:29:18 -0700 (Sat, 28 Jun 2008) | 2 lines

Issue 1747: Explicitly document use of Node lists as input to Depends().
........
r3128 | stevenknight | 2008-06-28 07:48:32 -0700 (Sat, 28 Jun 2008) | 6 lines

White space change: indent the construction environment sections
further to make way for combining this chapter with others to make
one big "Controlling Environments" chapter.
Also, get rid of some now-unnecessary doc from the old Cons classic
POD, that was taking up space here waiting to be documented.
........
r3129 | cournape | 2008-06-29 01:56:30 -0700 (Sun, 29 Jun 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3128" from
http://scons.tigris.org/svn/scons/branches/trygrep
........
r3143 | stevenknight | 2008-07-02 10:29:39 -0700 (Wed, 02 Jul 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3142" from
http://scons.tigris.org/svn/scons/branches/sgk_lookup
........
r3181 | stevenknight | 2008-07-08 07:17:27 -0700 (Tue, 08 Jul 2008) | 4 lines

Reorganize the discussion of different environments into one chapter.
Document the SetDefault(), PrependUnique(), AppendUnique(),
PrependENVPath() and AppendENVPath() functions.
........
r3182 | stevenknight | 2008-07-08 08:47:55 -0700 (Tue, 08 Jul 2008) | 2 lines

Issue 1998: Docment the ARGLIST variable in the User's Guide.
........
r3194 | GregNoel | 2008-07-09 23:16:51 -0700 (Wed, 09 Jul 2008) | 1 line

remove unnecessary trailing spaces on lines
........
r3204 | stevenknight | 2008-07-11 08:29:18 -0700 (Fri, 11 Jul 2008) | 2 lines

Issue 1853: Remove referenc to SCons.Util.CLVar from a doc example.
........
r3206 | GregNoel | 2008-07-12 02:08:19 -0700 (Sat, 12 Jul 2008) | 1 line

Another go at describing VariantDir()
........
r3213 | stevenknight | 2008-07-13 08:57:57 -0700 (Sun, 13 Jul 2008) | 3 lines

Set /branches/comments in svnmerge-integrated property to allow
merging changes in both directions.
........
r3217 | stevenknight | 2008-07-16 06:52:44 -0700 (Wed, 16 Jul 2008) | 2 lines

Update the copyright year in the User's Guide.
........
r3218 | stevenknight | 2008-07-16 07:08:52 -0700 (Wed, 16 Jul 2008) | 3 lines

Issue 1881: Add man page text clarifying the behavior of
Add{Pre,Post}Action() when multiple targets are specified.
........
r3223 | stevenknight | 2008-07-18 08:18:45 -0700 (Fri, 18 Jul 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3222" from
http://scons.tigris.org/svn/scons/branches/sgk_subst
........
r3231 | stevenknight | 2008-07-22 01:58:11 -0700 (Tue, 22 Jul 2008) | 4 lines

Enhance MSVSProject() tests so they're runnable on any system, regardless
of whether Visual Studio is installed, or if it's even a Windows system
at all.
........
r3237 | GregNoel | 2008-07-26 00:07:49 -0700 (Sat, 26 Jul 2008) | 1 line

Issue 1983: Document ParseConfig, MergeFlags, and ParseFlags for the Users' Guide
........
r3238 | stevenknight | 2008-07-26 08:38:18 -0700 (Sat, 26 Jul 2008) | 3 lines

Follow-ons for building the User's Guide with Greg's recent additions
for MergeFlags() and ParseFlags().
........
r3239 | stevenknight | 2008-07-26 09:52:40 -0700 (Sat, 26 Jul 2008) | 3 lines

Re-arrange some sections talking about creating construction environments
and fetching/expanding variables.
........
r3240 | stevenknight | 2008-07-26 12:16:11 -0700 (Sat, 26 Jul 2008) | 2 lines

Stylistic editing of new {Merge,Parse}{Config,Flags} sections.
........
r3241 | GregNoel | 2008-07-26 12:42:42 -0700 (Sat, 26 Jul 2008) | 1 line

Issue 1987: Document SideEffect for Users' Guide (incomplete)
........
r3242 | stevenknight | 2008-07-26 13:27:56 -0700 (Sat, 26 Jul 2008) | 2 lines

Correct dumb XML mistakes in my last checkin.
........
r3243 | stevenknight | 2008-07-26 13:34:05 -0700 (Sat, 26 Jul 2008) | 2 lines

One-character typo. Gah.
........
r3244 | stevenknight | 2008-07-26 13:44:14 -0700 (Sat, 26 Jul 2008) | 2 lines

Issue 1977,1980: document the Exit() and Flatten() functions.
........
r3245 | stevenknight | 2008-07-27 10:24:12 -0700 (Sun, 27 Jul 2008) | 14 lines

Updates to the new SideEffect section (kudos to Greg).

While working on this, Greg discovered a bug (issue #2154) that prevents
a SideEffect() file from being used as input to another builder call; it
makes the builder target not get build when run in paralle (e.g. -j2)...
:-( So this patch comments out that section of Greg's section.

This also contains my usual editing pass. In this case I changed some
of the examples and added a bunch of text to try to help clarify some
things that seemed important. I also added a closing paragraph warning
that SideEffect() really shouldn't be used as an alternative to specifying
multiple target files in a Builder call when a command builds more than
one file that you care about.
........
r3246 | stevenknight | 2008-07-27 10:31:17 -0700 (Sun, 27 Jul 2008) | 2 lines

Proofreading edits of the MergeFlags() section. (Greg Noel)
........
r3247 | stevenknight | 2008-07-27 11:17:27 -0700 (Sun, 27 Jul 2008) | 2 lines

Issue 1976: document ensure{Python,SCons}Version() in the User's Guide.
........
r3249 | GregNoel | 2008-07-28 15:57:00 -0700 (Mon, 28 Jul 2008) | 1 line

Add svn-bisect script
........
................
r3267 | stevenknight | 2008-08-12 07:30:49 -0700 (Tue, 12 Aug 2008) | 2 lines

Update to 1.0.0.
................
r3269 | stevenknight | 2008-08-12 14:58:05 -0700 (Tue, 12 Aug 2008) | 2 lines

Updates for 1.0.0 release.
................
r3270 | stevenknight | 2008-08-12 14:58:53 -0700 (Tue, 12 Aug 2008) | 2 lines

Typo fixes.
................
r3273 | stevenknight | 2008-08-13 21:10:09 -0700 (Wed, 13 Aug 2008) | 3 lines

Issue 2150: accommodate sporadic timing-related errors in the test output.
(Ludwig Haene)
................
r3274 | stevenknight | 2008-08-14 05:21:39 -0700 (Thu, 14 Aug 2008) | 2 lines

Update for latest versions of Python and SCons.
................
r3275 | GregNoel | 2008-08-14 16:33:59 -0700 (Thu, 14 Aug 2008) | 1 line

Issue 2162: YACC fix for OS X
................
r3276 | GregNoel | 2008-08-14 16:38:20 -0700 (Thu, 14 Aug 2008) | 1 line

Issue 2172: RPCGEN test fix for OS X
................
r3278 | garyo | 2008-08-14 19:55:41 -0700 (Thu, 14 Aug 2008) | 1 line

Fix bug #2138, missing parens after clear call in Entry.must_be_same(). Passes tests on Linux.
................
r3279 | garyo | 2008-08-14 20:00:51 -0700 (Thu, 14 Aug 2008) | 1 line

Fix bug #2163, Tool/ilink32 (Borland linker) needs shared lib builder. Not tested since I have no Borland, but all current tests pass.
................
r3283 | GregNoel | 2008-08-18 08:00:08 -0700 (Mon, 18 Aug 2008) | 1 line

Typos from issue 2159 plus some others I found
................
r3284 | GregNoel | 2008-08-18 08:12:28 -0700 (Mon, 18 Aug 2008) | 1 line

Typos from issue 2159 plus some others I found
................
r3285 | GregNoel | 2008-08-18 09:22:59 -0700 (Mon, 18 Aug 2008) | 1 line

Issue 1872: Fix documentation for SConf.CheckLibWithHeader
................
r3286 | GregNoel | 2008-08-18 18:04:22 -0700 (Mon, 18 Aug 2008) | 1 line

Fix a minor glitch in the scons-time man page
................
r3287 | garyo | 2008-08-20 19:51:33 -0700 (Wed, 20 Aug 2008) | 1 line

Fix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a couple of lines. FRAMEWORKSFLAGS is an older flag set largely superseded by FRAMEWORKPATH and FRAMEWORKS, but still may be used.
................
r3289 | stevenknight | 2008-08-21 20:25:14 -0700 (Thu, 21 Aug 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3288" from
http://scons.tigris.org/svn/scons/checkpoint
................
r3291 | stevenknight | 2008-08-21 20:50:32 -0700 (Thu, 21 Aug 2008) | 2 lines

Update src/CHANGES.txt with descriptions of recent changes.
................
r3292 | stevenknight | 2008-08-21 20:56:20 -0700 (Thu, 21 Aug 2008) | 4 lines

Issue 2158: Actually print the warning about -j on Windows being
potentially unreliable if the pywin32 extensions are unavailable or
lack file handle operations. (Jonas Olsson)
................
r3293 | stevenknight | 2008-08-21 20:57:57 -0700 (Thu, 21 Aug 2008) | 3 lines

The parallel message should be returned from that function, not printed
directly. This allows it to be disabled by the right --warn= option.
................
r3294 | stevenknight | 2008-08-21 21:34:00 -0700 (Thu, 21 Aug 2008) | 2 lines

Fix typo.
................
r3295 | mightyllamas | 2008-08-22 06:27:56 -0700 (Fri, 22 Aug 2008) | 2 lines

call subst on the line passed to Environment.WhereIs
................
r3296 | pankrat | 2008-08-22 08:36:49 -0700 (Fri, 22 Aug 2008) | 1 line

Issue 1984: Documentation for ParseDepends
................
r3297 | GregNoel | 2008-08-22 16:38:01 -0700 (Fri, 22 Aug 2008) | 1 line

Updated SConscript(variant_dir) and related cleanup
................
r3298 | stevenknight | 2008-08-23 07:00:34 -0700 (Sat, 23 Aug 2008) | 2 lines

Update src/CHANGES.txt for recent changes.
................
r3299 | stevenknight | 2008-08-23 07:01:43 -0700 (Sat, 23 Aug 2008) | 3 lines

Adjust src/CHANGES.txt indentation on the current and previous release
to match the other releases.
................
r3301 | pankrat | 2008-08-24 02:40:48 -0700 (Sun, 24 Aug 2008) | 1 line

Issue 2151: Enforce building doc PDF and PS with jade
................
r3302 | pankrat | 2008-08-24 06:39:49 -0700 (Sun, 24 Aug 2008) | 1 line

Move jw parser option to the right
................
r3303 | GregNoel | 2008-08-24 15:02:01 -0700 (Sun, 24 Aug 2008) | 1 line

minor typos and corrections to SConscript() examples
................
r3304 | bdbaddog | 2008-08-24 15:37:45 -0700 (Sun, 24 Aug 2008) | 3 lines

Fix for bug #243 - document how to use Ignore() to remove a target from
being built as default.
................
r3305 | bdbaddog | 2008-08-24 18:42:25 -0700 (Sun, 24 Aug 2008) | 3 lines

bug 243 - Address manpage issues raised by Greg Noel
................
r3306 | stevenknight | 2008-08-25 08:21:20 -0700 (Mon, 25 Aug 2008) | 2 lines

Issue 1982: document GetLaunchDir() in the User's Guide.
................
r3307 | GregNoel | 2008-08-25 09:58:08 -0700 (Mon, 25 Aug 2008) | 1 line

Issue 2090: document how to use LANG with Java sources
................
r3310 | stevenknight | 2008-08-26 05:55:22 -0700 (Tue, 26 Aug 2008) | 4 lines

Issue 2099: have Execute() print an error message if an action
fails. Better document the behavior of returning the exit status,
and that exit-on-failure is the SConscript writer's responsibility.
................
r3311 | stevenknight | 2008-08-26 06:26:48 -0700 (Tue, 26 Aug 2008) | 2 lines

Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)
................
r3312 | stevenknight | 2008-08-26 07:09:06 -0700 (Tue, 26 Aug 2008) | 4 lines

Issue 2112: create a separate single-line description and make the
current description the long_description to satisfy RPM packaging.
(khomenko)
................
r3313 | stevenknight | 2008-08-26 07:52:53 -0700 (Tue, 26 Aug 2008) | 4 lines

Add a script for creating a standard SCons development system on
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and
SCons versions in Python (from shell).
................
r3317 | GregNoel | 2008-08-27 09:30:06 -0700 (Wed, 27 Aug 2008) | 1 line

Issue 2159: Man page formatting errors for Packaging()
................
r3318 | GregNoel | 2008-08-27 16:52:47 -0700 (Wed, 27 Aug 2008) | 2 lines

Initial User Guide documentation for FindFile. Not integrated
into Guide itself yet.
................
r3322 | GregNoel | 2008-08-28 11:34:51 -0700 (Thu, 28 Aug 2008) | 1 line

Issue 2007: backtick() doesn't use ENV
................
r3325 | GregNoel | 2008-09-02 15:34:32 -0700 (Tue, 02 Sep 2008) | 1 line

Issue 2187: update FindFile in man page
................
r3326 | garyo | 2008-09-02 19:44:51 -0700 (Tue, 02 Sep 2008) | 1 line

Fix for bug #2184, Glob() corrupts LIBPATH.
................
r3327 | cournape | 2008-09-03 00:56:43 -0700 (Wed, 03 Sep 2008) | 2 lines

Make msvc tool consistent with cc for _CCCOMCOM usage.
................
r3328 | cournape | 2008-09-03 01:28:57 -0700 (Wed, 03 Sep 2008) | 2 lines

Add a CheckCC check.
................
r3329 | cournape | 2008-09-03 01:29:19 -0700 (Wed, 03 Sep 2008) | 2 lines

Integrate CheckCC in configure context.
................
r3330 | cournape | 2008-09-03 01:29:43 -0700 (Wed, 03 Sep 2008) | 2 lines

Basic test for CheckCC.
................
r3331 | cournape | 2008-09-03 01:30:17 -0700 (Wed, 03 Sep 2008) | 2 lines

Add CheckCXX check.
................
r3332 | cournape | 2008-09-03 01:30:46 -0700 (Wed, 03 Sep 2008) | 2 lines

Add CheckSHCC and CheckSHCXX.
................
r3333 | cournape | 2008-09-03 01:31:30 -0700 (Wed, 03 Sep 2008) | 2 lines

Add CheckSHCC and CheckSHCXX checkers (test fail).
................
r3334 | cournape | 2008-09-03 01:32:01 -0700 (Wed, 03 Sep 2008) | 2 lines

Add a CompileSharedObject builder for configure contexts.
................
r3335 | cournape | 2008-09-03 01:32:35 -0700 (Wed, 03 Sep 2008) | 2 lines

Use our CompileSharedObject builder in CheckSH* (fix tests failure).
................
r3336 | cournape | 2008-09-03 01:33:08 -0700 (Wed, 03 Sep 2008) | 2 lines

Document CheckCC and co in the man.
................
r3337 | pankrat | 2008-09-03 09:18:49 -0700 (Wed, 03 Sep 2008) | 1 line

Issue 2177: Dir get_contents changed to return list of signatures
................
r3338 | managan | 2008-09-04 11:05:49 -0700 (Thu, 04 Sep 2008) | 13 lines

Added a strfunction to the various tex builders. Since the sub-actions report
their commands as they build the strfunction only returns a string for
GetOption("no_exec") which covers --dry-run.
Therefore --dry-run now gets output, the first command to be run plus " ..."
to indicate that the ral builder may repeat or run bibtex, makeindex,...

Also updating the flags to pass -interaction=nonstopmode
This prevents errors in the .tex files from stopping the build
while Latex asks for input.

Updated several tests to handle this new flag by switching to getopt module
................
r3339 | managan | 2008-09-04 15:30:55 -0700 (Thu, 04 Sep 2008) | 14 lines

Pass the results of the InternalLaTeXAuxAction back up the call chain
in teh various tex builders. This allows the user to interrupt the build
which was not working before.
It also allows configuration tests to work since now they can tell if
there was failure in a test.
The result from the internal MakeIndexAction and BibtexAction are
checked as well and control returned if there was an error in one
of those. This is to avoid repeatedly running commands until we
hit the retry limit.

I added no test for this simce I am unsure how to test for user
interrupts. Also unclear how to test for how many times the internal
actions were run during a test to see if it returns on teh first error!
................
r3340 | GregNoel | 2008-09-04 23:45:07 -0700 (Thu, 04 Sep 2008) | 1 line

Issue 1689: short-term hack to make Ubuntu happy
................
r3341 | pankrat | 2008-09-05 09:28:48 -0700 (Fri, 05 Sep 2008) | 1 line

Issue 2176: BuilderWrapper __getattr__ should not raise KeyError
................
r3342 | garyo | 2008-09-05 19:12:20 -0700 (Fri, 05 Sep 2008) | 1 line

Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131.
................
r3353 | stevenknight | 2008-09-06 03:29:12 -0700 (Sat, 06 Sep 2008) | 3 lines

Fix entity references:
&b-{FindInstalledFiles,Tag} => {FindInstalledFiles,Tag}
................
r3354 | stevenknight | 2008-09-06 03:35:03 -0700 (Sat, 06 Sep 2008) | 2 lines

Issue 1978: put the FindFile section in the Miscellaneous chapter.
................
r3360 | stevenknight | 2008-09-06 07:25:07 -0700 (Sat, 06 Sep 2008) | 3 lines

Add a test for revision 3340, escaping variable names when using
env_spawn(), to accommodate a funky variable name used by Ubuntu packagin.
................
r3364 | GregNoel | 2008-09-06 22:48:16 -0700 (Sat, 06 Sep 2008) | 1 line

typos and layout glitches
................
r3366 | stevenknight | 2008-09-07 20:45:14 -0700 (Sun, 07 Sep 2008) | 3 lines

Update project highlights for 1.0.1.
Update roadmap with a stab at a schedule of releases leading up to 2.0.0.
................
r3367 | stevenknight | 2008-09-07 20:46:17 -0700 (Sun, 07 Sep 2008) | 2 lines

January 2008 => January 2009.
................
r3370 | managan | 2008-09-07 21:54:27 -0700 (Sun, 07 Sep 2008) | 6 lines

A test case for my last commit.
This shows the case where a configure test on
a Latex build could never fail since the error
return was not based back.
................
r3371 | stevenknight | 2008-09-07 21:56:12 -0700 (Sun, 07 Sep 2008) | 2 lines

Fix date.
................
r3372 | stevenknight | 2008-09-07 22:00:22 -0700 (Sun, 07 Sep 2008) | 3 lines

Accommodate earlier change in the order of arguments on a Windows
compilation command line.
................
r3373 | GregNoel | 2008-09-08 02:25:22 -0700 (Mon, 08 Sep 2008) | 1 line

formatting error
................
r3374 | pankrat | 2008-09-08 13:23:30 -0700 (Mon, 08 Sep 2008) | 1 line

Issue 1307: Invalidate node caches after Execute()
................
r3378 | stevenknight | 2008-09-09 00:01:56 -0700 (Tue, 09 Sep 2008) | 39 lines

Merged revisions 3289,3291-3299,3301-3313,3315-3347,3349-3350,3352-3354,3356,3358-3360,3362-3374,3376-3377 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint

................
r3315 | stevenknight | 2008-08-26 09:44:08 -0700 (Tue, 26 Aug 2008) | 2 lines

Update {CHANGES,RELEASE}.txt for today's checkpoint release.
................
r3344 | stevenknight | 2008-09-06 02:35:58 -0700 (Sat, 06 Sep 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3343" from
http://scons.tigris.org/svn/scons/release
................
r3347 | stevenknight | 2008-09-06 02:40:06 -0700 (Sat, 06 Sep 2008) | 3 lines

Removed unnecessary svnmerge-integrated tags (for /branches/*) copied
over from /trunk.
................
r3377 | stevenknight | 2008-09-08 23:55:31 -0700 (Mon, 08 Sep 2008) | 18 lines

Merged revisions 3344,3346-3348,3350-3351,3353-3355,3357,3359-3361,3363-3375 via svnmerge from
http://scons.tigris.org/svn/scons/release

........
r3346 | stevenknight | 2008-09-06 02:38:28 -0700 (Sat, 06 Sep 2008) | 3 lines

Remove unnecessary svnmerge-integrated tags (for /branches/* and /trunk)
copied over from the /checkpoint branch.
........
r3359 | stevenknight | 2008-09-06 04:10:35 -0700 (Sat, 06 Sep 2008) | 2 lines

Update information for release 1.0.1.
........
r3363 | stevenknight | 2008-09-06 07:29:51 -0700 (Sat, 06 Sep 2008) | 2 lines

Release update for the last-minute Ubuntu variable name patch.
........
................
................
r3379 | cournape | 2008-09-09 06:52:49 -0700 (Tue, 09 Sep 2008) | 2 lines

Fix typo for msvc.py.
................
r3380 | GregNoel | 2008-09-09 16:44:59 -0700 (Tue, 09 Sep 2008) | 1 line

Issue 1913: use cProfile instead of profile if available
................
r3381 | GregNoel | 2008-09-09 23:20:34 -0700 (Tue, 09 Sep 2008) | 1 line

Fix bugs in regression tests
................
r3382 | GregNoel | 2008-09-09 23:33:28 -0700 (Tue, 09 Sep 2008) | 1 line

Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version ID
................
r3383 | pankrat | 2008-09-10 09:24:15 -0700 (Wed, 10 Sep 2008) | 1 line

Issue 2149: Avoid reference cycles caused by frame objects
................
r3384 | managan | 2008-09-10 09:43:20 -0700 (Wed, 10 Sep 2008) | 4 lines

Add the ability of the Tex builder to change the name of the created
file to what the user requested in the target. Tex produces a standard name
based on the source so this was not being done.
................
r3385 | stevenknight | 2008-09-10 18:28:15 -0700 (Wed, 10 Sep 2008) | 4 lines

Issue 1681: Fix the ability of add_src_builder() to handle arbitrary
builder objects by eliminating unintentional re-use of a class
list for the src_builder attribute.
................
r3386 | stevenknight | 2008-09-11 06:22:12 -0700 (Thu, 11 Sep 2008) | 4 lines

Issue 2005: Avoid an infinite loop looking for the Python library
directory. Look for a "scons-local" directory in addition to a
"scons-local-{version}" directory.
................
r3387 | GregNoel | 2008-09-11 11:38:24 -0700 (Thu, 11 Sep 2008) | 1 line

Evaluate compat module transparently when SCons is instantiated
................
r3388 | GregNoel | 2008-09-12 01:14:45 -0700 (Fri, 12 Sep 2008) | 1 line

Fix errors that cropped up in revision 3382
................
r3389 | GregNoel | 2008-09-12 01:50:56 -0700 (Fri, 12 Sep 2008) | 1 line

Add common subproc function and modify routines to use it
................
r3390 | pankrat | 2008-09-12 11:17:06 -0700 (Fri, 12 Sep 2008) | 1 line

Issue 2179: Null Executor memory reductions
................
r3391 | GregNoel | 2008-09-12 14:15:57 -0700 (Fri, 12 Sep 2008) | 1 line

Sigh, I made the last update from the wrong tree, which had a typo
................
r3392 | GregNoel | 2008-09-12 14:22:10 -0700 (Fri, 12 Sep 2008) | 1 line

Sigh, I keep doing it, another typo
................
r3393 | stevenknight | 2008-09-12 21:48:36 -0700 (Fri, 12 Sep 2008) | 5 lines

Additional clean up of how we import some SCons.* module names, including
making SCons.Job.stack_size a variable that always exists, instead of
one that gets set from outside and requires SCons.Job to check for an
AttributeError.
................
r3394 | stevenknight | 2008-09-12 21:57:59 -0700 (Fri, 12 Sep 2008) | 5 lines

Issue 2121: fix handling #includes of files in VariantDir subdirectories,
by having it handle checking for VariantDir directories on disk like
it does VariantDir files.
(patch: Jared Grubb; test case: Ali Tofigh)
................
r3395 | stevenknight | 2008-09-12 22:09:29 -0700 (Fri, 12 Sep 2008) | 2 lines

Update src/CHANGES.txt for the checked-in 1.1 changes.
................
r3396 | stevenknight | 2008-09-12 23:19:51 -0700 (Fri, 12 Sep 2008) | 3 lines

Issue 1693: Make the directory in which the .sconsign file will live,
if the directory doesn't already exist. (Damyan Pepper, Jim Randall)
................
r3397 | stevenknight | 2008-09-12 23:28:32 -0700 (Fri, 12 Sep 2008) | 2 lines

Revert the previous change, I overlooked some regression test failures.
................
r3401 | stevenknight | 2008-09-13 08:09:14 -0700 (Sat, 13 Sep 2008) | 3 lines

Fix the "explicit stack size" warning message on earlier versions of
Python that don't support it.
................
r3402 | stevenknight | 2008-09-13 09:39:44 -0700 (Sat, 13 Sep 2008) | 2 lines

Fix for Python versions before 2.2, where tuple() requires an argument.
................
r3414 | stevenknight | 2008-09-14 09:16:12 -0700 (Sun, 14 Sep 2008) | 3 lines

Issue 1693: make the subdirectory in which the .sconsign file will
appear (if it doesn't already exist. (Damyan Pepper, Jim Randall)
................
r3415 | stevenknight | 2008-09-14 10:23:48 -0700 (Sun, 14 Sep 2008) | 3 lines

Issue 2106: Don't match a directory that matches the name of a
#include file. (John Gozde)
................
r3416 | GregNoel | 2008-09-14 13:34:21 -0700 (Sun, 14 Sep 2008) | 1 line

Minor nits and typos
................
r3417 | GregNoel | 2008-09-14 13:40:55 -0700 (Sun, 14 Sep 2008) | 1 line

New schedule, plus machinery to maintain it
................
r3418 | GregNoel | 2008-09-14 13:49:38 -0700 (Sun, 14 Sep 2008) | 1 line

use right entity name for table data
................
r3419 | GregNoel | 2008-09-14 14:32:20 -0700 (Sun, 14 Sep 2008) | 1 line

Add blurb before schedule table and revise descriptions of release types
................
r3420 | GregNoel | 2008-09-14 14:34:52 -0700 (Sun, 14 Sep 2008) | 1 line

W3C sez no lists inside paragraphs
................
r3421 | GregNoel | 2008-09-14 19:49:47 -0700 (Sun, 14 Sep 2008) | 1 line

Better layout for table elements
................
r3422 | stevenknight | 2008-09-15 00:02:59 -0700 (Mon, 15 Sep 2008) | 3 lines

Issue 2102: Add support for Visual Studio 9 and newer Platform
SDK versions. (Dmitri Rubinstein)
................
r3423 | stevenknight | 2008-09-15 07:12:25 -0700 (Mon, 15 Sep 2008) | 2 lines

Revert 2102, pending additional discussion.
................
r3430 | stevenknight | 2008-09-15 14:30:34 -0700 (Mon, 15 Sep 2008) | 2 lines

Update project highlights and roadmap for 1.0.1.d20080915 checkpoint.
................
r3431 | GregNoel | 2008-09-15 19:31:02 -0700 (Mon, 15 Sep 2008) | 1 line

Fix error reported on IRC
................
r3432 | stevenknight | 2008-09-16 09:29:29 -0700 (Tue, 16 Sep 2008) | 5 lines

Make the framework library path we return on Mac OS X match the framework
paths for executables and headers, so tests like test/SWIG/live.py work
even if there are multiple Python versions installed with frameworks
in different locations.
................
r3433 | GregNoel | 2008-09-16 19:18:03 -0700 (Tue, 16 Sep 2008) | 1 line

Fix doc typo reported in the mailing list and another small glitch
................
r3434 | stevenknight | 2008-09-17 06:19:31 -0700 (Wed, 17 Sep 2008) | 3 lines

Make the test/TEX/LATEX*py scripts work even on systems that don't have
all the right tools installed.
................
r3435 | managan | 2008-09-17 17:13:45 -0700 (Wed, 17 Sep 2008) | 16 lines

Hefty update to the tex tool.
It now iterates until all the warnings are gone and the auxiliary files
stop changing or it hits the max retires limit.

It adds the common auxiliary files to the emitter as sideeffects

Added support for glossaries, nomenclatures, lists of figures,
lists of tables, hyperref, and beamer

The user can entry environment changes like env['TEXINPUTS'] and
they get copied to env['ENV']['TEXINPUTS'] (thanks to Dmitry Mikhin )

It also works with variantdir, duplicate =0
................
r3436 | garyo | 2008-09-17 20:07:41 -0700 (Wed, 17 Sep 2008) | 1 line

Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath and env.{Ap,Pre}pendENVPath.
................
r3437 | stevenknight | 2008-09-19 08:46:55 -0700 (Fri, 19 Sep 2008) | 2 lines

Windows portability in the expected output.
................
r3438 | stevenknight | 2008-09-19 09:02:13 -0700 (Fri, 19 Sep 2008) | 3 lines

Make the test/MSVC/{msvc,hierarchical}.py tests work even if
%INCLUDE% and %LIB% aren't set.
................
r3439 | stevenknight | 2008-09-19 18:05:46 -0700 (Fri, 19 Sep 2008) | 2 lines

Windows portability: use os.path.join() for expected subdirectory paths.
................
r3440 | stevenknight | 2008-09-19 18:07:39 -0700 (Fri, 19 Sep 2008) | 3 lines

Windows portability: escape strings with file path names, which
have \ separators on Windows.
................
r3441 | stevenknight | 2008-09-19 18:21:36 -0700 (Fri, 19 Sep 2008) | 4 lines

Call str() on the string values of environment variables used by the
_subproc(), so the underlying subprocess.Popen() call won't throw
an exception if the value is actually a Unicode string.
................
r3442 | bdbaddog | 2008-09-19 22:41:43 -0700 (Fri, 19 Sep 2008) | 3 lines

Fix test/VariantDir/VariantDir.py on centos5, currently failing as TestSCons.py specifies incorrect fortran library to link against for gcc's newer then 4.0 (aka 4.1.2 which ships with python)
................
r3443 | bdbaddog | 2008-09-19 22:42:59 -0700 (Fri, 19 Sep 2008) | 4 lines

Fix broken swig tests when python being used to run tests is incompatible with system swig.
Propagate to the created SConstructs the version of swig found by the test (which is used to determine whether to run or not run this test).
................
r3444 | bdbaddog | 2008-09-19 22:55:45 -0700 (Fri, 19 Sep 2008) | 3 lines

Fix indentation issue
................
r3445 | stevenknight | 2008-09-20 06:41:57 -0700 (Sat, 20 Sep 2008) | 5 lines

Windows test fix: enhance the TestSCons class so an explicit
python=None argument still defaults to sys.executable. Use this to
reset the python value we interpolate into the expected files that we
generate after resetting the os.environ['PYTHON'] value.
................
r3446 | stevenknight | 2008-09-20 07:51:56 -0700 (Sat, 20 Sep 2008) | 2 lines

Windows portability: use os.sep instead of hard-coded /.
................
r3447 | stevenknight | 2008-09-20 07:56:28 -0700 (Sat, 20 Sep 2008) | 2 lines

Windows portability: different error message for the nonexistent file.
................
r3448 | garyo | 2008-09-20 08:42:15 -0700 (Sat, 20 Sep 2008) | 1 line

Fix doc for r3436 (new delete_existing flags for Append/Prepend)
................
r3449 | GregNoel | 2008-09-22 01:11:34 -0700 (Mon, 22 Sep 2008) | 1 line

make references to subprocess.Popen synchronous
................
r3450 | GregNoel | 2008-09-22 01:28:28 -0700 (Mon, 22 Sep 2008) | 1 line

Fix syntax and semantic errors preventing regression tests from running on 1.5.2
................
r3451 | stevenknight | 2008-09-22 08:38:47 -0700 (Mon, 22 Sep 2008) | 2 lines

Windows portability (path names in expected output).
................
r3453 | managan | 2008-09-22 12:43:02 -0700 (Mon, 22 Sep 2008) | 5 lines

Fix the Latex scanner to search for graphics on the TEXINPUTS path
instead of TEXPICTS.
Add the LATEXSUFFIXES keyword to the DummyEnvironment calls since
the scanner needs it.
................
r3454 | stevenknight | 2008-09-22 13:29:53 -0700 (Mon, 22 Sep 2008) | 4 lines

Fix for Windows that doesn't break other systems: delete the
PYTHON_ROOT environment variable instead of nulling it out.
(Bill Deegan)
................
r3456 | stevenknight | 2008-09-22 15:25:04 -0700 (Mon, 22 Sep 2008) | 3 lines

Python 2.2 portability (no .pop() method on dictionaries, ' in '
doesn't search for substrings).
................
r3457 | stevenknight | 2008-09-22 17:50:43 -0700 (Mon, 22 Sep 2008) | 3 lines

Issue 2215: add a file() builtin to the compatability layer
(for pre-2.2 Python versions).
................
r3458 | stevenknight | 2008-09-22 22:39:57 -0700 (Mon, 22 Sep 2008) | 2 lines

1.5 compatiblity: string method in Node/FSTests.py.
................
r3459 | stevenknight | 2008-09-22 22:40:19 -0700 (Mon, 22 Sep 2008) | 2 lines

1.5 / 2.[012] compatiblity: shutil.move() function.
................
r3460 | stevenknight | 2008-09-22 22:40:46 -0700 (Mon, 22 Sep 2008) | 2 lines

1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.
................
r3461 | stevenknight | 2008-09-22 22:41:05 -0700 (Mon, 22 Sep 2008) | 2 lines

1.5 compatibility: string methods in Tool/msvs.py.
................
r3463 | stevenknight | 2008-09-23 00:08:46 -0700 (Tue, 23 Sep 2008) | 4 lines

Python 1.5 compatibility: explicity import SCons.compat (again)
so the zip() function is available so the unit tests can pass when
run on older Python versions.
................
r3464 | stevenknight | 2008-09-23 09:15:40 -0700 (Tue, 23 Sep 2008) | 3 lines

Refactor Visual Studio testing logic into a separate TestSConsMSVS
subclass, in its own module.
................
r3466 | stevenknight | 2008-09-23 18:01:37 -0700 (Tue, 23 Sep 2008) | 2 lines

Move Visal Studio test data into QMTest/TestSConsMSVS.py.
................
r3467 | stevenknight | 2008-09-24 04:45:37 -0700 (Wed, 24 Sep 2008) | 2 lines

Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.
................
r3468 | stevenknight | 2008-09-24 05:08:07 -0700 (Wed, 24 Sep 2008) | 3 lines

Split the sub-tests for cleaning MSVS project and solution files
into separate test scripts.
................
r3469 | stevenknight | 2008-09-24 05:28:10 -0700 (Wed, 24 Sep 2008) | 2 lines

Split the MSVS variant_dir sub-tests into separate test scripts.
................
r3470 | stevenknight | 2008-09-24 08:53:30 -0700 (Wed, 24 Sep 2008) | 2 lines

Python 1.5 portability in test/Execute.py.
................
r3471 | GregNoel | 2008-09-24 16:46:05 -0700 (Wed, 24 Sep 2008) | 1 line

Add descrption of release candidate to roadmap, plus some clarifications.
................
r3472 | GregNoel | 2008-09-24 22:37:41 -0700 (Wed, 24 Sep 2008) | 1 line

Change FUTURE markers to TODO(1.5) so we are all using the same style.
................
r3473 | GregNoel | 2008-09-25 02:31:12 -0700 (Thu, 25 Sep 2008) | 1 line

Issue 2183: .sx assembler suffix uses C preprocessor
................
r3474 | GregNoel | 2008-09-25 11:35:12 -0700 (Thu, 25 Sep 2008) | 1 line

Issue 2183, fix typos
................
r3475 | bdbaddog | 2008-09-25 12:44:49 -0700 (Thu, 25 Sep 2008) | 4 lines

Fix for bugs 402 and 2082 - implement scanner for windows resource files.
Basic unittest included
................
r3476 | stevenknight | 2008-09-25 13:42:02 -0700 (Thu, 25 Sep 2008) | 3 lines

Make a naked except: block catch specific exceptions (and not
swallow a KeyboardInterrupt at the wrong time).
................
r3477 | stevenknight | 2008-09-25 13:43:06 -0700 (Thu, 25 Sep 2008) | 2 lines

Fix __COPYRIGHT__ and __revision__ lines.
................
r3478 | bdbaddog | 2008-09-25 14:05:24 -0700 (Thu, 25 Sep 2008) | 2 lines

Fix for previous fix for 402 and 2082
................
r3479 | bdbaddog | 2008-09-25 14:30:54 -0700 (Thu, 25 Sep 2008) | 3 lines

Sort the results of unittest for RC scanner before comparing them.
................
r3480 | bdbaddog | 2008-09-25 18:52:56 -0700 (Thu, 25 Sep 2008) | 3 lines

Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1.5.2 issue
................
r3481 | bdbaddog | 2008-09-25 21:42:05 -0700 (Thu, 25 Sep 2008) | 7 lines

Fixed an issue with the way the test was setting up the CPPPATH.
Was causing buildbot failure on centos5 buildbot.
Turns out some weird interaction with the bogus code which is replaced
below was only happening when setuptools was installed
in the python tree being used for tests.
................
r3484 | cournape | 2008-09-25 23:21:17 -0700 (Thu, 25 Sep 2008) | 1 line

Add RC.py scanner to MANIFEST.in
................
r3489 | stevenknight | 2008-09-26 09:16:07 -0700 (Fri, 26 Sep 2008) | 6 lines

Update with recent changes:
* Scan .rc files.
* Big TeX changes.
* .sx file suffix.
* delete_existing keyword argument.
................
r3490 | GregNoel | 2008-09-26 11:31:20 -0700 (Fri, 26 Sep 2008) | 1 line

reassign credit where credit is due
................
r3491 | GregNoel | 2008-09-26 11:48:37 -0700 (Fri, 26 Sep 2008) | 1 line

Revert checkin of incomplete change
................
r3492 | stevenknight | 2008-09-27 07:28:11 -0700 (Sat, 27 Sep 2008) | 3 lines

Fix scons-local packaging test breakage in MSVS tests by correcting
the spelling of TestSCons._scons_version to TestSCons.scons_version.
................
r3514 | pankrat | 2008-09-28 06:04:03 -0700 (Sun, 28 Sep 2008) | 1 line

Issue 1646: Block-wise signature computation for large files
................
r3515 | GregNoel | 2008-09-29 01:13:07 -0700 (Mon, 29 Sep 2008) | 1 line

Fix test to work with all versions of Python
................
r3520 | garyo | 2008-09-29 14:46:49 -0700 (Mon, 29 Sep 2008) | 1 line

Better error when taskmaster gets an exception while scanning children (show actual exception string).
................
r3523 | managan | 2008-09-30 15:54:35 -0700 (Tue, 30 Sep 2008) | 14 lines

This patch removes setting the variable TEXPICTS in the tex tools and
sets it in tee dvi2ps and dvipdf tools where it is needed. This means that we
can reset it to the original value at the end of the tool.

This is done by storing the .tex source file's path in the
.dvi file's Node .attribute slot and retrieving it in the dvi2ps and dvipdf
tools from the source.

I also updated the list of graphics extensions in the Latex scanner

I set up one function that gets called to run either dvi2ps or dvipdf
after setting TEXPICTS.
................
r3524 | garyo | 2008-09-30 19:47:36 -0700 (Tue, 30 Sep 2008) | 1 line

Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.
................
r3525 | stevenknight | 2008-10-01 04:02:08 -0700 (Wed, 01 Oct 2008) | 3 lines

Fix the regular expression for LaTeX scanning so that it matches
\include (and other inclusion strings) after blank lines.
................
r3526 | stevenknight | 2008-10-01 04:02:29 -0700 (Wed, 01 Oct 2008) | 2 lines

Update for latest changes.
................
r3527 | stevenknight | 2008-10-01 07:58:22 -0700 (Wed, 01 Oct 2008) | 2 lines

Python 2.2 portability: no dictionary pop() method.
................
r3528 | garyo | 2008-10-01 18:43:53 -0700 (Wed, 01 Oct 2008) | 1 line

Add Users Guide example of using $SOURCE substitution in a target name in a Command builder. Just doc.
................
r3529 | garyo | 2008-10-01 19:17:58 -0700 (Wed, 01 Oct 2008) | 1 line

implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.
................
r3530 | GregNoel | 2008-10-01 19:56:17 -0700 (Wed, 01 Oct 2008) | 1 line

Move release days to Monday; slip 1.1 (but not rest); typos
................
r3531 | GregNoel | 2008-10-01 20:05:31 -0700 (Wed, 01 Oct 2008) | 1 line

Correct typos to roadmap.html that snuck in...
................
r3537 | stevenknight | 2008-10-02 22:52:00 -0700 (Thu, 02 Oct 2008) | 4 lines

Update highlight and roadmap schedule.
Add a comment about how to generate the roadmap table from the
"schedule" input file.
................
r3547 | stevenknight | 2008-10-03 16:06:51 -0700 (Fri, 03 Oct 2008) | 5 lines

User's Guide updates:
Mostly MSVC compilation lines so the /Fo is at the beginning of the
output line. Also some new/modified variables in the environment dump
in the Troubleshooting appendix, and removing a leftover XXX todo comment.
................
r3548 | stevenknight | 2008-10-03 17:26:11 -0700 (Fri, 03 Oct 2008) | 5 lines

Updates to SCons development system admin scripts:
* Add Python 2.6.
* Add recent SCons versions.
* Add pkg-config (used to generate some doc examples).
................
r3549 | GregNoel | 2008-10-04 08:35:50 -0700 (Sat, 04 Oct 2008) | 1 line

Fix small inefficiency in jobs dispatching
................
r3550 | GregNoel | 2008-10-04 08:35:57 -0700 (Sat, 04 Oct 2008) | 1 line

Issue 2166, refactor Action() factory to make positional parameters consistent
................
r3551 | GregNoel | 2008-10-04 08:37:28 -0700 (Sat, 04 Oct 2008) | 1 line

documentation changes for Action() refactoring
................
r3552 | stevenknight | 2008-10-05 06:42:01 -0700 (Sun, 05 Oct 2008) | 4 lines

Fix a block in Script/Main.py that could swallow KeyboardInterrupt
exceptions. Fix the script that analyzes our try:-except: block so it
recognizes that "except Exception, e:" is equivalent to "except:".
................
r3569 | stevenknight | 2008-10-06 17:39:42 -0700 (Mon, 06 Oct 2008) | 2 lines

Remove left-over debug print.
................
r3570 | stevenknight | 2008-10-06 17:39:54 -0700 (Mon, 06 Oct 2008) | 5 lines

Rudimentary Python 2.6 portability in the test infrastructure, fixing
"import popen2" warnings that interfere with some of the tests executing
cleanly. This converts to using subprocess by default, falling back
to popen2 if it's not available.
................
r3571 | stevenknight | 2008-10-06 17:40:11 -0700 (Mon, 06 Oct 2008) | 3 lines

Initial Python 2.6 portability in SCons code itself, using subprocess
in place of popen2, and calling hashlib.md5() instead of the md5 module.
................
r3572 | stevenknight | 2008-10-06 21:52:38 -0700 (Mon, 06 Oct 2008) | 3 lines

Fix label placement in gnuplot graphs by the "scons-time.py func"
subcommand when a profile result is equal to (or near) 0.0.
................
r3592 | managan | 2008-10-07 11:39:19 -0700 (Tue, 07 Oct 2008) | 70 lines

test/TEX/PDF_single_source.py
Test of generating several .pdfs from a list of .ps (new single_source setting)

test/TEX/LATEX2.py
Based on second half of LATEX. generate all .pdf's at once by giving a list of .tex files
test of single_source

src/engine/SCons/Scanner/LaTeX.py
Add test of changing an included file.
Add test of included file having no extension

src/engine/SCons/Scanner/LaTeX.py
Add lists of acceptable graphics extensions,
In the furture make this user configurable??

Scan for files in the paths stored in env['TEXINPUTS'] and env['ENV']['TEXINPUTS']
for people who may just input their environment...
Add function findENVPatDirs for this purpose

src/engine/SCons/Tool/pdf.py
add epstopdf action
Have to add it after the pdftex action so it is not the default.
Make builder single_source since each input produces one output

src/engine/SCons/Tool/pdftex.py
use tex_eps_emitter
call pdf.generate2 to add epstopdf action after the PDFLaTeXAction

src/engine/SCons/Tool/dvipdf.py
simplify coding that adds the source directory to the search path TEXPICTS

src/engine/SCons/Tool/dvips.py
Add single_source option since each ps file comes from one dvi file

src/engine/SCons/Tool/pdflatex.py
add .tex as a valid extension and switch emitters to tex_pdf_emitter

src/engine/SCons/Tool/tex.py
fix regular expressions ^[^%]* to ^[^%\n]* for multiline environment
add REs for \input or \include and \includegraphics

get graphics extensions from Scanner.LaTeX so they are defined in one place

move modify_env_var to Scanner.LaTeX since it is used there and easier to import it here

add FindFile routine to find a file given name, list of suffixes, paths, env
returns a node for the file.

add tex_eps_emitter and tex_pdf_emitter that call a core routine with
a different list of graphics extensions that can be handled by the
tool used (latex vs. pdflatex)

revamp feature test/suffix list into two lists and build the list used
to create sideeffects for each input file...
These tests now get applied to each included file so the whole source
tree is tested.

Get list of paths from env['ENV']['TEXINPUTS'] and env['TEXINPUTS']
if find we need a .pdf file and only have .eps or .ps set up the
.pdf as a target with the .eps as source...

change emitter to tex_eps_emitter


src/engine/SCons/Tool/latex.py
add .tex as a valid extension and switch emitters to tex_eps_emitter
................
r3593 | stevenknight | 2008-10-07 14:34:59 -0700 (Tue, 07 Oct 2008) | 2 lines

Reset the default Verbose value to False.
................
r3594 | stevenknight | 2008-10-07 17:58:12 -0700 (Tue, 07 Oct 2008) | 2 lines

Update test scripts with more information must_*() methods.
................
r3595 | stevenknight | 2008-10-07 18:10:58 -0700 (Tue, 07 Oct 2008) | 2 lines

Python 1.5 compatibility.
................
r3598 | GregNoel | 2008-10-08 04:01:02 -0700 (Wed, 08 Oct 2008) | 1 line

fix bug in SCons.Action._subproc
................
r3599 | managan | 2008-10-08 09:30:07 -0700 (Wed, 08 Oct 2008) | 17 lines

Testing on a Mac turned up a problem that did not show up on linux.
SK and I agree that we are surprised by that.

Both bld = env['BUILDERS']['PDF'] and bld = env['BUILDERS']['DVI'] had
lines like
bld.add_action('.tex', LaTeXAuxAction) # for DVI
bld.add_action('.tex', PDFLaTeXAuxAction) # for PDF
run from the initialization of two tools. This was a BAD thing.

That cured some test failures. For the rest I made all the TEX tests
initialize the environment with the os.environ PATH since the check
for the existence of the tools with where_is that looks on the system path.

So the tests still quietly exit if the tool is not on the system path
and now find if it is in a non-standard location like I have.
................
r3608 | managan | 2008-10-10 08:53:23 -0700 (Fri, 10 Oct 2008) | 5 lines

Don't add an action to use epstopdf to build .pdf from .ps
This is already an action in gs.py
................
r3611 | stevenknight | 2008-10-10 09:28:25 -0700 (Fri, 10 Oct 2008) | 24 lines

Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint

................
r3425 | stevenknight | 2008-09-15 11:21:57 -0700 (Mon, 15 Sep 2008) | 2 lines

Update version and dates for the 20080915 checkpoint release.
................
r3534 | stevenknight | 2008-10-01 23:20:52 -0700 (Wed, 01 Oct 2008) | 2 lines

Update for 1.1 release candidate checkpoint.
................
r3610 | stevenknight | 2008-10-10 09:25:52 -0700 (Fri, 10 Oct 2008) | 9 lines

Merged revisions 3377-3600,3602-3609 via svnmerge from
http://scons.tigris.org/svn/scons/release

........
r3603 | stevenknight | 2008-10-10 05:42:04 -0700 (Fri, 10 Oct 2008) | 2 lines

Updates for the 1.1.0 release.
........
................
................
r3670 | stevenknight | 2008-10-11 06:15:47 -0700 (Sat, 11 Oct 2008) | 2 lines

Update tigris.org for the 1.1.0 release.
................
r3672 | stevenknight | 2008-10-11 06:32:37 -0700 (Sat, 11 Oct 2008) | 4 lines

Fix our SCons.Util.CLVar implementation (__add__() and __radd__()
methods) so env.{Ap,Pre}pend() work under Python 2.6 when appending
strings to $*FLAGS variables.
................
r3673 | stevenknight | 2008-10-11 06:35:01 -0700 (Sat, 11 Oct 2008) | 3 lines

Python 2.6 made "as" a keyword, so test the importability of the
Tool.as module indirectly, not with a direct import statement.
................
r3676 | stevenknight | 2008-10-11 17:27:30 -0700 (Sat, 11 Oct 2008) | 2 lines

Fix intended tuple syntax (for Python 2.2 and before).
................
r3677 | stevenknight | 2008-10-11 20:54:23 -0700 (Sat, 11 Oct 2008) | 2 lines

Don't use "as" as a variable name--reserved in Python 2.6.
................
r3678 | stevenknight | 2008-10-11 21:28:06 -0700 (Sat, 11 Oct 2008) | 3 lines

Python 2.6 portability: add __{add,radd}__() methods to the CLVar
class used for testing.
................
r3679 | stevenknight | 2008-10-11 21:31:07 -0700 (Sat, 11 Oct 2008) | 3 lines

Don't use the Exception.message attribute that was deprecated in
Python 2.6; just str() the exception instead.
................
r3683 | stevenknight | 2008-10-14 16:06:36 -0700 (Tue, 14 Oct 2008) | 2 lines

Test and document the ability to specify multiple -f files.
................
r3684 | stevenknight | 2008-10-14 17:28:04 -0700 (Tue, 14 Oct 2008) | 4 lines

Collect the scripts for the three "climb up" options (-D, -U and -u)
in a subdirectory. Split sub-tests into separate scripts. Clean things
up a bit.
................
r3689 | stevenknight | 2008-10-14 22:35:43 -0700 (Tue, 14 Oct 2008) | 2 lines

Fix release lines (incorrect line updated in merge from checkpoint).
................
r3691 | stevenknight | 2008-10-15 07:16:13 -0700 (Wed, 15 Oct 2008) | 3 lines

Support the -f option allowing specification of a different top-level
"SConstruct" file name to search for when using the -D, -U or -u options.
................
r3692 | stevenknight | 2008-10-15 07:25:16 -0700 (Wed, 15 Oct 2008) | 2 lines

Remove the old, empty test/BuildDir directory.
................
r3693 | stevenknight | 2008-10-15 07:36:07 -0700 (Wed, 15 Oct 2008) | 3 lines

Fix use of VariantDir when the -n option is used and doesn't,
therefore, actually create the variant directory.
................
r3694 | stevenknight | 2008-10-16 19:20:50 -0700 (Thu, 16 Oct 2008) | 3 lines

Issue 1568: fix a stack trace when --debug=include tries to handle
a library as an argument.
................
r3709 | cournape | 2008-10-20 05:20:22 -0700 (Mon, 20 Oct 2008) | 1 line

Fix trailing space.
................
r3710 | cournape | 2008-10-20 05:20:46 -0700 (Mon, 20 Oct 2008) | 1 line

Update docstring for ifort.
................
r3711 | cournape | 2008-10-20 05:21:09 -0700 (Mon, 20 Oct 2008) | 1 line

Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260).
................
r3741 | stevenknight | 2008-10-27 18:00:25 -0700 (Mon, 27 Oct 2008) | 2 lines

Issue 2228: Add os.devnull to the SCons.compat layer.
................
r3742 | stevenknight | 2008-10-28 18:08:37 -0700 (Tue, 28 Oct 2008) | 2 lines

Add 1.1.0 to the instal_scons.py script.
................
r3743 | stevenknight | 2008-10-28 19:29:13 -0700 (Tue, 28 Oct 2008) | 3 lines

Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging
strings that will only get thrown away during normal operation.
................
r3744 | garyo | 2008-10-28 20:01:00 -0700 (Tue, 28 Oct 2008) | 11 lines

Applied Benoit Belley's patch in ticket 1957 improve the robustness of
GetBuildFailures(). New function convert_to_buildError, and use it in
several places so all build failures now go through it and are
returned as BuildError exceptions. Had a small effect on output
formatting in many tests but no significant change to behavior. I
reworked the patch a little to keep SCons exit status values the same
as before; this patch could make it simpler to change them in some
cases, e.g. exit with the errno of the failed action if desired. One
nice side effect of this patch is that more scons errors print the
node that caused the error now.
................
r3747 | GregNoel | 2008-10-29 16:55:16 -0700 (Wed, 29 Oct 2008) | 1 line

exception must be stringified before comparison
................
r3748 | stevenknight | 2008-10-30 05:57:56 -0700 (Thu, 30 Oct 2008) | 3 lines

Update test/SCCS/diskcheck.py for recent GetBuildFailures()
robustness change, which changed the exit message in this case.
................
r3749 | stevenknight | 2008-10-30 06:05:32 -0700 (Thu, 30 Oct 2008) | 2 lines

Older Python portability: isinstance() only takes a single class.
................
r3750 | managan | 2008-10-30 16:00:18 -0700 (Thu, 30 Oct 2008) | 11 lines

This new test and emitter update recursively checks the whole source of the
latex document for commands that affect what side effect files
will be created, and for graphics files that are included
(so we can convert postscript to pdf if pdflatex is being run).

Now that this is recursive we could tighten up on the side
effect file list (e.g. a \makeindex with no \index commands
won't make all the files we tell scons to expect as side effects)
but I think that is asking for trouble if we mess it up.
................
r3751 | stevenknight | 2008-10-30 23:08:28 -0700 (Thu, 30 Oct 2008) | 4 lines

Move responsibility for extracting the exit status from executed tests
from the TestCommon.py module to the wrapper classes in TestCmd.py
that we use as fallbacks if the subprocess module doesn't exist.
................
r3752 | stevenknight | 2008-10-31 06:19:02 -0700 (Fri, 31 Oct 2008) | 4 lines

Fix calling Exit() from within a Python function action, so that it gets
detected and exits with the specified value under Python versions before
2.5, by explicitly catching and re-raising the SystemExit exception.
................
r3753 | stevenknight | 2008-10-31 06:33:56 -0700 (Fri, 31 Oct 2008) | 2 lines

Fix use of isinstance(..., tuple) so it works in older Python versions.
................
r3754 | stevenknight | 2008-10-31 06:36:01 -0700 (Fri, 31 Oct 2008) | 2 lines

Fix a nested scope issue for older Python versions.
................
r3755 | stevenknight | 2008-10-31 09:33:33 -0700 (Fri, 31 Oct 2008) | 2 lines

Fix uncaught KeyboardInterrupt.
................
r3756 | pankrat | 2008-10-31 12:27:08 -0700 (Fri, 31 Oct 2008) | 1 line

Issue 2087: Handle Java classes declared in methods
................
r3763 | stevenknight | 2008-11-04 05:36:37 -0800 (Tue, 04 Nov 2008) | 2 lines

Update src/CHANGES.txt for changes since 1.1.0.
................
r3769 | GregNoel | 2008-11-06 16:38:32 -0800 (Thu, 06 Nov 2008) | 1 line

Issue 2236: Add comment to clarify Configure.CheckType()
................
r3770 | GregNoel | 2008-11-06 17:34:18 -0800 (Thu, 06 Nov 2008) | 1 line

Issue 2235: File.Dir() creates files in the wrong place
................
r3771 | GregNoel | 2008-11-06 17:40:03 -0800 (Thu, 06 Nov 2008) | 1 line

Issue 2242: Minor style and loop enhancements
................
r3772 | stevenknight | 2008-11-07 08:29:41 -0800 (Fri, 07 Nov 2008) | 2 lines

Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1.
................
r3773 | stevenknight | 2008-11-07 17:46:33 -0800 (Fri, 07 Nov 2008) | 3 lines

Fix an exception and stack trace when Glob() hits an on-disk file or
directory that begins with '#'.
................
r3774 | GregNoel | 2008-11-08 18:02:04 -0800 (Sat, 08 Nov 2008) | 1 line

Issue 2228: discard stderr by using os.devnull
................
r3775 | stevenknight | 2008-11-09 06:47:35 -0800 (Sun, 09 Nov 2008) | 3 lines

Issue 2238: Add a __contains__() method to support the "val in env"
statement for construction environments.
................
r3776 | stevenknight | 2008-11-09 21:25:31 -0800 (Sun, 09 Nov 2008) | 3 lines

Windows portability: Avoid duplicate foo.lib targets by telling
env.SharedLibrary() to not build an import library.
................
r3779 | stevenknight | 2008-11-10 18:23:03 -0800 (Mon, 10 Nov 2008) | 27 lines

Merged revisions 3759-3762 via svnmerge from
http://scons.tigris.org/svn/scons/branches/sgk_subst

........
r3759 | stevenknight | 2008-11-03 17:59:30 -0800 (Mon, 03 Nov 2008) | 3 lines

Refactor individual unit test methods into separate TestCase
sbblcasses, so we can start re-using test fixtures.
........
r3760 | stevenknight | 2008-11-03 18:43:01 -0800 (Mon, 03 Nov 2008) | 4 lines

Refactor the overlapping classes and dictionaries of values for testing
scons_subst() and scons_subst_list() into the common SubstTestCase base
class so we can re-use the same input for testing the new code.
........
r3761 | stevenknight | 2008-11-03 22:43:51 -0800 (Mon, 03 Nov 2008) | 3 lines

Split the large test methods into separate test methods for
specific, individual pieces of functionality.
........
r3762 | stevenknight | 2008-11-04 05:06:43 -0800 (Tue, 04 Nov 2008) | 4 lines

Share code the basic comparison code between the scons_subst()
and scons_subst_list() test cases by moving it into the base class
and wrapping the call.
........
................
r3780 | stevenknight | 2008-11-11 16:00:56 -0800 (Tue, 11 Nov 2008) | 2 lines

Python 1.5 and 2.1 compatibility: string methods, nested scopes.
................
r3781 | stevenknight | 2008-11-11 16:12:33 -0800 (Tue, 11 Nov 2008) | 15 lines

Merged revisions 3225-3226 via svnmerge from
http://scons.tigris.org/svn/scons/branches/sgk_subst

........
r3225 | stevenknight | 2008-07-18 10:46:49 -0700 (Fri, 18 Jul 2008) | 3 lines

Remove an unnecessary \n from the end of the $INSTALLSTR setting (unneeded
because string substituion currently strips trailing white space).
........
r3226 | stevenknight | 2008-07-19 07:17:10 -0700 (Sat, 19 Jul 2008) | 3 lines

Use subst_list() for generating ToolSurrogate *COMSTR values so we don't
rely on the current white-space compression behavior of subst().
........
................
r3783 | managan | 2008-11-12 13:36:07 -0800 (Wed, 12 Nov 2008) | 6 lines

I found that my coding for automatically building .pdf files from .eps files
failed when the .tex file is in a subdirectory.

I added a new test and made the one line fix.
................
r3784 | GregNoel | 2008-11-15 13:04:58 -0800 (Sat, 15 Nov 2008) | 1 line

Fix typo found by Jared Grubb
................
r3785 | stevenknight | 2008-11-15 14:59:25 -0800 (Sat, 15 Nov 2008) | 6 lines

Speed up Node.FS.EntryProxy.__getattr__() by not spending cycles
generating an AttributeError exception message that gets ignored most
of the time. Instead, re-raise an AttributeError subclass that delays
message generation until its __str__() method is actually called.
(Brad Fitzpatrick)
................
r3787 | stevenknight | 2008-11-15 16:46:31 -0800 (Sat, 15 Nov 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3786" from
http://scons.tigris.org/svn/scons/branches/sgk_PathList
................
r3791 | garyo | 2008-11-18 17:29:38 -0800 (Tue, 18 Nov 2008) | 1 line

Update Users Guide to clarify usage of site_scons and site_init.py.
................
r3792 | GregNoel | 2008-11-19 15:51:58 -0800 (Wed, 19 Nov 2008) | 1 line

Add reference to LoadableModule in SharedLibrary description
................
r3793 | managan | 2008-11-25 10:32:19 -0800 (Tue, 25 Nov 2008) | 6 lines

Add a test for the case of a .DVI build using a .eps graphics.
Test that we don't make a .pdf file from the graphic.
The patch also covers the case of requiring the graphics files
I search for to have an extension so we don't try to build fig.eps from fig.eps...
................
r3794 | managan | 2008-11-25 10:37:22 -0800 (Tue, 25 Nov 2008) | 2 lines

Accidently left a debug print in.
................
r3802 | stevenknight | 2008-11-26 12:16:14 -0800 (Wed, 26 Nov 2008) | 2 lines

Highlights and roadmap update for checkpoing d20081125.
................
r3803 | stevenknight | 2008-12-02 10:58:29 -0800 (Tue, 02 Dec 2008) | 4 lines

Fix a Glob() exception (with stack trace) when an explicit Node
exists in a repository directory without a corresponding on-disk
file or directory.
................
r3804 | garyo | 2008-12-04 19:22:28 -0800 (Thu, 04 Dec 2008) | 1 line

Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list first.
................
r3805 | stevenknight | 2008-12-05 00:16:58 -0800 (Fri, 05 Dec 2008) | 3 lines

Issue 2265: Add additional --taskmastertrace= messages in the Task class.
Refactor messages in the Taskmaster class to use new, common methods.
................
r3806 | stevenknight | 2008-12-05 06:14:58 -0800 (Fri, 05 Dec 2008) | 3 lines

Give proper credit to Benoit Belley for the --taskmastertrace=
enhancements in the previous commit.
................
r3807 | GregNoel | 2008-12-05 17:13:18 -0800 (Fri, 05 Dec 2008) | 1 line

Issue 2267, fix use of uninitialized variable
................
r3808 | stevenknight | 2008-12-06 09:42:03 -0800 (Sat, 06 Dec 2008) | 4 lines

Issue 2116: Eliminate some spurious dependency cycles by being more
aggressive about pruning pending children from the Taskmaster walk.
(Benoit Belley)
................
r3809 | stevenknight | 2008-12-06 20:15:22 -0800 (Sat, 06 Dec 2008) | 3 lines

Issue 2265: Suppress messages about spurious dependency cycles.
(Jason Kenny)
................
r3810 | stevenknight | 2008-12-07 08:31:39 -0800 (Sun, 07 Dec 2008) | 2 lines

src/CHANGES.txt updates for changes since 4 November.
................
r3811 | stevenknight | 2008-12-07 10:04:59 -0800 (Sun, 07 Dec 2008) | 3 lines

Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction
variable names, with an appropriate warning.
................
r3817 | stevenknight | 2008-12-08 11:04:22 -0800 (Mon, 08 Dec 2008) | 3 lines

Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task
to hold different implementations of the .needs_execute() method.
................
r3819 | stevenknight | 2008-12-09 23:54:38 -0800 (Tue, 09 Dec 2008) | 2 lines

Delete empty directories.
................
r3821 | stevenknight | 2008-12-10 06:25:18 -0800 (Wed, 10 Dec 2008) | 4 lines

Issue 1287: copy File attributes from the local Node to a Repository
Node so we identify shared object files in a Repository and can link
them into a local shared library. (Matthew Wesley)
................
r3822 | stevenknight | 2008-12-10 08:20:12 -0800 (Wed, 10 Dec 2008) | 2 lines

Print "scons: Build interrupted." on stderr, not stdout.
................
r3823 | garyo | 2008-12-10 18:59:40 -0800 (Wed, 10 Dec 2008) | 1 line

Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the underlying mkdir throws EEXIST and there is an existing dir there already.
................
r3824 | garyo | 2008-12-10 19:12:25 -0800 (Wed, 10 Dec 2008) | 1 line

Added regression test for issue #1249
................
r3825 | garyo | 2008-12-10 19:16:12 -0800 (Wed, 10 Dec 2008) | 1 line

Fixed syntax and semantic errors in Mkdir example in man page, to fix issue #1755.
................
r3826 | stevenknight | 2008-12-10 21:27:02 -0800 (Wed, 10 Dec 2008) | 3 lines

Fix test breakage from the change to "scons: Build interrupted".
(Overlooked checking this in with r3822.)
................
r3827 | stevenknight | 2008-12-10 21:37:35 -0800 (Wed, 10 Dec 2008) | 6 lines

Issue 2231: Add a --warn=future-deprecated option, along with
FutureDeprecatedWarning and MandatoryDeprecatedWarning subclasses.
Use these to future-deprecate the Taskmaster.Task class, which we intend
to turn into an abstract base class by requiring subclasses to implement
the .needs_execute() method.
................
r3828 | stevenknight | 2008-12-11 05:42:43 -0800 (Thu, 11 Dec 2008) | 2 lines

Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein)
................
r3829 | stevenknight | 2008-12-11 22:16:31 -0800 (Thu, 11 Dec 2008) | 2 lines

Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
................
r3830 | stevenknight | 2008-12-12 06:32:49 -0800 (Fri, 12 Dec 2008) | 2 lines

Revert r3828 (vs9 support) in favor of the vs_revamp integration.
................
r3836 | stevenknight | 2008-12-20 06:01:33 -0800 (Sat, 20 Dec 2008) | 2 lines

Issue 2276: Fix use of codecs module in pre-2.3 Python versions.
................
r3837 | stevenknight | 2008-12-20 06:19:09 -0800 (Sat, 20 Dec 2008) | 2 lines

Issue 2247: Don't fail if we can't import a _subprocess module on Windows.
................
r3838 | stevenknight | 2008-12-20 08:15:01 -0800 (Sat, 20 Dec 2008) | 2 lines

Fix left-over deprecated use of the Options object.
................
r3839 | stevenknight | 2008-12-20 08:23:36 -0800 (Sat, 20 Dec 2008) | 3 lines

Add warnings for use of the (already) deprecated Options object
and its related functions.
................
r3846 | stevenknight | 2008-12-21 07:35:09 -0800 (Sun, 21 Dec 2008) | 2 lines

Updates for release 1.2.0.
................
r3848 | stevenknight | 2008-12-21 08:01:54 -0800 (Sun, 21 Dec 2008) | 36 lines

Merged revisions 3611-3763,3765-3794,3796-3811,3813-3839,3841-3847 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint

................
r3765 | stevenknight | 2008-11-04 07:57:03 -0800 (Tue, 04 Nov 2008) | 2 lines

Update release info for checkpoint.
................
r3796 | stevenknight | 2008-11-25 21:56:26 -0800 (Tue, 25 Nov 2008) | 2 lines

Updates for 20081125 checkpoint release.
................
r3797 | stevenknight | 2008-11-26 08:21:04 -0800 (Wed, 26 Nov 2008) | 2 lines

User's Guide updates for changes to error messages.
................
r3813 | stevenknight | 2008-12-07 19:13:17 -0800 (Sun, 07 Dec 2008) | 2 lines

Update lines for the 20081207 checkpoint release (candidate for 1.2.0).
................
r3814 | stevenknight | 2008-12-07 19:35:09 -0800 (Sun, 07 Dec 2008) | 2 lines

Update troubleshoot.xml for the changes to taskmastertrace output.
................
r3847 | stevenknight | 2008-12-21 07:57:50 -0800 (Sun, 21 Dec 2008) | 9 lines

Merged revisions 3610-3840,3842-3846 via svnmerge from
http://scons.tigris.org/svn/scons/release

........
r3842 | stevenknight | 2008-12-20 22:48:14 -0800 (Sat, 20 Dec 2008) | 2 lines

Update files for 1.2.0.
........
................
................
r3849 | stevenknight | 2008-12-21 19:26:03 -0800 (Sun, 21 Dec 2008) | 3 lines

Add a release note about the mandatory warnings (i.e. warnings
which cannot be disabled) in 1.3.0 for deprecated features.
................
r3850 | stevenknight | 2008-12-21 19:58:03 -0800 (Sun, 21 Dec 2008) | 3 lines

Add the Options object and *Option() function to the list of features
getting mandatory deprecation warnings in 1.3.0.
................
r3851 | stevenknight | 2008-12-21 22:19:38 -0800 (Sun, 21 Dec 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-3818" from
http://scons.tigris.org/svn/scons/branches/sgk_batch
................
1 2 3 4 5 6 7 8 9 10 Next