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
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4170 from dmoody256/ninja_exit_daemon
William Deegan
2022-06-14
1
-0/+38
|
\
|
*
fix issue when deleting cleaning up deamon
Daniel Moody
2022-06-14
1
-1/+1
|
*
Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...
William Deegan
2022-06-14
1
-0/+6
|
*
Merge branch 'master' into ninja_exit_daemon
William Deegan
2022-06-14
2
-66/+16
|
|
\
|
*
|
install psutil for testing and fix sider complaints
Daniel Moody
2022-06-07
1
-1/+1
|
*
|
Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...
Daniel Moody
2022-06-07
1
-0/+32
*
|
|
Test Framework tests: Windows fixes
Mats Wichmann
2022-06-14
2
-62/+62
|
|
/
|
/
|
*
|
Fix sider complaints
William Deegan
2022-06-13
1
-1/+1
*
|
Added test for test.run()'s arguments set to a dict which will expand into KE...
William Deegan
2022-06-13
2
-66/+16
|
/
*
If no newline at end of message supplied to skip_test(), then we write one to...
William Deegan
2022-06-03
1
-0/+2
*
Merge branch 'master' into 4162-python-311-unittests
Mats Wichmann
2022-05-30
1
-1/+6
|
\
|
*
Skip new content-timestamp-symlink test on win32
Mats Wichmann
2022-05-06
1
-1/+6
*
|
Fix some Py 3.11 depr warns in tests
Mats Wichmann
2022-05-30
2
-4/+8
|
/
*
test framework: fix exception on timeout
Mats Wichmann
2022-04-05
1
-5/+9
*
Use super call instead of direct class call
Mats Wichmann
2022-03-15
6
-13/+13
*
Merge pull request #4067 from mwichmann/wintweaks
William Deegan
2021-11-26
3
-12/+2
|
\
|
*
Fix tests to not hang on Windows with bad .py assoc
Mats Wichmann
2021-11-26
3
-12/+2
*
|
fix some issues with current version strings
William Deegan
2021-11-22
1
-1/+1
|
/
*
Update post release changes
William Deegan
2021-11-22
1
-1/+1
*
Tests pass in python 3.6 and 3.9 in Linux
Jacob Cassagnol
2021-11-09
1
-0/+22
*
Half the failing testcases fixed.
Jacob Cassagnol
2021-11-01
1
-3/+3
*
Add support for Visual Studio 2022
Joseph Brill
2021-09-23
1
-1/+4
*
Updated the Mac-specific Java check in test fw
Mats Wichmann
2021-08-25
1
-38/+56
*
Post 4.2.0 merge/reset to development mode
William Deegan
2021-08-01
1
-3/+3
*
Merge branch 'master' into ninja-generation
William Deegan
2021-05-24
1
-4/+0
|
\
|
*
Test tweaks to help testing on mingw-only win32 systems
Mats Wichmann
2021-04-14
1
-4/+0
*
|
Fix ninja tool rules for macos/ar for static libs to skip response files for...
William Deegan
2021-04-13
1
-0/+1
|
/
*
Fix sider warning typo and docstring for skip_if_not_msvc
Mats Wichmann
2021-04-13
1
-1/+1
*
Test harness add a from_fw to skip calls
Mats Wichmann
2021-04-13
9
-265/+389
*
fix sider issues
Daniel Moody
2021-04-05
1
-1/+0
*
improved DoubleCacheDir test, added extra cachedir validation check.
Daniel Moody
2021-04-05
1
-3/+31
*
Deprecate Python 3.5.
Mats Wichmann
2021-03-28
1
-1/+1
*
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
2
-6/+6
*
[ci skip] update post release
William Deegan
2021-01-19
1
-1/+1
*
feat: Adds ZIP_OVERRIDE_TIMESTAMP
David H
2021-01-18
1
-3/+33
*
Add custom up_to_date for TimeSCons to handle individual SConscript timing ou...
William Deegan
2020-10-16
1
-1/+26
*
One more "drop py2"ism from test framework
Mats Wichmann
2020-10-13
1
-3/+3
*
Drop some more Py2 compat things
Mats Wichmann
2020-10-13
2
-7/+2
*
Run autoflake on code
Mats Wichmann
2020-09-21
5
-7/+0
*
Merge pull request #3731 from mwichmann/warn-to-sconswarn
William Deegan
2020-07-19
1
-1/+1
|
\
|
*
[PR #3731] more adjustments to Warnings
Mats Wichmann
2020-07-07
1
-1/+1
*
|
Post release
William Deegan
2020-07-17
1
-1/+1
*
|
Post relaase
William Deegan
2020-07-17
1
-1/+1
|
/
*
reset to development mode
William Deegan
2020-07-04
1
-3/+3
*
A few more edits to testing doc
Mats Wichmann
2020-06-25
1
-9/+8
*
Some updates to testing doc. [ci skip]
Mats Wichmann
2020-06-22
1
-18/+41
*
Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxml
William Deegan
2020-06-21
4
-7/+73
|
\
|
*
Fixed Docbook Tool and updated its tests.
Dirk Baechle
2020-06-21
2
-0/+71
|
*
Added Sphinx support to the 'build' Docker images.
Dirk Baechle
2020-06-20
2
-7/+2
*
|
Fix testing subdir usage
Mats Wichmann
2020-06-19
3
-104/+121
|
/
[next]