| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
instead of maintaining its uniqueness by hand.
|
|
|
|
| |
string is non-null before checking whether the first character is '#'.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
method check for isinstance(), not an exact class match.
|
|
|
|
| |
lists of targets and sources.
|
|
|
|
|
| |
through re.escape() (specifically to avoid problems with embedded "+++"
in temporary directory names on Mac OS X).
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
getting mandatory deprecation warnings in 1.3.0.
|
|
|
|
| |
which cannot be disabled) in 1.3.0 for deprecated features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
........
................
|
| |
|
|
|
|
| |
and its related functions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(Overlooked checking this in with r3822.)
|
|
|
|
| |
#1755.
|
| |
|
|
|
|
| |
underlying mkdir throws EEXIST and there is an existing dir there already.
|
| |
|
|
|
|
|
| |
Node so we identify shared object files in a Repository and can link
them into a local shared library. (Matthew Wesley)
|
|
|
|
| |
to hold different implementations of the .needs_execute() method.
|
|
|
|
| |
variable names, with an appropriate warning.
|
| |
|
|
|
|
| |
(Jason Kenny)
|
|
|
|
|
| |
aggressive about pruning pending children from the Taskmaster walk.
(Benoit Belley)
|
| |
|
|
|
|
| |
enhancements in the previous commit.
|
|
|
|
| |
Refactor messages in the Taskmaster class to use new, common methods.
|
|
|
|
| |
first.
|
|
|
|
|
| |
exists in a repository directory without a corresponding on-disk
file or directory.
|
| |
|
| |
|
|
|
|
|
|
| |
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...
|
| |
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
failed when the .tex file is in a subdirectory.
I added a new test and made the one line fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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().
........
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
........
|