aboutsummaryrefslogtreecommitdiff
path: root/Configurations
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Fix the handling of --with-zlib-includeRichard Levitte3-2/+19
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte1-0/+8
2016-04-13Configuration: Simplify the way vms information is retrievedRichard Levitte1-41/+44
2016-04-13Fix zlib configuration options.Richard Levitte2-28/+55
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-6/+5
2016-04-07Configurations/10-main.conf: omit now redundant -D_WINDLL.Andy Polyakov1-7/+19
2016-04-07windows-makefile.tmpl: clean up after DLL link failure.Andy Polyakov1-1/+1
2016-04-07Remove redundant symlinkEmilia Kasper1-7/+1
2016-04-06Perl: foreach (@list) { code } is betterRichard Levitte1-4/+4
2016-04-06Perl cleanup: don't create lists unnecessarilyRichard Levitte1-10/+18
2016-04-06VMS: Fix special case for [.test]ssltest_old.cRichard Levitte1-1/+1
2016-04-05New SSL test frameworkEmilia Kasper1-2/+7
2016-04-04Makefile et al template: only modify static library with new object filesRichard Levitte2-2/+2
2016-04-02make depend: Check that find returned a non-empty string rather than an emptyRichard Levitte1-1/+1
2016-04-02Correcting typo that causes make install failCoty Sutherland1-1/+1
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte1-2/+2
2016-04-01Make the use of perl more consistentRichard Levitte1-1/+1
2016-03-30Make it possible to specify source files that will only be used for shared libsRichard Levitte3-3/+16
2016-03-30'make test' depends of having util/shlib-wrap.sh symlinked in build dirRichard Levitte1-1/+2
2016-03-29Config: The cflags in vms-alpha and vms-ia64 have to be addedRichard Levitte1-8/+8
2016-03-29VMS: Disable the warning MAYLOSEDATA3Richard Levitte1-12/+58
2016-03-29VMS: Display the correct path to openssl_startup.com and openssl-utils.comRichard Levitte1-3/+6
2016-03-29Windows build system: fix 32-bit appveyor build.Andy Polyakov1-1/+1
2016-03-29Build system: VC-WIN64I fixups.Andy Polyakov2-9/+9
2016-03-24VMS: $? might be huge enough to break line length limit, so don't print itRichard Levitte1-1/+0
2016-03-24VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOPRichard Levitte1-1/+2
2016-03-24VMS: have mms ignore creation of already existing dirsRichard Levitte1-8/+8
2016-03-24VMS: Rethink the staging directoryRichard Levitte1-25/+38
2016-03-24Adjust some default installation directoriesRichard Levitte1-3/+4
2016-03-23VMS: compensate for command line length limits with a logical nameRichard Levitte1-6/+15
2016-03-23Small fixups in DSORichard Levitte1-0/+1
2016-03-21Downcase VMS config namesRichard Levitte1-4/+4
2016-03-21In for loop values, introduce a dummy to protect against empty listRichard Levitte1-10/+20
2016-03-21Build system: VC-WIN64I fixups.Andy Polyakov2-3/+3
2016-03-21Configurations/windows-makefile.tmpl: respect no-makedepend.Andy Polyakov1-1/+7
2016-03-21Windows build system: get uplink right.Andy Polyakov2-5/+8
2016-03-21Configurations/10-main.conf: freeze -std option in darwin*-ppc-cc.Andy Polyakov1-2/+5
2016-03-21Remove mk1mf documentationRichard Levitte1-1/+1
2016-03-21Remove generation of ms/version32.rc from Configure, use util/mkrc.plRichard Levitte2-1/+10
2016-03-20Have makedepend output to stdout and redirect itRichard Levitte1-3/+2
2016-03-19If the asm file to be compiled isn't generated, leave the ext aloneRichard Levitte2-2/+12
2016-03-19Don't let 'generate' target depend on generated files, act directly insteadRichard Levitte1-50/+29
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni1-1/+12
2016-03-19Add a few more quotes for Windows (install_ssldirs)Richard Levitte1-2/+2
2016-03-19Replace sed command with perlRichard Levitte1-3/+3
2016-03-19Clear the exit code from 'find' in 'make depend'Richard Levitte1-1/+1
2016-03-19Shut find up about files not foundRichard Levitte1-1/+1
2016-03-19Use the dependencies received in generatesrc()Richard Levitte3-9/+12
2016-03-19Generate apps/progs.h on the flyRichard Levitte1-12/+1
2016-03-18Better 'make depend' mechanismRichard Levitte1-21/+4