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
*
[skip ci] reset to develop mode
3.0.5a2
William Deegan
2019-03-05
5
-12/+12
*
Try another syntax to allow pypy3 failure in addtion to pypy
William Deegan
2019-03-04
1
-1/+2
*
Merge pull request #3323 from mwichmann/add-pypy3
William Deegan
2019-03-04
2
-5/+16
|
\
|
*
[PYPY] don't specify xenial for pypy3
Mats Wichmann
2019-03-04
1
-2/+1
|
*
[PYPY] further adjust travis-ci pypy3 build
Mats Wichmann
2019-03-04
2
-4/+5
|
*
[PYPY] travis run pypy jobs with -j 3
Mats Wichmann
2019-03-04
1
-3/+7
|
*
[WIP] add pypy3 to the Travis CI setup
Mats Wichmann
2019-03-03
1
-2/+9
*
|
Merge pull request #3317 from bdbaddog/fix_win_md5_decider_malfunction_on_fre...
William Deegan
2019-03-04
6
-7/+174
|
\
\
|
*
|
Fix logic in test to only use --wincompat if win_flex. Improve test skip mess...
William Deegan
2019-03-03
2
-3/+4
|
*
|
fix typo in skip_test
William Deegan
2019-03-03
1
-2/+2
|
*
|
Merge branch 'fix_win_md5_decider_malfunction_on_fresh_build' of github.com:b...
William Deegan
2019-03-03
66
-199/+690
|
|
\
\
|
|
*
|
Add test to cover this issue with MD5-timestamp decider breaking dependencies...
William Deegan
2019-03-03
5
-0/+122
|
|
*
|
Added logic to shortcut comparing prev_ni if there is no dependency map from ...
William Deegan
2019-03-03
1
-4/+24
|
|
*
|
On windows first try with native file paths with \\ then swap path to normali...
William Deegan
2019-03-03
1
-7/+26
|
|
|
/
|
*
|
Forgot to add current file csig when shortcutting calling changed_content(). ...
William Deegan
2019-03-02
1
-0/+5
|
*
|
Added logic to shortcut comparing prev_ni if there is no dependency map from ...
William Deegan
2019-03-01
1
-4/+24
|
*
|
On windows first try with native file paths with \\ then swap path to normali...
William Deegan
2019-02-27
1
-7/+26
*
|
|
Merge pull request #3322 from mwichmann/sys-exit
William Deegan
2019-03-03
2
-1/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[PYPY] fix way exit status is retrieved in main
Mats Wichmann
2019-03-03
2
-1/+2
|
/
/
*
|
Merge pull request #3321 from bdbaddog/fix_win_location_yacc
William Deegan
2019-03-03
4
-8/+35
|
\
\
|
*
|
Add support for usign chocolatey install winflexbison package with tools name...
William Deegan
2019-03-03
3
-7/+6
|
*
|
copy logic from lex to find win_bison if installed via chocolatey
William Deegan
2019-03-03
1
-1/+29
|
/
/
*
|
Merge pull request #3290 from dmoody256/make_lex_tool_cross_platform
William Deegan
2019-03-03
14
-27/+267
|
\
\
|
*
|
only use no-unistd option with MSVC environment
Daniel
2019-03-01
3
-5/+13
|
*
|
add win_flex as option for windows, add choco default path, and add flag for ...
Daniel
2019-02-20
11
-42/+231
|
*
|
condensed and organized code
Daniel
2019-02-17
1
-20/+12
|
*
|
add check for tar before trying to run test
Daniel
2019-02-16
1
-0/+4
|
*
|
update lex tool to find paths on windows
Daniel
2019-02-16
3
-10/+57
*
|
|
Merge pull request #3320 from mwichmann/test-file-closings
William Deegan
2019-03-03
4
-38/+37
|
\
\
\
|
*
|
|
For PR #3320 re-unindent expect strings in with block
Mats Wichmann
2019-03-02
1
-3/+3
|
*
|
|
[PYPY] [PY 3.8] more context manager use in tests
Mats Wichmann
2019-03-02
4
-41/+40
*
|
|
|
Merge pull request #3319 from mwichmann/cachedir-file-use
William Deegan
2019-03-02
13
-58/+70
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[PYPY3] [PY 3.8] CacheDir tests use context managers
Mats Wichmann
2019-03-02
13
-58/+70
|
/
/
/
*
|
|
Merge pull request #3314 from mwichmann/runtest-no-tt
William Deegan
2019-03-01
21
-41/+67
|
\
\
\
|
*
|
|
[WIP] for #3304: drop use of -tt if py3
Mats Wichmann
2019-03-01
21
-40/+66
|
*
|
|
Drop -tt flag in runtest.py
Mats Wichmann
2019-03-01
1
-1/+1
*
|
|
|
Merge pull request #3313 from bdbaddog/fix_gh_3303_force_config_alters_env_de...
William Deegan
2019-02-28
7
-24/+78
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add debug logic to try to find why test/TEX/variant_dir.py is failing not fin...
William Deegan
2019-02-28
1
-0/+2
|
*
|
|
Update SConf tests to add scan arg to mocked out Node children() method since...
William Deegan
2019-02-28
1
-1/+1
|
*
|
|
Fix Issue #3303 --config=force overwritting passed in Environment's Decider a...
William Deegan
2019-02-27
3
-23/+61
|
*
|
|
Add test for GH Issue #3303
William Deegan
2019-02-27
2
-0/+14
*
|
|
|
Merge pull request #3312 from bmwiedemann/host
William Deegan
2019-02-28
2
-4/+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix typo
Bernhard M. Wiedemann
2019-02-28
1
-1/+1
|
*
|
|
Do not store build user name
Bernhard M. Wiedemann
2019-02-28
2
-2/+6
|
*
|
|
Do not store build host name
Bernhard M. Wiedemann
2019-02-28
2
-2/+9
|
/
/
/
*
|
|
Merge pull request #3308 from mwichmann/tempfileext
William Deegan
2019-02-23
1
-2/+2
|
\
\
\
|
*
|
|
[ci skip] correct TempFileMunge docstring
Mats Wichmann
2019-02-23
1
-2/+2
|
/
/
/
*
|
|
Merge pull request #3307 from mwichmann/man-tweak
William Deegan
2019-02-21
1
-2/+2
|
\
\
\
|
*
|
|
Minor manpage bugfix
Mats Wichmann
2019-02-21
1
-2/+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3306 from mwichmann/local-notes
William Deegan
2019-02-17
2
-25/+58
|
\
\
\
|
|
/
/
|
/
|
|
[next]