summaryrefslogtreecommitdiff
path: root/Configurations
Commit message (Expand)AuthorAgeFilesLines
* Configurations/10-main.conf: VC-<target> cleanups.Andy Polyakov2018-03-102-50/+38
* Configurations/unix-Makefile.tmpl: overhaul assembler make rules.Andy Polyakov2018-03-101-26/+25
* Configurations/descrip.mms.tmpl: Fix small errorsRichard Levitte2018-03-101-3/+3
* Configurations/50-win-onecore.conf: add Windows 10 OneCore targets.Andy Polyakov2018-03-091-0/+56
* Configurations/windows-makefile.tmpl: simplify install-path "flavour"-ing.Andy Polyakov2018-03-092-11/+13
* Configurations/10-main.conf: amend out-dated comments.Andy Polyakov2018-03-091-2/+6
* Display the library building flagsRichard Levitte2018-03-093-22/+37
* Configure et al: Move the definition of library only flagsRichard Levitte2018-03-092-77/+92
* Remove useless -D_ENDIAN from MPE/iX-gcc configRichard Levitte2018-03-081-1/+1
* Reduce travis-ci log outputMichael Richardson2018-03-081-1/+1
* Configurations/README: update documentation on flagsRichard Levitte2018-03-081-23/+38
* Configure et al: get rid of last traces of plib_lflags / PLIB_LDFLAGSRichard Levitte2018-03-082-9/+7
* Configurations/10-main.conf: Duplicate cflags to cxxflagsRichard Levitte2018-03-081-2/+19
* Add space to asoutflag value where appropriateRichard Levitte2018-03-081-3/+3
* Make "make variables" config attributes for overridable flagsRichard Levitte2018-03-0810-412/+730
* Configure et al: rename all dso_* to module_* in shared-info.plRichard Levitte2018-03-081-2/+2
* Configurations/unix-Makefile.tmpl: remove assignment of AS and ASFLAGSRichard Levitte2018-03-071-3/+2
* Configurations/10-main.conf: add -fno-common back to darwin-ppc-cc.Andy Polyakov2018-03-061-0/+1
* Windows makefile: Don't quote generator argumentsRichard Levitte2018-03-031-1/+2
* Make some perl scripts output to stdoutRich Salz2018-02-271-2/+7
* Make it possible to give --libdir an absolute pathRichard Levitte2018-02-262-69/+88
* Build files: when using $(CPP), use the C flags alongside the CPP flagsRichard Levitte2018-02-223-9/+13
* Build file templates: be less verbose when reconfiguringRichard Levitte2018-02-223-6/+6
* Unix Makefile: Rework the assignment of CXX and ASRichard Levitte2018-02-221-2/+2
* Refactor the ranlib attributeRichard Levitte2018-02-222-5/+5
* Add x25519-x86_64.pl module, mod 2^255-19 primitives.Andy Polyakov2018-02-211-1/+1
* AIX: make sure that the arflags value includes the command letter (r)Richard Levitte2018-02-152-5/+6
* VMS: build ia64 assembler files if 'ias' is availableRichard Levitte2018-02-141-1/+5
* VMS: add the possibility to use Itanium assembler with 'ias'Richard Levitte2018-02-142-52/+143
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-143-86/+98
* Build files: parametrize cppRichard Levitte2018-02-144-4/+8
* VMS: simplify config targetsRichard Levitte2018-02-141-98/+59
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Configuration: move the handling of zlib_include to config filesRichard Levitte2018-02-095-24/+26
* VMS: take care of includesRichard Levitte2018-02-091-10/+33
* With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)Richard Levitte2018-02-081-1/+1
* mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modulesRichard Levitte2018-02-071-3/+4
* VMS: MMS wants a space before the target / dependecies separatorRichard Levitte2018-02-011-1/+1
* Apps: divide the modules in direct command modules, support library and initRichard Levitte2018-01-314-5/+13
* Add a 'reconfigure' make targetRichard Levitte2018-01-303-0/+9
* Restore perl variables for ENGINESDIR and OPENSSLDIRRichard Levitte2018-01-291-2/+2
* Fix typo in Windows makefile template: quotify, not quotiryRichard Levitte2018-01-291-1/+1
* Have the build files use the executable configdata.pmRichard Levitte2018-01-293-6/+3
* Fix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBIAN / -DB_DEBIANRichard Levitte2018-01-291-17/+17
* Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte2018-01-282-1/+5
* Fix WinCE config targetRichard Levitte2018-01-281-1/+1
* Make sure all our config targets inherit a BASE templateRichard Levitte2018-01-282-5/+11
* We need Unixly defaults for config targets that don't inherit a BASERichard Levitte2018-01-281-3/+15
* Stop having Unix defaults in Configure (partial)Richard Levitte2018-01-281-0/+9
* Processing GNU-style "make variables" - implementationRichard Levitte2018-01-285-57/+52