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
/
engine
/
SCons
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fix for py2/3 compat
William Deegan
2017-02-26
1
-1/+1
*
|
Split out calls to simplify for debugging
William Deegan
2017-02-26
1
-4/+8
*
|
Fix test for py3 & py2 compat
William Deegan
2017-02-26
1
-9/+9
*
|
define cmp() as it's not available on py3 for tests
William Deegan
2017-02-26
1
-0/+8
*
|
Must use bytes when writing to os.open()'d file on py3, bytearray works on bo...
William Deegan
2017-02-26
1
-1/+1
*
|
fix test which depended on order of dictionary.items() which changed between ...
William Deegan
2017-02-26
1
-1/+3
*
|
fix mocked action get_contents() to return bytearray()
William Deegan
2017-02-26
1
-1/+1
*
|
PEP-8 changes
William Deegan
2017-02-26
1
-2/+2
*
|
PEP-8 changes
William Deegan
2017-02-26
1
-0/+4
*
|
Move comment to docstring
William Deegan
2017-02-26
1
-9/+11
*
|
PEP-8 changes
William Deegan
2017-02-26
1
-0/+6
*
|
PEP-8 fixes
William Deegan
2017-02-26
1
-1/+11
*
|
fix signature calc issues for functions actions
William Deegan
2017-02-26
1
-21/+24
*
|
leave some debug logic for detecting build action change signature changes co...
William Deegan
2017-02-26
1
-0/+8
*
|
PEP-8 fixes
William Deegan
2017-02-26
1
-0/+6
*
|
fix issue which was modifying the function signature and causing incorrect re...
William Deegan
2017-02-26
1
-7/+3
*
|
Reformat file to modern python standards. (With hope towards PEP-8)
William Deegan
2017-02-25
1
-200/+213
*
|
fix string/bytearray issue for py2/3 port
William Deegan
2017-02-21
1
-2/+9
*
|
merge
William Deegan
2017-02-20
1
-1/+1
|
\
\
|
|
/
|
*
Fix missing quote in user documentation about Substfile
philippe coval
2017-01-20
1
-1/+1
|
*
Fix merge errors
William Deegan
2017-01-15
1
-4/+0
|
*
merge heads
William Deegan
2017-01-15
15
-295/+577
|
|
\
|
*
|
changes to force SCons to respect RANLIB when initializing ar tools
William Deegan
2017-01-15
2
-3/+3
*
|
|
PY3 porting work. Also moved comments for methods into docstrings
William Deegan
2017-02-20
2
-58/+164
*
|
|
Merged scons/scons into default
William Deegan
2017-01-14
12
-285/+550
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Make c++ proxy files to the cxx forms
Jason Kenny
2016-12-23
12
-285/+550
*
|
|
Added some details comments to _function_contents() which is used to generate...
William Deegan
2016-12-23
2
-24/+6
*
|
|
Added some details comments to _function_contents() which is used to generate...
William Deegan
2016-12-23
1
-3/+4
*
|
|
Added some details comments to _function_contents() which is used to generate...
William Deegan
2016-12-22
1
-6/+15
*
|
|
Added some details comments to _code_contents() which is used to generate act...
William Deegan
2016-12-22
1
-14/+38
*
|
|
fixes get function/object signatures working on python 3 (and 2.7)
William Deegan
2016-12-21
2
-17/+29
|
/
/
*
|
Merged in mbyt/scons/python3win32 (pull request #369)
William Deegan
2016-12-20
1
-9/+21
|
\
\
|
*
|
fixing typo, it must be _scons_file
python3win32
mbyt
2016-11-29
1
-1/+1
|
*
|
the file builtin does not exist in python3
mbyt
2016-10-19
1
-9/+21
*
|
|
merge heads
William Deegan
2016-11-28
3
-4/+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix tests failing on win32 AR and Fortran and M4
William Deegan
2016-11-28
2
-3/+3
|
*
|
Add better error messaging when missing (or surplus) shared library targets w...
William Deegan
2016-11-28
1
-1/+2
|
*
|
update from upstream
William Deegan
2016-11-25
1
-2/+2
|
|
\
\
|
*
\
\
Merged scons/scons into default
William Deegan
2016-10-17
45
-139/+443
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
*
|
|
|
tests for msvc version specific PCHPDBFLAGS changes
William Deegan
2016-11-28
1
-9/+16
*
|
|
|
update from upstream
William Deegan
2016-11-27
9
-45/+114
|
\
\
\
\
|
*
|
|
|
fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...
William Deegan
2016-11-27
2
-9/+15
|
*
|
|
|
Merged in rviney/scons (pull request #249)
William Deegan
2016-11-27
2
-3/+9
|
|
\
\
\
\
|
|
*
\
\
\
Merged scons/scons into default
Richard Viney
2016-07-10
160
-4109/+1940
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merged scons/scons into default
Richard Viney
2015-09-25
25
-375/+1127
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using...
Richard Viney
2015-09-18
2
-3/+9
|
*
|
|
|
|
|
|
Merged in mbyt/scons/python3raise (pull request #368)
William Deegan
2016-11-26
1
-1/+1
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
python3 compatibility. Exceptions might have more arguments.
mbyt
2016-10-19
1
-1/+1
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merged in ricklupton/scons (pull request #374)
William Deegan
2016-11-25
2
-31/+82
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
Find dependencies using LaTeX "import" package commands
Rick Lupton
2016-11-23
2
-31/+82
[prev]
[next]