aboutsummaryrefslogtreecommitdiff
path: root/Configurations
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Improve the Windows OneCore target support. (Add targets for building librari...MouriNaruto2-4/+53
2019-06-04Remove last references to DEBUG_SAFESTACKDr. Matthias St. Pierre1-2/+2
2019-06-03Ensure we get all the right defines for AES assembler in FIPS moduleMatt Caswell1-1/+11
2019-06-01Windows: Add missing quotes in build fileRichard Levitte1-1/+1
2019-05-28Configurations/unix-Makefile.tmpl: not -v for rmRichard Levitte1-1/+1
2019-05-28Configure: link AIX modules correctlyRichard Levitte1-1/+1
2019-05-27Configure: Remove extra warning and sanitizer options from CXXFLAGSRichard Levitte1-3/+3
2019-05-21Configure: for '-z defs', also check $config{cflags}Richard Levitte1-1/+2
2019-05-20Configure: let platform->dsoext() default with platform->shlibextsimple()Richard Levitte1-1/+2
2019-05-09Don't use '-z defs' if sanitizers are usedRichard Levitte1-3/+3
2019-05-02Add RCFLAGS variable in Windows build file, and use itWojciech Kaluza1-1/+2
2019-04-15Don't use '-z defs' with Clang's sanitizersRichard Levitte1-1/+4
2019-04-09Configurations/10-main.conf: Don't inherit assembler in Cygwin-commonRichard Levitte1-1/+1
2019-04-04Complain if there are missing symbols when creating a provider .so fileMatt Caswell1-0/+1
2019-04-02Build cleanup: don't use SHARED_SOURCE with modulesRichard Levitte1-2/+2
2019-03-29Windows, VMS: build fixesRichard Levitte2-28/+27
2019-03-29Configurations/00-base-templates.conf: engage {chacha|poly1305}-ia64.Andy Polyakov1-0/+2
2019-03-15Configurations/windows-makefile.tmpl: small fixesRichard Levitte1-2/+2
2019-03-11Replumbing: Add MODULESDIR macro and OPENSSL_MODULES environment variableRichard Levitte3-8/+27
2019-03-05VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte1-1/+1
2019-02-27Configuration: divide devteam flags into language specific setsRichard Levitte1-3/+7
2019-02-27Ensure configured module specific and application specific defines are usedRichard Levitte1-2/+6
2019-02-21Make sure that generated POD files are actually created before we run doc-nitsKurt Roeckx1-1/+1
2019-02-19Fix reference to symbol 'main'.Matthias Kraft1-1/+1
2019-02-13Windows/Cygwin dlls need the executable bit setMichael Haubenwallner1-1/+1
2019-02-11Rework build: small correction in unix-Makefile.tmplRichard Levitte1-1/+1
2019-02-11Rework build: add special cases for AIXRichard Levitte2-2/+28
2019-02-11Build: correct BASE shlib_version_as_filenameRichard Levitte1-2/+2
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte6-66/+70
2019-02-05Remove unnecessary trailing whitespaceSam Roberts6-9/+9
2019-02-04Android build: fix usage of NDK home variable ($ndk_var)batist731-1/+2
2019-02-01VMS: Clean away stray debugging prints from descrip.mms.tmplRichard Levitte1-5/+0
2019-01-31Build: remove EXTRARichard Levitte1-1/+0
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte3-57/+0
2019-01-31Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte1-13/+26
2019-01-31VMS: force 'pinshared'Richard Levitte1-0/+2
2019-01-29Android build: use ANDROID_NDK_HOME rather than ANDROID_NDKRichard Levitte1-7/+12
2019-01-22Build: change remaining $unified_info{install} checks to use attributesRichard Levitte5-39/+21
2019-01-22Rework build: Windows dependency building fixRichard Levitte1-0/+1
2019-01-22Build: pass attributes down to make rule generatorsRichard Levitte1-0/+5
2019-01-22Build: use attributes to indicate installed script classesRichard Levitte3-12/+36
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte3-22/+78
2019-01-21Rework building: Get rid of old %unified_info structuresRichard Levitte2-28/+1
2019-01-21Rework building: Unix changes to handle extensions and product namesRichard Levitte8-235/+265
2019-01-21Rework building: VMS changes to handle extensions and product namesRichard Levitte3-97/+159
2019-01-21Rework building: Windows changes to handle extensions and product namesRichard Levitte5-104/+168
2019-01-21Rework building: initial changesRichard Levitte2-0/+114
2019-01-04Introduce a no-pinshared optionMatt Caswell1-1/+1
2018-12-12VMS build: better treatment of .S -> .obj compilationRichard Levitte1-16/+36
2018-12-11Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte3-4/+4