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
/
SCons
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
[PR #3434] apply subst fix from #3428
Mats Wichmann
2019-09-08
1
-1/+1
*
|
|
Added debug option "timestamp", changed option "timestamp" to "action_timesta...
Edoardo Bezzeccheri
2019-10-09
2
-7/+7
*
|
|
Added debug option "timestamp", implementation
Edoardo Bezzeccheri
2019-10-01
2
-2/+10
|
|
/
|
/
|
*
|
Docs for InstallVersionedLib and --install-sandbox [ci skip]
Mats Wichmann
2019-09-25
1
-0/+16
*
|
Remove deprecated debug options
Mats Wichmann
2019-09-12
1
-4/+16
*
|
Builder and Variable Subst doc updates [ci skip]
Mats Wichmann
2019-09-09
1
-40/+56
*
|
[fix #2444) update env.Whereis docu [ci skip]
Mats Wichmann
2019-09-08
1
-16/+37
|
/
*
[#3425] review comment: pluralize source file
Mats Wichmann
2019-09-07
1
-1/+1
*
[PR #3425] further tweak "default" tool wording [ci skip]
Mats Wichmann
2019-09-07
1
-13/+13
*
[PR #3425] provide path to src for tool defaults [ci skip]
Mats Wichmann
2019-09-07
1
-1/+3
*
[PR #3245] fix sider complaint about misspelling [ci skip]
Mats Wichmann
2019-09-07
1
-1/+1
*
manpage: clarify that tools=[list] overrides [ci skip]
Mats Wichmann
2019-09-07
4
-6/+87
*
Use "in" in preference to string find method
Mats Wichmann
2019-08-30
3
-6/+6
*
Clean up D compiler pages
Mats Wichmann
2019-08-27
4
-924/+329
*
[PR #3423] further wording tweak for Dictionary [ci skip]
Mats Wichmann
2019-08-25
1
-3/+3
*
Update Dictionary documentation to match implementation [ci skip]
Mats Wichmann
2019-08-25
2
-18/+39
*
Improve threading performance by sharing NodeInfo across threads
Mathew Robinson
2019-08-19
2
-8/+7
*
Added -fopenmp and -openmp to the docs.
benjamin reed
2019-08-01
1
-0/+2
*
Merge branch 'master' of github.com:breed/scons
benjamin reed
2019-08-01
4
-7/+88
|
\
|
*
Merge branch 'master' into master
William Deegan
2019-07-31
4
-7/+88
|
|
\
|
|
*
Merge pull request #3418 from dragon512/fix-regression
William Deegan
2019-07-31
2
-4/+3
|
|
|
\
|
|
|
*
Add test and fix to regression in current 3.1.0 drop
Jason Kenny
2019-07-30
1
-0/+2
|
|
|
*
Remove usage of DeciderNeedsNode which has been removed from --debug=explain ...
William Deegan
2019-07-24
1
-4/+1
|
|
*
|
Don't chain exceptions in CacheDirTests
Mathew Robinson
2019-07-31
1
-6/+0
|
|
*
|
Fix some lingering SCons.Errors.EnvironmentError usage (fixes #3415)
Mathew Robinson
2019-07-31
2
-3/+91
|
|
|
/
*
|
|
make expected flag order match the order passed.
benjamin reed
2019-08-01
1
-1/+1
|
/
/
*
|
simple changes to tests and doc
benjamin reed
2019-07-31
2
-25/+28
*
|
add -fmerge-all-constants flag to LINKFLAGS
benjamin reed
2019-07-26
2
-2/+5
|
/
*
Merge branch 'master' into topic/grossag/msvs
William Deegan
2019-07-19
10
-138/+211
|
\
|
*
msvs host-target fix + vs19 support
Mats Wichmann
2019-07-15
3
-40/+63
|
*
Merge branch 'fix_slow_md5_decider' of github.com:bdbaddog/scons into fix_slo...
William Deegan
2019-07-14
4
-9/+41
|
|
\
|
|
*
Merge branch 'master' into fix_slow_md5_decider
William Deegan
2019-07-14
4
-9/+41
|
|
|
\
|
|
|
*
Allow builders to inherit from OverrideEnvironments
Mathew Robinson
2019-07-09
2
-1/+25
|
*
|
|
[ci skip] Fix spelling picked up by sider
William Deegan
2019-07-14
1
-1/+1
|
|
/
/
|
*
|
Fix docstrings and comments for repo node changes
William Deegan
2019-07-14
1
-6/+8
|
*
|
Doc updates for repo_node addition to Decider function args
William Deegan
2019-07-14
1
-1/+12
|
*
|
Add missing repo_node argument to _changed_source()
William Deegan
2019-07-09
1
-3/+3
|
*
|
Clean up __slots__ specification to be list, remove some obsoleted code
William Deegan
2019-07-09
1
-4/+2
|
*
|
Fix __slots = ('single element') -> ('single element',) per finding by mwichmann
William Deegan
2019-07-05
1
-3/+3
|
*
|
remove unnecessary DeciderNeedsNode exception
William Deegan
2019-07-05
1
-15/+0
|
*
|
Fix _add_strings_to_dependency_map() perf degredation
William Deegan
2019-06-28
1
-2/+1
|
*
|
Restore MD5-Timestamp performance by removing try/except from every call. Als...
William Deegan
2019-06-26
4
-65/+96
|
*
|
Remove join and list comprehension when not needed in Action.get_content(). Y...
bdbaddog
2019-06-25
1
-1/+1
*
|
|
[ci skip] MSVS doc fix and output of rerunning doc generation
Adam Gross
2019-07-19
1
-2/+2
*
|
|
[ci skip] Updated CHANGES.txt and msvs.xml documentation
Adam Gross
2019-07-19
1
-3/+35
*
|
|
Integrate requested changes to msvsTests.py
Adam Gross
2019-07-19
1
-5/+10
*
|
|
Fix msvs tests
Adam Gross
2019-07-18
1
-2/+20
*
|
|
Fix issues raised in code review
Adam Gross
2019-07-17
2
-34/+72
*
|
|
Upgrade and improve Visual Studio solution/project generation code
Adam Gross
2019-07-17
2
-56/+174
|
|
/
|
/
|
*
|
LaTeX scanner: Remove obsolete comment
Lukas Schrangl
2019-07-03
1
-7/+0
[prev]
[next]