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
/
Tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3899 from mwichmann/shlib-tweaks
William Deegan
2021-03-18
2
-19/+109
|
\
|
*
Fix test to work on windows where the default SHLIBPREFIX is empty string
William Deegan
2021-03-16
1
-1/+1
|
*
Add unit test for SCons.Tool.linkCommon.SharedLibrary.shlib_symlink_emitter()
William Deegan
2021-03-15
1
-0/+75
|
*
Handle library (or any files) named just they're *PREFIX for their type. Don'...
William Deegan
2021-03-14
1
-4/+6
|
*
Don't chop some shlib names in _get_shlib_stem
Mats Wichmann
2021-03-12
1
-18/+31
*
|
Typo fix [skip appveyor] [skip travis]
Mats Wichmann
2021-03-17
1
-1/+1
*
|
Add some markup in msvc doc [skip appveyor] [skip travis]
Mats Wichmann
2021-03-17
1
-5/+5
*
|
PR #3898: address review comments
Mats Wichmann
2021-03-11
1
-2/+0
*
|
Drop dictionary has_key references: Py2-ism.
Mats Wichmann
2021-03-11
3
-6/+3
|
/
*
Fix Isssue #3035 by disabling versioned library symlinks
William Deegan
2021-03-09
2
-1/+6
*
Tweaks to Packaging docs [skip appveyor] [skip travis]
Mats Wichmann
2021-02-21
1
-9/+27
*
Initial support in tests for Python 3.10
Mats Wichmann
2021-01-22
1
-4/+4
*
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
*
|
[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
7
-36/+63
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
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
|
|
/
*
|
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
2
-8/+8
*
|
initial checkin of versioned shared library rewrite
William Deegan
2020-12-21
11
-911/+454
*
|
Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversion
William Deegan
2020-12-20
28
-71/+99
|
\
\
|
|
/
|
*
Keep one msvs debug msg, test expects is
Mats Wichmann
2020-12-12
1
-2/+2
|
*
Quiet some msvs debug output
Mats Wichmann
2020-12-12
2
-9/+27
|
*
Fix a lingering typo in msvc debug output [travis skip]
Mats Wichmann
2020-12-11
1
-3/+6
|
*
Merge branch 'wix-win' of git://github.com/mwichmann/scons into mwichmann-wix...
William Deegan
2020-11-24
1
-2/+1
|
|
\
|
|
*
Move wix tool into windows tool section
Mats Wichmann
2020-11-22
1
-2/+1
|
*
|
Change variable from COMPILATIONDB_USE_PATH_FILTER to COMPILATIONDB_PATH_FILTER
William Deegan
2020-11-24
2
-6/+8
|
|
\
\
|
|
*
|
Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.
James Benton
2020-11-23
2
-2/+21
|
*
|
|
Merge branch 'compilation_db_use_filter' of git://github.com/bentonj-vmw/scon...
William Deegan
2020-11-21
2
-4/+23
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.
James Benton
2020-10-27
2
-4/+23
|
|
|
/
|
*
|
[PR #3827] fix: don't iterate over object being modified
Mats Wichmann
2020-11-18
1
-1/+1
|
*
|
Kill a couple of "for foo in range(len(bar))"
Mats Wichmann
2020-11-17
1
-10/+15
|
*
|
Remove some "star imports"
Mats Wichmann
2020-11-16
2
-2/+2
|
|
/
|
*
Drop some more Py2 compat things
Mats Wichmann
2020-10-13
3
-6/+4
|
*
Run autoflake on code
Mats Wichmann
2020-09-21
18
-26/+5
[next]