summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-05110-115/+115
* fix more Python escape complaintsMats Wichmann2019-12-022-3/+3
* try a different approach that should work on python 3.5.Rob Boehne2019-11-261-2/+2
* Fix a problem under Solaris when using Python 3, while maintaining support fo...Rob Boehne2019-11-261-13/+28
* Merge branch 'master' into patch-1William Deegan2019-11-183-12/+9
|\
| * Fix simple typo: whos -> whoseTim Gates2019-11-161-1/+1
| * Merge pull request #3472 from maiphi/latex_latin1William Deegan2019-11-081-2/+2
| |\
| | * Tex builder: avoid error when reading non-utf-8 log filesmaiphi2019-11-011-2/+2
| * | Remove deprecated Builder keywordsMats Wichmann2019-10-221-9/+6
| |/
* | Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-063-28/+31
* | Parse GCC -imacros optionIvan Kravets2019-11-011-1/+4
|/
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-205-403/+7
* Merge pull request #3462 from mwichmann/msvc_env_cacheWilliam Deegan2019-10-124-70/+140
|\
| * [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-101-20/+25
| * [WIP] enable persistent caching of vcvars on win32Mats Wichmann2019-10-104-57/+102
* | Merge remote-tracking branch 'origin/master'Edoardo Bezzeccheri2019-10-094-8/+32
|\ \
| * \ Merge branch 'master' into CmdStringHolderWilliam Deegan2019-10-086-67/+156
| |\ \
| | * \ 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-061-2/+2
| | |\ \
| | | * | Fix bytes not being decoded in suncxx.pyJakub Kulík2019-09-271-2/+2
| | | |/
| | * | fix CheckFunc detection code for MSVCjw0k2019-10-041-0/+4
| | |/
| * | [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
| | |/