| Commit message (Expand) | Author | Age | Files | Lines |
* | Add install targets for Windows | Richard Levitte | 2016-03-17 | 1 | -10/+67 |
* | Remove ultrix/mips support. | Rich Salz | 2016-03-17 | 1 | -17/+0 |
* | Remove support for Borland C++ | Richard Levitte | 2016-03-17 | 1 | -10/+0 |
* | Start documenting Configure internals | Richard Levitte | 2016-03-17 | 1 | -0/+136 |
* | Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead | Richard Levitte | 2016-03-17 | 2 | -0/+3 |
* | unix-Makefile template: use $(PERL) everywhere | Richard Levitte | 2016-03-16 | 1 | -1/+1 |
* | When building DLLs, hack the library name in the .def file | Richard Levitte | 2016-03-16 | 1 | -1/+7 |
* | DLL object files should not be built with /Zl" | Richard Levitte | 2016-03-16 | 1 | -1/+3 |
* | We should use $SRCDIR in Makefiles | Matt Caswell | 2016-03-16 | 1 | -1/+1 |
* | poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32. | Andy Polyakov | 2016-03-15 | 1 | -1/+1 |
* | Make the perl dependency post-processor into just one line | Richard Levitte | 2016-03-15 | 1 | -3/+1 |
* | Not all shells understand ! | Richard Levitte | 2016-03-15 | 1 | -9/+9 |
* | Cygwin configs were missing thread_scheme settings, add them | Richard Levitte | 2016-03-15 | 1 | -0/+2 |
* | s390x assembly pack: 32-bit fixups. | Andy Polyakov | 2016-03-14 | 2 | -2/+2 |
* | Fix a few Configure errors | Richard Levitte | 2016-03-14 | 1 | -6/+7 |
* | Collect the names of generated files and clean them away at target clean: | Richard Levitte | 2016-03-13 | 1 | -7/+9 |
* | Use single quotes rather than double quotes when needed | Richard Levitte | 2016-03-13 | 1 | -16/+16 |
* | Harmonize Unix Makefile template with Windows dito | Richard Levitte | 2016-03-13 | 2 | -27/+28 |
* | Avoid sed for dependency post-processing | Richard Levitte | 2016-03-12 | 1 | -7/+3 |
* | Some sed implementations are not greedy enough, use perl instead | Richard Levitte | 2016-03-11 | 1 | -1/+10 |
* | Configurations/unix-Makefile.tmpl: don't leave empty .s files behind. | Andy Polyakov | 2016-03-11 | 1 | -2/+2 |
* | Harmonise the two methods to generate dependency files | Richard Levitte | 2016-03-11 | 1 | -2/+8 |
* | In the recipe using "makedepend", make sure the object file extension is there | Richard Levitte | 2016-03-10 | 1 | -1/+1 |
* | Add cleaning targets to Configurations/windows-makefile.tmpl | Richard Levitte | 2016-03-10 | 1 | -0/+14 |
* | Pass down inclusion directories to source file generators | Richard Levitte | 2016-03-10 | 3 | -6/+15 |
* | When configured "shared", don't build static libraries on Windows | Richard Levitte | 2016-03-10 | 1 | -0/+5 |
* | Adapt the Windows makefile template to source generation | Richard Levitte | 2016-03-09 | 1 | -0/+47 |
* | Unified - extract settings from util/pl/VC-32.pl and make the config settings | Richard Levitte | 2016-03-09 | 3 | -36/+212 |
* | Unified - a native Windows makefile template | Richard Levitte | 2016-03-09 | 1 | -0/+293 |
* | Because crypto/build.info demands CFLAGS_Q, descrip.mms.tmpl must deliver | Richard Levitte | 2016-03-09 | 1 | -0/+1 |
* | Add missing semi | Richard Levitte | 2016-03-09 | 1 | -1/+1 |
* | Adapt unix Makefile template to 'no-makedepend' | Richard Levitte | 2016-03-09 | 1 | -5/+18 |
* | Adapt descrip.mms.tmpl to 'no-makedepend' | Richard Levitte | 2016-03-09 | 1 | -1/+7 |
* | Redo the Unix source code generator | Richard Levitte | 2016-03-09 | 1 | -20/+29 |
* | SPARCv9 assembly pack: unify build rules and argument handling. | Andy Polyakov | 2016-03-08 | 1 | -5/+5 |
* | Fix configurations such as 'dist' and tar building | Richard Levitte | 2016-03-08 | 2 | -3/+8 |
* | Make unified builds the default on Unix | Richard Levitte | 2016-03-08 | 1 | -4/+1 |
* | Unified - Add the build.info command OVERRIDE, to avoid build file clashes | Richard Levitte | 2016-03-07 | 2 | -0/+15 |
* | Unified - Adapt the Unix and VMS templates to support GENERATE | Richard Levitte | 2016-03-07 | 2 | -0/+52 |
* | Unified - Add the build.info command GENERATE, to generate source files | Richard Levitte | 2016-03-07 | 3 | -14/+62 |
* | No -fno-common for Darwin | Richard Levitte | 2016-03-05 | 1 | -1/+2 |
* | Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl | Richard Levitte | 2016-03-05 | 1 | -4/+4 |
* | Correction, $disabled{shared} rather than $config{no_shared} | Richard Levitte | 2016-03-04 | 1 | -1/+1 |
* | Remove overzealous echoing | Richard Levitte | 2016-03-03 | 1 | -17/+9 |
* | Document the changes in config settings | Richard Levitte | 2016-03-02 | 1 | -28/+9 |
* | Don't copy from %target to %config so much, see %config as a complement | Richard Levitte | 2016-03-02 | 2 | -5/+5 |
* | Configure - Get rid of the special thread_cflag, replace with thread_scheme | Richard Levitte | 2016-03-02 | 8 | -192/+263 |
* | Configure - get rid of the special debug_ and release_ settings | Richard Levitte | 2016-03-02 | 3 | -157/+166 |
* | Minimize copied config settings | Richard Levitte | 2016-03-02 | 2 | -3/+3 |
* | Configure - move the addition of the zlib / libz lib to configs | Richard Levitte | 2016-03-02 | 6 | -47/+96 |