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