aboutsummaryrefslogtreecommitdiff
path: root/Configurations
AgeCommit message (Expand)AuthorFilesLines
2017-03-15VMS: turning off CALL_DEBUG isn't possible on AlphaRichard Levitte1-6/+15
2017-03-15VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte2-4/+7
2017-03-14VMS: Change debug linking method to generate a separate Debug Symbol FileRichard Levitte2-8/+8
2017-03-11Handle find-doc-nits script renameRich Salz1-1/+1
2017-03-11Fix many doc L<> errorsRich Salz1-2/+2
2017-03-06Unix Makefile: Have manual generation use the same perl script as Windows and...Richard Levitte1-89/+9
2017-03-06Add documentation on platform specific checksRichard Levitte1-0/+37
2017-03-06Add a platform specific configuration checkerRichard Levitte2-0/+44
2017-03-02Configurations/10-main.conf: omit redundant -lresolv from Solaris configs.Andy Polyakov1-1/+1
2017-03-02Configurations/50-masm.conf: add /nologo to ml64 command line.Andy Polyakov1-1/+1
2017-02-21appveyor.yml: engage VC-WIN64A-masm.Andy Polyakov1-1/+6
2017-02-01remove test/.rnd on make cleanBernd Edlinger1-0/+1
2017-01-12Review comments; fail build if nits foundRich Salz1-3/+4
2017-01-12Run find-doc-nits in travisRichard Levitte1-0/+3
2016-11-21Add missing -zdelete for some linux archesKurt Roeckx1-2/+2
2016-11-16Add a modern linux-x86 config targetRichard Levitte1-0/+17
2016-11-15Configurations/10-main.conf: remove obsolete flag from solaris-x86-gcc.Andy Polyakov1-9/+1
2016-11-15Configurations/10-main.conf: document GCC for Solaris config constraint.Andy Polyakov1-0/+6
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte1-5/+5
2016-11-10Document how to force linking with static librariesRichard Levitte2-5/+29
2016-11-10Building: make it possible to force linking with static OpenSSL libsRichard Levitte4-20/+40
2016-11-10descrip.mms.tmpl: Simplify fiddling of logical names record and statemRichard Levitte1-6/+2
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte1-5/+5
2016-11-09Unix Makefile: Make sure to use $(PERL) when running ./ConfigureRichard Levitte1-2/+2
2016-11-06Windows: use default ZLIB1 unless --with-zlib-lib is setRichard Levitte1-2/+3
2016-11-06Fix the LIBZ macro on VC config targetsRichard Levitte1-1/+3
2016-11-06VMS: pretend to use -znodeleteRichard Levitte1-0/+1
2016-11-04VMS build file template: assign 'arch' to local symbol tableRichard Levitte1-1/+1
2016-11-04VMS: update the list of files that need some extra treatmentRichard Levitte1-11/+7
2016-11-04VMS: correct the logic around linking executablesRichard Levitte1-4/+7
2016-11-04Add -std=c++11 to CXXFLAGSMatt Caswell1-1/+1
2016-11-03Enable memory debugging while testingRichard Levitte3-0/+4
2016-11-03Clang doesn't like -znodelete, make it a linker flag insteadRichard Levitte1-1/+1
2016-11-03VMS: ignore multiply defined symbols when linking programsRichard Levitte1-1/+34
2016-11-02Link using -znodeleteMatt Caswell1-12/+13
2016-10-31Unix Makefile: Some sed implementation truncate long lines. Use perl instead.Richard Levitte1-1/+1
2016-10-31Mark VC templates correctly.Richard Levitte1-0/+2
2016-10-26Move manpages to man[1357] structure.Rich Salz1-12/+6
2016-10-26VMS: tell the C compiler to use the ISO C94 standardRichard Levitte1-1/+1
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov1-1/+1
2016-10-22Efence is antiquated, remove all traces of using itRichard Levitte2-15/+0
2016-10-15Use clang++ for C++ for the linux-x86_64-clang targetMatt Caswell1-0/+1
2016-10-13Remove automatic RPATH - add user rpath supportRichard Levitte1-1/+5
2016-10-13Remove automatic RPATHRichard Levitte1-14/+1
2016-10-12Add C++ settings in the Linux config targetsRichard Levitte1-0/+1
2016-10-12Add support for C++ in Configurations/unix-Makefile.tmplRichard Levitte1-7/+28
2016-10-12Add support for C++ in ConfigureRichard Levitte1-2/+10
2016-10-02Remove untrue comment.Ben Laurie1-2/+0
2016-10-02Make dependencies if Makefile is new.Ben Laurie1-1/+1
2016-09-21descrip.mms.tmpl: in obj2bin, make sure an empty @deps means no empty linesRichard Levitte1-6/+10