index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue 2265: Suppress messages about spurious dependency cycles.
Steven Knight
2008-12-07
3
-29/+43
*
Issue 2116: Eliminate some spurious dependency cycles by being more
Steven Knight
2008-12-06
2
-30/+147
*
Issue 2267, fix use of uninitialized variable
Greg Noel
2008-12-06
1
-6/+6
*
Issue 2265: Add additional --taskmastertrace= messages in the Task class.
Steven Knight
2008-12-05
2
-16/+93
*
Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ...
Gary Oberbrunner
2008-12-05
2
-4/+30
*
Fix a Glob() exception (with stack trace) when an explicit Node
Steven Knight
2008-12-02
2
-8/+31
*
Accidently left a debug print in.
Robert Managan
2008-11-25
1
-4/+5
*
Add a test for the case of a .DVI build using a .eps graphics.
Robert Managan
2008-11-25
1
-10/+20
*
Add reference to LoadableModule in SharedLibrary description
Greg Noel
2008-11-19
1
-0/+5
*
Speed up Node.FS.EntryProxy.__getattr__() by not spending cycles
Steven Knight
2008-11-15
1
-10/+22
*
Fix typo found by Jared Grubb
Greg Noel
2008-11-15
1
-1/+1
*
I found that my coding for automatically building .pdf files from .eps files
Robert Managan
2008-11-12
1
-1/+1
*
Python 1.5 and 2.1 compatibility: string methods, nested scopes.
Steven Knight
2008-11-12
2
-4/+8
*
Merged revisions 3759-3762 via svnmerge from
Steven Knight
2008-11-11
1
-691/+689
*
Issue 2238: Add a __contains__() method to support the "val in env"
Steven Knight
2008-11-09
2
-0/+43
*
Issue 2228: discard stderr by using os.devnull
Greg Noel
2008-11-09
4
-7/+18
*
Fix an exception and stack trace when Glob() hits an on-disk file or
Steven Knight
2008-11-08
2
-5/+20
*
Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1.
Steven Knight
2008-11-07
1
-1/+2
*
Issue 2242: Minor style and loop enhancements
Greg Noel
2008-11-07
1
-102/+92
*
Issue 2235: File.Dir() creates files in the wrong place
Greg Noel
2008-11-07
1
-17/+13
*
Issue 2087: Handle Java classes declared in methods
Ludwig Hähne
2008-10-31
1
-0/+16
*
Fix uncaught KeyboardInterrupt.
Steven Knight
2008-10-31
1
-0/+2
*
Fix use of isinstance(..., tuple) so it works in older Python versions.
Steven Knight
2008-10-31
1
-3/+7
*
Fix calling Exit() from within a Python function action, so that it gets
Steven Knight
2008-10-31
1
-0/+2
*
This new test and emitter update recursively checks the whole source of the
Robert Managan
2008-10-30
1
-37/+45
*
Older Python portability: isinstance() only takes a single class.
Steven Knight
2008-10-30
1
-1/+3
*
exception must be stringified before comparison
Greg Noel
2008-10-29
1
-1/+1
*
Applied Benoit Belley's patch in ticket 1957 improve the robustness of
Gary Oberbrunner
2008-10-29
9
-86/+255
*
Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging
Steven Knight
2008-10-29
1
-8/+7
*
Issue 2228: Add os.devnull to the SCons.compat layer.
Steven Knight
2008-10-28
1
-0/+13
*
Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260).
David Cournapeau
2008-10-20
1
-0/+3
*
Update docstring for ifort.
David Cournapeau
2008-10-20
1
-1/+1
*
Fix trailing space.
David Cournapeau
2008-10-20
1
-2/+2
*
Issue 1568: fix a stack trace when --debug=include tries to handle
Steven Knight
2008-10-17
1
-1/+4
*
Fix use of VariantDir when the -n option is used and doesn't,
Steven Knight
2008-10-15
1
-1/+14
*
Support the -f option allowing specification of a different top-level
Steven Knight
2008-10-15
1
-5/+10
*
Don't use the Exception.message attribute that was deprecated in
Steven Knight
2008-10-12
1
-2/+1
*
Python 2.6 portability: add __{add,radd}__() methods to the CLVar
Steven Knight
2008-10-12
1
-0/+4
*
Fix our SCons.Util.CLVar implementation (__add__() and __radd__()
Steven Knight
2008-10-11
1
-0/+4
*
Don't add an action to use epstopdf to build .pdf from .ps
Robert Managan
2008-10-10
1
-1/+1
*
Testing on a Mac turned up a problem that did not show up on linux.
Robert Managan
2008-10-08
2
-4/+0
*
fix bug in SCons.Action._subproc
Greg Noel
2008-10-08
1
-16/+16
*
Python 1.5 compatibility.
Steven Knight
2008-10-08
1
-1/+3
*
Reset the default Verbose value to False.
Steven Knight
2008-10-07
1
-1/+1
*
test/TEX/PDF_single_source.py
Robert Managan
2008-10-07
8
-78/+274
*
Initial Python 2.6 portability in SCons code itself, using subprocess
Steven Knight
2008-10-07
3
-12/+17
*
Fix a block in Script/Main.py that could swallow KeyboardInterrupt
Steven Knight
2008-10-05
1
-0/+2
*
Issue 2166, refactor Action() factory to make positional parameters consistent
Greg Noel
2008-10-04
3
-261/+427
*
Fix small inefficiency in jobs dispatching
Greg Noel
2008-10-04
1
-1/+1
*
implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.
Gary Oberbrunner
2008-10-02
2
-12/+51
[prev]
[next]