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
/
src
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
LaTeX scanner: Find > 1 includes per line
Lukas Schrangl
2019-07-02
2
-1/+16
|
/
*
Fix sider warning
William Deegan
2019-06-20
1
-1/+1
*
Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...
William Deegan
2019-06-20
2
-1/+4
*
Switch back to None with proper comparison using is instead of not
William Deegan
2019-06-19
1
-4/+4
*
Switch from testing for directory value being false to -1 as "" evaluates to ...
William Deegan
2019-06-19
1
-4/+9
*
Fix conflict
William Deegan
2019-06-18
1
-5/+0
*
Added tests to logic changes by mhqtronic PR #3375
William Deegan
2019-06-18
2
-17/+205
*
Merge pull request #3383 from chasinglogic/action-hides-exceptions
William Deegan
2019-06-13
2
-3/+21
|
\
|
*
Don't hide exceptions when command does not exist
Mathew Robinson
2019-06-10
2
-3/+21
*
|
Use more idiomatic Python
Mats Wichmann
2019-06-06
1
-3/+3
|
/
*
PY38: Fix invalid escape chars in compare string
William Deegan
2019-05-30
1
-26/+27
*
PY38: Fix invalid escape chars in compare string
William Deegan
2019-05-30
1
-4/+4
*
PY38: Resolve duplicate creation of 'work' subdir which yielded warnings. Als...
William Deegan
2019-05-30
1
-1/+3
*
PEP8 file
William Deegan
2019-05-30
1
-326/+374
*
Merge pull request #3367 from mwichmann/docs-parse_flags
William Deegan
2019-05-28
1
-10/+12
|
\
|
*
Update docs for parse_flags keywords
Mats Wichmann
2019-05-14
1
-10/+12
*
|
Add cache hit rate to cache debugging
Mathew Robinson
2019-05-17
1
-0/+14
*
|
Add __main__.py to MANIFEST.in
Daniel Holth
2019-05-14
1
-0/+1
|
/
*
Fix some regexes for Python 3.8 complaints
Mats Wichmann
2019-05-13
3
-3/+3
*
[PR #3363] doc update for added flags
Mats Wichmann
2019-05-04
1
-0/+3
*
Add -iquote and -idirafter for CCFLAGS
Mats Wichmann
2019-05-02
2
-8/+22
*
Fix a small error in docbook tool
Mats Wichmann
2019-04-30
1
-1/+1
*
Fix misplaced file closing
Mats Wichmann
2019-04-28
1
-2/+7
*
Merge pull request #3353 from mwichmann/cacheDir
William Deegan
2019-04-28
1
-13/+75
|
\
|
*
[PR #3353] fix sider nitpickery
Mats Wichmann
2019-04-28
1
-4/+4
|
*
[PR #3353] tweaks per review
Mats Wichmann
2019-04-28
1
-10/+9
|
*
[PR #3353] quiet sider complaint about bare except:
Mats Wichmann
2019-04-28
1
-2/+2
|
*
Avoid cachedir races
Mats Wichmann
2019-04-28
1
-6/+69
*
|
Merge pull request #3345 from mwichmann/py38warns4-tests
William Deegan
2019-04-28
25
-199/+250
|
\
\
|
|
/
|
/
|
|
*
[#PR 3345] clean up some sider complaints
Mats Wichmann
2019-04-27
2
-3/+1
|
*
[PR #3345] fix more PY3.8 fails
Mats Wichmann
2019-04-26
4
-16/+21
|
*
[PR #3345] fix a few more Py3.8 problems
Mats Wichmann
2019-04-25
2
-5/+12
|
*
[PR #3345] fix flake8 compliants on the PR
Mats Wichmann
2019-04-25
2
-2/+2
|
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
8
-101/+126
|
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
16
-92/+108
*
|
Merge pull request #3360 from mwichmann/isnot
William Deegan
2019-04-28
33
-154/+158
|
\
\
|
*
|
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
33
-154/+158
|
|
/
*
|
Merge pull request #3341 from bdbaddog/enhanced_debug_explain
William Deegan
2019-04-28
1
-4/+15
|
\
\
|
*
\
Merge branch 'master' into enhanced_debug_explain
William Deegan
2019-04-27
2
-0/+27
|
|
\
\
|
*
|
|
switch to using zip_longest and handle py27 naming it izip_longest from amppi...
William Deegan
2019-04-27
1
-3/+8
|
*
|
|
Merge branch 'master' into enhanced_debug_explain
William Deegan
2019-04-26
43
-416/+596
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Enhanced --debug=explain output. Breaks out sources, depends, and implicit co...
William Deegan
2019-04-02
1
-4/+10
*
|
|
|
Merge pull request #3359 from bdbaddog/fortran_issue_3135
William Deegan
2019-04-27
4
-83/+216
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter.
Peter Diener
2019-04-26
2
-6/+9
|
*
|
|
Fix Issue #3135 - Also add tests to check that emitter is properly processing...
William Deegan
2019-04-25
2
-3/+129
|
*
|
|
PEP8 plus switch to unittest.main() when running directly
William Deegan
2019-04-25
1
-71/+69
|
*
|
|
Use raw strings in regexes.
Peter Diener
2019-03-06
2
-4/+4
|
*
|
|
Fix issue #3135.
Peter Diener
2019-03-04
2
-13/+19
*
|
|
|
Merge branch 'master' into fix_mongo_bug_33111_multiple_targets_via_emitter_s...
William Deegan
2019-04-26
43
-416/+596
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
[PR #3337] fix two minor Sider complaints
Mats Wichmann
2019-04-24
1
-2/+1
[prev]
[next]