Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge pull request #3457 from mwichmann/emitter-doc | William Deegan | 2019-10-08 | 1 | -5/+25 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | Add doc for *EMITTER consvars [ci skip] | Mats Wichmann | 2019-10-01 | 1 | -5/+25 | |
| * | | | | Merge pull request #3460 from jw0k/patch-1 | William Deegan | 2019-10-07 | 3 | -12/+24 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into patch-1 | William Deegan | 2019-10-06 | 3 | -3/+6 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #3453 from kulikjak/master | William Deegan | 2019-10-06 | 2 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Modify CHANGES.txt | Jakub Kulík | 2019-09-27 | 1 | -0/+3 | |
| | * | | | | | Fix bytes not being decoded in suncxx.py | Jakub Kulík | 2019-09-27 | 1 | -2/+2 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge pull request #3461 from mwichmann/mantypo | William Deegan | 2019-10-05 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fix typo: missing quote in a manpage example [ci skip] | Mats Wichmann | 2019-10-05 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| | | * | | | describe CheckFunc fix | Jacek Kuczera | 2019-10-06 | 1 | -0/+3 | |
| | | * | | | test whether CheckFunc properly detects memmove | Jacek Kuczera | 2019-10-06 | 1 | -11/+16 | |
| | | * | | | fix CheckFunc detection code for MSVC | jw0k | 2019-10-04 | 1 | -0/+4 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #3458 from NheelYolis/patch-1 | William Deegan | 2019-10-03 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Fix a syntax error in the documentation | Theogen Ratkin | 2019-10-02 | 1 | -1/+1 | |
| |/ / / | ||||||
| | * | | [PR #3434] apply subst fix from #3428 | Mats Wichmann | 2019-09-08 | 2 | -1/+2 | |
| | * | | CmdStringHolder should not fail in Subst | Mats Wichmann | 2019-09-07 | 1 | -0/+55 | |
| | | * | Added debug option "timestamp", changed option "timestamp" to "action_timesta... | Edoardo Bezzeccheri | 2019-10-09 | 5 | -15/+15 | |
| | | * | Added debug option "timestamp", rename test file | Edoardo Bezzeccheri | 2019-10-09 | 1 | -0/+0 | |
| | | * | Added debug option "timestamp", fix shadowing internal fnc | Edoardo Bezzeccheri | 2019-10-09 | 1 | -2/+2 | |
| | | * | Added debug option "timestamp", documentation | Edoardo Bezzeccheri | 2019-10-01 | 1 | -1/+35 | |
| | | * | Added debug option "timestamp", implementation | Edoardo Bezzeccheri | 2019-10-01 | 2 | -2/+10 | |
| | | * | Added debug option "timestamp", add test | Edoardo Bezzeccheri | 2019-10-01 | 1 | -0/+234 | |
| | | * | Added debug option "timestamp", modify CHANGES.txt | Edoardo Bezzeccheri | 2019-10-01 | 1 | -0/+3 | |
| | |/ | |/| | ||||||
| * | | Merge pull request #3419 from mwichmann/bench | William Deegan | 2019-09-26 | 6 | -315/+38 | |
| |\ \ | ||||||
| | * | | More bench tweaks [ci skip] | Mats Wichmann | 2019-08-31 | 2 | -307/+26 | |
| | * | | Update bench and timings dirs for Py3 | Mats Wichmann | 2019-08-31 | 5 | -8/+12 | |
| * | | | Merge pull request #3449 from mwichmann/install-tweak | William Deegan | 2019-09-26 | 4 | -4/+95 | |
| |\ \ \ | ||||||
| | * | | | Docs for InstallVersionedLib and --install-sandbox [ci skip] | Mats Wichmann | 2019-09-25 | 4 | -4/+95 | |
| |/ / / | ||||||
| * | | | Merge pull request #3446 from mwichmann/appveyor-times | William Deegan | 2019-09-24 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Experiment: print test times for appveyor [travis skip] | Mats Wichmann | 2019-09-16 | 1 | -1/+1 | |
| * | | | | Merge pull request #3444 from mwichmann/depr-debugs | William Deegan | 2019-09-17 | 15 | -506/+213 | |
| |\ \ \ \ | ||||||
| | * | | | | [PR #3444] fix test issues with --debug removals | Mats Wichmann | 2019-09-12 | 8 | -69/+13 | |
| | * | | | | Remove deprecated debug options | Mats Wichmann | 2019-09-12 | 9 | -438/+201 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3445 from mwichmann/py38-stringwarns | William Deegan | 2019-09-16 | 24 | -90/+80 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | test: Fix SyntaxWarnings on escapes in Python strings | Mats Wichmann | 2019-09-13 | 24 | -90/+80 | |
| |/ / / | ||||||
| * | | | Merge pull request #3437 from mwichmann/man-builders | William Deegan | 2019-09-10 | 2 | -192/+271 | |
| |\ \ \ | ||||||
| | * | | | [PR #3437] review comment - add back curly braces | Mats Wichmann | 2019-09-10 | 1 | -4/+7 | |
| | * | | | Builder and Variable Subst doc updates [ci skip] | Mats Wichmann | 2019-09-09 | 2 | -191/+267 | |
| |/ / / | ||||||
| * | | | Merge pull request #3440 from mwichmann/issue2444 | William Deegan | 2019-09-08 | 1 | -16/+37 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | [fix #2444) update env.Whereis docu [ci skip] | Mats Wichmann | 2019-09-08 | 1 | -16/+37 | |
| |/ / | ||||||
| * | | Merge pull request #3425 from mwichmann/tool-docs | William Deegan | 2019-09-07 | 7 | -51/+239 | |
| |\ \ | ||||||
| | * | | [#3425] review comment: pluralize source file | Mats Wichmann | 2019-09-07 | 2 | -2/+2 | |
| | * | | [PR #3425] further tweak "default" tool wording [ci skip] | Mats Wichmann | 2019-09-07 | 2 | -26/+26 | |
| | * | | [PR #3425] provide path to src for tool defaults [ci skip] | Mats Wichmann | 2019-09-07 | 2 | -2/+6 | |
| | * | | [PR #3245] fix sider complaint about misspelling [ci skip] | Mats Wichmann | 2019-09-07 | 2 | -2/+2 | |
| | * | | manpage: clarify that tools=[list] overrides [ci skip] | Mats Wichmann | 2019-09-07 | 7 | -51/+235 | |
| * | | | Merge pull request #3439 from bdbaddog/remove_aegis_bits_issue_2639 | William Deegan | 2019-09-07 | 12 | -788/+2 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Merge branch 'master' into remove_aegis_bits_issue_2639 | William Deegan | 2019-09-07 | 4 | -35/+36 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | Merge pull request #3438 from mwichmann/issue3003 | William Deegan | 2019-09-07 | 5 | -39/+39 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | Fix xml entity generation in examples [ci skip] | Mats Wichmann | 2019-09-07 | 5 | -39/+39 | |
| |/ / |