summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
2019-02-15Configure: make --strict-warnings a regular user provided compiler optionRichard Levitte
2019-02-14Configure: stop forcing use of DEFINE macros in headersRichard Levitte
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte
2019-01-31Configure: clean away unused variables and double assignmentsRichard Levitte
2019-01-31Build: clean away RENAME and SHARED_NAMERichard Levitte
2019-01-31Build: remove EXTRARichard Levitte
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte
2019-01-22Configure: add attributes to end product build.info variablesRichard Levitte
2019-01-22Configure: teach the tokenizer to handle other separators than spacesRichard Levitte
2019-01-21Rework building: Get rid of old %unified_info structuresRichard Levitte
2019-01-21Rework building: Unix changes to handle extensions and product namesRichard Levitte
2019-01-21Rework building: VMS changes to handle extensions and product namesRichard Levitte
2019-01-21Rework building: Windows changes to handle extensions and product namesRichard Levitte
2019-01-04Introduce a no-pinshared optionMatt Caswell
2018-12-12Fix error in processing $target{enable}Richard Levitte
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-07Configure: fix the version string in the configure outputDr. Matthias St. Pierre
2018-12-07Configure Kernel TLS datapathBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in last fewRichard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Configure: allow building without things deprecated up to and including v3.0Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-05Configure: recognize div3w modules and add -DBN_DIV3W.Andy Polyakov
2018-11-15Configuration: only include shared_sources in dirinfo in shared configRichard Levitte
2018-11-05Simplify the processing of skipped source directoriesRichard Levitte
2018-11-05Collapse different classes of macro databasesRichard Levitte
2018-11-05Build: make it possibly to specify subdirs in build.infoRichard Levitte
2018-11-05Build: make it possible to assign macro definitions for specific outputsRichard Levitte
2018-11-05GMAC implementationPauli
2018-11-01Configure: ensure empty arrays aren't created inadvertentlyRichard Levitte
2018-10-31Configuration: when building the dirinfo structure, include shared_sourcesRichard Levitte
2018-10-28Configure: Improve warning if no random seed source was configuredDr. Matthias St. Pierre
2018-10-26Configure: Reword the summary outputDr. Matthias St. Pierre
2018-10-05Configure: use correct variable to infer the .ld file locationRichard Levitte
2018-10-01Refactor linker script generationRichard Levitte
2018-09-12Configure: Name object files according to the product they are part ofRichard Levitte
2018-09-12Configure: DON'T trickle down includes from products to sourcesRichard Levitte
2018-08-18Configure: don't probe for --noexecstack assembler option on Darwin.Andy Polyakov
2018-08-16Configure: warn when 'none' is the chosen seed sourceRichard Levitte
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell
2018-08-07Check early that the config target exists and isn't a templateRichard Levitte
2018-07-24Configure death handler: instead of printing directly, amend the messageRichard Levitte
2018-07-24Configure death handler: remember to call original death handlerRichard Levitte
2018-07-24Configure death handler: bail out early when run in eval blockRichard Levitte
2018-07-24Configure: print generic advice when dyingRichard Levitte
2018-07-22Configure: Display error/warning on deprecated/unsupported options after loopRichard Levitte
2018-07-09Keep supporting the env / make variable PERLRichard Levitte
2018-06-22Configure,util/shlib_wrap.sh: harmonize -Wl and -rpath handling.Andy Polyakov
2018-06-22Configure: allow some file extensions to be overridden by target config.Andy Polyakov
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger