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
...
*
|
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
|
\
\
|
|
/
|
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-1/+1
|
*
Merge pull request #3634 from mwichmann/win-uuid
William Deegan
2020-05-03
3
-3/+3
|
|
\
|
|
*
Use uuid lib for Visual Studio guids
Mats Wichmann
2020-05-01
3
-3/+3
|
*
|
add test for soname for applelink on linux
Daniel Moody
2020-05-02
2
-3/+3
|
*
|
resolve github Issue #3246
Daniel Moody
2020-05-01
1
-1/+17
|
|
/
*
|
updated test to test setoption no_progress
Daniel Moody
2020-05-02
1
-2/+1
*
|
Merge branch 'master' into patch-1
Daniel Moody
2020-05-02
294
-1216/+2555
|
\
\
|
|
/
|
*
Merge pull request #3608 from bdbaddog/add_vswhere_variable
William Deegan
2020-04-23
4
-2/+127
|
|
\
|
|
*
Add system test for setting and retrieving VSWHERE
William Deegan
2020-04-23
2
-0/+123
|
|
*
Merge branch 'master' into add_vswhere_variable
William Deegan
2020-04-19
8
-88/+6
|
|
|
\
|
|
*
|
Address PR comments
William Deegan
2020-04-12
1
-1/+1
|
|
*
|
Fix tar bz2 test so it won't crash when no bzip2 is present
William Deegan
2020-04-11
1
-1/+3
|
|
*
|
Resolve issue #3605. Allow specifying VSWHERE to environment
William Deegan
2020-04-10
2
-2/+2
|
*
|
|
Fix tests expecting -Bsymbolic
William Deegan
2020-04-21
2
-2/+2
|
|
|
/
|
|
/
|
|
*
|
Address github review notes and sider issues
William Deegan
2020-04-11
1
-1/+0
[prev]
[next]