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
*
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
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-10/+9
*
|
minor cleanup
ndbecker2
2013-09-09
1
-6/+1
*
|
2 minor issues
ndbecker2
2013-09-09
1
-1/+1
*
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
1
-13/+19
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-23/+24
|
/
*
Fix incorrect UserError usage
Richard Quirk
2011-12-24
1
-1/+1
*
Fix #2685, UnicodeDecodeError with Copy and non-ASCII filenames.
Gary Oberbrunner
2011-03-11
1
-2/+12
*
Make Action+None and None+Action work as expected (silently ignore the None a...
Gary Oberbrunner
2011-02-27
1
-2/+8
*
Initial Migration of MSVC logic from 1.3 branch.
William Deegan
2010-06-03
1
-2/+2
*
Convert the old-style classes in Action.py to new-style classes.
Steven Knight
2010-05-13
1
-6/+6
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-10/+0
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
1
-1/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-3/+3
*
Issue 2331: For forward compatibility, use "import pickle" and have
Steven Knight
2010-04-09
1
-3/+6
*
Issue 2332: Convert from using StringIO.StringIO class to using the
Steven Knight
2010-04-07
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-1/+1
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-53/+45
[next]