/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "MinGW.h" 29 /// MinGW Tools 30 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 39 CmdArgs.push_back("--32"); in ConstructJob() 41 CmdArgs.push_back("--64"); in ConstructJob() 46 CmdArgs.push_back("-o"); in ConstructJob() 61 void tools::MinGW::Linker::AddLibGCC(const ArgList &Args, in AddLibGCC() [all …]
|
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | msys2-win64.sh | 3 export CFLAGS="-Ofast -fomit-frame-pointer -m64 -mtune=westmere" 4 export PREFIX="$(pwd)/libsodium-win64" 6 if (x86_64-w64-mingw32-gcc --version > /dev/null 2>&1) then 7 echo MinGW found 9 echo Please install mingw-w64-x86_64-gcc >&2 13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \ 14 --host=x86_64-w64-mingw32 && \
|
H A D | msys2-win32.sh | 3 export CFLAGS="-Ofast -fomit-frame-pointer -m32 -march=pentium3 -mtune=westmere" 4 export PREFIX="$(pwd)/libsodium-win32" 6 if (i686-w64-mingw32-gcc --version > /dev/null 2>&1) then 7 echo MinGW found 9 echo Please install mingw-w64-i686-gcc >&2 13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \ 14 --host=i686-w64-mingw32 && \
|
/freebsd/contrib/ldns/ |
H A D | makewin.sh | 8 #configure="mingw32-configure" 9 #strip="i686-w64-mingw32-strip" 11 configure="mingw64-configure" 12 strip="x86_64-w64-mingw32-strip" 14 WINSSL="$HOME/Downloads/openssl-1.1.0h.tar.gz" 20 # the destination is a zipfile in the start directory ldns-a.b.c.zip 30 rm -rf "$cdir" 36 sed -e "s/$2/$3/g" < "$1".orig > "$1" && \ 43 "-h") 48 echo " -h This usage information." [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 15 HOST: "mingw" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 21 HOST: "mingw" [all …]
|
H A D | Makefile | 2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc. 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 [all …]
|
H A D | CHANGELOG | 2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) 12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a … 20 build: improved meson unofficial build, by @eli-schwartz 22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB 25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42) 39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973) 42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263… 45 bug: Fix large dictionary non-determinism (#2607, @terrelln) 46 bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln) [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 20 MinGW cross compiler 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- [all …]
|
H A D | INSTALL.md | 11 - [Prerequisites](#prerequisites) 12 - [Notational Conventions](#notational-conventions) 13 - [Quick Installation Guide](#quick-installation-guide) 14 - [Building OpenSSL](#building-openssl) 15 - [Installing OpenSSL](#installing-openssl) 16 - [Configuration Options](#configuration-options) 17 - [API Level](#api-level) 18 - [Cross Compile Prefix](#cross-compile-prefix) 19 - [Build Type](#build-type) 20 - [Directories](#directories) [all …]
|
/freebsd/contrib/ncurses/ |
H A D | README.MinGW | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2020 Thomas E. Dickey -- 3 -- Copyright 2008-2011,2012 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 1 //===- DlltoolDriver.cpp - dlltool.exe-compatible driver ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Defines an interface to a dlltool.exe-compatible driver. 11 //===----------------------------------------------------------------------===// 13 #include "llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h" 44 std::size(NAME##_init) - 1); 75 .Case("i386:x86-64", IMAGE_FILE_MACHINE_AMD64) in getEmulation() 104 // x86_64-w64-mingw32-dlltool -> x86_64-w64-mingw32 in getPrefix() 105 // llvm-dlltool -> None in getPrefix() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 1 //===- WindowsSupport.h - Common Windows Include File -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 24 // mingw-w64 tends to define it as 0x0502 in its headers. 30 #define _WIN32_IE 0x0800 // MinGW at it again. FIXME: verify if still needed. 40 #include "llvm/Config/llvm-config.h" // Get build system configuration settings 58 /// to supercede raw calls to GetVersionEx. Old SDKs, Cygwin, and MinGW don't [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Program.h | 1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 18 #include "llvm/Config/llvm-config.h" 29 /// This is the OS-specific separator for PATH like environment variables: 50 process_t Process; /// Platform-dependent process object. 102 /// -1 indicates failure to execute 103 /// -2 indicates a crash during execution or timeout 123 unsigned SecondsToWait = 0, ///< If non-zero, this specifies the amount [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 40 // The version of g++ that comes with MinGW does *not* properly understand 41 // the ll format specifier for printf. However, MinGW passes the format 44 // with -Wall, this will generate these warnings which should be ignored. So 45 // we will turn off the warnings for this just file. However, MinGW also does 48 #pragma GCC diagnostic ignored "-Wformat" 49 #pragma GCC diagnostic ignored "-Wformat-extra-args" [all …]
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | platform.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 27 # define _CRT_SECURE_NO_DEPRECATE /* VS2005 - must be declared before <io.h> and <windows.h> */ 35 * Detect 64-bit OS 39 …__ppc64__ || defined __PPC64__ /* POWER 64-bit */ \ 40 …arcv9 || defined __sparc_v9__ || defined __arch64__)) || defined __sparc64__ /* SPARC 64-bit */ \ 41 …_X64 /* x86 64-bit */ \ 42 …rch64__ || defined __ARM64_ARCH_8__ /* ARM 64-bit */ \ 43 … || __mips == 4 || __mips == 3)) /* MIPS 64-bit */ \ 53 * Turn on Large Files support (>4GB) for 32-bit Linux/Unix [all …]
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 1 # tcl.m4 -- 3 # This file provides a set of autoconf macros to help TEA-enable 6 # Copyright (c) 1999-2000 Ajuba Solutions. 7 # Copyright (c) 2002-2005 ActiveState Corporation. 16 # TEA_WINDOWINGSYSTEM - win32 aqua x11 (mirrors 'tk windowingsystem') 17 # TEA_PLATFORM - windows unix 18 # TEA_TK_EXTENSION - True if this is a Tk extension 21 #------------------------------------------------------------------------ 22 # TEA_PATH_TCLCONFIG -- 33 # --with-tcl=... [all …]
|
/freebsd/contrib/expat/ |
H A D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 30 // Low-level types and utilities for porting Google Test to various 48 // Environment-describing macros 49 // ----------------------------- 53 // used in, such that Google Test can provide environment-specific 67 // - Each macro here is a user-tweakable knob; do not grow the list 69 // - Use #if to key off these macros. Don't use #ifdef or "#if 73 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2) 75 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions 77 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular 79 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h> [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 1 //===-- sanitizer_win.cpp -------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // run-time libraries and implements windows-specific functions from 12 //===----------------------------------------------------------------------===// 69 // --------------------- sanitizer_common.h 110 // returns a system-unique identifier. 235 // call to one of the MmapFixed* helpers. On non-windows systems this would be 373 UnmapOrDie((void *)beg, end_aligned - beg_aligned); in ReleaseMemoryPagesToOS() 381 // This is almost useless on 32-bits. in DontDumpShadowMemory() [all …]
|
/freebsd/contrib/sqlite3/tea/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 12 ## -------------------- ## 14 ## -------------------- ## 23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 25 alias -g '${1+"$@"}'='"$@"' 28 case `(set -o) 2>/dev/null` in #( 30 set -o posix ;; #( 44 # Quoting is to prevent editors from complaining about space-tab. 54 # Ensure predictable behavior from utilities with locale-dependent output. [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 64 o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 64 o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji) [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 24 override of strdup in unbound-host, and the result of config [all …]
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindCursor.hpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 9 //===----------------------------------------------------------------------===// 25 #include <mach-o/dyld.h> 52 #include "Unwind-EHABI.h" 57 // MinGW-w64 has always provided this struct. 99 static constexpr pint_t kSearchAll = static_cast<pint_t>(-1); 157 if ((mh == p->mh) || (mh == kSearchAll)) { in findFDE() 158 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE() 159 result = p->fde; in findFDE() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 45 EnableUnsafeFPShrink("enable-double-float-shrink", cl::Hidden, 54 OptimizeHotColdNew("optimize-hot-cold-new", cl::Hidden, cl::init(false), 57 "optimize-existing-hot-cold-new", cl::Hidden, cl::init(false), 87 "cold-new-hint-value", cl::Hidden, cl::init(1), 90 NotColdNewHintValue("notcold-new-hint-value", cl::Hidden, cl::init(128), 94 "hot-new-hint-value", cl::Hidden, cl::init(254), [all …]
|