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
*
Copy from master fixes for bin/update-release-info.py test/EnsureSConsVersion...
William Deegan
2020-07-06
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
*
|
Fix test for compilation_db to work on windows and linux
William Deegan
2020-06-15
2
-10/+16
*
|
[appveyor skip][travis skip] fix sider warning
William Deegan
2020-06-15
1
-0/+3
*
|
[appveyor skip][travis skip] fix sider warning
William Deegan
2020-06-15
1
-3/+3
*
|
Fix fake mylink.py was broken on win32.
William Deegan
2020-06-14
1
-12/+37
*
|
Fix Issue #3693 - change compilation db field 'target' to 'output' per spec
William Deegan
2020-06-14
1
-2/+2
|
/
*
Merge pull request #3662 from bdbaddog/add_compilation_db
William Deegan
2020-06-08
6
-90/+173
|
\
|
*
Fix test SConstruct formatting
William Deegan
2020-06-06
1
-2/+0
|
*
Added tests which should cover all the variations of ways to call Compilation...
William Deegan
2020-06-06
2
-11/+95
|
*
change CompilationDatabase from psuedo builder to builder. Add emitter to cle...
William Deegan
2020-06-06
1
-2/+2
|
*
[skip appveyor] [skip travis] resolve sider complaints in test fixtures
William Deegan
2020-05-22
1
-3/+3
|
*
resolve sider complaints in test fixtures
William Deegan
2020-05-22
2
-6/+6
|
*
address sider issues
William Deegan
2020-05-19
1
-1/+0
|
*
more test updates
William Deegan
2020-05-19
6
-43/+64
|
*
extract fake gcc and link python scripts to fixture. We'll use these for Comp...
William Deegan
2020-05-19
3
-53/+21
|
*
Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so c...
William Deegan
2020-05-19
2
-0/+13
*
|
Merge branch 'master' into abc-Task
William Deegan
2020-05-29
2
-0/+15
|
\
\
|
*
\
Merge pull request #3655 from dmoody256/callable_silent_typeerrors
William Deegan
2020-05-29
2
-0/+15
|
|
\
\
|
|
*
|
used fixtures in test TypeError test
Daniel Moody
2020-05-19
2
-28/+15
|
|
*
|
Merge remote-tracking branch 'origin/master' into callable_silent_typeerrors
Daniel Moody
2020-05-18
3
-4/+11
|
|
|
\
\
|
|
*
|
|
cover other type of subber and add test
Daniel Moody
2020-05-17
1
-0/+28
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Set Tasks class as abstract
Mats Wichmann
2020-05-25
9
-6/+19
|
/
/
/
*
|
|
Fix bug in test for PR #3668
Mats Wichmann
2020-05-24
1
-1/+1
*
|
|
classes no longer explicitly inherit from object
Mats Wichmann
2020-05-24
8
-10/+10
|
|
/
|
/
|
*
|
change test to change expected line # depending on python version
William Deegan
2020-05-18
1
-1/+8
*
|
Merge branch 'master' into py39
William Deegan
2020-05-17
4
-32/+29
|
\
\
|
|
/
|
*
[PR 3648] fixups from review comments
Mats Wichmann
2020-05-12
1
-0/+9
|
*
Some more fixups for project directory moves
Mats Wichmann
2020-05-12
4
-40/+28
*
|
Python 3.9 support
Mats Wichmann
2020-05-12
2
-3/+3
|
/
*
Merge remote-tracking branch 'origin/master' into patch-1
Daniel
2020-05-11
1
-10/+10
|
\
|
*
change runtest test to look for SCons and not src
William Deegan
2020-05-10
1
-10/+10
*
|
update changes.txt and remove verbose from test
Daniel
2020-05-11
1
-1/+0
*
|
Merge remote-tracking branch 'origin/master' into patch-1
Daniel Moody
2020-05-06
7
-8/+24
|
\
\
|
|
/
[next]