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
/
src
/
engine
/
SCons
/
Tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
copy logic from lex to find win_bison if installed via chocolatey
William Deegan
2019-03-03
1
-1/+29
*
only use no-unistd option with MSVC environment
Daniel
2019-03-01
2
-4/+10
*
add win_flex as option for windows, add choco default path, and add flag for ...
Daniel
2019-02-20
2
-10/+25
*
condensed and organized code
Daniel
2019-02-17
1
-20/+12
*
update lex tool to find paths on windows
Daniel
2019-02-16
1
-3/+41
*
Merge pull request #3270 from dmoody256/mingw_link_issue
William Deegan
2019-02-15
2
-1/+8
|
\
|
*
Merge remote-tracking branch 'origin/master' into mingw_link_issue
Daniel
2019-02-08
2
-407/+574
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master' into mingw_link_issue
Daniel
2019-01-30
12
-97/+312
|
|
\
\
|
*
|
|
check to make sure that the CCFLAGS are a CLVar
Daniel
2019-01-30
1
-2/+6
|
*
|
|
fixed mingw emitter to convert str to node before accessing node member, and ...
Daniel
2019-01-14
2
-1/+4
*
|
|
|
Merge pull request #3297 from mwichmann/win-resourcewarn
William Deegan
2019-02-15
2
-16/+22
|
\
\
\
\
|
*
|
|
|
Fix syntax error from reverting popen context mgr
Mats Wichmann
2019-02-10
1
-3/+3
|
*
|
|
|
Undo part of the windows context manager change
Mats Wichmann
2019-02-09
1
-3/+5
|
*
|
|
|
Fix some more subprocess-unclosed-file warnings
Mats Wichmann
2019-02-08
2
-17/+21
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Add textfile tool to defaults
Mats Wichmann
2019-02-08
2
-2/+4
|
/
/
/
*
|
|
Add arm targets to doc for MSVS_ARCH
Mats Wichmann
2019-02-06
1
-3/+6
*
|
|
Merge pull request #3289 from mwichmann/msvs-xml
William Deegan
2019-02-05
1
-400/+563
|
\
\
\
|
*
|
|
Pretty-print msvs.xml
Mats Wichmann
2019-02-05
1
-400/+563
|
|
|
/
|
|
/
|
*
|
|
fix for case where nothing is return from vswhere
Daniel
2019-02-05
1
-7/+8
|
/
/
*
|
Quiet Py3 resource warnings
Mats Wichmann
2019-01-25
2
-20/+38
*
|
updated platform dict names and used context manager for opening toolset vers...
Daniel Moody
2019-01-14
1
-10/+10
*
|
updated documentation
Daniel
2019-01-14
1
-0/+7
*
|
accidently moved a change in CHANGES.txt, moving it back
Daniel
2019-01-14
1
-14/+0
*
|
fix changes.txt and added some comments
Daniel
2019-01-13
1
-0/+36
*
|
update comment
Daniel
2019-01-12
1
-2/+3
*
|
updated msvs to handle newer versions, and moved host/target combos to dict
Daniel
2019-01-12
2
-23/+41
*
|
added test for vs 14.1 and checking arm targets
Daniel
2019-01-12
2
-13/+22
*
|
added name for cl.exe and have older versions walk for cl.exe
Daniel
2019-01-10
1
-12/+17
*
|
added support for checking for arm target support, and UWP apps for 2017
Daniel
2019-01-10
2
-30/+62
*
|
merged from remote
Daniel
2019-01-10
1
-23/+35
|
\
\
|
*
|
removed unused varied, added named expections, whitespace and comments
Daniel Moody
2019-01-09
1
-19/+28
|
*
|
reverted tests so they can use a default host == target platform for find msvc
Daniel Moody
2019-01-09
1
-2/+2
|
*
|
added ability to get vc dir without env (assume host == target) and fixed test
Daniel Moody
2019-01-09
1
-3/+7
|
*
|
updated to use the target arch
Daniel
2019-01-09
1
-7/+59
*
|
|
merge mats vc tool updates
Daniel
2019-01-10
2
-43/+73
|
\
\
\
|
*
|
|
stray close-paren character
Mats Wichmann
2018-11-22
1
-1/+1
|
*
|
|
PR#3230: fix some debug, accept list from vswhere
Mats Wichmann
2018-11-22
2
-18/+33
|
*
|
|
Documentation cleanup for vswhere-related fix
Mats Wichmann
2018-11-18
1
-30/+51
|
*
|
|
For PR#3222: improve ms build finding
Mats Wichmann
2018-11-18
1
-4/+19
|
*
|
|
Add Textfile/Substfile to default.
Mats Wichmann
2018-11-17
1
-0/+2
*
|
|
|
updated to use the target arch
Daniel
2019-01-09
1
-7/+60
|
|
/
/
|
/
|
|
*
|
|
make sure not to modify environment if just checking
Daniel
2019-01-09
1
-4/+5
*
|
|
leave old version to check if cl exists
Daniel
2019-01-09
1
-4/+12
*
|
|
use the vcvars batch script to find installed vc's
Daniel
2019-01-09
6
-15/+14
|
|
/
|
/
|
*
|
small type-related cleanups
Mats Wichmann
2018-12-17
2
-5/+9
*
|
rebuild docs with changes from applelink.xml changes. Fix mistyped APPLELINK_...
William Deegan
2018-12-10
1
-1/+1
*
|
Added docs for _APPLELINK_COMPATIBILITY_VERSION and _APPLELINK_CURRENT_VERSIO...
William Deegan
2018-12-10
1
-1/+25
*
|
Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...
William Deegan
2018-12-10
2
-8/+68
*
|
Fix :r -> !r in some debug print statements per mwichmann [ci skip]
William Deegan
2018-12-10
1
-3/+3
*
|
Fix docstring per mwichmann [ci skip]
William Deegan
2018-12-10
1
-1/+1
[next]