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
*
This test is not account for PRESERVE being set. When preserve is set the rm ...
Daniel Moody
2017-04-23
1
-2/+4
*
py2/3 handle differences between py2 and 3 on reading/writing binary data to ...
William Deegan
2017-04-19
1
-3/+14
*
py2/3 swap to use test.must_match with mode='r'
William Deegan
2017-04-19
1
-2/+2
*
py2/3 no auto stringification for None in py3
William Deegan
2017-04-19
1
-1/+1
*
py2/3 no auto stringification for None in py3
William Deegan
2017-04-19
1
-1/+1
*
py2/3 - syntax for wrong number of arguments to functions changes for py3, ad...
William Deegan
2017-04-19
1
-3/+1
*
py2/3 Fix re-raising stored exception. Previously we were dropping contents o...
William Deegan
2017-04-19
1
-24/+0
|
\
|
*
more removal of sccs and rcs builder logic
William Deegan
2017-04-18
1
-24/+0
*
|
osx: disable mixedDandC test until a good way to specify correct gcc is found
William Deegan
2017-04-18
1
-0/+10
*
|
fix test for osx (with macports only at this point)
William Deegan
2017-04-18
1
-0/+4
*
|
fix test to not run on OSX
William Deegan
2017-04-18
1
-1/+2
|
/
*
remove deprecated module SCons.Sig
William Deegan
2017-04-16
1
-68/+0
*
merge from upstream
William Deegan
2017-04-16
1
-0/+24
|
\
|
*
Merged in gauravjuvekar/scons (pull request #427)
William Deegan
2017-04-15
1
-0/+24
|
|
\
|
|
*
Make --tree=all work with Python 3
Gaurav Juvekar
2017-03-27
1
-1/+8
|
|
*
Reword comment in test case to highlight that unicode is printed escaped
Gaurav Juvekar
2017-03-26
1
-1/+1
|
|
*
string-escape unicode characters while printing --tree
Gaurav Juvekar
2017-03-26
1
-0/+17
|
|
*
Revert incomplete bug fix
Manish Vachharajani
2017-03-22
1
-25/+0
|
|
*
Push version to Python 2.7 as minimum required.
Manish Vachharajani
2017-03-22
1
-0/+25
*
|
|
switch to os.system as in py3 os.popen() seemed to not have completed untar b...
William Deegan
2017-04-10
1
-1/+1
|
/
/
*
|
OSX: for now don't run versioned lib tests on mac. The logic to generate the ...
William Deegan
2017-04-09
4
-1/+25
*
|
py2/3 fixes for CPPDEFINES/pkg-config.py
Gaurav Juvekar
2017-04-08
1
-2/+16
*
|
Make __str__ and __repr__ same
Gaurav Juvekar
2017-04-07
1
-8/+6
*
|
py2/3 fixes for CPPDEFINES/append.py test case
Gaurav Juvekar
2017-04-07
1
-2/+18
*
|
py2/3 swap to bytes for comparison
William Deegan
2017-04-06
1
-2/+2
*
|
py2/3 swap to bytes for comparison
William Deegan
2017-04-06
1
-2/+3
*
|
py2/3 don't try to force import threading failure on py3. threading is import...
William Deegan
2017-04-06
1
-1/+1
*
|
py2/3 fix mode='r'
William Deegan
2017-04-06
3
-52/+52
*
|
py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytes
William Deegan
2017-04-05
1
-2/+2
*
|
py2/3 fix escaped unicode space to work for both py2/3
William Deegan
2017-04-05
7
-14/+14
*
|
py2/3 exceptions in py3 seem to have full package name
William Deegan
2017-04-05
1
-1/+1
*
|
pep8
William Deegan
2017-04-04
1
-1/+1
*
|
pep8
William Deegan
2017-04-04
1
-1/+1
*
|
py2/3 mode=r/w fixes
William Deegan
2017-04-03
2
-2/+2
*
|
py2/3 swap to must_match and mode=r
William Deegan
2017-04-03
1
-4/+4
*
|
py2/3 mode=r fix
William Deegan
2017-04-03
1
-1/+1
*
|
py2/3 another module shadowing issue... test file bz2.py blocking python lib ...
William Deegan
2017-04-03
1
-0/+0
*
|
Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.
William Deegan
2017-04-03
1
-1/+1
*
|
py2/3 fix binary file write issue
William Deegan
2017-04-02
1
-2/+2
*
|
fix to run on mac. explicitly request swig tool
William Deegan
2017-04-01
1
-1/+1
*
|
Fix dumbdbm/dbm.dumb for py2/3
William Deegan
2017-04-01
1
-4/+9
*
|
Fix locating java home on mac. fix mode='r' for py2/3
William Deegan
2017-04-01
1
-1/+1
*
|
py2/3 fix test.read mode='r', swap fail_test(test.read( with must_match
William Deegan
2017-03-31
1
-1/+1
*
|
py2/3 fix test.read mode='r'
William Deegan
2017-03-31
1
-2/+2
*
|
py2/3 fix lineending on generated c file. Some MSVC's complain about non CR/L...
William Deegan
2017-03-31
1
-2/+2
*
|
More comments in test to highlight their purpose
William Deegan
2017-03-31
1
-0/+1
*
|
module named warnings.py is conflicting with system warnings module. rename. ...
William Deegan
2017-03-30
1
-0/+0
*
|
remove usage of SCCS tool as it's been removed. Switch to zip tool as it shou...
William Deegan
2017-03-30
1
-73/+76
*
|
fix py2/3. Also fix py2 win32 broken tests
William Deegan
2017-03-24
2
-35/+43
|
/
*
py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...
William Deegan
2017-03-20
1
-1/+1
[next]