aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Make picker, thread and combine standard config helper functionsRichard Levitte1-0/+52
2016-03-17Remove Netware and OS/2Rich Salz1-13/+10
2016-03-17Disallow --classic for WindowsRichard Levitte1-1/+1
2016-03-17Added build.info debugging capability to ConfigureRichard Levitte1-2/+20
2016-03-16Disable AFALG when cross-compilingMatt Caswell1-0/+2
2016-03-15static-engine is no longer an internal keyword, remove it from %disabledRichard Levitte1-1/+0
2016-03-14Disable afalg when engine is disabled.Emilia Kasper1-5/+7
2016-03-14Enforce the demand for Perl 5.10.0 as a minimum.Richard Levitte1-1/+1
2016-03-14Fix a few Configure errorsRichard Levitte1-9/+4
2016-03-11Add blake2 support.Bill Cox1-1/+3
2016-03-11Configure: remove dependency on 'head'.Andy Polyakov1-3/+5
2016-03-11Don't build dynamic engines unless configured "shared"Richard Levitte1-1/+2
2016-03-10Configure - don't trust $1 to stick around, save its value awayRichard Levitte1-1/+3
2016-03-09Correct slight logic error in processing IF in build.infoRichard Levitte1-1/+1
2016-03-09Comment away the extra checks in ConfigureRichard Levitte1-5/+5
2016-03-09In build.info, an IF within a clause that's skipped over shouldn't applyRichard Levitte1-1/+7
2016-03-09Remove the old threading APIMatt Caswell1-1/+0
2016-03-09Don't check the conditions to build e_afalg if configured "no-engine"Richard Levitte1-14/+16
2016-03-09Have Configure display the value of SHARED_CFLAGRichard Levitte1-0/+1
2016-03-09Check gcc version to see if it supports -MM and friendsRichard Levitte1-1/+5
2016-03-09Add the configure option 'no-makedepend'Richard Levitte1-5/+13
2016-03-08Add the Configure option --classic, to fall back on classic build schemesRichard Levitte1-1/+23
2016-03-08Revert "unified build scheme: Try to nudge users to try the "unified" build"Richard Levitte1-49/+1
2016-03-08Fix building without multiblock supportMatt Caswell1-0/+1
2016-03-07Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte1-1/+10
2016-03-07Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte1-0/+18
2016-03-07Misc afalg build fixesMatt Caswell1-4/+7
2016-03-07Rework based on feedback:clucey1-1/+5
2016-03-07ALG: Add AFALG engineclucey1-0/+13
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-6/+6
2016-03-04Disable SSLv3 by defaultKurt Roeckx1-0/+2
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell1-12/+17
2016-03-04Restore the zlib / zlib-dynamic logicRichard Levitte1-0/+5
2016-03-02Don't copy from %target to %config so much, see %config as a complementRichard Levitte1-15/+17
2016-03-02Configure - Get rid of the special thread_cflag, replace with thread_schemeRichard Levitte1-37/+52
2016-03-02Configure - get rid of the special debug_ and release_ settingsRichard Levitte1-22/+7
2016-03-02Minimize copied config settingsRichard Levitte1-8/+2
2016-03-02Configure - move the addition of the zlib / libz lib to configsRichard Levitte1-21/+1
2016-03-02Configure - Rename BASE to DEFAULTS and add a few inheritable BASEsRichard Levitte1-7/+4
2016-03-02Configure - Allow CODErefs and ARRAYrefs in configuration setting arraysRichard Levitte1-19/+43
2016-03-02Configure - make the use of environment variables for overrides consistentRichard Levitte1-15/+6
2016-03-02Make uplink auxiliary source separate from cpuid sourceRichard Levitte1-0/+2
2016-03-01Unified - have configdata.pm depend on a few more thingsRichard Levitte1-0/+3
2016-02-27Remove last remains of old config stringsRichard Levitte1-5/+0
2016-02-27Apply default after having checked the given config target is validRichard Levitte1-1/+4
2016-02-26Make the table entry printer in Configure aware of ARRAYsRichard Levitte1-2/+12
2016-02-26Forgotten change of add() call in ConfigureRichard Levitte1-1/+1
2016-02-26Configure - neater looking add() and add_before()Richard Levitte1-2/+10
2016-02-22Add OPENSSL_PIC backRichard Levitte1-0/+4
2016-02-22Remove unused parameters from internal functionsRich Salz1-3/+3