summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.9] change tests not to expect bare scriptnameMats Wichmann2019-11-0612-34/+34
* 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
| | * Added debug option "timestamp", add testEdoardo Bezzeccheri2019-10-011-0/+234
| | * Added debug option "timestamp", modify CHANGES.txtEdoardo Bezzeccheri2019-10-011-0/+3
| |/ |/|
* | Merge pull request #3419 from mwichmann/benchWilliam Deegan2019-09-266-315/+38
|\ \
| * | More bench tweaks [ci skip]Mats Wichmann2019-08-312-307/+26
| * | Update bench and timings dirs for Py3Mats Wichmann2019-08-315-8/+12
* | | Merge pull request #3449 from mwichmann/install-tweakWilliam Deegan2019-09-264-4/+95
|\ \ \
| * | | Docs for InstallVersionedLib and --install-sandbox [ci skip]Mats Wichmann2019-09-254-4/+95
|/ / /
* | | Merge pull request #3446 from mwichmann/appveyor-timesWilliam Deegan2019-09-241-1/+1
|\ \ \
| * | | Experiment: print test times for appveyor [travis skip]Mats Wichmann2019-09-161-1/+1
* | | | Merge pull request #3444 from mwichmann/depr-debugsWilliam Deegan2019-09-1715-506/+213
|\ \ \ \