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
*
Merge pull request #4 from bdbaddog/shlib-tweaks
Mats Wichmann
2021-03-14
2
-5/+7
|
\
|
*
Handle library (or any files) named just they're *PREFIX for their type. Don'...
William Deegan
2021-03-14
2
-5/+7
|
/
*
Don't chop some shlib names in _get_shlib_stem
Mats Wichmann
2021-03-12
1
-18/+31
*
Merge pull request #3896 from bdbaddog/issue_3035_mingw_shlibversion
William Deegan
2021-03-09
4
-2/+17
|
\
|
*
Fix Isssue #3035 by disabling versioned library symlinks
William Deegan
2021-03-09
4
-2/+17
|
/
*
Merge pull request #3709 from grossag/topic/grossag/newhashes
William Deegan
2021-03-07
24
-122/+437
|
\
|
*
Fix closing <para> should be </para>. Also reformatted the --hash-format xml ...
William Deegan
2021-03-07
1
-8/+12
|
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
135
-2882/+3546
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #3895 from bdbaddog/allow_subst_callables_to_handle_defaul...
William Deegan
2021-03-02
4
-9/+81
|
\
\
|
*
|
Add to CHANGES.txt and RELEASE.txt info on the changes for this PR
William Deegan
2021-02-27
2
-2/+10
|
*
|
Add tests for callable with extra default arg, same but using partial to set ...
William Deegan
2021-02-27
1
-1/+55
|
*
|
switch to using set comprehension in subst callable arg checking logic, inste...
William Deegan
2021-02-27
1
-5/+4
|
*
|
update subst callable checking to include the expected args in the list to co...
William Deegan
2021-02-27
1
-6/+17
|
/
/
*
|
Merge pull request #3886 from mwichmann/append-docs
William Deegan
2021-02-26
2
-115/+238
|
\
\
|
*
|
resolve a couple outstanding comments from PR
William Deegan
2021-02-26
1
-3/+6
|
*
|
Merge branch 'master' into append-docs
William Deegan
2021-02-26
19
-386/+512
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #3888 from mwichmann/builder-doc-fiddle
William Deegan
2021-02-26
3
-132/+208
|
\
\
\
|
*
|
|
a few updates. Soften wording advising aginst adding library inclusion direct...
William Deegan
2021-02-26
1
-2/+2
|
*
|
|
[PR #3888] builder doc changes per review comments [skip appveyor]
Mats Wichmann
2021-02-21
2
-33/+61
|
*
|
|
Move LIBS warning from Builders to LIBS definition [skip appveor] [skip travis]
Mats Wichmann
2021-02-18
3
-102/+128
|
*
|
|
Tweak builder-methods manpage section [skip appveor] [skip travis]
Mats Wichmann
2021-02-17
1
-17/+39
*
|
|
|
Merge pull request #3877 from mwichmann/emitter-add
William Deegan
2021-02-26
18
-258/+308
|
\
\
\
\
|
*
|
|
|
update example to simplify map_filename and relocate emitter to after that va...
William Deegan
2021-02-26
7
-16/+17
|
*
|
|
|
[PR #3877] further tweak DefaultEnvironment examples [skip appveyor] [skip t...
Mats Wichmann
2021-02-17
3
-21/+18
|
*
|
|
|
If calling DefaultEnviornment, do not call it env [skip appveyor] [skip travis]
Mats Wichmann
2021-02-16
3
-23/+22
|
*
|
|
|
[PR #3877] fix some broken examples from initial commit [ci skip]
Mats Wichmann
2021-02-16
7
-26/+13
|
*
|
|
|
Merge branch 'master' into emitter-add
William Deegan
2021-02-16
15
-53/+88
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
Adding-emitter example for User Guide [ci skip]
Mats Wichmann
2021-01-31
7
-210/+276
|
|
|
*
|
Further minor tweak on CPPDEFINES usage [skip appveyor] [skip travis]
Mats Wichmann
2021-02-26
1
-6/+7
|
|
|
*
|
[PR #3886] push a missed commit to Append docs [ci skip]
Mats Wichmann
2021-02-26
1
-5/+14
|
|
|
*
|
Update documentation for env.Append family [ci skip]
Mats Wichmann
2021-02-26
2
-119/+229
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #3893 from mwichmann/doc-packaging
William Deegan
2021-02-22
1
-9/+27
|
\
\
\
\
|
*
|
|
|
Tweaks to Packaging docs [skip appveyor] [skip travis]
Mats Wichmann
2021-02-21
1
-9/+27
|
/
/
/
/
*
|
|
|
Merge pull request #3892 from mwichmann/env-Program
William Deegan
2021-02-19
2
-2/+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix env = Program usage in docs [skip appveyor] [skip travis]
Mats Wichmann
2021-02-19
2
-2/+3
|
/
/
/
*
|
|
Force Sphinx < 3.5.0. Once 3.5.1 is released the bug we're hitting should be ...
William Deegan
2021-02-16
1
-2/+3
*
|
|
Merge pull request #3884 from mwichmann/time-sconsign
William Deegan
2021-02-15
13
-46/+73
|
\
\
\
|
*
|
|
A few more tweaks to debug-timing code
Mats Wichmann
2021-02-11
3
-23/+34
|
*
|
|
[PR #3884] fix some timinng errors from initial submit
Mats Wichmann
2021-02-09
3
-9/+9
|
*
|
|
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
11
-27/+43
|
|
/
/
*
|
|
Merge pull request #3885 from dmoody256/cachedir_use_uuid
William Deegan
2021-02-12
2
-5/+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update to be compat with py 3.5 (no f-strings)
William Deegan
2021-02-12
1
-1/+1
|
*
|
Update CacheDir to use uuid for tmpfile unique name generation.
Daniel Moody
2021-02-11
2
-5/+12
|
/
/
*
|
Merge pull request #3875 from bdbaddog/fix_py3_10_lxml_issue
William Deegan
2021-01-24
2
-0/+15
|
\
\
|
*
|
[ci skip] fix typo
William Deegan
2021-01-24
1
-1/+1
|
*
|
[appveyor skip] fix hanging pip uninstall
William Deegan
2021-01-24
1
-1/+3
|
*
|
Add logic to force rebuild of lxml and cython from git versions for python 3.10
William Deegan
2021-01-24
2
-0/+13
|
/
/
*
|
Merge pull request #3874 from mwichmann/pyescapes
William Deegan
2021-01-23
8
-18/+37
|
\
\
|
*
|
Add a run on Py 3.10-dev [skip appveyor]
Mats Wichmann
2021-01-22
2
-8/+12
|
*
|
Initial support in tests for Python 3.10
Mats Wichmann
2021-01-22
7
-12/+27
|
/
/
[next]