| Commit message (Expand) | Author | Age | Files | Lines |
* | pylint: reduce lifespan of unchecked LexResult object in ModulePolicyInfo | Simon Warta | 2017-03-08 | 1 | -4/+8 |
* | pylint: reduce lifespan of unchecked LexResult object in OsInfo | Simon Warta | 2017-03-08 | 1 | -21/+43 |
* | pylint: reduce lifespan of unchecked LexResult object in ArchInfo | Simon Warta | 2017-03-08 | 1 | -13/+18 |
* | pylint: reduce lifespan of unchecked LexResult object in CompilerInfo | Simon Warta | 2017-03-08 | 1 | -50/+66 |
* | pylint: use LexResult to store result of lexer | Simon Warta | 2017-03-08 | 1 | -20/+15 |
* | pylint: use lex return value in ModuleInfo | Simon Warta | 2017-03-08 | 1 | -31/+40 |
* | pylint: use lex return value in ModulePolicyInfo | Simon Warta | 2017-03-08 | 1 | -6/+9 |
* | pylint: use lex return value in ArchInfo | Simon Warta | 2017-03-08 | 1 | -21/+22 |
* | pylint: use lex return value in OsInfo | Simon Warta | 2017-03-08 | 1 | -37/+40 |
* | pylint: let lex_me_harder() return a result object | Simon Warta | 2017-03-08 | 1 | -78/+89 |
* | pylint: resolve remaining "redefined-builtin" issues | Simon Warta | 2017-03-08 | 1 | -38/+38 |
* | pylint: break long lines | Simon Warta | 2017-03-08 | 1 | -6/+15 |
* | pylint: make some limits less strict | Simon Warta | 2017-03-08 | 1 | -1/+1 |
* | pylint: make _so_link_search() a @staticmethod | Simon Warta | 2017-03-08 | 1 | -1/+2 |
* | Configure: rename variables to avoid redefining builtins | Simon Warta | 2017-02-26 | 1 | -7/+7 |
* | Configure: Fix wrong variable name (credits to pylint) | Simon Warta | 2017-02-26 | 1 | -1/+1 |
* | Configure: remove trailing whitespace | Simon Warta | 2017-02-26 | 1 | -1/+1 |
* | Configure: move some members to shared InfoObject constructor | Simon Warta | 2017-02-26 | 1 | -20/+30 |
* | Configure: Disable wrong-import-position pylint warning | Simon Warta | 2017-02-26 | 1 | -1/+1 |
* | Make it possible to disable stack smashing protection. | Jack Lloyd | 2017-02-04 | 1 | -3/+8 |
* | Set SIMD ISA flags when building test_simd.cpp | Jack Lloyd | 2017-01-29 | 1 | -0/+4 |
* | Add support for NEON in SIMD_4x32 | Jack Lloyd | 2017-01-29 | 1 | -2/+2 |
* | add "--with-external-libdir" to configure.py | Daniel Neus | 2017-01-26 | 1 | -5/+19 |
* | Complete the rename of Python wrapper | Jack Lloyd | 2017-01-24 | 1 | -1/+1 |
* | Fix configure.py error when compiler doesn't support desired ISA flags | Jack Lloyd | 2017-01-22 | 1 | -9/+15 |
* | Missing traceback | Jack Lloyd | 2017-01-22 | 1 | -0/+1 |
* | Handle processor name in /proc/cpuinfo that as a colon in the name itself | Jack Lloyd | 2017-01-14 | 1 | -7/+7 |
* | configure: Remove duplicates from generated module list | Jack Lloyd | 2017-01-12 | 1 | -1/+2 |
* | Merge GH #837 Enable PKCS11 module by default, remove --with-pkcs11 option | Jack Lloyd | 2017-01-11 | 1 | -1/+1 |
|\ |
|
| * | Enable PKCS11 module by default and remove --with-pkcs11 option | René Korthaus | 2017-01-11 | 1 | -1/+1 |
* | | Resolve lint issues: bad-builtin | Simon Warta | 2017-01-11 | 1 | -2/+3 |
* | | Resolve lint issues: anomalous-backslash-in-string | Simon Warta | 2017-01-11 | 1 | -3/+3 |
* | | Resolve lint issues: deprecated-module | Simon Warta | 2017-01-11 | 1 | -1/+1 |
* | | Resolve lint issues: singleton-comparison | Simon Warta | 2017-01-11 | 1 | -3/+3 |
* | | Resolve lint issues: superfluous-parens | Simon Warta | 2017-01-11 | 1 | -2/+2 |
* | | Resolve lint issues: unidiomatic-typecheck | Simon Warta | 2017-01-11 | 1 | -1/+1 |
* | | Resolve lint issues: deprecated-method | Simon Warta | 2017-01-11 | 1 | -1/+1 |
* | | Resolve lint issues: unused-variable | Simon Warta | 2017-01-11 | 1 | -5/+5 |
* | | Resolve lint issues: bad-indentation | Simon Warta | 2017-01-11 | 1 | -3/+3 |
* | | Resolve lint issues: bad-continuation | Simon Warta | 2017-01-11 | 1 | -8/+9 |
* | | Resolve lint issues: bad-whitespace | Simon Warta | 2017-01-11 | 1 | -30/+30 |
* | | Remove try-catch block in gen_bakefile | Simon Warta | 2017-01-11 | 1 | -12/+4 |
|/ |
|
* | Fix various pylint warnings | Jack Lloyd | 2017-01-09 | 1 | -106/+108 |
* | Resolve broad-except | Simon Warta | 2017-01-09 | 1 | -42/+42 |
* | Add super() call to Exception | Simon Warta | 2017-01-09 | 1 | -0/+1 |
* | Resolve redefined-outer-name issues | Simon Warta | 2017-01-09 | 1 | -11/+11 |
* | Rename names that do not follow convention | Simon Warta | 2017-01-09 | 1 | -6/+6 |
* | Fix docstring positions (pylint pointless-string-statement) | Simon Warta | 2017-01-09 | 1 | -74/+91 |
* | Fix import position/order | Simon Warta | 2017-01-09 | 1 | -3/+3 |
* | Fix pyflakes warning | Jack Lloyd | 2017-01-07 | 1 | -9/+9 |