aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-0/+20
* Add script for running lcov reportJack Lloyd2016-11-261-4/+8
* Move gen_bakefile IO call to end of mainJack Lloyd2016-11-151-9/+10
* fix: bakefile not created when specifying "--with-bakefile"Daniel Neus2016-11-081-0/+4
* Merge GH #710 Allow custom EC curve to be specified at build timeJack Lloyd2016-11-041-1/+33
|\
| * Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-031-1/+33
* | Disable compression module if no compression library support enabled.Jack Lloyd2016-11-041-0/+8
|/
* Add new configure argument --optimize-for-sizeJack Lloyd2016-11-031-1/+13
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-031-4/+5
* Add support to output bakefilesDaniel Neus2016-11-021-0/+86
* Move license and news to top level directoryJack Lloyd2016-10-311-2/+2
* Fix for amalgamation buildJack Lloyd2016-10-311-0/+2
* Fix configure when building outside of main source dirJack Lloyd2016-10-311-3/+12
* Import fuzzer driversJack Lloyd2016-10-301-4/+9