aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix docstring positions (pylint pointless-string-statement)Simon Warta2017-01-091-74/+91
* Fix import position/orderSimon Warta2017-01-091-3/+3
* Fix pyflakes warningJack Lloyd2017-01-071-9/+9
* Fix invalid var reference when building on OS without shared libsJack Lloyd2017-01-071-1/+1
* Update shared object naming for new versioning scheme.Jack Lloyd2017-01-061-6/+23
* Use /proc/cpuinfo only as last resort for nowJack Lloyd2017-01-051-7/+9
* Horrible hack for OS XJack Lloyd2017-01-051-3/+3
* Wrap read of /proc/cpuinfo in try/catch blockJack Lloyd2017-01-041-9/+13
* Improve CPU detection logic. Read /proc/cpuinfo when available.Jack Lloyd2017-01-041-22/+45
* Merge GH #793 Add iOS targetJack Lloyd2017-01-031-1/+1
|\
| * Add os iosSimon Warta2017-01-031-1/+1
* | Rename filename -> file_path in portable_symlink()Simon Warta2017-01-031-7/+7
* | Fix calculation of symlink target for headersSimon Warta2017-01-031-12/+2
|/
* Add new module sanity check to configure.pyJack Lloyd2016-12-181-0/+14
* Disable TLS signature and finished message checks in fuzzer modeJack Lloyd2016-12-171-5/+8
* Simplify logic in configure for listing out filesJack Lloyd2016-12-111-12/+17
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-3/+2
* Log the git revision in the configure.py outputJack Lloyd2016-12-081-1/+3
* Convert warning to error for --via-amalgamationSimon Warta2016-12-021-2/+1
* Add year 2016 to the amalgamation header commentSimon Warta2016-12-021-1/+1
* Fix reference to deprecated optionBaruch Burstein2016-11-281-1/+1
* Fix amalgamation for IncludeOS - avoid having <thread> pulled inJack Lloyd2016-11-271-1/+1