summaryrefslogtreecommitdiffstats
path: root/util/perl/OpenSSL/config.pm
AgeCommit message (Expand)Author
2023-12-04Fix detection on HP-UX (IA64)Michael Osipov
2023-11-23Adapt C compiler detection for VSI C on x86_64Richard Levitte
2023-05-30Update copyright yearTomas Mraz
2023-05-22Update VMS configurationsRichard Levitte
2022-11-23Add BSD-armv4 target based on linux-armv4Piotr Kubaj
2022-11-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj
2022-09-29OpenSSL::config: Fix trivial bugsRichard Levitte
2022-09-29OpenSSL::config: Fix VMS guessesRichard Levitte
2022-09-29OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte
2022-05-05Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude
2022-03-15Update copyright yearMatt Caswell
2022-02-16Force macOS 10.15 or later to be 64-bitTodd Short
2021-12-27Add support for BSD-riscv64 targetPiotr Kubaj
2021-08-20Replace CONFIG_NOWAIT env var with -w optionRich Salz
2021-08-19Set KERNEL_BITS, add CONFIG_NOWAITRich Salz
2021-06-27Update config.pmLĹ‘rinczy, Zsigmond
2021-05-25fix Solaris OS detection in config.pmJan Lana
2021-04-27Add system guessing for linux64-riscv64 targetAndreas Schwab
2021-03-11Update copyright yearMatt Caswell
2021-02-23util/perl/OpenSSL/config.pm: Add VMS specific C compiler settingsRichard Levitte
2021-02-23util/perl/OpenSSL/config.pm: Fix determine_compiler_settings()Richard Levitte
2020-12-02Correct system guessing for darwin64-arm64 targetTim Hudson
2020-11-06Correct system guessing for solaris64-x86_64-* targetsMatt Caswell
2020-11-06Don't complain about uninitialized values when running ConfigureMatt Caswell
2020-10-03Configuration: add initial NonStop values in OpenSSL::configRichard Levitte
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-07-04util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte
2020-07-04util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte
2020-06-28Remove OpenSSL::config::main(), it's not necessaryRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte
2020-06-28Initial rewrite of config as a Perl moduleRich Salz