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
...
*
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
*
Fix for previous fix for 402 and 2082
William Deegan
2008-09-25
1
-1/+2
*
Fix __COPYRIGHT__ and __revision__ lines.
Steven Knight
2008-09-25
1
-2/+2
*
Make a naked except: block catch specific exceptions (and not
Steven Knight
2008-09-25
1
-1/+1
*
Fix for bugs 402 and 2082 - implement scanner for windows resource files.
William Deegan
2008-09-25
3
-3/+213
*
Issue 2183, fix typos
Greg Noel
2008-09-25
2
-2/+2
*
Issue 2183: .sx assembler suffix uses C preprocessor
Greg Noel
2008-09-25
4
-3/+5
*
Change FUTURE markers to TODO(1.5) so we are all using the same style.
Greg Noel
2008-09-25
4
-4/+5
*
Add descrption of release candidate to roadmap, plus some clarifications.
Greg Noel
2008-09-24
1
-18/+25
*
Python 1.5 portability in test/Execute.py.
Steven Knight
2008-09-24
1
-1/+11
*
Split the MSVS variant_dir sub-tests into separate test scripts.
Steven Knight
2008-09-24
8
-264/+418
*
Split the sub-tests for cleaning MSVS project and solution files
Steven Knight
2008-09-24
8
-250/+423
*
Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.
Steven Knight
2008-09-24
2
-158/+162
[prev]
[next]