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
...
|
|
*
|
address matts comments
Daniel Moody
2022-05-10
2
-3/+2
|
|
*
|
update test docstring
Daniel Moody
2022-05-10
1
-4/+2
|
|
*
|
added test for EXPANDED_SHELL_VAR
Daniel Moody
2022-05-10
2
-0/+74
|
*
|
|
switch to using test.sleep()
Daniel Moody
2022-05-12
1
-2/+1
|
*
|
|
Add some time in Dir/source.py test because of filesystem precision.
Daniel Moody
2022-05-12
1
-0/+3
|
|
/
/
*
|
|
Merge remote-tracking branch 'origin/master' into ninja_always_execute
Daniel Moody
2022-05-11
1
-0/+81
|
\
\
\
|
|
/
/
|
*
|
Skip new content-timestamp-symlink test on win32
Mats Wichmann
2022-05-06
1
-0/+3
|
*
|
Fix a couple of sider complaints in new testcase
Mats Wichmann
2022-05-06
1
-5/+2
|
*
|
Fix content-timestamp decider for symlinks
Mats Wichmann
2022-05-06
1
-0/+81
*
|
|
fix sider issues
Daniel Moody
2022-05-10
1
-1/+0
*
|
|
added target propagation for ninja execution
Daniel Moody
2022-05-10
1
-0/+95
*
|
|
improved ninja default targets and for ninja file as only target when generat...
Daniel Moody
2022-05-06
3
-1/+98
|
/
/
*
|
Merge branch 'master' into master
William Deegan
2022-05-05
3
-0/+132
|
\
\
|
*
\
Merge branch 'master' into ninja_alias_generated_files
William Deegan
2022-05-05
2
-0/+67
|
|
\
\
|
*
|
|
Add ninja alias option to label generated source files
Daniel Moody
2022-04-14
3
-0/+132
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into master
William Deegan
2022-05-04
2
-0/+67
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Clean up sider complaint
William Deegan
2022-05-04
1
-3/+0
|
*
|
change test to set NINJA_DEPFILE_PARSE_FORMAT to msvc after loading mingw, to...
William Deegan
2022-05-04
2
-1/+3
|
*
|
no need to actually have mingw installed to run test, removed that case fo sk...
William Deegan
2022-05-04
1
-8/+0
|
*
|
Clean up sider complaint
William Deegan
2022-05-04
1
-1/+0
|
*
|
allow test to run on all platforms. Clean up sider complaints
William Deegan
2022-05-04
1
-5/+0
|
*
|
optimized test
Daniel Moody
2022-05-04
2
-18/+2
|
*
|
fix test
Daniel Moody
2022-05-04
2
-3/+9
|
*
|
adding test
Daniel Moody
2022-05-04
2
-0/+92
|
|
/
*
|
remove test clean up call
Daniel Moody
2022-04-20
1
-1/+0
*
|
Update ninja file generation to only create response files for build commands...
Daniel Moody
2022-04-20
2
-0/+113
|
/
*
Fix some more tests to use context-mgr open
Mats Wichmann
2022-03-30
8
-191/+197
*
Merge branch 'master' into ninja_scons_daemon
William Deegan
2022-03-28
7
-2/+166
|
\
|
*
Separated just the CheckMember() checker from yuzhicang's PR #4100, changed c...
William Deegan
2022-03-21
1
-2/+14
|
*
Merge branch 'master' into fix_ninja_mingw
William Deegan
2022-03-08
4
-0/+56
|
|
\
|
|
*
added test for MSVC_USE_SCRIPT_ARGS
William Deegan
2022-03-07
4
-0/+56
|
*
|
fix a few typos and add tests back
Daniel Moody
2022-02-26
2
-0/+96
|
|
/
*
|
Merge branch 'ninja_scons_daemon' of github.com:dmoody256/scons into ninja_sc...
William Deegan
2022-03-19
1
-4/+6
|
\
\
|
*
|
adjust iterative speedup to pre-launch scons daemon before taking timing
Daniel Moody
2022-03-15
1
-4/+6
*
|
|
flake8 fixes
William Deegan
2022-03-19
2
-3/+3
|
/
/
*
|
update test/ninja/force_scons_callback.py to test using NINJA_SCONS_DAEMON_PO...
William Deegan
2022-03-14
2
-31/+37
*
|
add scons daemon
Daniel Moody
2022-02-11
1
-2/+2
|
/
*
Merge pull request #4093 from mwichmann/testing/more-java
William Deegan
2022-02-07
22
-107/+116
|
\
|
*
Tweak Java e2e tests some more
Mats Wichmann
2022-02-02
22
-107/+116
*
|
Tweak the scons help message
Mats Wichmann
2022-02-03
12
-52/+44
|
/
*
Fixup DummyPopen() ( which is returned from Action._subproc() when subprocess...
William Deegan
2022-02-01
1
-4/+3
*
Merge branch 'master' of github.com:SCons/scons into fix_py_3_9_resourceWarnings
William Deegan
2022-02-01
30
-650/+584
|
\
|
*
Java not-in-path tests use limited tools
Mats Wichmann
2022-01-28
2
-4/+7
|
*
Actually commit fixed myjava.py [skip appveyor]
Mats Wichmann
2022-01-24
1
-1/+0
|
*
A little java/jar cleanup
Mats Wichmann
2022-01-24
6
-209/+159
|
*
flake8: remove unused import in test fixture
Mats Wichmann
2022-01-19
1
-1/+0
|
*
A bit more test fixture work
Mats Wichmann
2022-01-19
13
-179/+154
|
*
Also move CC and CXX mock compiler to fixture
Mats Wichmann
2022-01-18
6
-94/+113
|
*
Drop an unused import - sider complaint
Mats Wichmann
2022-01-17
1
-1/+0
|
*
Massage test fixtures a bit
Mats Wichmann
2022-01-17
11
-221/+211
[prev]
[next]