summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-206-403/+8
* Changed wording on MSVC caching to indicate it's currently experimental featu...William Deegan2019-10-121-3/+4
* Merge pull request #3462 from mwichmann/msvc_env_cacheWilliam Deegan2019-10-125-70/+145
|\
| * [PR 3462] update doc/comments for msvc-env-cacheMats Wichmann2019-10-122-8/+15
| * [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-112-18/+19
| * [PR 3462] python two handle the jsonMats Wichmann2019-10-111-1/+13
| * [PR 3462] env-var-cache: fix exception to be 2.7 compatibleMats Wichmann2019-10-102-24/+30
| * [WIP] enable persistent caching of vcvars on win32Mats Wichmann2019-10-105-57/+106
* | Merge remote-tracking branch 'origin/master'Edoardo Bezzeccheri2019-10-095-9/+40
|\ \
| * \ Merge branch 'master' into CmdStringHolderWilliam Deegan2019-10-087-67/+164
| |\ \
| | * \ Merge pull request #3457 from mwichmann/emitter-docWilliam Deegan2019-10-081-5/+25
| | |\ \ | | | |/ | | |/|
| | | * Add doc for *EMITTER consvars [ci skip]Mats Wichmann2019-10-011-5/+25
| | * | Merge branch 'master' into patch-1William Deegan2019-10-062-2/+5
| | |\ \
| | | * | Modify CHANGES.txtJakub Kulík2019-09-271-0/+3
| | | * | Fix bytes not being decoded in suncxx.pyJakub Kulík2019-09-271-2/+2
| | | |/
| | * | describe CheckFunc fixJacek Kuczera2019-10-061-0/+3
| | * | fix CheckFunc detection code for MSVCjw0k2019-10-041-0/+4
| | |/
| * | [PR #3434] apply subst fix from #3428Mats Wichmann2019-09-082-1/+2
* | | Added debug option "timestamp", changed option "timestamp" to "action_timesta...Edoardo Bezzeccheri2019-10-093-8/+8
* | | Added debug option "timestamp", implementationEdoardo Bezzeccheri2019-10-012-2/+10
* | | Added debug option "timestamp", modify CHANGES.txtEdoardo Bezzeccheri2019-10-011-0/+3
| |/ |/|
* | Docs for InstallVersionedLib and --install-sandbox [ci skip]Mats Wichmann2019-09-251-0/+16
* | [PR #3444] fix test issues with --debug removalsMats Wichmann2019-09-121-1/+2
* | Remove deprecated debug optionsMats Wichmann2019-09-122-4/+17
* | 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
|/
* Merge pull request #3425 from mwichmann/tool-docsWilliam Deegan2019-09-074-6/+89
|\
| * [#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
* | purge aegis referencesWilliam Deegan2019-09-071-23/+1
|/
* Use "in" in preference to string find methodMats Wichmann2019-08-305-11/+14
* 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
* Actually say it's the MIT license [ci skip]Mats Wichmann2019-08-211-0/+2
* [ci skip] Update CHANGES.txtMathew Robinson2019-08-201-2/+4
* Improve threading performance by sharing NodeInfo across threadsMathew Robinson2019-08-192-8/+7
* [ci skip] Post release changesWilliam Deegan2019-08-083-2/+9
* Changes for 3.1.1 release3.1.1William Deegan2019-08-083-4/+4
* Added -fopenmp and -openmp to the docs.benjamin reed2019-08-011-0/+2
* Merge branch 'master' of github.com:breed/sconsbenjamin reed2019-08-015-19/+110
|\
| * Merge branch 'master' into masterWilliam Deegan2019-07-315-19/+110
| |\
| | * Merge pull request #3418 from dragon512/fix-regressionWilliam Deegan2019-07-313-16/+19
| | |\
| | | * Add test and fix to regression in current 3.1.0 dropJason Kenny2019-07-302-10/+16
| | | * add blurb to CHANGES.txtWilliam Deegan2019-07-241-2/+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