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
/
Node
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Fix typo in comments
William Deegan
2025-01-21
1
-1/+1
*
Fix call to SCons.Node.Node.build()
William Deegan
2025-01-20
1
-1/+1
*
Fix Issue #2281, post and pre actions were being ignored when added to an Ali...
William Deegan
2025-01-20
1
-2/+8
*
Flip SCons st_mtime usage back to tuple index
Mats Wichmann
2024-12-15
2
-3/+7
*
Modernize stat usage
Mats Wichmann
2024-12-15
2
-3/+3
*
Add type hints to main Node script
Thaddeus Crews
2024-11-17
2
-137/+144
*
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
4
-15/+25
*
Move IS_ROOT definition to framework
Mats Wichmann
2024-10-19
1
-7/+1
*
Use IS_WINDOWS from test framework
Mats Wichmann
2024-10-19
1
-8/+8
*
Adjust tests in case running as root
Mats Wichmann
2024-10-19
1
-15/+25
*
Merge branch 'master' into maint/pickling
William Deegan
2024-03-30
2
-7/+15
|
\
|
*
Get rid of raising exceptions entirely
Raymond Li
2024-03-28
2
-4/+4
|
*
Fix tests
Raymond Li
2024-03-28
1
-3/+11
*
|
Remove redundant code
Mats Wichmann
2024-03-28
3
-94/+0
|
/
*
Fix isabs() check in NodeInfo for Py 3.13
Mats Wichmann
2024-03-24
2
-40/+57
*
Updates on Value nodes
Mats Wichmann
2024-03-12
1
-14/+27
*
Merge branch 'master' into complex-type-hint-framework
William Deegan
2024-02-14
3
-46/+42
|
\
|
*
Merge branch 'master' into rawfile-convert
William Deegan
2024-02-14
3
-16/+36
|
|
\
|
|
*
Fix PyPackageDir
Mats Wichmann
2024-02-13
2
-14/+34
|
|
*
doc: update Pseudo description and more
Mats Wichmann
2024-02-09
1
-2/+2
|
*
|
Be more careful about file reading
Mats Wichmann
2024-02-08
1
-30/+6
|
|
/
*
|
Implement framework for hinting complex types
Thaddeus Crews
2024-01-15
3
-8/+13
|
/
*
Tweak Util module
Mats Wichmann
2023-09-19
1
-1/+1
*
Fix race condition in MkdirFunc
Vitaly Cheptsov
2023-09-05
1
-7/+16
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
2
-10/+10
*
Followon to PR #4348: more bool fixes
Mats Wichmann
2023-06-16
5
-82/+76
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
8
-395/+395
*
Address feedback from mwichmann in PR
William Deegan
2022-12-20
1
-4/+11
*
Fixed using --diskcheck=none from command line. It was always broken. SetOpti...
William Deegan
2022-12-20
1
-17/+24
*
Minor doc update for Value nodes [skip appveyor]
Mats Wichmann
2022-10-21
2
-9/+16
*
Update the Glob docs with more details
Mats Wichmann
2022-09-16
1
-31/+35
*
doc: change five functions to appear global-only
Mats Wichmann
2022-09-14
2
-2/+2
*
get_timestamp returns an int again
Mats Wichmann
2022-05-06
1
-4/+4
*
Revert to using stat.ST_MTIME in FS nodes for now
Mats Wichmann
2022-05-06
2
-3/+3
*
Fix content-timestamp decider for symlinks
Mats Wichmann
2022-05-06
2
-21/+15
*
Use super call instead of direct class call
Mats Wichmann
2022-03-15
5
-13/+13
*
Passes tests in >= python 3.9
Jacob Cassagnol
2021-11-02
1
-2/+2
*
Half the failing testcases fixed.
Jacob Cassagnol
2021-11-01
1
-2/+2
*
Merge branch 'master' into ninja-generation
William Deegan
2021-07-09
1
-5/+6
|
\
|
*
Fix an incorrect return-type annotation
Mats Wichmann
2021-06-13
1
-5/+6
*
|
Merge branch 'master' into ninja-generation
William Deegan
2021-05-24
4
-27/+42
|
\
\
|
|
/
|
*
Merge branch 'master' into imports
William Deegan
2021-05-06
1
-7/+0
|
|
\
|
|
*
Drop overridden changed_since_last_build method in Value class
Mats Wichmann
2021-05-06
1
-7/+0
|
*
|
Fix several sider complaints
Mats Wichmann
2021-05-05
1
-1/+2
|
*
|
Fix some imports and other checker warnings
Mats Wichmann
2021-05-05
2
-14/+7
|
|
/
|
*
Reformat LocalFS to quiet sider complaints
Mats Wichmann
2021-05-03
1
-3/+26
|
*
Some code modernizatoion
Mats Wichmann
2021-05-03
1
-4/+6
|
*
Merge pull request #3825 from grossag/topic/grossag/pythondynamicscan
William Deegan
2021-04-19
1
-1/+4
|
|
\
|
|
*
Merge branch 'master' into topic/grossag/pythondynamicscan
Adam Gross
2021-01-09
5
-46/+47
|
|
|
\
|
|
*
|
Some initial fixes
Adam Gross
2020-11-16
1
-5/+1
[next]