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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweaks to Packaging docs [skip appveyor] [skip travis]
Mats Wichmann
2021-02-21
1
-9/+27
*
Merge pull request #3884 from mwichmann/time-sconsign
William Deegan
2021-02-15
8
-31/+55
|
\
|
*
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
6
-12/+25
*
|
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
1
-1/+3
|
/
*
Initial support in tests for Python 3.10
Mats Wichmann
2021-01-22
5
-7/+18
*
cleanup whitespace
William Deegan
2021-01-22
1
-0/+1
*
For systems with symlink, use existing Base.lstat()'s logic instead of repeat...
William Deegan
2021-01-22
1
-4/+3
*
Some small doc fiddles [ci skip]
Mats Wichmann
2021-01-21
1
-3/+3
*
Bump version to 4.1.0.post1 and fix non-wheel packaging of manpages
4.1.0.post1
William Deegan
2021-01-20
1
-4/+4
*
update API doc version to 4.1.0 and add some more dependencies on the api tar...
4.1.0
William Deegan
2021-01-19
1
-3/+3
*
Updated __init__.py with 4.1.0
William Deegan
2021-01-19
1
-5/+5
*
Merge pull request #3862 from djh82/feature/zipbuilder_override_timestamp
William Deegan
2021-01-18
2
-12/+52
|
\
|
*
feat: Adds ZIP_OVERRIDE_TIMESTAMP
David H
2021-01-18
2
-12/+52
*
|
Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...
William Deegan
2021-01-16
3
-7/+17
*
|
resolve sider issue
William Deegan
2021-01-16
1
-1/+0
*
|
update cachedir tests to workin a test.workpath(), and also verify that the c...
William Deegan
2021-01-16
1
-4/+15
*
|
New solution to issue described in PR 3114. This should resolve an issue when...
William Deegan
2021-01-16
1
-0/+5
*
|
[ci skip]Updated generated docs, Updated docs
William Deegan
2021-01-15
2
-9/+21
*
|
updating readme on implmentation
William Deegan
2021-01-15
1
-30/+16
*
|
add logic to test D SHLIBVERSION and SOVERSION
William Deegan
2021-01-15
1
-1/+1
*
|
merge current upstream
William Deegan
2021-01-15
9
-45/+49
|
\
\
|
*
|
fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and d...
William Deegan
2021-01-15
9
-45/+49
*
|
|
Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversion
William Deegan
2021-01-15
15
-182/+233
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Work around Py3.10 optimizing out a builder test
Mats Wichmann
2021-01-12
5
-17/+16
|
*
[PR #3847] Make tests pass again on Travis [skip appveyor]
Mats Wichmann
2021-01-09
1
-1/+1
|
*
Merge pull request #3849 from mwichmann/compdb-notes
William Deegan
2021-01-09
1
-24/+51
|
|
\
|
|
*
Adjust CompilationDatase documentation [skip appveyor]
Mats Wichmann
2020-12-23
1
-24/+51
|
*
|
Update manpage section of Fortran suffixes [ci skip]
Mats Wichmann
2021-01-06
6
-12/+12
|
*
|
Merge pull request #3852 from mwichmann/try-continue-patch
William Deegan
2021-01-06
1
-123/+124
|
|
\
\
|
|
*
|
Add back accidentally removed env._canonicalize()
Mats Wichmann
2021-01-04
1
-0/+11
|
|
*
|
Fix awkward consvar code from ancient Python
Mats Wichmann
2021-01-04
1
-129/+119
|
|
|
/
|
*
|
[ci skip] Clarify that Node objects are returned from SideEffect()
William Deegan
2021-01-06
1
-1/+1
|
*
|
Fix bug where SideEffect() was returning duplicate entries
Adam Gross
2021-01-05
2
-4/+13
|
*
|
Document the change to SideEffect
Adam Gross
2021-01-05
1
-0/+6
|
*
|
Don't allow duplicate side effects to be added
Adam Gross
2021-01-05
2
-2/+11
|
|
/
*
|
Fix comment and move import to top of file
William Deegan
2021-01-04
1
-2/+2
*
|
Fix link to not overwrite already set SHLIBPREFIX. This prevents mingw from h...
William Deegan
2020-12-28
2
-5/+7
*
|
Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is ev...
William Deegan
2020-12-28
5
-43/+43
*
|
Fix mingw to reset _SHLIBSUFFIX to
William Deegan
2020-12-27
1
-0/+3
*
|
Address some comments from the PR regarding formatting, and license text block
William Deegan
2020-12-27
2
-8/+7
*
|
Allow callers of createSharedLibBuilder() and createLoadableModuleBuilder() t...
William Deegan
2020-12-27
2
-6/+14
*
|
Fix typo in gdc. Swap out subst logic with python function to calculate .LDMO...
William Deegan
2020-12-21
3
-16/+24
*
|
Merge branch 'reimplement_soname_soversion' of github.com:bdbaddog/scons into...
William Deegan
2020-12-21
8
-98/+100
|
\
\
|
*
|
Update copyrights, remove obsoleted env vars from docs for D compilers
William Deegan
2020-12-21
8
-98/+100
*
|
|
Fix versioned shared library naming so numbering is after SHLIBSUFFIX. Handle...
William Deegan
2020-12-21
2
-51/+77
|
/
/
*
|
temporarily comment out D shared lib support
William Deegan
2020-12-21
1
-4/+6
*
|
Address sider issues
William Deegan
2020-12-21
3
-9/+9
[next]