summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
...
* | LaTeX scanner: Find > 1 includes per lineLukas Schrangl2019-07-022-1/+16
|/
* Fix sider warningWilliam Deegan2019-06-201-1/+1
* Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...William Deegan2019-06-202-1/+4
* Switch back to None with proper comparison using is instead of notWilliam Deegan2019-06-191-4/+4
* Switch from testing for directory value being false to -1 as "" evaluates to ...William Deegan2019-06-191-4/+9
* Fix conflictWilliam Deegan2019-06-181-5/+0
* Added tests to logic changes by mhqtronic PR #3375William Deegan2019-06-182-17/+205
* Merge pull request #3383 from chasinglogic/action-hides-exceptionsWilliam Deegan2019-06-132-3/+21
|\
| * Don't hide exceptions when command does not existMathew Robinson2019-06-102-3/+21
* | Use more idiomatic PythonMats Wichmann2019-06-061-3/+3
|/
* PY38: Fix invalid escape chars in compare stringWilliam Deegan2019-05-301-26/+27
* PY38: Fix invalid escape chars in compare stringWilliam Deegan2019-05-301-4/+4
* PY38: Resolve duplicate creation of 'work' subdir which yielded warnings. Als...William Deegan2019-05-301-1/+3
* PEP8 fileWilliam Deegan2019-05-301-326/+374
* Merge pull request #3367 from mwichmann/docs-parse_flagsWilliam Deegan2019-05-281-10/+12
|\
| * Update docs for parse_flags keywordsMats Wichmann2019-05-141-10/+12
* | Add cache hit rate to cache debuggingMathew Robinson2019-05-171-0/+14
* | Add __main__.py to MANIFEST.inDaniel Holth2019-05-141-0/+1
|/
* Fix some regexes for Python 3.8 complaintsMats Wichmann2019-05-133-3/+3
* [PR #3363] doc update for added flagsMats Wichmann2019-05-041-0/+3
* Add -iquote and -idirafter for CCFLAGSMats Wichmann2019-05-022-8/+22
* Fix a small error in docbook toolMats Wichmann2019-04-301-1/+1
* Fix misplaced file closingMats Wichmann2019-04-281-2/+7
* Merge pull request #3353 from mwichmann/cacheDirWilliam Deegan2019-04-281-13/+75
|\
| * [PR #3353] fix sider nitpickeryMats Wichmann2019-04-281-4/+4
| * [PR #3353] tweaks per reviewMats Wichmann2019-04-281-10/+9
| * [PR #3353] quiet sider complaint about bare except:Mats Wichmann2019-04-281-2/+2
| * Avoid cachedir racesMats Wichmann2019-04-281-6/+69
* | Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-2825-199/+250
|\ \ | |/ |/|
| * [#PR 3345] clean up some sider complaintsMats Wichmann2019-04-272-3/+1
| * [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-264-16/+21
| * [PR #3345] fix a few more Py3.8 problemsMats Wichmann2019-04-252-5/+12
| * [PR #3345] fix flake8 compliants on the PRMats Wichmann2019-04-252-2/+2
| * [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-258-101/+126
| * [PY 3.8] file closes in tools and othersMats Wichmann2019-04-2516-92/+108
* | Merge pull request #3360 from mwichmann/isnotWilliam Deegan2019-04-2833-154/+158
|\ \
| * | Some more lint-derived cleanupsMats Wichmann2019-04-2733-154/+158
| |/
* | Merge pull request #3341 from bdbaddog/enhanced_debug_explainWilliam Deegan2019-04-281-4/+15
|\ \
| * \ Merge branch 'master' into enhanced_debug_explainWilliam Deegan2019-04-272-0/+27
| |\ \
| * | | switch to using zip_longest and handle py27 naming it izip_longest from amppi...William Deegan2019-04-271-3/+8
| * | | Merge branch 'master' into enhanced_debug_explainWilliam Deegan2019-04-2643-416/+596
| |\ \ \ | | | |/ | | |/|
| * | | Enhanced --debug=explain output. Breaks out sources, depends, and implicit co...William Deegan2019-04-021-4/+10
* | | | Merge pull request #3359 from bdbaddog/fortran_issue_3135William Deegan2019-04-274-83/+216
|\ \ \ \ | |_|_|/ |/| | |
| * | | Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter.Peter Diener2019-04-262-6/+9
| * | | Fix Issue #3135 - Also add tests to check that emitter is properly processing...William Deegan2019-04-252-3/+129
| * | | PEP8 plus switch to unittest.main() when running directlyWilliam Deegan2019-04-251-71/+69
| * | | Use raw strings in regexes.Peter Diener2019-03-062-4/+4
| * | | Fix issue #3135.Peter Diener2019-03-042-13/+19
* | | | Merge branch 'master' into fix_mongo_bug_33111_multiple_targets_via_emitter_s...William Deegan2019-04-2643-416/+596
|\ \ \ \ | | |_|/ | |/| |
| * | | [PR #3337] fix two minor Sider complaintsMats Wichmann2019-04-241-2/+1