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
/
Action.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove join and list comprehension when not needed in Action.get_content(). Y...
bdbaddog
2019-06-25
1
-1/+1
*
Don't hide exceptions when command does not exist
Mathew Robinson
2019-06-10
1
-3/+4
*
Merge pull request #3345 from mwichmann/py38warns4-tests
William Deegan
2019-04-28
1
-11/+17
|
\
|
*
[#PR 3345] clean up some sider complaints
Mats Wichmann
2019-04-27
1
-2/+0
|
*
[PR #3345] fix more PY3.8 fails
Mats Wichmann
2019-04-26
1
-4/+1
|
*
[PR #3345] fix flake8 compliants on the PR
Mats Wichmann
2019-04-25
1
-1/+1
|
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
1
-10/+21
|
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
1
-1/+1
*
|
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-1/+1
|
/
*
fix missing code contents that should be included in signature of a function ...
Zachary Tessler
2018-12-22
1
-2/+1
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-2/+2
*
Stop using custom OrderedDict
Mats Wichmann
2018-09-01
1
-1/+2
*
Remove unintended "import io"
Mats Wichmann
2018-08-15
1
-1/+0
*
Redo fix for file closing in SCons.Action._subproc
Mats Wichmann
2018-08-14
1
-8/+10
*
Quiet Py3.6+ ResourceWarnings on tests
Mats Wichmann
2018-08-13
1
-0/+4
*
Fix many epydoc warnings
William Deegan
2017-09-01
1
-12/+17
*
PY2/3 fix action function sigs to skip docstrings
William Deegan
2017-08-02
1
-3/+4
*
PY2/3 Fix more function signiture logic. Previously was dropping first co_con...
William Deegan
2017-08-01
1
-7/+6
*
PY2/3 Add property values for object/instance signature
William Deegan
2017-07-31
1
-4/+4
*
PY2/3 Fix action object content signiture to be stable. Note need expected va...
William Deegan
2017-07-31
1
-7/+60
*
PEP8
William Deegan
2017-05-30
1
-1/+1
*
PEP8 changes
William Deegan
2017-05-26
1
-7/+7
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-2/+2
*
Replace list(filter()) with list comprehension.
Craig Rodrigues
2017-03-11
1
-1/+1
*
fix for py2/3 compat
William Deegan
2017-02-26
1
-1/+1
*
fix signature calc issues for functions actions
William Deegan
2017-02-26
1
-21/+24
*
PY3 porting work. Also moved comments for methods into docstrings
William Deegan
2017-02-20
1
-55/+113
*
Added some details comments to _function_contents() which is used to generate...
William Deegan
2016-12-23
1
-24/+5
*
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
1
-13/+23
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-3/+3
*
fixes for print()'s for win32
William Deegan
2016-05-13
1
-2/+2
*
Run futurize --stage1.
Russel Winder
2016-01-01
1
-2/+1
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-31/+20
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-11/+2
|
*
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
1
-1/+1
|
*
- a few simple refactorings and optimizations
Dirk Baechle
2015-02-04
1
-18/+16
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
1
-1/+2
|
\
\
|
|
/
|
*
- allow varlist to be specified as list of strings, fixes issue #2754
Dirk Baechle
2014-05-20
1
-1/+1
|
*
The _r in AIX xlc_r means reentrant, not relocatable.
Michael Haubenwallner
2014-05-15
1
-0/+1
*
|
engine.SCons: More bytes/str fixes.
Stefan Zimmermann
2014-03-31
1
-1/+1
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-1/+1
|
\
\
|
|
/
|
*
Fixed "communicate()" interface in Action._subproc()
ptomulik
2014-03-13
1
-1/+1
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-6/+8
|
\
\
|
|
/
|
*
Merged in dirkbaechle/scons (pull request #92)
William Deegan
2013-10-28
1
-5/+6
|
|
\
|
|
*
- now counting instances only when requested via --debug=count
Dirk Baechle
2013-10-25
1
-5/+6
|
*
|
Correctly fix bug #2903, failure to rebuild when linker options change.
Gary Oberbrunner
2013-10-27
1
-1/+2
|
|
/
*
|
More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...
Stefan Zimmermann
2014-03-31
1
-2/+2
[next]