summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
2016-02-19Misc small fixes.Richard Levitte
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-19Rethink the uplink / applink storyRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove "experimental" in code and comments, too.Rich Salz
2016-02-17Get conditional priorities rightRichard Levitte
2016-02-17RT3628: Allow filenames to be eliminated from compiled libraryDavid Woodhouse
2016-02-17When someone configures an out-of-source build, switch to unifiedRichard Levitte
2016-02-17Fix check of -DOPENSSL_USE_APPLINK in $config{cflags}Richard Levitte
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-17Remove JPAKERich Salz
2016-02-16Check for OPENSSL_USE_APPLINK in $config{cflags} as wellRichard Levitte
2016-02-16Don't check for gcc or clang on VMSRichard Levitte
2016-02-16Lowercase configuration arguments on VMSRichard Levitte
2016-02-14Make the use of mdebug backtrace a separate optionRichard Levitte
2016-02-13Reformat warn variables for easier editing.Rich Salz
2016-02-13Rethink the method to place user cflags lastRichard Levitte
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-12Put user flags last for priority.Rich Salz
2016-02-12Remove last chompsRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11Add support for shared_rcflag, useful for windres (Cygwin and Mingw)Richard Levitte
2016-02-11Modernise the mingw cflags and ldflagsRichard Levitte
2016-02-11Unified build: Keep track of generated header filesRichard Levitte
2016-02-11Remove the "make depend" messageRichard Levitte
2016-02-10Produce buildinf.h on Windows the same way as on UnixRichard Levitte
2016-02-10unified build scheme: Try to nudge users to try the "unified" buildRichard Levitte
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte
2016-02-10Configure et al: treat C defines separatelyRichard Levitte
2016-02-10Remove store.Rich Salz
2016-02-10Make the processing of build.info files more aware of absolute dirsRichard Levitte
2016-02-09GH649: Fix: version32.rc was not created on WindowsMat
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell
2016-02-09Use rel2abs() on VMS, rather than realpath()Richard Levitte
2016-02-09unified build scheme: add and document the "unified" driving engineRichard Levitte
2016-02-08Use File::Path::mkpath rather than File::Path::make_pathRichard Levitte
2016-02-06Enhance and clear the support of linker flagsRichard Levitte
2016-02-04Add option to disable asyncTodd Short
2016-02-04If egd is disabled by default, it should be possible to enableRichard Levitte
2016-02-03[Configure] Make --with-zlib-* work with configdata.pmMichael Lee
2016-02-02Use a simpler method to build a glob than splitpath and catpathRichard Levitte
2016-02-01Better check for gcc/clangRich Salz
2016-02-01unified build scheme: a first introductionRichard Levitte
2016-01-31Configure: restore original logic for -DWHIRLPOOL_ASM.Andy Polyakov
2016-01-31Remove the extra checks for Intel's C compilerRichard Levitte
2016-01-31Don't go into dotted directories when copying Makefile.in to MakefileRichard Levitte
2016-01-30Move more BN internals to bn_lcl.hRich Salz