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
*
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
*
Fix pickled/base64 string to be string instead of bytecode before writing to...
William Deegan
2017-03-20
1
-9/+10
*
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
*
py2/3 remove rb from tex processing.
William Deegan
2017-03-19
1
-6/+6
*
py2/3 get_text_contents() may be working when contents is a string (Value nod...
William Deegan
2017-03-19
1
-1/+1
*
change test to use get_text_contents py2/3
William Deegan
2017-03-19
1
-1/+1
*
merge
William Deegan
2017-03-19
1
-3/+3
|
\
|
*
py2/3 switch from using starts with to a slice of the contents. With py3 cont...
William Deegan
2017-03-19
1
-3/+3
*
|
add pycharms dir to hgignore
William Deegan
2017-03-19
1
-0/+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 convert output from running swig to get version string to string. On py...
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
*
disable experimental win32 native CopyFile usage
William Deegan
2017-03-19
1
-17/+17
*
Merged in bdbaddog/scons (pull request #419)
William Deegan
2017-03-19
11
-75/+113
|
\
|
*
Merged scons/scons into default
William Deegan
2017-03-19
1
-0/+1
|
|
\
|
*
|
Allow whitespace after include file name in regex. This resolves issue runni...
William Deegan
2017-03-19
1
-5/+4
|
*
|
remove byte regular expression as no longer valid
William Deegan
2017-03-19
1
-1/+1
|
*
|
allow setting PRESERVE to 0, or False to disable preserving temporary test di...
William Deegan
2017-03-19
1
-1/+2
|
*
|
merge from upstream
William Deegan
2017-01-15
1
-4/+0
|
*
|
merged from upstream
William Deegan
2017-01-15
1
-0/+4
|
*
|
try using win32 native CopyFile
William Deegan
2017-01-15
1
-0/+31
|
*
|
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
|
*
|
move comment for method to docstring
William Deegan
2017-03-14
1
-3/+5
|
*
|
fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32
William Deegan
2017-03-14
3
-18/+18
|
*
|
fix py2/3 win32 use SCons.Util.UnicodeType to replace u
William Deegan
2017-03-14
1
-1/+1
|
*
|
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
|
|
/
|
/
|
*
|
Merged in bdbaddog/scons (pull request #417)
William Deegan
2017-03-14
14
-48/+48
|
\
\
|
|
/
[next]