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
/
SCons
/
Action.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4642 from Repiteo/remove-python-3.6
William Deegan
2024-11-16
1
-9/+0
|
\
|
*
Remove Python 3.6 support
Thaddeus Crews
2024-11-16
1
-9/+0
*
|
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
1
-42/+44
|
/
*
Maintenance: Python version usage
Mats Wichmann
2024-05-10
1
-2/+2
*
Get rid of raising exceptions entirely
Raymond Li
2024-03-28
1
-10/+0
*
Fix #3935 OSErrors being hidden
Raymond Li
2024-03-28
1
-1/+1
*
Merge branch 'master' into complex-type-hint-framework
William Deegan
2024-02-14
1
-18/+16
|
\
|
*
Restore presub_env behavior in Action
Mats Wichmann
2024-02-07
1
-1/+2
|
*
Fix bad typing in Action.py
Mats Wichmann
2024-02-05
1
-19/+16
*
|
Implement framework for hinting complex types
Thaddeus Crews
2024-01-15
1
-37/+39
|
/
*
scons_subproc_run: update docstrings, add tests
Mats Wichmann
2023-10-03
1
-53/+51
*
Fix some problems in new scons_subproc_run
Mats Wichmann
2023-09-27
1
-74/+58
*
scons_subproc doc: remove :keyword: roles [skip appveyor]
Mats Wichmann
2023-09-22
1
-7/+7
*
Merge branch 'master' into feature/new-subproc
Mats Wichmann
2023-09-09
1
-2/+2
|
\
|
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
1
-2/+2
*
|
New scons_subproc_run: simplify calling in msvc
Mats Wichmann
2023-07-08
1
-2/+2
*
|
Tweak scons_subproc_run docstring a bit more [ci skip]
Mats Wichmann
2023-07-08
1
-10/+18
*
|
Implement a new subprocess wrapper
Mats Wichmann
2023-07-08
1
-2/+101
|
/
*
Maint: turn ActionBase into abstract class
Mats Wichmann
2023-06-08
1
-13/+51
*
Doc fiddling - Alias, Action, Decider [skip appveyor]
Mats Wichmann
2023-05-16
1
-26/+29
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-22/+22
*
Solution for Issue #4275 (Compilation db get's tmp file command line), also e...
William Deegan
2022-12-11
1
-7/+7
*
Move execution environment sanitation from Action._suproc to SCons.Util.sanit...
William Deegan
2022-11-03
1
-18/+1
*
[DOC] update SHELL_ENV_GENERATORS [skip appveyor]
Mats Wichmann
2022-09-16
1
-15/+24
*
Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV...
William Deegan
2022-06-01
1
-2/+8
*
fix missing f string
Daniel Moody
2022-05-27
1
-1/+1
*
move ENV copy to more optimal location
Daniel Moody
2022-05-24
1
-1/+1
*
removed auto type
Daniel Moody
2022-05-24
1
-1/+0
*
fix sider complaint
Daniel Moody
2022-05-24
1
-1/+2
*
Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENE...
Daniel Moody
2022-05-24
1
-3/+19
*
fix whitespace typo
Daniel Moody
2022-05-11
1
-1/+1
*
switched name to SHELL_ENV_GENERATOR
Daniel Moody
2022-05-10
1
-1/+2
*
added test for EXPANDED_SHELL_VAR
Daniel Moody
2022-05-10
1
-2/+2
*
added way for user to configure shell envronment before its executed.
Daniel Moody
2022-05-09
1
-8/+8
*
Use super call instead of direct class call
Mats Wichmann
2022-03-15
1
-2/+2
*
Fix sider complaints about single line methods
William Deegan
2022-02-01
1
-1/+7
*
Fix sider complaints about single line methods
William Deegan
2022-02-01
1
-4/+8
*
Fixup DummyPopen() ( which is returned from Action._subproc() when subprocess...
William Deegan
2022-02-01
1
-0/+6
*
Fix some imports and other checker warnings
Mats Wichmann
2021-05-05
1
-1/+0
*
fix: allows IMPLICIT_COMMAND_DEPENDENCIES to have false-like values supplied
djh
2021-03-23
1
-2/+2
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
1
-4/+4
|
\
|
*
A few more tweaks to debug-timing code
Mats Wichmann
2021-02-11
1
-3/+3
|
*
Initial support in tests for Python 3.10
Mats Wichmann
2021-01-22
1
-1/+1
*
|
Merge branch 'master' into topic/grossag/newhashes
Adam Gross
2020-11-06
1
-27/+27
|
\
\
|
|
/
|
*
Update some copyright strings and drop __revision__ [skip appveyor]
Mats Wichmann
2020-09-23
1
-27/+27
*
|
Add support for overriding the default hash format
Adam Gross
2020-08-04
1
-1/+1
|
/
*
classes no longer explicitly inherit from object
Mats Wichmann
2020-05-24
1
-15/+22
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-0/+1469