| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Processing GNU-style "make variables" - separate CPP flags from C flags | Richard Levitte | 2018-01-28 | 6 | -164/+329 |
* | Configure: let INCLUDEs set on binaries "trickle down" to the objects | Richard Levitte | 2018-01-24 | 1 | -4/+2 |
* | Don't add $(EX_LIBS) to libssl.pc's Libs.private | Richard Levitte | 2018-01-23 | 1 | -1/+0 |
* | Add anything specifying a threads library to ex_libs | Richard Levitte | 2018-01-23 | 1 | -7/+13 |
* | When building shared libraries, only ln -s when simple and full name differ | Richard Levitte | 2018-01-22 | 1 | -2/+4 |
* | Set OPENSSL_ENGINES for Windows | Bernd Edlinger | 2018-01-19 | 1 | -0/+1 |
* | Fix Windows build file template to recognise .res files | Richard Levitte | 2018-01-15 | 1 | -1/+1 |
* | Configure: try to make sure every config target name is unique | Richard Levitte | 2018-01-09 | 1 | -1/+5 |
* | Fix spelling: adroideabi -> androideabi | pass86 | 2018-01-08 | 1 | -1/+1 |
* | Separate general linking flags from extra libraries | Richard Levitte | 2018-01-08 | 4 | -39/+54 |
* | Clean up uClinux targets | Richard Levitte | 2018-01-08 | 1 | -6/+2 |
* | Remove old config that used non-exist util script | Rich Salz | 2018-01-04 | 1 | -12/+0 |
* | Fix minor 'the the' typos | Daniel Bevenius | 2018-01-02 | 1 | -2/+2 |
* | Ignore ORDINALS in build.info files, and remove its documentation | Richard Levitte | 2017-12-28 | 2 | -60/+15 |
* | VMS fix: link shared libs from objects files instead of from static libs | Richard Levitte | 2017-12-27 | 1 | -5/+15 |
* | Restore the use of LDCMD when linking applications | Richard Levitte | 2017-12-18 | 1 | -1/+1 |
* | Remove test-runs dir, adjust .gitignore | Bernd Edlinger | 2017-12-15 | 1 | -1/+1 |
* | VMS build file template: adapt for when someone disabled 'makedepend' | Richard Levitte | 2017-12-12 | 1 | -2/+5 |
* | Configure et al: cleanups | Richard Levitte | 2017-12-12 | 4 | -59/+11 |
* | Build file templates: Replace the use of Makefile.shared | Richard Levitte | 2017-12-12 | 4 | -138/+151 |
* | Configure: Read in extra information to help create shared libraries | Richard Levitte | 2017-12-12 | 3 | -7/+110 |
* | Configure: Add read_eval_file, a general purpose perl file reader/evaluator | Richard Levitte | 2017-12-12 | 6 | -6/+6 |
* | Have all relevant config targets use the env() function rather than $ENV | Richard Levitte | 2017-12-08 | 1 | -19/+19 |
* | Make possible variant SONAMEs and symbol versions | Viktor Dukhovni | 2017-11-30 | 2 | -1/+23 |
* | Configurations/10-main.conf: add back /WX to VC-WIN32. | Andy Polyakov | 2017-11-13 | 1 | -1/+2 |
* | Many spelling fixes/typo's corrected. | Josh Soref | 2017-11-11 | 2 | -2/+2 |
* | 00-base-templates.conf: fix ia64 builds. | Andy Polyakov | 2017-11-10 | 1 | -1/+0 |
* | Configurations/unix-Makefile.tmpl: fix HP-UX build. | Andy Polyakov | 2017-11-08 | 1 | -1/+1 |
* | Generate a dictionary of OIDs for fuzzers | Richard Levitte | 2017-10-31 | 1 | -1/+6 |
* | Remove email addresses from source code. | Rich Salz | 2017-10-13 | 1 | -12/+3 |
* | Use the possibility to have test results in a different directory | Richard Levitte | 2017-10-09 | 3 | -1/+7 |
* | Configurations/windows-makefile.tmpl: canonicalise configured paths | Richard Levitte | 2017-10-04 | 1 | -6/+7 |
* | Configure: unify clang's -Qunused-arguments option treatment. | Andy Polyakov | 2017-09-21 | 1 | -2/+2 |
* | passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target | Meena Vyas | 2017-08-25 | 1 | -1/+1 |
* | Add a comment on expectations in the "tar" target | Richard Levitte | 2017-08-18 | 1 | -0/+2 |
* | Prepare tarball in dist directory | Richard Levitte | 2017-08-18 | 1 | -6/+6 |
* | Turn on error sensitivity in the "tar" target | Richard Levitte | 2017-08-18 | 1 | -0/+1 |
* | When building a tarball, avoid trying to copy submodules | Richard Levitte | 2017-08-17 | 1 | -1/+4 |
* | Copy dlls into fuzz directory | Matt Caswell | 2017-08-16 | 1 | -0/+3 |
* | Fix overzealous cleanup command | FdaSilvaYY | 2017-08-15 | 1 | -1/+3 |
* | Simplify the handling of shared library version numbers | Richard Levitte | 2017-07-26 | 6 | -57/+61 |
* | Simplify Makefile.shared | Richard Levitte | 2017-07-24 | 1 | -12/+11 |
* | VMS: When running a sub-MMS, make sure to give it the main MMS' qualifiers | Richard Levitte | 2017-07-07 | 1 | -1/+1 |
* | Cleanup some copyright stuff | Rich Salz | 2017-06-30 | 1 | -2/+1 |
* | Add ECHO to makefiles for real silence | Rich Salz | 2017-06-30 | 1 | -42/+44 |
* | Add new /dev/crypto engine | Richard Levitte | 2017-06-28 | 1 | -0/+1 |
* | Configure: give config targets the possibility to enable or disable features | Richard Levitte | 2017-06-22 | 2 | -0/+11 |
* | Fix the comment about default OPENSSLDIR in windows. | Bernd Edlinger | 2017-06-16 | 1 | -1/+1 |
* | Add the target 'build_all_generated' | Richard Levitte | 2017-06-16 | 3 | -0/+12 |
* | Build apps/progs.h dynamically | Richard Levitte | 2017-06-15 | 3 | -10/+9 |