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
*
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
|
|
*
|
First draft of teaching Python scanner about dynamic files
Adam Gross
2020-11-13
1
-1/+8
*
|
|
|
fix broken target check in ninja_execute. It was improperly adding all nodes ...
William Deegan
2021-04-13
1
-1/+1
*
|
|
|
Add API to see if a node has a given attribute stored in node.attributes
William Deegan
2021-04-13
1
-0/+5
|
/
/
/
*
|
|
Added support for passing custom CacheDir classes.
Daniel Moody
2021-04-01
1
-3/+4
*
|
|
remove extra spaces
Dillan Mills
2021-03-18
1
-2/+2
*
|
|
Add support for TARGET.relpath property
Dillan Mills
2021-03-18
1
-3/+14
*
|
|
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
2
-5/+4
|
\
\
\
|
*
|
|
For systems with symlink, use existing Base.lstat()'s logic instead of repeat...
William Deegan
2021-01-22
1
-4/+3
|
*
|
|
Work around Py3.10 optimizing out a builder test
Mats Wichmann
2021-01-12
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2020-12-14
5
-32/+42
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #3384 from dragon512/fix/valuenode-content
William Deegan
2020-12-14
1
-1/+2
|
|
\
\
|
|
*
|
Fix value node when used as part of a build on python3
Unknown
2020-06-15
1
-1/+2
|
*
|
|
Merge pull request #3817 from grossag/topic/grossag/clearcachednodeinfo
William Deegan
2020-12-14
3
-4/+15
|
|
\
\
\
|
|
*
|
|
Remove one unnecessary part of a test
Adam Gross
2020-10-21
1
-1/+0
|
|
*
|
|
Fix invalid cache state when using SCons interactive mode
Adam Gross
2020-10-21
3
-4/+16
|
|
|
|
/
|
|
|
/
|
|
*
|
|
[PR #3833] change another place where file might not exist
Mats Wichmann
2020-12-13
1
-1/+1
[next]