aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
Commit message (Expand)AuthorAgeFilesLines
* Build system: VC-WIN64I fixups.Andy Polyakov2016-03-292-9/+9
* VMS: $? might be huge enough to break line length limit, so don't print itRichard Levitte2016-03-241-1/+0
* VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOPRichard Levitte2016-03-241-1/+2
* VMS: have mms ignore creation of already existing dirsRichard Levitte2016-03-241-8/+8
* VMS: Rethink the staging directoryRichard Levitte2016-03-241-25/+38
* Adjust some default installation directoriesRichard Levitte2016-03-241-3/+4
* VMS: compensate for command line length limits with a logical nameRichard Levitte2016-03-231-6/+15
* Small fixups in DSORichard Levitte2016-03-231-0/+1
* Downcase VMS config namesRichard Levitte2016-03-211-4/+4
* In for loop values, introduce a dummy to protect against empty listRichard Levitte2016-03-211-10/+20
* Build system: VC-WIN64I fixups.Andy Polyakov2016-03-212-3/+3
* Configurations/windows-makefile.tmpl: respect no-makedepend.Andy Polyakov2016-03-211-1/+7
* Windows build system: get uplink right.Andy Polyakov2016-03-212-5/+8
* Configurations/10-main.conf: freeze -std option in darwin*-ppc-cc.Andy Polyakov2016-03-211-2/+5
* Remove mk1mf documentationRichard Levitte2016-03-211-1/+1
* Remove generation of ms/version32.rc from Configure, use util/mkrc.plRichard Levitte2016-03-212-1/+10
* Have makedepend output to stdout and redirect itRichard Levitte2016-03-201-3/+2
* If the asm file to be compiled isn't generated, leave the ext aloneRichard Levitte2016-03-192-2/+12
* Don't let 'generate' target depend on generated files, act directly insteadRichard Levitte2016-03-191-50/+29
* Revert "Generate apps/progs.h on the fly"Viktor Dukhovni2016-03-191-1/+12
* Add a few more quotes for Windows (install_ssldirs)Richard Levitte2016-03-191-2/+2
* Replace sed command with perlRichard Levitte2016-03-191-3/+3
* Clear the exit code from 'find' in 'make depend'Richard Levitte2016-03-191-1/+1
* Shut find up about files not foundRichard Levitte2016-03-191-1/+1
* Use the dependencies received in generatesrc()Richard Levitte2016-03-193-9/+12
* Generate apps/progs.h on the flyRichard Levitte2016-03-191-12/+1
* Better 'make depend' mechanismRichard Levitte2016-03-181-21/+4
* Make picker, thread and combine standard config helper functionsRichard Levitte2016-03-173-32/+0
* Remove Netware and OS/2Rich Salz2016-03-171-57/+0
* windows-makefile.tmpl: Stop keeping temporary filesRichard Levitte2016-03-171-2/+2
* Add install targets for WindowsRichard Levitte2016-03-171-10/+67
* Remove ultrix/mips support.Rich Salz2016-03-171-17/+0
* Remove support for Borland C++Richard Levitte2016-03-171-10/+0
* Start documenting Configure internalsRichard Levitte2016-03-171-0/+136
* Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2016-03-172-0/+3
* unix-Makefile template: use $(PERL) everywhereRichard Levitte2016-03-161-1/+1
* When building DLLs, hack the library name in the .def fileRichard Levitte2016-03-161-1/+7
* DLL object files should not be built with /Zl"Richard Levitte2016-03-161-1/+3
* We should use $SRCDIR in MakefilesMatt Caswell2016-03-161-1/+1
* poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov2016-03-151-1/+1
* Make the perl dependency post-processor into just one lineRichard Levitte2016-03-151-3/+1
* Not all shells understand !Richard Levitte2016-03-151-9/+9
* Cygwin configs were missing thread_scheme settings, add themRichard Levitte2016-03-151-0/+2
* s390x assembly pack: 32-bit fixups.Andy Polyakov2016-03-142-2/+2
* Fix a few Configure errorsRichard Levitte2016-03-141-6/+7
* Collect the names of generated files and clean them away at target clean:Richard Levitte2016-03-131-7/+9
* Use single quotes rather than double quotes when neededRichard Levitte2016-03-131-16/+16
* Harmonize Unix Makefile template with Windows ditoRichard Levitte2016-03-132-27/+28
* Avoid sed for dependency post-processingRichard Levitte2016-03-121-7/+3
* Some sed implementations are not greedy enough, use perl insteadRichard Levitte2016-03-111-1/+10