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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pr-3052: Updated swig tool with some default paths and fixed test to build on...
Daniel Moody
2018-05-25
1
-0/+12
*
Merge remote-tracking branch 'scons/master' into pr-3052-Add-method-for-indiv...
Daniel Moody
2018-05-25
11
-18/+59
|
\
|
*
Make class SCons.Subst.Literal hashable
maiphi
2018-05-20
1
-0/+3
|
*
Fix issue where at least test/Java/JAR.py test fail only on windows because s...
William Deegan
2018-05-09
1
-1/+1
|
*
Module used an undefined class name
Mats Wichmann
2018-05-02
1
-4/+4
|
*
Change bug references from tigris -> github
Mats Wichmann
2018-04-24
3
-3/+3
|
*
Fix wiki references to point to gihub wiki
Mats Wichmann
2018-04-23
1
-1/+1
|
*
Merge branch 'master' into msvcbatch_gh_issue_3106
William Deegan
2018-04-16
4
-8/+43
|
|
\
|
|
*
Merge pull request #3110 from grbd/master
William Deegan
2018-04-15
1
-1/+1
|
|
|
\
|
|
|
*
Added in support for Sconstruct.py
grbd
2018-04-15
1
-1/+1
|
|
|
*
Merge branch 'master' into master
Richard W
2018-04-14
1
-0/+9
|
|
|
|
\
|
|
|
*
|
Added sconstruct.py lowercase
grbd
2018-04-02
1
-1/+1
|
|
|
*
|
Also search for SConstruct.py, to make VStudio debugging easier
grbd
2018-04-01
1
-1/+1
|
|
*
|
|
Merge pull request #3111 from moroten/env-err-print-fix
William Deegan
2018-04-15
2
-6/+30
|
|
|
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
Fix EnvironmentError printing bug
Fredrik Medley
2018-04-05
2
-6/+30
|
|
|
|
/
|
|
*
|
Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...
William Deegan
2018-04-11
1
-0/+9
|
|
|
/
|
|
*
Reenable parallel builds with Pypy
William Deegan
2018-03-25
1
-1/+3
|
*
|
fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.
William Deegan
2018-03-24
1
-1/+4
|
|
/
*
|
updated gettext tools to work on windows cygwin and mingw environments.
Daniel Moody
2018-04-12
6
-3/+68
*
|
moved default paths for cywing and mingw to their own platform modules.
Daniel Moody
2018-04-10
3
-1/+51
*
|
removed unnecessary parans
Daniel Moody
2018-04-10
1
-1/+1
*
|
updated yacc tool to add default paths, updated to test to use the tool speci...
Daniel Moody
2018-04-09
1
-0/+9
*
|
added more default mingw paths per comments on pull request
William Deegan
2018-03-25
1
-2/+10
*
|
Fix clang and mingw tests
William Deegan
2018-03-25
1
-1/+6
*
|
rename clang command package to clangCommon as it was breaking imports test.
William Deegan
2018-03-25
3
-3/+4
*
|
Merge branch 'master' of github.com:bdbaddog/scons into appveyor_issues
William Deegan
2018-03-25
3
-46/+37
|
\
\
|
|
/
|
*
reduced number of calculations and sleep time to improve test speed
Daniel Moody
2018-02-20
1
-5/+5
|
*
whitespace clean up, no functional changes
Daniel Moody
2018-02-20
1
-8/+7
|
*
changed the way JobTests.py checks for tests running in parallel to fix githu...
Daniel Moody
2018-02-20
1
-13/+25
|
*
Fix HOWTO/README. Remove vestiges of Option(). [ci skip]
William Deegan
2018-02-19
1
-2/+0
|
*
Merge pull request #3098 from dmoody256/JavaSconsFiles
William Deegan
2018-02-14
1
-34/+16
|
|
\
|
|
*
removed code that is not used and added warning for unusual case
Daniel Moody
2018-02-11
1
-28/+2
|
|
*
fix for issue 3042, Jar method was not respecting variant dirs when using os....
Daniel Moody
2018-02-11
1
-7/+15
*
|
|
Update default paths for clang compilers. This should hopefully fix some appv...
William Deegan
2018-02-14
3
-2/+23
*
|
|
merge
William Deegan
2018-02-14
19
-403/+61
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #3097 from dmoody256/InteractivePickle
William Deegan
2018-02-12
1
-1/+1
|
|
\
\
|
|
*
|
used pickle.HIGHEST_PROTOCAL instead of -2 for better readability
Daniel Moody
2018-02-12
1
-1/+1
|
|
*
|
pickle protocal was causing issues in some cases
Daniel Moody
2018-02-10
1
-1/+1
|
|
|
/
|
*
|
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
4
-24/+24
|
|
/
|
*
Merge pull request #3055 from bdbaddog/remove_deprecated_scons_options
William Deegan
2018-01-31
1
-1/+0
|
|
\
|
|
*
Remove SCons/Options from Manifest for packaging.
William Deegan
2018-01-31
1
-1/+0
|
*
|
Merge pull request #3045 from gabrielrussell/master
William Deegan
2018-01-30
1
-0/+4
|
|
\
\
|
|
*
|
update mtime on cache retrieval
Gabriel Russell
2017-12-13
1
-0/+4
|
*
|
|
Remove SCons.Options code which has long been deprecated and already removed ...
William Deegan
2018-01-30
7
-350/+0
|
*
|
|
correcting typo
Mats Wichmann
2018-01-17
1
-1/+1
|
*
|
|
Use prepend for inserts
Mats Wichmann
2018-01-17
5
-27/+32
*
|
|
|
Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al...
William Deegan
2018-01-18
4
-25/+53
|
/
/
/
*
|
|
Oops, remove stray debugging print stmt.
Gary Oberbrunner
2018-01-16
1
-1/+0
*
|
|
Prevent TypeError with None in error message
Gary Oberbrunner
2018-01-16
3
-5/+14
*
|
|
Fix problem with Install and multiple dirs outside src tree.
Gary Oberbrunner
2018-01-05
1
-1/+6
|
/
/
[next]