| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
.sconsign build state stays consistent.
|
| |
|
|
| |
and print useful information if we fail to meet that.
|
| | |
|
| | |
|
| |
|
|
| |
for whethr an entry exists.
|
| |
|
|
|
| |
or with a Python in a path that contains spaces, by refactoring
(again) how we execute the internal scripts.
|
| |
|
|
|
|
| |
and also set SConsignFile(None) so the implicit command dependencies
don't cause .sconsign files to be written into the system directory
where the Python executable lives.
|
| |
|
|
|
| |
canonicalizing the file name used for the MD5 checksum so it always
looks like it's a Windows path (i.e., uses \ separators).
|
| |
|
|
|
| |
Update error messages now that the Windows cmd interpreter is looking
for the shell-out executables.
|
| |
|
|
|
| |
of whether or not the compiler inserts timestamp information in the
generated object files.
|
| | |
|
| |
|
|
|
| |
Windows by accomodating platform-specific behavior in the way
subprocess.Popen() calls handle shell= arguments with lists.
|
| | |
|
| |
|
|
| |
in command lines.
|
| |
|
|
| |
when \ is the path separator.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://scons.tigris.org/svn/scons/checkpoint
........
r3892 | stevenknight | 2009-01-12 06:02:05 -0800 (Mon, 12 Jan 2009) | 2 lines
Updates for 1.2.0.d20090112 checkpoint release.
........
r3893 | stevenknight | 2009-01-12 06:07:35 -0800 (Mon, 12 Jan 2009) | 2 lines
Fix undefined reference in User's Guide build.
........
r3898 | stevenknight | 2009-01-13 02:44:25 -0800 (Tue, 13 Jan 2009) | 2 lines
Update checkpoint timestamps.
........
r3899 | stevenknight | 2009-01-13 06:45:07 -0800 (Tue, 13 Jan 2009) | 2 lines
Update expected Copyright year line used in tests.
........
|
| | |
|
| | |
|
| |
|
|
| |
for which the target doesn't exist.
|
| |
|
|
|
|
|
|
|
|
|
| |
* Restore correct code to detect a bad drive on Windows.
* Update the bad drive error message to include the target name.
* Update SConfTests.py to print the config.log on error.
* Fix the smart_link() error message to not use repr() of a path so
escaping the \ separators on Windows doesn't interfere with regex matchs.
* Update regexes in test/VariantDir/reflect.py to accomodate command-line
re-ordering to put the /OUT: first in the line.
* Explicitly check for smart_link() messages even on Windows.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
That is make it clear that this is for all types of TeX files built
with the PDF builder
|
| | |
|
| |
|
|
|
|
| |
in the tex files. Namely that this only
afftect pdflatex and thus things built with
the PDF builder.
|
| | |
|
| |
|
|
|
| |
Visual C/C++ and MIPSpro C++ on SGI so, they match other tools
and avoid flag duplication on C++ command lines.
|
| |
|
|
| |
Use $WINDOWS_INSERT_DEF instead of the deprecated $WIN32_INSERT_DEF.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
specific support for batched compilation for Microsoft Visual C/C++.
Merged revisions 3819-3851,3854-3869,3871-3877,3880 via svnmerge from
http://scons.tigris.org/svn/scons/branches/sgk_batch
........
r3820 | stevenknight | 2008-12-09 23:59:14 -0800 (Tue, 09 Dec 2008) | 6 lines
Issue 1086: Batch compilation support:
* $MSVC_BATCH to control Visual C/C++ batch compilation.
* New $CHANGED_SOURCES, $CHANGED_TARGETS, $UNCHANGED_SOURCES and
$UNCHANGED_TARGETS construction variables.
* New Action(batch_key=, targets=) keyword arguments.
........
r3880 | stevenknight | 2009-01-07 20:50:41 -0800 (Wed, 07 Jan 2009) | 3 lines
Use UniqueList objects to collect the all_children(), all_prerequisites()
and all_sources() lists instead of calling uniquer_hashables() by hand.
........
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from .eps files for the pdf latex builder
That is if the .tex file has "\includegraphics{figure1}"
and the file figure1.eps then when using the .DVI builder
latex will find the file and all is fine.
However, when using the .PDF builder pdflatex can not
process .eps files and will fail.
After this patch the user will need to add
env.PDF('figure1.eps')
Update two tests that used the old feature and would fail otherwise
I could not come up with a way to test for a feature
that is removed. That is, I can write a test that works
before the update and fails after but not the other way around.
|
| |
|
|
| |
directory name. (Arve Knudsen)
|
| |
|
|
| |
link.
|
| | |
|
| |
|
|
| |
Knudsen.
|
| | |
|
| | |
|
| |
|
|
|
| |
class itself callable, instead of relying on a subsidiary
CallableComposite class for that behavior.
|
| |
|
|
| |
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.
|