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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checks
Daniel Moody
2018-05-25
2
-3/+4
*
pr-3052: added changes to CHANGES.txt
Daniel Moody
2018-05-25
1
-0/+1
*
pr-3052: Needed to define target arch in the non-windows case
Daniel Moody
2018-05-25
1
-1/+3
*
pr-3052: made target arch transparent to non windows platforms
Daniel Moody
2018-05-25
1
-3/+3
*
pr-3052: removed debug print statements
Daniel Moody
2018-05-25
1
-2/+2
*
Merge remote-tracking branch 'bd/appveyor_issues' into pr-3052-Add-method-for...
Daniel Moody
2018-05-25
11
-19/+53
|
\
|
*
remove mingw tool as it's breaking non win tests
William Deegan
2018-05-25
1
-1/+1
|
*
Merge branch 'appveyor_issues' of github.com:bdbaddog/scons into appveyor_issues
William Deegan
2018-05-25
99
-2805/+427
|
|
\
|
|
*
rebase to upstream/master
William Deegan
2018-05-25
1
-0/+7
|
|
*
Handful of changes to get clang tests passing on windows. Use glob to find o...
William Deegan
2018-05-25
10
-20/+47
|
|
*
updated CHANGES.txt
Daniel Moody
2018-05-25
1
-0/+1
|
|
*
updated gettext tools to work on windows cygwin and mingw environments.
Daniel Moody
2018-05-25
6
-3/+68
|
|
*
updated CHANGES.txt
Daniel Moody
2018-05-25
1
-0/+2
|
|
*
moved default paths for cywing and mingw to their own platform modules.
Daniel Moody
2018-05-25
3
-1/+51
|
|
*
removed unnecessary parans
Daniel Moody
2018-05-25
1
-1/+1
|
|
*
removed binary read and write so newlines are crossplatform and updated path ...
Daniel Moody
2018-05-25
2
-4/+4
|
|
*
updated yacc tool to add default paths, updated to test to use the tool speci...
Daniel Moody
2018-05-25
4
-8/+23
|
|
*
added more default mingw paths per comments on pull request
William Deegan
2018-05-25
1
-2/+10
|
|
*
Fix clang and mingw tests
William Deegan
2018-05-25
2
-1/+8
|
|
*
rename clang command package to clangCommon as it was breaking imports test.
William Deegan
2018-05-25
3
-3/+4
|
|
*
Update default paths for clang compilers. This should hopefully fix some appv...
William Deegan
2018-05-25
3
-2/+23
|
|
*
Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al...
William Deegan
2018-05-25
4
-25/+53
|
|
*
add another packaging build dir to gitignore
William Deegan
2018-05-25
1
-0/+1
|
*
|
Handful of changes to get clang tests passing on windows. Use glob to find o...
William Deegan
2018-05-25
10
-20/+47
*
|
|
pr-3052: added a missing comma to the environment args
Daniel Moody
2018-05-25
1
-1/+1
*
|
|
pr-3052: Updated swig tool with some default paths and fixed test to build on...
Daniel Moody
2018-05-25
3
-15/+49
*
|
|
pr-3052: updated swig test to work for windows.
Daniel Moody
2018-05-25
1
-5/+1
*
|
|
fixed swig tests to work on windows
Daniel Moody
2018-05-25
4
-8/+19
*
|
|
Merge remote-tracking branch 'scons/master' into pr-3052-Add-method-for-indiv...
Daniel Moody
2018-05-25
99
-2805/+420
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'maiphi-hashable-literal'
William Deegan
2018-05-25
3
-0/+61
|
|
\
|
|
*
Merge branch 'hashable-literal' of https://github.com/maiphi/scons into maiph...
William Deegan
2018-05-25
3
-0/+61
|
|
|
\
|
|
/
/
|
|
*
Added missing pass_test() to Literal.py test
maiphi
2018-05-22
1
-0/+2
|
|
*
Added a test case for expansion of Literal objects in ${_concat()}
Philipp Maierhoefer
2018-05-21
1
-0/+52
|
|
*
Update Changes.txt with hashable Literal
maiphi
2018-05-20
1
-0/+4
|
|
*
Make class SCons.Subst.Literal hashable
maiphi
2018-05-20
1
-0/+3
|
*
|
Merge pull request #3131 from dmoody256/issue-3130-Travis-build-doesnt-instal...
William Deegan
2018-05-25
1
-0/+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
issue-3130: udpated travis file to update apt-get.
Daniel Moody
2018-05-25
1
-0/+4
|
|
/
|
*
Add wildcards so we'll catch both 32 and 64 bit versions of java on windows.
William Deegan
2018-05-11
1
-2/+2
|
*
Add some reasonable default windows paths to find java.
William Deegan
2018-05-11
1
-11/+20
|
*
change test to skip initializing any tools in DefaulEnvironment. Should speed...
William Deegan
2018-05-11
1
-0/+10
|
*
Fix issue where at least test/Java/JAR.py test fail only on windows because s...
William Deegan
2018-05-09
1
-1/+1
|
*
Merge pull request #3123 from mwichmann/wip-msarchfix
William Deegan
2018-05-02
1
-4/+4
|
|
\
|
|
*
Module used an undefined class name
Mats Wichmann
2018-05-02
1
-4/+4
|
|
/
|
*
[ci skip] Removing obsolete administrative script scons-cdist. Leftover from ...
William Deegan
2018-04-30
1
-272/+0
|
*
remove obsolete directory www. Was leftover from when SVN was hosted on tigri...
William Deegan
2018-04-30
16
-1445/+0
|
*
Merge pull request #3122 from bdbaddog/rename_QMTests
William Deegan
2018-04-30
23
-44/+39
|
|
\
|
|
*
move test files from QMTest to testing/framework. QMtest hasn't been used in ...
William Deegan
2018-04-30
23
-44/+39
|
*
|
remove obsolete HOWTO dir.. ancient out of date information from when aegis w...
William Deegan
2018-04-30
6
-971/+0
|
|
/
|
*
Merge pull request #3119 from mwichmann/wip-change-bug-urls
William Deegan
2018-04-24
19
-22/+23
|
|
\
|
|
*
Change bug references from tigris -> github
Mats Wichmann
2018-04-24
19
-22/+23
|
|
/
[next]