aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Fix build variable botan_pkgconfigSimon Warta2017-03-251-8/+2
* Use JSON to store build configSimon Warta2017-03-251-2/+3
* configure: write if condition positiveSimon Warta2017-03-251-6/+6
* pylint: reduce lifespan of unchecked LexResult object in ModulePolicyInfoSimon Warta2017-03-081-4/+8
* pylint: reduce lifespan of unchecked LexResult object in OsInfoSimon Warta2017-03-081-21/+43
* pylint: reduce lifespan of unchecked LexResult object in ArchInfoSimon Warta2017-03-081-13/+18
* pylint: reduce lifespan of unchecked LexResult object in CompilerInfoSimon Warta2017-03-081-50/+66
* pylint: use LexResult to store result of lexerSimon Warta2017-03-081-20/+15
* pylint: use lex return value in ModuleInfoSimon Warta2017-03-081-31/+40
* pylint: use lex return value in ModulePolicyInfoSimon Warta2017-03-081-6/+9
* pylint: use lex return value in ArchInfoSimon Warta2017-03-081-21/+22
* pylint: use lex return value in OsInfoSimon Warta2017-03-081-37/+40
* pylint: let lex_me_harder() return a result objectSimon Warta2017-03-081-78/+89
* pylint: resolve remaining "redefined-builtin" issuesSimon Warta2017-03-081-38/+38
* pylint: break long linesSimon Warta2017-03-081-6/+15
* pylint: make some limits less strictSimon Warta2017-03-081-1/+1
* pylint: make _so_link_search() a @staticmethodSimon Warta2017-03-081-1/+2
* Configure: rename variables to avoid redefining builtinsSimon Warta2017-02-261-7/+7
* Configure: Fix wrong variable name (credits to pylint)Simon Warta2017-02-261-1/+1
* Configure: remove trailing whitespaceSimon Warta2017-02-261-1/+1
* Configure: move some members to shared InfoObject constructorSimon Warta2017-02-261-20/+30
* Configure: Disable wrong-import-position pylint warningSimon Warta2017-02-261-1/+1
* Make it possible to disable stack smashing protection.Jack Lloyd2017-02-041-3/+8
* Set SIMD ISA flags when building test_simd.cppJack Lloyd2017-01-291-0/+4
* Add support for NEON in SIMD_4x32Jack Lloyd2017-01-291-2/+2
* add "--with-external-libdir" to configure.pyDaniel Neus2017-01-261-5/+19
* Complete the rename of Python wrapperJack Lloyd2017-01-241-1/+1
* Fix configure.py error when compiler doesn't support desired ISA flagsJack Lloyd2017-01-221-9/+15
* Missing tracebackJack Lloyd2017-01-221-0/+1
* Handle processor name in /proc/cpuinfo that as a colon in the name itselfJack Lloyd2017-01-141-7/+7
* configure: Remove duplicates from generated module listJack Lloyd2017-01-121-1/+2
* Merge GH #837 Enable PKCS11 module by default, remove --with-pkcs11 optionJack Lloyd2017-01-111-1/+1
|\
| * Enable PKCS11 module by default and remove --with-pkcs11 optionRené Korthaus2017-01-111-1/+1
* | Resolve lint issues: bad-builtinSimon Warta2017-01-111-2/+3
* | Resolve lint issues: anomalous-backslash-in-stringSimon Warta2017-01-111-3/+3
* | Resolve lint issues: deprecated-moduleSimon Warta2017-01-111-1/+1
* | Resolve lint issues: singleton-comparisonSimon Warta2017-01-111-3/+3
* | Resolve lint issues: superfluous-parensSimon Warta2017-01-111-2/+2
* | Resolve lint issues: unidiomatic-typecheckSimon Warta2017-01-111-1/+1
* | Resolve lint issues: deprecated-methodSimon Warta2017-01-111-1/+1
* | Resolve lint issues: unused-variableSimon Warta2017-01-111-5/+5
* | Resolve lint issues: bad-indentationSimon Warta2017-01-111-3/+3
* | Resolve lint issues: bad-continuationSimon Warta2017-01-111-8/+9
* | Resolve lint issues: bad-whitespaceSimon Warta2017-01-111-30/+30
* | Remove try-catch block in gen_bakefileSimon Warta2017-01-111-12/+4
|/
* Fix various pylint warningsJack Lloyd2017-01-091-106/+108
* Resolve broad-exceptSimon Warta2017-01-091-42/+42
* Add super() call to ExceptionSimon Warta2017-01-091-0/+1
* Resolve redefined-outer-name issuesSimon Warta2017-01-091-11/+11
* Rename names that do not follow conventionSimon Warta2017-01-091-6/+6