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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...
William Deegan
2017-03-20
1
-1/+1
*
py2/3 to fix this test required several files/compares to be binary.
William Deegan
2017-03-20
1
-10/+15
*
py2/3 fixed binary/str issue, but test is still failing on py3 with _action s...
William Deegan
2017-03-20
1
-3/+3
*
added mode='r' for must_matches, and for one case added mode='w' for source f...
William Deegan
2017-03-20
3
-40/+31
*
Remove deprecated tool Subversion
William Deegan
2017-03-20
1
-186/+0
*
Remove deprecated tool SCCS
William Deegan
2017-03-20
6
-796/+0
*
Remove deprecated tool RCS
William Deegan
2017-03-20
7
-1053/+0
*
Remove deprecated tool CVS
William Deegan
2017-03-20
3
-613/+0
*
Remove deprecated tool BitKeeper
William Deegan
2017-03-20
3
-664/+0
*
remove deprecated Perforce tool
William Deegan
2017-03-20
3
-569/+0
*
py2/3 fix must_match and rb/wb
William Deegan
2017-03-20
2
-22/+22
*
py2/3 doesn't fix py3 yet.
William Deegan
2017-03-20
1
-16/+16
*
py2/3 fix win32 py27 failures. Also resolve some py3 failures
William Deegan
2017-03-20
13
-146/+180
*
py2/3 rb/ab/wb fixes
William Deegan
2017-03-20
1
-10/+10
*
fix ab flag py2/3
William Deegan
2017-03-20
1
-3/+4
*
fix ab flag py2/3
William Deegan
2017-03-20
1
-8/+8
*
fix ab flag py2/3
William Deegan
2017-03-20
1
-2/+3
*
py2/3 ab fix. Plus switch to must_match
William Deegan
2017-03-20
1
-5/+5
*
py2/3 fix rb/wb
William Deegan
2017-03-20
3
-9/+9
*
check for correct gdbm module to decide to skip or not py2/3
William Deegan
2017-03-20
1
-1/+1
*
py2/3 fix wb/rb
William Deegan
2017-03-20
5
-18/+18
*
py2/3 fix rb/wb also replace convoluted test logic with correct test methods ...
William Deegan
2017-03-19
1
-6/+6
*
change test to use get_text_contents py2/3
William Deegan
2017-03-19
1
-1/+1
*
merge
William Deegan
2017-03-19
5
-23/+23
|
\
|
*
py2/3 fix. Add b to w open. Needed because we're dumping node.get_contents(),...
William Deegan
2017-03-19
1
-1/+1
|
*
py2/3 rb/wb fix
William Deegan
2017-03-19
1
-3/+3
|
*
typo fix
William Deegan
2017-03-19
1
-2/+2
|
*
py2/3 must_match mode=r
William Deegan
2017-03-19
1
-14/+14
|
*
py2/3 wb/rb changed
William Deegan
2017-03-16
1
-3/+3
*
|
py2/3 fix wb/rb
William Deegan
2017-03-19
1
-2/+2
|
/
*
py2/3 fix unnecessary binary reads. pep8 format the file while we're out at
William Deegan
2017-03-19
1
-9/+10
*
Merged in bdbaddog/scons (pull request #419)
William Deegan
2017-03-19
5
-68/+72
|
\
|
*
Allow whitespace after include file name in regex. This resolves issue runni...
William Deegan
2017-03-19
1
-5/+4
|
*
incremental checkin
William Deegan
2017-03-17
1
-45/+41
|
*
scanner.py works for win32 py27, but fails py3
William Deegan
2017-03-14
1
-4/+12
|
*
fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32
William Deegan
2017-03-14
2
-17/+17
|
*
fix py2/3 win32 must_match needed mode='r'
William Deegan
2017-03-14
1
-1/+1
|
*
fix py2/3 win32
William Deegan
2017-03-14
1
-6/+7
|
*
try mode='w' to see if this makes source file for msvc the proper format
William Deegan
2017-03-14
1
-9/+9
*
|
Fix bytes issues to fix test on Python 3.
Craig Rodrigues
2017-03-14
1
-1/+3
*
|
Use mode='r' to fix tests on Python 3.
Craig Rodrigues
2017-03-14
1
-6/+6
*
|
Replace string.uppercase with string.ascii_uppercase to fix test on Python 3.
Craig Rodrigues
2017-03-14
1
-3/+3
*
|
Use mode='r' to fix errors on Python 3
Craig Rodrigues
2017-03-14
1
-4/+4
*
|
Use byte string to fix test on Python 3
Craig Rodrigues
2017-03-14
1
-3/+3
*
|
Use mode='r' to fix test on Python 3
Craig Rodrigues
2017-03-14
1
-1/+1
*
|
Use byte string to fix test on Python 3
Craig Rodrigues
2017-03-14
1
-1/+1
*
|
Use byte strings to fix test on Python 3.
Craig Rodrigues
2017-03-14
1
-3/+3
*
|
Use byte strings to fix test on Python 3.
Craig Rodrigues
2017-03-14
2
-6/+6
|
/
*
py2/3 add mode=r to must_match to fix win32 py27,py3
William Deegan
2017-03-14
8
-40/+40
*
py2/3 add mode='r' to must_match. Should fix some win32 failures
William Deegan
2017-03-14
6
-8/+8
[next]