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
*
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
|
*
|
|
Make the sig for missing file differ from empty file
Mats Wichmann
2020-11-24
2
-28/+25
*
|
|
|
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2020-12-12
2
-8/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Drop yet more py2 compatibility stuff
Mats Wichmann
2020-11-19
2
-12/+4
|
|
/
/
*
|
|
Merge branch 'master' into topic/grossag/newhashes
Adam Gross
2020-11-06
8
-109/+65
|
\
\
\
|
|
/
/
|
*
|
[PR #3815] change per reveiw: drop unneeded try block in Python node
Mats Wichmann
2020-10-13
1
-7/+2
|
*
|
Drop some more Py2 compat things
Mats Wichmann
2020-10-13
2
-9/+6
|
*
|
Update some copyright strings and drop __revision__ [skip appveyor]
Mats Wichmann
2020-09-23
8
-76/+49
|
*
|
Run autoflake on code
Mats Wichmann
2020-09-21
4
-19/+10
*
|
|
Fix one merge issue and the test I added yesterday
Adam Gross
2020-08-04
2
-7/+7
*
|
|
Add support for overriding the default hash format
Adam Gross
2020-08-04
3
-16/+16
|
/
/
*
|
Address review feedback
Adam Gross
2020-08-03
2
-8/+9
*
|
Push another commit to run tests
Adam Gross
2020-08-03
1
-2/+2
*
|
[ci skip] Add some more comments
Adam Gross
2020-08-03
1
-1/+4
*
|
Fix one comment and make one test a bit more obvious
Adam Gross
2020-08-03
1
-2/+2
*
|
Fix SCons.Node.FS.File.get_csig() usage of md5_chunksize
Adam Gross
2020-08-03
2
-1/+57
*
|
Quiet sider complaint about unused variable
William Deegan
2020-07-26
1
-1/+1
*
|
Added method to check if node is used in sconf
Daniel Moody
2020-07-25
2
-3/+24
|
/
*
added is_sconscript for checking if node is a sconscript node or not
Daniel Moody
2020-06-05
2
-0/+20
*
classes no longer explicitly inherit from object
Mats Wichmann
2020-05-24
6
-35/+35
*
Eliminate Py2-compat with_metaclass jig
Mats Wichmann
2020-05-13
1
-2/+2
[next]