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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support the -f option allowing specification of a different top-level
Steven Knight
2008-10-15
5
-5/+228
*
Fix release lines (incorrect line updated in merge from checkpoint).
Steven Knight
2008-10-15
1
-2/+2
*
Collect the scripts for the three "climb up" options (-D, -U and -u)
Steven Knight
2008-10-15
9
-142/+345
*
Test and document the ability to specify multiple -f files.
Steven Knight
2008-10-14
2
-0/+15
*
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
*
Don't use "as" as a variable name--reserved in Python 2.6.
Steven Knight
2008-10-12
1
-3/+1
*
Fix intended tuple syntax (for Python 2.2 and before).
Steven Knight
2008-10-12
1
-1/+1
*
Python 2.6 made "as" a keyword, so test the importability of the
Steven Knight
2008-10-11
1
-1/+1
*
Fix our SCons.Util.CLVar implementation (__add__() and __radd__()
Steven Knight
2008-10-11
2
-0/+7
*
Update tigris.org for the 1.1.0 release.
Steven Knight
2008-10-11
4
-23/+6
*
Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge from
Steven Knight
2008-10-10
5
-25/+25
*
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
10
-20/+42
*
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
*
Update test scripts with more information must_*() methods.
Steven Knight
2008-10-08
4
-44/+40
*
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
11
-81/+542
*
Fix label placement in gnuplot graphs by the "scons-time.py func"
Steven Knight
2008-10-07
3
-4/+13
*
Initial Python 2.6 portability in SCons code itself, using subprocess
Steven Knight
2008-10-07
3
-12/+17
*
Rudimentary Python 2.6 portability in the test infrastructure, fixing
Steven Knight
2008-10-07
2
-21/+39
*
Remove left-over debug print.
Steven Knight
2008-10-07
1
-2/+0
*
Fix a block in Script/Main.py that could swallow KeyboardInterrupt
Steven Knight
2008-10-05
2
-1/+3
*
documentation changes for Action() refactoring
Greg Noel
2008-10-04
1
-39/+42
*
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
*
Updates to SCons development system admin scripts:
Steven Knight
2008-10-04
3
-1/+7
*
User's Guide updates:
Steven Knight
2008-10-03
11
-37/+37
*
Update highlight and roadmap schedule.
Steven Knight
2008-10-03
3
-8/+18
*
Correct typos to roadmap.html that snuck in...
Greg Noel
2008-10-02
3
-8/+8
*
Move release days to Monday; slip 1.1 (but not rest); typos
Greg Noel
2008-10-02
3
-68/+42
*
implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.
Gary Oberbrunner
2008-10-02
3
-14/+59
*
Add Users Guide example of using $SOURCE substitution in a target name in a C...
Gary Oberbrunner
2008-10-02
2
-0/+44
*
Python 2.2 portability: no dictionary pop() method.
Steven Knight
2008-10-01
1
-1/+1
*
Update for latest changes.
Steven Knight
2008-10-01
1
-0/+6
*
Fix the regular expression for LaTeX scanning so that it matches
Steven Knight
2008-10-01
2
-2/+12
*
Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.
Gary Oberbrunner
2008-10-01
4
-3/+60
*
This patch removes setting the variable TEXPICTS in the tex tools and
Robert Managan
2008-09-30
4
-5/+73
*
Better error when taskmaster gets an exception while scanning children (show ...
Gary Oberbrunner
2008-09-29
1
-2/+2
*
Fix test to work with all versions of Python
Greg Noel
2008-09-29
1
-20/+21
*
Issue 1646: Block-wise signature computation for large files
Ludwig Hähne
2008-09-28
6
-4/+195
*
Fix scons-local packaging test breakage in MSVS tests by correcting
Steven Knight
2008-09-27
1
-2/+2
*
Revert checkin of incomplete change
Greg Noel
2008-09-26
1
-31/+13
*
reassign credit where credit is due
Greg Noel
2008-09-26
2
-19/+46
*
Update with recent changes:
Steven Knight
2008-09-26
1
-12/+36
*
Add RC.py scanner to MANIFEST.in
David Cournapeau
2008-09-26
1
-0/+1
*
Fixed an issue with the way the test was setting up the CPPPATH.
William Deegan
2008-09-26
1
-4/+4
*
Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1...
William Deegan
2008-09-26
2
-2/+6
*
Sort the results of unittest for RC scanner before comparing them.
William Deegan
2008-09-25
1
-0/+2
[next]