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
*
4.6.0 final changes
4.6.0
William Deegan
2023-11-20
1
-3/+3
*
Updates to RELEASE.txt including notice about switching default parallel sche...
William Deegan
2023-11-20
1
-4/+4
*
Update documentation of PCH builder
Mats Wichmann
2023-11-07
1
-15/+52
*
Merge pull request #4429 from mwichmann/feature/libliteral
William Deegan
2023-10-30
15
-86/+247
|
\
|
*
defined LIBLITERALPREFIX for gnulink
William Deegan
2023-10-29
1
-0/+3
|
*
Merge branch 'master' into feature/libliteral
Mats Wichmann
2023-10-28
2
-1/+3
|
|
\
|
*
|
Fix library literal prefix code
Mats Wichmann
2023-10-28
13
-75/+170
|
*
|
switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...
William Deegan
2023-10-28
5
-12/+23
|
*
|
Add LIBLITERAL to support gcc -l:filename
Mats Wichmann
2023-10-28
3
-23/+75
*
|
|
Merge pull request #4439 from bdbaddog/debug-sconscript
William Deegan
2023-10-29
5
-6/+15
|
\
\
\
|
*
|
|
Updates to make ready for merging
William Deegan
2023-10-29
2
-7/+7
|
*
|
|
adding info to the man page, changed debug key
StenGruener
2023-10-28
2
-2/+2
|
*
|
|
adding unit test, --debug flag, comments in changes.txt
StenGruener
2023-10-28
4
-3/+8
|
*
|
|
Adding tracing of scons script calls
StenGruener
2023-10-27
1
-0/+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4432 from jcbrill/jbrill-msvc-clsearch
William Deegan
2023-10-29
1
-6/+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'master' into jbrill-msvc-clsearch
Joseph Brill
2023-10-15
8
-133/+183
|
|
\
\
|
*
|
|
Rework msvc cl not found warning message order and construction.
Joseph Brill
2023-10-13
1
-6/+5
|
*
|
|
Adjust the final compiler executable search and warning message when setting ...
Joseph Brill
2023-10-11
1
-5/+18
*
|
|
|
Add support for Java 21
Mats Wichmann
2023-10-17
1
-0/+2
|
|
_
|
/
|
/
|
|
*
|
|
Elminate http: references
Mats Wichmann
2023-10-17
9
-27/+52
*
|
|
Merge pull request #4433 from jcbrill/jbrill-mscommon-debug
William Deegan
2023-10-16
1
-13/+67
|
\
\
\
|
*
|
|
Add a custom formatter to the MSCommon/common.py debug logging that accepts a...
Joseph Brill
2023-10-13
1
-13/+67
|
|
/
/
*
|
|
Remove redundant os.path.normcase invocation in SCons/Tool/MSCommon/MSVC/Util...
Joseph Brill
2023-10-15
1
-1/+1
*
|
|
Internal updates to MSCommon/MSVC/Util.py and MSCommon/MSVC/Config.py.
Joseph Brill
2023-10-15
2
-6/+5
*
|
|
Merge branch 'master' into jbrill-msvc-normalize
Joseph Brill
2023-10-15
8
-133/+183
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #4423 from mwichmann/maint/new-subproc
William Deegan
2023-10-14
2
-124/+158
|
|
\
\
|
|
*
|
Make sure scons_subproc_run test also passes on py3.6
Mats Wichmann
2023-10-04
1
-1/+4
|
|
*
|
scons_subproc_run: update docstrings, add tests
Mats Wichmann
2023-10-03
2
-54/+101
|
|
*
|
Fix some problems in new scons_subproc_run
Mats Wichmann
2023-09-27
1
-74/+58
|
*
|
|
Change the module imports from relative imports to top-level absolute imports...
Joseph Brill
2023-10-11
6
-9/+25
|
|
|
/
|
|
/
|
*
|
|
Replace process_path with normalize_path in MSCommon/MSVC/Util.py
Joseph Brill
2023-10-14
4
-18/+180
|
/
/
*
|
Further mod on msvc config cache locking
Mats Wichmann
2023-10-04
1
-1/+3
|
/
*
scons_subproc doc: remove :keyword: roles [skip appveyor]
Mats Wichmann
2023-09-22
1
-7/+7
*
Merge branch 'master' into doc/exports
William Deegan
2023-09-22
9
-226/+311
|
\
|
*
Merge branch 'master' into maint/util-cleanup
William Deegan
2023-09-22
1
-9/+1
|
|
\
|
*
|
Tweak Util module
Mats Wichmann
2023-09-19
9
-226/+311
*
|
|
SConscript() doc: minor tweaks after review [skip appveyor]
Mats Wichmann
2023-09-22
1
-4/+4
*
|
|
Merge branch 'master' into doc/exports
William Deegan
2023-09-22
1
-9/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
MSVC: Fix unhandled MissingConfiguration exception.
Joseph Brill
2023-09-22
1
-9/+1
|
|
/
*
|
Updates for Export/Import doc [skip appveyor]
Mats Wichmann
2023-09-19
1
-45/+81
|
/
*
Merge branch 'master' into feature/new-subproc
Mats Wichmann
2023-09-09
81
-601/+1216
|
\
|
*
Merge pull request #4404 from vit9696/patch-1
William Deegan
2023-09-06
1
-7/+16
|
|
\
|
|
*
Fix race condition in MkdirFunc
Vitaly Cheptsov
2023-09-05
1
-7/+16
|
*
|
Merge pull request #4407 from mwichmann/maint/mscache-locking
William Deegan
2023-09-06
3
-3/+155
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
filellock: also recognize PermissionError
Mats Wichmann
2023-09-05
1
-2/+2
|
|
*
msvc config cache: add locking on cachefile
Mats Wichmann
2023-09-04
3
-3/+155
|
*
|
Merge branch 'master' into fix_fortran_fpic
William Deegan
2023-09-05
1
-38/+47
|
|
\
\
|
|
|
/
|
|
*
Merge pull request #4402 from mwichmann/maint/cache-decode-err
William Deegan
2023-09-04
1
-38/+47
|
|
|
\
|
|
|
*
Fix up incomplete change to mscommon error msg
Mats Wichmann
2023-08-28
1
-6/+6
|
|
|
*
Handle json decode error in mavc cache
Mats Wichmann
2023-08-28
1
-38/+47
[next]