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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sider warning typo and docstring for skip_if_not_msvc
Mats Wichmann
2021-04-13
1
-1/+1
*
Test harness add a from_fw to skip calls
Mats Wichmann
2021-04-13
11
-296/+437
*
Merge pull request #3926 from mwichmann/defines-expand
William Deegan
2021-04-12
3
-13/+17
|
\
|
*
Expansion of CPPDEFINES now substs consvars
Mats Wichmann
2021-04-10
3
-13/+17
*
|
Merge pull request #3925 from bdbaddog/add_experimental_option
William Deegan
2021-04-12
43
-33/+184
|
\
\
|
*
|
address sider issue
William Deegan
2021-04-12
1
-1/+1
|
*
|
better handle all/none and multiple options, expanded tests to cover such
William Deegan
2021-04-12
3
-14/+42
|
*
|
Address mwichmann's feedback
William Deegan
2021-04-10
3
-13/+10
|
*
|
address mwichmann's review comment
William Deegan
2021-04-10
1
-1/+1
|
*
|
Clear sider complaints by avoiding it processing tests SConstruct
William Deegan
2021-04-09
2
-1/+1
|
*
|
Add docs for --experimental switch
William Deegan
2021-04-09
8
-29/+155
|
*
|
Fix formatting
William Deegan
2021-04-09
1
-1/+1
|
*
|
Fix copyright header to new standard
William Deegan
2021-04-09
1
-2/+2
|
*
|
move all the option-* tests into test/option to clean up directory and match ...
William Deegan
2021-04-09
33
-0/+0
|
|
/
*
|
Merge pull request #3922 from platformio/master
William Deegan
2021-04-12
5
-8/+100
|
\
\
|
*
\
Merge pull request #2 from bdbaddog/platformio_TEMPFILEARGESCFUNC
Ivan Kravets
2021-04-12
1
-2/+3
|
|
\
\
|
|
*
|
Fix a missed bracket
Ivan Kravets
2021-04-12
1
-2/+2
|
|
*
|
Fix failing tests, restore last ditch default setting in TempFileMunge for TE...
William Deegan
2021-04-12
1
-1/+2
|
*
|
|
Merge branch 'master' of https://github.com/SCons/scons
Ivan Kravets
2021-04-12
25
-29/+536
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
[ci skip] Add Py 3.5 dropped in 4.2 note
William Deegan
2021-04-12
1
-0/+1
*
|
|
|
[ci skip] clean up
William Deegan
2021-04-12
1
-3/+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #3924 from dmoody256/multitarget_progress
William Deegan
2021-04-09
6
-4/+74
|
\
\
\
|
*
|
|
[ci skip] add blurb to RELEASE.txt
William Deegan
2021-04-09
1
-1/+4
|
*
|
|
[ci skip] fix format on test SConstruct
William Deegan
2021-04-09
1
-2/+7
|
*
|
|
Merge branch 'master' into multitarget_progress
Daniel Moody
2021-04-09
21
-25/+464
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #3894 from dmoody256/support_custom_cachedir_classes
William Deegan
2021-04-09
21
-26/+465
|
\
\
\
\
|
*
|
|
|
Extra comments for the DoubleCachedirClass test.
Daniel Moody
2021-04-09
2
-1/+22
|
*
|
|
|
switched back to just type checking the cachedir instead of avoiding linter r...
Daniel Moody
2021-04-07
1
-2/+5
|
*
|
|
|
fix sider issues
Daniel Moody
2021-04-05
2
-2/+2
|
*
|
|
|
improved DoubleCacheDir test, added extra cachedir validation check.
Daniel Moody
2021-04-05
6
-19/+63
|
*
|
|
|
fixed sider issues
Daniel Moody
2021-04-02
2
-1/+2
|
*
|
|
|
merged latest master with CacheDir changes.
Daniel Moody
2021-04-01
1
-1/+2
|
*
|
|
|
Added reinstantiatng custom cachedir
Daniel Moody
2021-04-01
17
-50/+132
|
*
|
|
|
fix up some doc issues and add test coverage
Daniel Moody
2021-04-01
5
-21/+55
|
*
|
|
|
Update to add CacheDir arg and address some review comments.
Daniel Moody
2021-04-01
8
-26/+83
|
*
|
|
|
Added custom cachedir class tests and docs
Daniel Moody
2021-04-01
4
-0/+168
|
*
|
|
|
Added support for passing custom CacheDir classes.
Daniel Moody
2021-04-01
4
-18/+46
|
|
*
|
|
Dont call progress if the progress object is Null
Daniel Moody
2021-04-09
2
-3/+5
|
|
*
|
|
Fixed issue with multi-target nodes being passed to the progress object.
Daniel Moody
2021-04-09
5
-4/+64
|
|
/
/
/
|
/
|
|
|
|
|
*
|
Merge pull request #1 from bdbaddog/platformio_TEMPFILEARGESCFUNC
Ivan Kravets
2021-04-12
2
-2/+3
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather...
William Deegan
2021-04-11
1
-2/+2
|
|
|
*
Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather...
William Deegan
2021-04-11
1
-0/+1
|
|
|
/
|
|
*
Document "TEMPFILEARGESCFUNC" variable and add test
Ivan Kravets
2021-04-09
2
-1/+60
|
|
*
Merge branch 'master' of https://github.com/SCons/scons
Ivan Kravets
2021-04-09
15
-306/+402
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #3920 from mwichmann/more-doclinks
William Deegan
2021-04-06
14
-110/+154
|
\
\
\
|
*
|
|
Reverting an unneeded wording twiddle in gs doc [skip appveyor] [skip jenkins]
Mats Wichmann
2021-04-05
1
-1/+1
|
*
|
|
Add some more entity links in docs [skip appveyor] [skip travis]
Mats Wichmann
2021-04-05
14
-110/+154
*
|
|
|
Merge pull request #3917 from mwichmann/man-target-sel
William Deegan
2021-04-06
2
-196/+248
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[PR #3917] updated per review comments [skip appveyor] [skip travis]
Mats Wichmann
2021-04-04
1
-16/+13
|
*
|
|
Make target selection a subsection in manpage [skip travis] [skip
Mats Wichmann
2021-03-30
2
-196/+251
|
|
/
/
[next]