summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
2015-12-10Configure: make no-chacha and no-poly1305 work.Andy Polyakov
2015-12-09Link library for backtrace() on BSD...Ben Laurie
2015-12-02Fix ./Configure reconfRichard Levitte
2015-12-02Move the backtrace memleak options to a separate variableRichard Levitte
2015-12-02Add backtrace to memory leak outputRichard Levitte
2015-11-24Drop the old perl start magic and replace it with a normal shebangRichard Levitte
2015-11-24Add perl modeline to Configure scriptsJacob Bandes-Storch
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte
2015-10-22Make Configure die when unsupported options are givenRichard Levitte
2015-10-22Add an explicit list of options that can be disabled, enabled, ...Richard Levitte
2015-10-14make depend: prefer clang over makedependEmilia Kasper
2015-10-13GH429: Add clang to travisAlessandro Ghedini
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-28Update year in Windows builds.Andy Polyakov
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-07Adapt mk1mf.pl and helpers to the new testing framework.Richard Levitte
2015-09-03Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie
2015-08-02Build with --strict-warnings on FreeBSD.Ben Laurie
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-13Remove remaining Kerberos referencesMatt Caswell
2015-05-01Fix build on MacOS.Ben Laurie
2015-04-21Engage ec/asm/ecp_nistz256-sparcv9 module.Andy Polyakov
2015-04-20Configure: Engage ecp_nistz256-armv8 module.Andy Polyakov
2015-04-20Configure: engage ARMv8 Montgomery multiplication module.Andy Polyakov
2015-04-17Use -Wall -Wextra with clangEmilia Kasper
2015-04-15Add -Wtype-limits to strict warnings.Dr. Stephen Henson
2015-04-04Appease clang -Wgnu-statement-expressionRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-28Engage vpaes-armv8 module.Andy Polyakov
2015-03-28Configure: remove unused variables.Andy Polyakov
2015-03-23Add -DDEBUG_UNUSED to --strict-warningsMatt Caswell
2015-03-22Refer to $table{$target} rather than $table{$t}.Richard Levitte
2015-03-19If the target is an old style debug- target, it will not have debugging [cl]f...Richard Levitte
2015-03-18Configure: fold related configurations more aggressively and clean-up.Andy Polyakov
2015-03-17Correct the request of debug buildsRichard Levitte
2015-03-16Change all the main configurations to the new format.Richard Levitte
2015-03-16Rethink templates.Richard Levitte
2015-03-16Add base template processing.Richard Levitte
2015-03-16Add template reference processing.Richard Levitte
2015-03-16Rewrite Configure to handle the target values as hash tables.Richard Levitte
2015-03-11Move Configurations* out of the way and rename them.Richard Levitte
2015-02-24Move build config table to separate files.Rich Salz
2015-02-22Restore -DTERMIO/-DTERMIOS on Windows platforms.Richard Levitte
2015-02-21Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte
2015-02-11Engage ecp_nistz256-armv4 module.Andy Polyakov
2015-02-10Configure: disable warning C4090 in Windows builds.Andy Polyakov
2015-02-10Remove -DOPENSSL_NO_DEPRECATED from --strict-warnings flags.Matt Caswell
2015-02-09Engage ecp_nistz256-x86 module.Andy Polyakov
2015-02-04fix windows buildDr. Stephen Henson