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
...
*
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
*
Move Visal Studio test data into QMTest/TestSConsMSVS.py.
Steven Knight
2008-09-24
4
-371/+385
*
Refactor Visual Studio testing logic into a separate TestSConsMSVS
Steven Knight
2008-09-23
12
-123/+151
*
Python 1.5 compatibility: explicity import SCons.compat (again)
Steven Knight
2008-09-23
1
-0/+5
*
1.5 compatibility: string methods in Tool/msvs.py.
Steven Knight
2008-09-23
1
-13/+40
*
1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.
Steven Knight
2008-09-23
1
-1/+1
*
1.5 / 2.[012] compatiblity: shutil.move() function.
Steven Knight
2008-09-23
1
-0/+40
*
1.5 compatiblity: string method in Node/FSTests.py.
Steven Knight
2008-09-23
1
-1/+1
*
Issue 2215: add a file() builtin to the compatability layer
Steven Knight
2008-09-23
1
-0/+6
*
Python 2.2 portability (no .pop() method on dictionaries, ' in '
Steven Knight
2008-09-22
2
-2/+2
*
Fix for Windows that doesn't break other systems: delete the
Steven Knight
2008-09-22
3
-3/+3
*
Fix the Latex scanner to search for graphics on the TEXINPUTS path
Robert Managan
2008-09-22
2
-5/+5
*
Windows portability (path names in expected output).
Steven Knight
2008-09-22
1
-2/+7
*
Fix syntax and semantic errors preventing regression tests from running on 1.5.2
Greg Noel
2008-09-22
2
-10/+14
*
make references to subprocess.Popen synchronous
Greg Noel
2008-09-22
4
-9/+8
*
Fix doc for r3436 (new delete_existing flags for Append/Prepend)
Gary Oberbrunner
2008-09-20
1
-6/+6
*
Windows portability: different error message for the nonexistent file.
Steven Knight
2008-09-20
1
-1/+9
*
Windows portability: use os.sep instead of hard-coded /.
Steven Knight
2008-09-20
1
-14/+18
*
Windows test fix: enhance the TestSCons class so an explicit
Steven Knight
2008-09-20
4
-7/+10
*
Fix indentation issue
William Deegan
2008-09-20
1
-3/+3
*
Fix broken swig tests when python being used to run tests is incompatible wit...
William Deegan
2008-09-20
5
-0/+5
*
Fix test/VariantDir/VariantDir.py on centos5, currently failing as TestSCons....
William Deegan
2008-09-20
1
-0/+3
*
Call str() on the string values of environment variables used by the
Steven Knight
2008-09-20
1
-1/+3
*
Windows portability: escape strings with file path names, which
Steven Knight
2008-09-20
1
-2/+2
*
Windows portability: use os.path.join() for expected subdirectory paths.
Steven Knight
2008-09-20
1
-1/+6
*
Make the test/MSVC/{msvc,hierarchical}.py tests work even if
Steven Knight
2008-09-19
2
-4/+4
*
Windows portability in the expected output.
Steven Knight
2008-09-19
1
-4/+4
*
Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...
Gary Oberbrunner
2008-09-18
5
-35/+216
*
Hefty update to the tex tool.
Robert Managan
2008-09-18
8
-187/+702
*
Make the test/TEX/LATEX*py scripts work even on systems that don't have
Steven Knight
2008-09-17
1
-0/+3
[prev]
[next]