summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] indicating to github linguist which files to ignore when detecting ...William Deegan2019-11-101-0/+5
* Create FUNDING.ymlWilliam Deegan2019-11-101-0/+5
* [skip ci] make scons_dev_master.py have proper shebang and also set executableWilliam Deegan2019-11-081-1/+1
* Merge pull request #3472 from maiphi/latex_latin1William Deegan2019-11-084-3/+28
|\
| * Changelog: add details about fix of Latex log encoding issuemaiphi2019-11-071-1/+2
| * Latin-1 log test case: compile to DVI, not PostScript; add commentmaiphi2019-11-071-1/+5
| * Added note about Latex Latin-1/UTF-8 issue to CHANGES.logmaiphi2019-11-011-0/+4
| * Add test case with Latin-1 encoded Latex log file. Required fix in the test f...maiphi2019-11-012-1/+17
| * Tex builder: avoid error when reading non-utf-8 log filesmaiphi2019-11-011-2/+2
* | Merge pull request #3466 from mwichmann/depr-builderWilliam Deegan2019-11-073-10/+10
|\ \ | |/ |/|
| * Remove deprecated Builder keywordsMats Wichmann2019-10-223-10/+10
|/
* Merge pull request #3464 from mwichmann/rm-signature-funcsWilliam Deegan2019-10-2136-622/+148
|\
| * [PR 3464] quiet sider complaintsMats Wichmann2019-10-212-3/+0
| * [PR 3464] rework new tests so they match stderrMats Wichmann2019-10-212-10/+20
| * Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-2036-619/+138
|/
* 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-128-82/+313
|\
| * [PR 3462] update doc/comments for msvc-env-cacheMats Wichmann2019-10-123-22/+35
| * [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-113-18/+133
| * [PR 3462] python two handle the jsonMats Wichmann2019-10-113-8/+31
| * [PR 3462] quote appveyor setting of cache valMats Wichmann2019-10-101-1/+1
| * [PR 3462] env-var-cache: fix exception to be 2.7 compatibleMats Wichmann2019-10-103-37/+67
| * [WIP] enable persistent caching of vcvars on win32Mats Wichmann2019-10-106-57/+107
* | Move SConstruct from test to file fixtureWilliam Deegan2019-10-112-5/+4
* | Merge pull request #3456 from edobez/masterWilliam Deegan2019-10-115-3/+153
|\ \
| * | Added debug option "timestamp", completely overhauled testEdoardo Bezzeccheri2019-10-111-196/+67
| * | Merge remote-tracking branch 'origin/master'Edoardo Bezzeccheri2019-10-099-22/+113
| |\ \ | |/ / |/| |
* | | Merge pull request #3434 from mwichmann/CmdStringHolderWilliam Deegan2019-10-083-1/+57
|\ \ \
| * \ \ Merge branch 'master' into CmdStringHolderWilliam Deegan2019-10-0855-1144/+790
| |\ \ \ | |/ / / |/| | |
* | | | 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 pull request #3460 from jw0k/patch-1William Deegan2019-10-073-12/+24
|\ \ \ \
| * \ \ \ Merge branch 'master' into patch-1William Deegan2019-10-063-3/+6
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3453 from kulikjak/masterWilliam 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
| | |/ / / | |/| | |
* | | | | Merge pull request #3461 from mwichmann/mantypoWilliam Deegan2019-10-051-1/+1
|\ \ \ \ \
| * | | | | fix typo: missing quote in a manpage example [ci skip]Mats Wichmann2019-10-051-1/+1
|/ / / / /
| | * | | describe CheckFunc fixJacek Kuczera2019-10-061-0/+3
| | * | | test whether CheckFunc properly detects memmoveJacek Kuczera2019-10-061-11/+16
| | * | | fix CheckFunc detection code for MSVCjw0k2019-10-041-0/+4
| |/ / / |/| | |
* | | | Merge pull request #3458 from NheelYolis/patch-1William Deegan2019-10-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a syntax error in the documentationTheogen Ratkin2019-10-021-1/+1
|/ / /
| * | [PR #3434] apply subst fix from #3428Mats Wichmann2019-09-082-1/+2
| * | CmdStringHolder should not fail in SubstMats Wichmann2019-09-071-0/+55
| | * Added debug option "timestamp", changed option "timestamp" to "action_timesta...Edoardo Bezzeccheri2019-10-095-15/+15
| | * Added debug option "timestamp", rename test fileEdoardo Bezzeccheri2019-10-091-0/+0
| | * Added debug option "timestamp", fix shadowing internal fncEdoardo Bezzeccheri2019-10-091-2/+2
| | * Added debug option "timestamp", documentationEdoardo Bezzeccheri2019-10-011-1/+35
| | * Added debug option "timestamp", implementationEdoardo Bezzeccheri2019-10-012-2/+10