aboutsummaryrefslogtreecommitdiff
path: root/Configurations
AgeCommit message (Expand)AuthorFilesLines
2018-02-09VMS: take care of includesRichard Levitte1-10/+33
2018-02-08With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)Richard Levitte1-1/+1
2018-02-07mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte1-3/+4
2018-02-01VMS: MMS wants a space before the target / dependecies separatorRichard Levitte1-1/+1
2018-01-31Apps: divide the modules in direct command modules, support library and initRichard Levitte4-5/+13
2018-01-30Add a 'reconfigure' make targetRichard Levitte3-0/+9
2018-01-29Restore perl variables for ENGINESDIR and OPENSSLDIRRichard Levitte1-2/+2
2018-01-29Fix typo in Windows makefile template: quotify, not quotiryRichard Levitte1-1/+1
2018-01-29Have the build files use the executable configdata.pmRichard Levitte3-6/+3
2018-01-29Fix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBIAN / -DB_DEBIANRichard Levitte1-17/+17
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte2-1/+5
2018-01-28Fix WinCE config targetRichard Levitte1-1/+1
2018-01-28Make sure all our config targets inherit a BASE templateRichard Levitte2-5/+11
2018-01-28We need Unixly defaults for config targets that don't inherit a BASERichard Levitte1-3/+15
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte1-0/+9
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte5-57/+52
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte6-164/+329
2018-01-24Configure: let INCLUDEs set on binaries "trickle down" to the objectsRichard Levitte1-4/+2
2018-01-23Don't add $(EX_LIBS) to libssl.pc's Libs.privateRichard Levitte1-1/+0
2018-01-23Add anything specifying a threads library to ex_libsRichard Levitte1-7/+13
2018-01-22When building shared libraries, only ln -s when simple and full name differRichard Levitte1-2/+4
2018-01-19Set OPENSSL_ENGINES for WindowsBernd Edlinger1-0/+1
2018-01-15Fix Windows build file template to recognise .res filesRichard Levitte1-1/+1
2018-01-09Configure: try to make sure every config target name is uniqueRichard Levitte1-1/+5
2018-01-08Fix spelling: adroideabi -> androideabipass861-1/+1
2018-01-08Separate general linking flags from extra librariesRichard Levitte4-39/+54
2018-01-08Clean up uClinux targetsRichard Levitte1-6/+2
2018-01-04Remove old config that used non-exist util scriptRich Salz1-12/+0
2018-01-02Fix minor 'the the' typosDaniel Bevenius1-2/+2
2017-12-28Ignore ORDINALS in build.info files, and remove its documentationRichard Levitte2-60/+15
2017-12-27VMS fix: link shared libs from objects files instead of from static libsRichard Levitte1-5/+15
2017-12-18Restore the use of LDCMD when linking applicationsRichard Levitte1-1/+1
2017-12-15Remove test-runs dir, adjust .gitignoreBernd Edlinger1-1/+1
2017-12-12VMS build file template: adapt for when someone disabled 'makedepend'Richard Levitte1-2/+5
2017-12-12Configure et al: cleanupsRichard Levitte4-59/+11
2017-12-12Build file templates: Replace the use of Makefile.sharedRichard Levitte4-138/+151
2017-12-12Configure: Read in extra information to help create shared librariesRichard Levitte3-7/+110
2017-12-12Configure: Add read_eval_file, a general purpose perl file reader/evaluatorRichard Levitte6-6/+6
2017-12-08Have all relevant config targets use the env() function rather than $ENVRichard Levitte1-19/+19
2017-11-30Make possible variant SONAMEs and symbol versionsViktor Dukhovni2-1/+23
2017-11-13Configurations/10-main.conf: add back /WX to VC-WIN32.Andy Polyakov1-1/+2
2017-11-11Many spelling fixes/typo's corrected.Josh Soref2-2/+2
2017-11-1000-base-templates.conf: fix ia64 builds.Andy Polyakov1-1/+0
2017-11-08Configurations/unix-Makefile.tmpl: fix HP-UX build.Andy Polyakov1-1/+1
2017-10-31Generate a dictionary of OIDs for fuzzersRichard Levitte1-1/+6
2017-10-13Remove email addresses from source code.Rich Salz1-12/+3
2017-10-09Use the possibility to have test results in a different directoryRichard Levitte3-1/+7
2017-10-04Configurations/windows-makefile.tmpl: canonicalise configured pathsRichard Levitte1-6/+7
2017-09-21Configure: unify clang's -Qunused-arguments option treatment.Andy Polyakov1-2/+2
2017-08-25passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar targetMeena Vyas1-1/+1