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
*
Simply use_script and use_settings assignment code via early function exit. ...
Joseph Brill
2022-03-26
1
-14/+13
*
Merge branch 'master' into jbrill-msvc-usesettings
Joseph Brill
2022-03-25
2
-2/+2
|
\
|
*
Change right single quotation mark to single quotation mark in ninja/ninja.xm...
Joseph Brill
2022-03-24
2
-2/+2
*
|
Remove extraneous whitespace.
Joseph Brill
2022-03-25
1
-1/+1
*
|
Update comment.
Joseph Brill
2022-03-25
1
-1/+1
*
|
Update comment and remove trailing whitespace.
Joseph Brill
2022-03-25
1
-2/+2
*
|
Add documentation for MSVC_USE_SETTINGS.
Joseph Brill
2022-03-25
1
-0/+25
*
|
Combine MSVC_USE_SETTINGS undefined and None. Additional comments describing...
Joseph Brill
2022-03-22
1
-13/+12
*
|
Bypass msvc detection and environment processing with a user-provided diction...
Joseph Brill
2022-03-21
1
-1/+43
|
/
*
Only swap path dirsep if needed
William Deegan
2022-03-19
1
-1/+4
*
Added some comments for ninja updates.
Daniel Moody
2022-03-14
1
-1/+3
*
Merge branch 'master' into fix_ninja_mingw
William Deegan
2022-03-08
3
-69/+93
|
\
|
*
Merge pull request #4102 from yuzhichang/msvc_use_script
William Deegan
2022-03-07
2
-2/+12
|
|
\
|
|
*
[ci skip] Fix entity reference per mwichmann's comment.
William Deegan
2022-03-07
1
-1/+1
|
|
*
change variable to specify arguments to MSVC_USE_SCRIPT to MSVC_USE_SCRIPT_AR...
William Deegan
2022-03-07
2
-4/+4
|
|
*
MSVC_SCRIPT_ARGS is the arguments (whitespace separated) passed to the script...
Zhichang Yu
2022-02-19
2
-2/+12
|
*
|
hide __NINJA_NO for now
William Deegan
2022-03-02
1
-3/+4
|
*
|
Ninja docs (#4105): address some review comments
Mats Wichmann
2022-02-28
1
-11/+7
|
*
|
Typo fix [ci skip]
Mats Wichmann
2022-02-25
1
-1/+1
|
*
|
Tweaks to ninja docs [skip appveyor]
Mats Wichmann
2022-02-24
1
-65/+82
|
|
/
*
|
fix duplicate CCDEPFLAGS def in clangxx tool
William Deegan
2022-02-28
1
-2/+1
*
|
Merge branch 'fix_ninja_mingw' of github.com:dmoody256/scons into fix_ninja_m...
William Deegan
2022-02-27
1
-1/+2
|
\
\
|
*
|
fix a few typos and add tests back
Daniel Moody
2022-02-26
4
-4/+5
*
|
|
fix typo in gcc/clang CCDEFLAGS
William Deegan
2022-02-27
4
-3/+6
|
/
/
*
|
Initial change to use CCDEFFLAGS set by individual compilers rather than hard...
William Deegan
2022-02-26
10
-6/+59
*
|
Added ninja mingw support and improved CommandGeneratorAction support
Daniel Moody
2022-02-24
2
-4/+10
|
/
*
Merge branch 'master' of github.com:SCons/scons into fix_py_3_9_resourceWarnings
William Deegan
2022-02-01
1
-55/+64
|
\
|
*
Java not-in-path tests use limited tools
Mats Wichmann
2022-01-28
1
-1/+1
|
*
Fix ci complaint for PR #4089
Mats Wichmann
2022-01-24
1
-1/+1
|
*
A little java/jar cleanup
Mats Wichmann
2022-01-24
1
-56/+65
*
|
address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...
William Deegan
2022-01-23
2
-18/+15
|
/
*
sider: typo fix [skip appveyor]
Mats Wichmann
2022-01-10
1
-1/+1
*
Slight change to MS logging template
Mats Wichmann
2022-01-03
1
-2/+2
*
Clean up lint complaints in MSCommon
Mats Wichmann
2022-01-03
7
-166/+176
*
Remove _subproc changes.
Joseph Brill
2021-11-21
1
-24/+9
*
Merge branch 'master' into jbrill-msvc-usescript
Joseph Brill
2021-11-17
2
-110/+156
|
\
|
*
Deprecate the qt tool.
Mats Wichmann
2021-11-11
2
-8/+12
|
*
Fiddle Qt docs
Mats Wichmann
2021-11-11
1
-110/+152
*
|
Let _subproc raise exception to bypass dummyPopen cascading error issues and ...
Joseph Brill
2021-11-17
1
-9/+24
*
|
Rename FileNotFound to MSVCScriptNotFound and improve exception text.
Joseph Brill
2021-11-14
1
-2/+2
*
|
Verify user script (MSVC_USE_SCRIPT) exists and raise an exception if the use...
Joseph Brill
2021-11-14
1
-0/+6
|
/
*
Merge pull request #4049 from mwichmann/java-versions
William Deegan
2021-11-11
6
-109/+243
|
\
|
*
Oops, fix javah doc to suggest -h, not -d [ci skip]
Mats Wichmann
2021-11-06
1
-1/+1
|
*
Add userguide update on javah as well
Mats Wichmann
2021-11-05
1
-2/+5
|
*
Update Java support for more versions
Mats Wichmann
2021-11-04
6
-107/+238
*
|
Merge branch 'master' into regenerate-build.ninja
William Deegan
2021-11-11
1
-44/+36
|
\
\
|
*
|
[ci skip] fix sider complaints
William Deegan
2021-11-09
1
-32/+32
|
*
|
Remove -prerelease for MSVC 2022
William Deegan
2021-11-05
1
-13/+5
|
|
/
*
|
Merge branch 'master' into regenerate-build.ninja
William Deegan
2021-11-04
7
-31/+75
|
\
\
|
|
/
|
*
Update copyright text
William Deegan
2021-11-01
2
-25/+23
[next]