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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove deprecated Perforce tool
William Deegan
2017-03-20
4
-229/+4
*
py2/3 fix must_match and rb/wb
William Deegan
2017-03-20
1
-3/+3
*
Fix pickled/base64 string to be string instead of bytecode before writing to...
William Deegan
2017-03-20
1
-9/+10
*
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
*
py2/3 switch from using starts with to a slice of the contents. With py3 cont...
William Deegan
2017-03-19
1
-3/+3
*
py2/3 convert output from running swig to get version string to string. On py...
William Deegan
2017-03-19
1
-2/+2
*
disable experimental win32 native CopyFile usage
William Deegan
2017-03-19
1
-17/+17
*
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
*
move comment for method to docstring
William Deegan
2017-03-14
1
-3/+5
*
fix py2/3 win32 use SCons.Util.UnicodeType to replace u
William Deegan
2017-03-14
1
-1/+1
*
remove adding .p3 suffix to dblite files for py3. TODO: make sure this doesn'...
William Deegan
2017-03-13
1
-2/+5
*
remove py3 checking code
William Deegan
2017-03-13
1
-7/+1
*
merge heads
William Deegan
2017-03-13
1
-1/+1
|
\
|
*
output from try run comes from get_content() which is bytes. So use SCons.Uti...
William Deegan
2017-03-13
1
-1/+1
*
|
py2/3 remove wb from created taskmaster trace file
William Deegan
2017-03-13
1
-1/+1
*
|
remove wb mode from creation of taskmaster trace file. Was breaking tests, an...
William Deegan
2017-03-13
1
-1/+1
|
/
*
fix mistaken head close
William Deegan
2017-03-13
1
-1/+1
|
\
|
*
fix unicode usage for --debug=tree py2/3
William Deegan
2017-03-13
1
-1/+1
*
|
Merged in rodrigc/scons (pull request #409)
William Deegan
2017-03-13
3
-7/+7
|
\
\
|
*
|
Remove 'U' flag to open() which is deprecated.
Craig Rodrigues
2017-03-11
1
-2/+2
|
*
|
Remove 'U' flag to open() which is deprecated.
Craig Rodrigues
2017-03-11
3
-5/+5
*
|
|
Merged in rodrigc/scons (pull request #410)
William Deegan
2017-03-13
33
-69/+69
|
\
\
\
|
*
|
|
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
33
-70/+70
|
|
/
/
*
|
|
Merged in russel/scons (pull request #411)
William Deegan
2017-03-13
2
-11/+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update the changes file for the change of default D tool ordering.
Russel Winder
2017-03-13
1
-1/+4
|
*
|
Change the search order for D compilers.
Russel Winder
2017-03-12
1
-10/+9
|
|
/
*
|
no unicode in py3, u() works in py2
William Deegan
2017-03-12
1
-1/+2
*
|
Use print() function. Fixes py2/3.
Craig Rodrigues
2017-03-11
1
-3/+5
*
|
Use print() function. Fixes py2/3
Craig Rodrigues
2017-03-11
1
-2/+2
|
/
*
Merged in rodrigc/scons (pull request #404)
William Deegan
2017-03-12
1
-1/+1
|
\
|
*
exec() must take a string, not a file object. Fixes py2/3
Craig Rodrigues
2017-03-11
1
-1/+1
*
|
Replace list(filter()) with list comprehension.
Craig Rodrigues
2017-03-11
7
-8/+8
|
/
*
update repo
William Deegan
2017-03-11
5
-10/+10
|
\
|
*
Merged scons/scons into default
William Deegan
2017-03-10
5
-10/+10
|
|
\
|
|
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-10
2
-3/+3
|
|
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-10
3
-7/+7
*
|
|
use whichdb from dbm for py3, and whichdb from whichdb for py2
William Deegan
2017-03-11
1
-8/+8
|
/
/
*
|
Fixing SConsValues to work with py2/3. Turns out because in py2 optparse.Valu...
William Deegan
2017-03-10
1
-1/+14
|
/
*
fix binary/non-binary file writes where appropriate, previous all were binary...
William Deegan
2017-02-28
1
-1/+1
*
fix float formatting and change writting output from binary to non binary fil...
William Deegan
2017-02-28
1
-2/+4
*
comment out code which checks for py3 and fails
William Deegan
2017-02-28
1
-5/+5
*
Fix error message to output string and not bytearray(...) when two environmen...
William Deegan
2017-02-28
1
-1/+1
*
fix AddMethod to work with py2&3. No need to call MethodType to add to a clas...
William Deegan
2017-02-28
1
-5/+2
*
Fix exception handling code to work with py3
William Deegan
2017-02-27
1
-1/+1
*
fixed set_exception tests to work. Under py3, you can only save the exceptio...
William Deegan
2017-02-27
1
-8/+23
*
change NodeList to work for both py2/py3. default __getitem__ didn't work wit...
William Deegan
2017-02-27
1
-3/+29
*
change to test to make it easier to see failures
William Deegan
2017-02-27
1
-2/+5
[next]