120
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Windows portability: Avoid duplicate foo.lib targets by telling env.SharedLibrary() to not build an import library. More... over 15 years ago
Issue 2238: Add a __contains__() method to support the "val in env" statement for construction environments. More... over 15 years ago
Issue 2228: discard stderr by using os.devnull More... over 15 years ago
Fix an exception and stack trace when Glob() hits an on-disk file or directory that begins with '#'. More... over 15 years ago
Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1. More... over 15 years ago
Issue 2242: Minor style and loop enhancements More... over 15 years ago
Issue 2235: File.Dir() creates files in the wrong place More... over 15 years ago
Issue 2236: Add comment to clarify Configure.CheckType() More... over 15 years ago
Update src/CHANGES.txt for changes since 1.1.0. More... over 15 years ago
Issue 2087: Handle Java classes declared in methods More... over 15 years ago
Fix uncaught KeyboardInterrupt. More... over 15 years ago
Fix a nested scope issue for older Python versions. More... over 15 years ago
Fix use of isinstance(..., tuple) so it works in older Python versions. More... over 15 years ago
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. More... over 15 years ago
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. More... over 15 years ago
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). More... over 15 years ago
Older Python portability: isinstance() only takes a single class. More... over 15 years ago
Update test/SCCS/diskcheck.py for recent GetBuildFailures() robustness change, which changed the exit message in this case. More... over 15 years ago
exception must be stringified before comparison More... over 15 years ago
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.
garyo
as Gary Oberbrunner
More... over 15 years ago
Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging strings that will only get thrown away during normal operation. More... over 15 years ago
Add 1.1.0 to the instal_scons.py script. More... over 15 years ago
Issue 2228: Add os.devnull to the SCons.compat layer. More... over 15 years ago
Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260). More... over 15 years ago
Update docstring for ifort. More... over 15 years ago
Fix trailing space. More... over 15 years ago
Issue 1568: fix a stack trace when --debug=include tries to handle a library as an argument. More... over 15 years ago
Fix use of VariantDir when the -n option is used and doesn't, therefore, actually create the variant directory. More... over 15 years ago
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. More... over 15 years ago
Fix release lines (incorrect line updated in merge from checkpoint). More... over 15 years ago