aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Configure et al: get rid of last traces of plib_lflags / PLIB_LDFLAGSRichard Levitte1-2/+0
2018-03-08config: Pass diverse flags to Configure via the environmentRichard Levitte1-0/+9
2018-03-08Make "make variables" config attributes for overridable flagsRichard Levitte1-43/+53
2018-03-08Configure et al: rename all dso_* to module_* in shared-info.plRichard Levitte1-10/+10
2018-03-06Configure: fix small spelling errorRichard Levitte1-1/+1
2018-02-27configdata.pm: ensure $prefix is definedRichard Levitte1-0/+1
2018-02-22Replace the message about configdata.pm as a scriptRichard Levitte1-11/+12
2018-02-22Add a comment in configdata.pm regarding script-only variablesRichard Levitte1-0/+2
2018-02-22Make CROSS_COMPILE another supported "make variable" in ConfigureRichard Levitte1-12/+16
2018-02-22Have configdata.pm display information on perlRichard Levitte1-2/+9
2018-02-21Configure: engage x25519 assembly support.Andy Polyakov1-0/+3
2018-02-17Configure: avoid uninit data in configdata.pmRichard Levitte1-1/+2
2018-02-15Configure: move down the treatment of seed sourcesRichard Levitte1-11/+11
2018-02-14Auto-size more of configdata.pm "disabled features"Benjamin Kaduk1-1/+3
2018-02-13Configure: if a file is generated, never assume it's in the source dirRichard Levitte1-2/+2
2018-02-09Fix check of cpuid_asm_src config attributeRichard Levitte1-1/+1
2018-02-07Enable TLSv1.3 by defaultMatt Caswell1-2/+0
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli1-0/+2
2018-02-02Have configdata.pm also display the contents of %targetRichard Levitte1-2/+24
2018-02-01Shorten output by a lineRich Salz1-1/+1
2018-01-31Configure: Fix configdata.pm shorthand for --dump, should be -dPeter Meerwald-Stadler1-1/+1
2018-01-30Fix small typo (parenthesis missing)Richard Levitte1-1/+1
2018-01-30Configure: when checking user input, check both %user and %useraddRichard Levitte1-2/+4
2018-01-30Configure: add configure command line C flags after the configured C flagsRichard Levitte1-10/+16
2018-01-29To make it less surprising and confusing, leave a message on configdata.pmRichard Levitte1-0/+11
2018-01-29Move the display of disabled features to configdata.pm as well.Richard Levitte1-66/+90
2018-01-29Make configdata.pm runnable and move all display of information thereRichard Levitte1-31/+212
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte1-5/+0
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte1-5/+3
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte1-5/+26
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte1-12/+0
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte1-92/+197
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte1-12/+27
2018-01-24Configure: ensure that a DEPEND generates the correct inclusion directoryRichard Levitte1-9/+22
2018-01-24Configure: let INCLUDEs set on binaries "trickle down" to the objectsRichard Levitte1-0/+22
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-09Configure: try to make sure every config target name is uniqueRichard Levitte1-0/+11
2018-01-08Separate general linking flags from extra librariesRichard Levitte1-1/+9
2017-12-28Ignore ORDINALS in build.info files, and remove its documentationRichard Levitte1-22/+9
2017-12-18Enable the ARIA ciphers by default.Pauli1-1/+0
2017-12-12Restore makedepend capabilities for Windows and VMSRichard Levitte1-3/+10
2017-12-12Configure: Recognise .rc and .def / .map / .opt as source filesRichard Levitte1-1/+14
2017-12-12Configure: Read in extra information to help create shared librariesRichard Levitte1-3/+45
2017-12-12Configure: Add read_eval_file, a general purpose perl file reader/evaluatorRichard Levitte1-11/+24
2017-12-11Configure: move the processing of predefined macros to a functionRichard Levitte1-22/+35
2017-12-08Configure: die if there are other arguments with 'reconf'Richard Levitte1-0/+2
2017-12-08Make it possible to add env var assignments as Configure optionsRichard Levitte1-2/+14
2017-12-08Save away the environment variables we rely onRichard Levitte1-30/+42
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-4/+4
2017-11-07Configure: cleanup @disable_cascadeRichard Levitte1-21/+0