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
*
Only add worker threads as necesary
Andrew Morrow
2024-02-08
2
-36/+43
*
Add Pseudo() to global functions, had been omitted.
Mats Wichmann
2024-02-07
1
-26/+53
*
taskmastertrace tests passing
Andrew Morrow
2024-01-23
3
-3/+3
*
review feedback: legacysched to legacy_sched
Andrew Morrow
2024-01-20
2
-5/+5
*
fix experimental option test
Andrew Morrow
2024-01-19
1
-2/+2
*
wip
Andrew Morrow
2024-01-19
2
-6/+7
*
Merge branch 'master' into jbrill-msvs-sconshome
William Deegan
2024-01-03
1
-1/+1
|
\
|
*
Merge branch 'master' into jbrill-gh4320-fix
William Deegan
2023-12-10
1
-0/+12
|
|
\
|
*
|
Fix 4320: add an optional argument list string to the configure CheckFunc met...
Joseph Brill
2023-11-24
1
-1/+1
*
|
|
Add unlink_files method to TestCmd, replace file deletion loops with method c...
Joseph Brill
2023-12-28
16
-64/+16
*
|
|
MSVS/MSVC: msvs tool, msvs tests, and msvc detection fixes
Joseph Brill
2023-12-28
16
-3/+87
|
|
/
|
/
|
*
|
adding unit tests to the fix
StenGruener
2023-11-29
1
-0/+12
|
/
*
Merge pull request #4429 from mwichmann/feature/libliteral
William Deegan
2023-10-30
4
-29/+134
|
\
|
*
defined LIBLITERALPREFIX for gnulink
William Deegan
2023-10-29
1
-3/+3
|
*
Migrate LIBLITERALPREFIX test to file with same name
William Deegan
2023-10-29
1
-0/+0
|
*
Fix library literal prefix code
Mats Wichmann
2023-10-28
1
-4/+4
|
*
Add LIBLITERAL to support gcc -l:filename
Mats Wichmann
2023-10-28
3
-26/+131
*
|
Merge pull request #4439 from bdbaddog/debug-sconscript
William Deegan
2023-10-29
1
-0/+60
|
\
\
|
*
|
Updates to make ready for merging
William Deegan
2023-10-29
1
-10/+12
|
*
|
adding info to the man page, changed debug key
StenGruener
2023-10-28
1
-1/+1
|
*
|
adding unit test, --debug flag, comments in changes.txt
StenGruener
2023-10-28
1
-0/+58
|
|
/
*
|
Merge pull request #4432 from jcbrill/jbrill-msvc-clsearch
William Deegan
2023-10-29
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'master' into jbrill-msvc-clsearch
Joseph Brill
2023-10-15
1
-35/+38
|
|
\
|
*
|
Adjust the final compiler executable search and warning message when setting ...
Joseph Brill
2023-10-11
1
-1/+1
*
|
|
Elminate http: references
Mats Wichmann
2023-10-17
19
-81/+70
|
|
/
|
/
|
*
|
Update assembly code in one test
Mats Wichmann
2023-10-11
1
-35/+38
|
/
*
TeX tests: skip if no makeindex
Mats Wichmann
2023-09-22
18
-112/+150
*
Merge branch 'master' into feature/new-subproc
Mats Wichmann
2023-09-09
70
-580/+633
|
\
|
*
Merge pull request #4407 from mwichmann/maint/mscache-locking
William Deegan
2023-09-06
1
-16/+18
|
|
\
|
|
*
Adjust a test that tripped over locking
Mats Wichmann
2023-09-04
1
-16/+18
|
*
|
Added logic to properly initilize SCons to use gfortran if tool gfortran is l...
William Deegan
2023-09-04
4
-8/+20
|
|
/
|
*
Tweak a few tests "for form"
Mats Wichmann
2023-08-27
40
-362/+377
|
*
Merge branch 'master' into feature/local-help
William Deegan
2023-08-24
24
-166/+155
|
|
\
|
|
*
Merge branch 'master' into maint/modernize
William Deegan
2023-08-24
4
-98/+111
|
|
|
\
|
|
|
*
missing-sconscript: fix Windows test again
Mats Wichmann
2023-08-07
2
-6/+6
|
|
|
*
SConscript must_exist test: fix Windows
Mats Wichmann
2023-08-06
1
-1/+1
|
|
|
*
Change the default to error on missing SConscript
Mats Wichmann
2023-08-06
4
-98/+111
|
|
*
|
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
20
-68/+44
|
|
|
/
|
*
|
Add ability to save "local" help only
Mats Wichmann
2023-08-01
1
-28/+63
|
|
/
*
|
Merge branch 'master' into feature/new-subproc
William Deegan
2023-07-15
5
-23/+31
|
\
\
|
|
/
|
*
Merge pull request #4371 from mwichmann/maint/helpmsg
William Deegan
2023-07-15
4
-9/+9
|
|
\
|
|
*
Adjust help message about -H
Mats Wichmann
2023-06-27
4
-9/+9
|
*
|
Updates to PR 4374 from mwichmann to correct config file hash changes
William Deegan
2023-07-15
1
-14/+22
|
|
/
*
|
Implement a new subprocess wrapper
Mats Wichmann
2023-07-08
1
-0/+12
|
/
*
Merge branch 'master' into master
William Deegan
2023-06-20
4
-49/+221
|
\
|
*
Merge branch 'master' into feature/bison-args
Mats Wichmann
2023-06-12
280
-372/+1625
|
|
\
|
*
\
Merge branch 'master' into feature/bison-args
Mats Wichmann
2023-05-18
18
-229/+295
|
|
\
\
|
*
|
|
added YACC_GRAPH_FILE_SUFFIX to represent it's the graph file and not be tied...
William Deegan
2023-05-18
1
-0/+96
|
*
|
|
Fixup usage of new mock yacc tool
Mats Wichmann
2023-05-08
2
-2/+2
|
*
|
|
yacc tool updates
Mats Wichmann
2023-05-06
3
-48/+128
[next]