Home
last modified time | relevance | path

Searched +full:mingw +full:- +full:w64 +full:- +full:i686 +full:- +full:dev (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh3 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/sys/contrib/zstd/
H A Dappveyor.yml4 -
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 DCHANGELOG2 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/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41 # 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/sqlite3/tea/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 ## -------------------- ##
14 ## -------------------- ##
19 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
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.
[all …]