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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix IS_WINDOWS usage for test
William Deegan
2020-10-04
1
-1/+2
*
Disable flake8 F401 in test
William Deegan
2020-10-04
1
-1/+1
*
remove win32api from test
William Deegan
2020-10-04
1
-10/+5
*
Merge branch 'autoflake' of https://github.com/mwichmann/scons into mwichmann...
William Deegan
2020-09-21
164
-205/+10
|
\
|
*
Run autoflake on code
Mats Wichmann
2020-09-21
164
-205/+10
*
|
correct copyright statement per mwichmann's feedback
William Deegan
2020-09-21
2
-0/+4
*
|
Fix the case where the argument to TEMPFILE is a list, by creating a tuple to...
William Deegan
2020-09-21
1
-4/+0
*
|
Fix unit test, and logic which was slightly off
William Deegan
2020-09-21
1
-1/+0
*
|
Fix issue a different way than PR 3553 or 3140. Store cmdlist in dict target....
William Deegan
2020-09-21
4
-220/+0
*
|
clean up test so it doesn't load any unnecessary tools
William Deegan
2020-09-20
1
-1/+3
*
|
move TEMPFILE tests to their own dir, and create fixture dir and put TEMPFILE...
William Deegan
2020-09-20
4
-7/+225
*
|
A little clean up of the test
William Deegan
2020-09-20
1
-7/+1
*
|
Do not reuse tempfiles
Simon Tegelid
2020-09-20
1
-0/+64
|
/
*
test: Pass a correct flag to DVIPDFFLAGS test
Michał Górny
2020-09-18
1
-1/+1
*
Merge pull request #3784 from mwichmann/new-opt-bad-abbrev
William Deegan
2020-08-26
1
-0/+10
|
\
|
*
[PR #3784] adjust opt-abbreviation msg after PR review
Mats Wichmann
2020-08-25
1
-1/+1
|
*
Reject abbreviations of AddOption options.
Mats Wichmann
2020-08-23
1
-0/+10
*
|
Fix test/import to skip linkCommon
William Deegan
2020-08-26
1
-4/+2
|
/
*
Convert new e2e test to file fixture.
Joachim Kuebart
2020-08-11
2
-19/+18
*
Conditionally suppress deprecation message.
Joachim Kuebart
2020-08-11
1
-0/+79
*
Rework vc.py caching of installed vcs and remove cached_get_installed_vcs fun...
Joseph Brill
2020-08-07
1
-1/+1
*
Merge branch 'master' into fix_yacc_tool_to_respect_YACC
William Deegan
2020-08-06
1
-0/+9
|
\
|
*
Merge branch 'master' into finish_pr_3659
William Deegan
2020-08-06
1
-3/+35
|
|
\
|
*
|
Fix zip tool to respect ZIPCOMSTR if it's set after an Environment or Tool('z...
William Deegan
2020-08-06
1
-0/+9
*
|
|
Fix YACC in env not respected if set before Environment/Tool is initalized
William Deegan
2020-08-06
2
-2/+6
|
|
/
|
/
|
*
|
[PR #3746] fixed missed Py2-Py3 porting on testcase adds
Mats Wichmann
2020-08-03
1
-2/+2
*
|
Update SideEffect testcase
Mats Wichmann
2020-08-03
1
-3/+35
|
/
*
swap / to \ for win32 and regex escape that
William Deegan
2020-07-14
1
-0/+3
*
Add test for defaulted TEMPFILEDIR behavior as well
William Deegan
2020-07-14
2
-14/+35
*
Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temp...
William Deegan
2020-07-11
5
-20/+69
*
remove unneeded __REVISION__ and __copyright__
William Deegan
2020-07-10
2
-8/+0
*
move tempfilemung tests to their own directory
William Deegan
2020-07-10
2
-0/+0
*
updates for new version strings
William Deegan
2020-07-05
2
-42/+43
*
Merge pull request #3712 from bdbaddog/restore_scons_local
William Deegan
2020-07-01
2
-23/+7
|
\
|
*
update version strings on test
William Deegan
2020-06-30
1
-12/+3
|
*
All working except automatic build of wheel and sdist package
William Deegan
2020-06-30
1
-11/+4
*
|
Reduce the number of "false negative" test failures for Interactive/configure...
Joseph Brill
2020-06-29
1
-8/+68
*
|
Add "#include <stdio.h>" to generated c code to prevent build failures on x86...
Joseph Brill
2020-06-27
4
-0/+4
*
|
Swap the argument order for DummyVsWhere to match the signature of find_vc_pd...
Joseph Brill
2020-06-27
1
-1/+1
*
|
Fix for failing Docbook slides tests.
Dirk Baechle
2020-06-24
21
-69/+219
|
/
*
Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxml
William Deegan
2020-06-21
42
-170/+1042
|
\
|
*
Removed superfluous import of 'sys' in a testcase.
Dirk Baechle
2020-06-21
1
-1/+0
|
*
Fixed another bunch of 'bare except' errors.
Dirk Baechle
2020-06-21
17
-17/+17
|
*
Fixed Docbook Tool and updated its tests.
Dirk Baechle
2020-06-21
42
-156/+1029
*
|
Fix testing subdir usage
Mats Wichmann
2020-06-19
43
-112/+123
|
/
*
Merge pull request #3700 from bdbaddog/issue_3694_comp_db_variantdir_issue
William Deegan
2020-06-16
2
-0/+158
|
\
|
*
Add test for variant_dir with duplicate=True and False
William Deegan
2020-06-15
2
-0/+158
*
|
Merge pull request #3696 from mwichmann/test-cleanup
William Deegan
2020-06-15
3
-27/+5
|
\
\
|
|
/
|
/
|
|
*
Bugfix: to get raw data from stdin, use buffer
Mats Wichmann
2020-06-14
1
-3/+1
|
*
Cleanups in tests and in framework
Mats Wichmann
2020-06-14
3
-25/+5
[next]