summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| * | [PR #3434] apply subst fix from #3428Mats Wichmann2019-09-081-1/+1
* | | Added debug option "timestamp", changed option "timestamp" to "action_timesta...Edoardo Bezzeccheri2019-10-092-7/+7
* | | Added debug option "timestamp", implementationEdoardo Bezzeccheri2019-10-012-2/+10
| |/ |/|
* | Docs for InstallVersionedLib and --install-sandbox [ci skip]Mats Wichmann2019-09-251-0/+16
* | Remove deprecated debug optionsMats Wichmann2019-09-121-4/+16
* | Builder and Variable Subst doc updates [ci skip]Mats Wichmann2019-09-091-40/+56
* | [fix #2444) update env.Whereis docu [ci skip]Mats Wichmann2019-09-081-16/+37
|/
* [#3425] review comment: pluralize source fileMats Wichmann2019-09-071-1/+1
* [PR #3425] further tweak "default" tool wording [ci skip]Mats Wichmann2019-09-071-13/+13
* [PR #3425] provide path to src for tool defaults [ci skip]Mats Wichmann2019-09-071-1/+3
* [PR #3245] fix sider complaint about misspelling [ci skip]Mats Wichmann2019-09-071-1/+1
* manpage: clarify that tools=[list] overrides [ci skip]Mats Wichmann2019-09-074-6/+87
* Use "in" in preference to string find methodMats Wichmann2019-08-303-6/+6
* Clean up D compiler pagesMats Wichmann2019-08-274-924/+329
* [PR #3423] further wording tweak for Dictionary [ci skip]Mats Wichmann2019-08-251-3/+3
* Update Dictionary documentation to match implementation [ci skip]Mats Wichmann2019-08-252-18/+39
* Improve threading performance by sharing NodeInfo across threadsMathew Robinson2019-08-192-8/+7
* Added -fopenmp and -openmp to the docs.benjamin reed2019-08-011-0/+2
* Merge branch 'master' of github.com:breed/sconsbenjamin reed2019-08-014-7/+88
|\
| * Merge branch 'master' into masterWilliam Deegan2019-07-314-7/+88
| |\
| | * Merge pull request #3418 from dragon512/fix-regressionWilliam Deegan2019-07-312-4/+3
| | |\
| | | * Add test and fix to regression in current 3.1.0 dropJason Kenny2019-07-301-0/+2
| | | * Remove usage of DeciderNeedsNode which has been removed from --debug=explain ...William Deegan2019-07-241-4/+1
| | * | Don't chain exceptions in CacheDirTestsMathew Robinson2019-07-311-6/+0
| | * | Fix some lingering SCons.Errors.EnvironmentError usage (fixes #3415)Mathew Robinson2019-07-312-3/+91
| | |/
* | | make expected flag order match the order passed.benjamin reed2019-08-011-1/+1
|/ /
* | simple changes to tests and docbenjamin reed2019-07-312-25/+28
* | add -fmerge-all-constants flag to LINKFLAGSbenjamin reed2019-07-262-2/+5
|/
* Merge branch 'master' into topic/grossag/msvsWilliam Deegan2019-07-1910-138/+211
|\
| * msvs host-target fix + vs19 supportMats Wichmann2019-07-153-40/+63
| * Merge branch 'fix_slow_md5_decider' of github.com:bdbaddog/scons into fix_slo...William Deegan2019-07-144-9/+41
| |\
| | * Merge branch 'master' into fix_slow_md5_deciderWilliam Deegan2019-07-144-9/+41
| | |\
| | | * Allow builders to inherit from OverrideEnvironmentsMathew Robinson2019-07-092-1/+25
| * | | [ci skip] Fix spelling picked up by siderWilliam Deegan2019-07-141-1/+1
| |/ /
| * | Fix docstrings and comments for repo node changesWilliam Deegan2019-07-141-6/+8
| * | Doc updates for repo_node addition to Decider function argsWilliam Deegan2019-07-141-1/+12
| * | Add missing repo_node argument to _changed_source()William Deegan2019-07-091-3/+3
| * | Clean up __slots__ specification to be list, remove some obsoleted codeWilliam Deegan2019-07-091-4/+2
| * | Fix __slots = ('single element') -> ('single element',) per finding by mwichmannWilliam Deegan2019-07-051-3/+3
| * | remove unnecessary DeciderNeedsNode exceptionWilliam Deegan2019-07-051-15/+0
| * | Fix _add_strings_to_dependency_map() perf degredationWilliam Deegan2019-06-281-2/+1
| * | Restore MD5-Timestamp performance by removing try/except from every call. Als...William Deegan2019-06-264-65/+96
| * | Remove join and list comprehension when not needed in Action.get_content(). Y...bdbaddog2019-06-251-1/+1
* | | [ci skip] MSVS doc fix and output of rerunning doc generationAdam Gross2019-07-191-2/+2
* | | [ci skip] Updated CHANGES.txt and msvs.xml documentationAdam Gross2019-07-191-3/+35
* | | Integrate requested changes to msvsTests.pyAdam Gross2019-07-191-5/+10
* | | Fix msvs testsAdam Gross2019-07-181-2/+20
* | | Fix issues raised in code reviewAdam Gross2019-07-172-34/+72
* | | Upgrade and improve Visual Studio solution/project generation codeAdam Gross2019-07-172-56/+174
| |/ |/|
* | LaTeX scanner: Remove obsolete commentLukas Schrangl2019-07-031-7/+0