Home
last modified time | relevance | path

Searched +full:mingw +full:- +full:short +full:- +full:test (Results 1 – 25 of 179) sorted by relevance

12345678

/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
24 runs-on: ubuntu-latest
[all …]
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
66 configuration options. In this case -DHAVE_CONFIG_H must not be set.
72 before re-using what you had previously.
[all …]
/external/pcre/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
66 configuration options. In this case -DHAVE_CONFIG_H must not be set.
72 before re-using what you had previously.
[all …]
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
5 # libtool (GNU libtool) 2.4.6.59-b55b-dirty
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021 Free Software Foundation, Inc.
34 VERSION=2.4.6.59-b55b-dirty
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
[all …]
/external/libevent/
Diocp-internal.h2 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
40 * ifdef so that we can test-compile code that uses these interfaces on
41 * non-win32 platforms. */
56 /* Mingw's headers don't define LPFN_ACCEPTEX. */
81 short n_threads;
83 short shutdown;
90 short n_live_threads;
98 /* Dummy definition so we can test-compile more things on unix. */
135 @return 0 on success, -1 on error.
150 @return 0 on success, -1 on error.
[all …]
/external/cronet/third_party/libc++/src/docs/
DBuildingLibcxx.rst16 libc++ :ref:`here <using-libcxx>`.
21 non-functional. Use the CMake option ``CMAKE_INSTALL_PREFIX`` to select a safe
34 .. code-block:: bash
36 $ git clone https://github.com/llvm/llvm-project.git
37 $ cd llvm-project
39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config…
40 $ ninja -C build cxx cxxabi unwind # Build
41 $ ninja -C build check-cxx check-cxxabi check-unwind # Test
42 …$ ninja -C build install-cxx install-cxxabi install-unwind # Install
47 After building the various ``install-XXX`` targets, shared libraries for libc++, libc++abi and
[all …]
/external/expat/expat/
DCMakeLists.txt10 # Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org>
15 # Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk>
16 # Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de>
19 # Copyright (c) 2018 pedro-vicente <pedro.vicente@space-research.org>
35 # this file is copyrighted under the BSD-license for buildsystem files of KDE.
47 set(CMAKE_C_EXTENSIONS OFF) # i.e. -std=c99 rather than default -std=gnu99
69 find_program(DOCBOOK_TO_MAN NAMES docbook2x-man db2x_docbook2man docbook2man docbook-to-man)
97 # - Expat was previously using an inconsistent mix of CMake's native set()
99 # - option() is more friendly than set() with regard to configuring an
100 # external project that is pulled in by means of add_subdirectory() --
[all …]
/external/mtools/
Dmtools.spec9 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
10 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 Mtools is a collection of utilities to access MS-DOS disks from GNU
21 %setup -q
24 --prefix=%{buildroot}%{_prefix} \
25 --sysconfdir=/etc \
26 --infodir=%{buildroot}%{_infodir} \
27 --mandir=%{buildroot}%{_mandir} \
28 --enable-floppyd \
34 echo rm -rf $RPM_BUILD_ROOT
[all …]
DNEWS2 - Removed mclasserase commands, which doesn't fit the coding
4 - Add support to -i option to mcd
5 - Document -i in mtools.1
6 - Fix a missing commad error in floppyd_io.c
9 - Fix error status of recursive listing of empty root directory
10 - If recursive listing, also show matched files at level one
11 - Use "seekless" reads & write internally, where possible
12 - Text mode conversion refactoring
13 - Misc refactoring
16 - Fix cluster padding at end of file in batch mode, and add
[all …]
/external/XNNPACK/
Dbuild_defs.bzl14 """Compiler flags for size-optimized builds."""
15 return ["-Os"]
18 """GCC-like compiler flags to specify language standard for C sources."""
19 return ["-std=c99"]
27 return ["-std=gnu++11"]
85 optimized_copts = ["-O2"],
92 """C/C++/assembly library with architecture-specific configuration.
94 Define a static library with architecture- and instruction-specific
99 srcs: The list of architecture-independent source files.
100 x86_srcs: The list of x86-specific source files.
[all …]
/external/mtools/debian/
Dchangelog5 * Add support to -i option to mcd
6 * Document -i in mtools.1
9 -- Alain Knaff <alain@knaff.lu> Sun, 26 Dec 2021 18:57:02 +0100
18 -- Alain Knaff <alain@knaff.lu> Sun, 21 Nov 2021 16:41:10 +0100
24 -- Alain Knaff <alain@knaff.lu> Fri, 6 Aug 2021 20:13:59 +0200
27 * Fix mcopy -s issue
29 -- Alain Knaff <alain@knaff.lu> Fri, 23 Jul 2021 12:41:11 +0200
36 * In cases where lseek works with 32-bit offsets, prefer lseek64 over llseek
40 -- Alain Knaff <alain@knaff.lu> Sat, 17 Jul 2021 18:31:38 +0200
49 * easier way to enter sizes on mformat command line (mformat -C -T 1440K)
[all …]
/external/cronet/third_party/icu/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
29 # Use custom echo test for newline option
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dltmain.sh4 # Provide generalized library-building support services.
7 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
36 ## ------ ##
38 ## ------ ##
40 # Run './libtool --help' for help with using this script from the
44 ## ------------------------------- ##
46 ## ------------------------------- ##
50 # with bootstrap, so set those here where they can still be over-
57 ## -------------------------- ##
59 ## -------------------------- ##
[all …]
/external/libconfig/
DChangeLog2 ----- version 1.7.3 ------
4 2021-06-19 Mark Lindner <markl@avalon>
6 * lib/libconfig.c - Fixed double-free of config->filenames;
8 NULL instead of the passed-in setting if the specified path was not
10 * configure.ac, lib/Makefile.am - bump version numbers
12 2021-04-28 Mark Lindner <markl@avalon>
14 * lib/CMakeLists.txt - misc. fixes
16 2021-04-22 Mark Lindner <markl@avalon>
18 * Makefile.am, configure.ac - Added --disable-tests configure option
20 2021-01-09 Mark Lindner <markl@avalon>
[all …]
/external/flac/
Dconfigure.ac1 # FLAC - Free Lossless Audio Codec
2 # Copyright (C) 2001-2009 Josh Coalson
3 # Copyright (C) 2011-2023 Xiph.Org Foundation
7 # are distributed under Xiph.Org's BSD-like license (see the file
23 AC_INIT([flac],[1.4.3],[flac-dev@xiph.org],[flac],[https://www.xiph.org/flac/])
27 AM_INIT_AUTOMAKE([foreign 1.10 -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
37 LT_INIT([win32-dll disable-static pic-only])
58 if test "x$ac_cv_header_stdint_h" != xyes -o "x$ac_cv_header_stdbool_h" != xyes; then
70 AC_MSG_WARN([[*** Not able to determine endian-ness of target processor. ]])
82 AC_ARG_ENABLE(asm-optimizations, AS_HELP_STRING([--disable-asm-optimizations],[Do not use any CPU s…
[all …]
/external/sg3_utils/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-4"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/speex/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-5"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/libogg/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-5"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/curl/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-7+build1"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/libpng/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
52 # with bootstrap, so set those here where they can still be over-
[all …]
/external/libevent/build-aux/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2018-07-24.06
5 # libtool (GNU libtool) 2.4.6.42-b88ce-dirty
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
34 VERSION=2.4.6.42-b88ce-dirty
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
[all …]
/external/e2fsprogs/config/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2014-01-03.01
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
34 VERSION="2.4.6 Debian-2.4.6-9"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/iperf3/config/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2014-01-03.01
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
52 # with bootstrap, so set those here where they can still be over-
[all …]
/external/icu/icu4c/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
29 # Use custom echo test for newline option
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
[all …]
/external/armnn/third-party/ghc/
DREADME.md1 …d Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20%7C%20Fre…
2 ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
3 [![Build Status](https://travis-ci.org/gulrak/filesystem.svg?branch=master)](https://travis-ci.org/…
5 [![Build Status](https://api.cirrus-ci.com/github/gulrak/filesystem.svg?branch=master)](https://cir…
12 This is a header-only single-file std::filesystem compatible helper library,
21 *It could still use some polishing, test coverage is above 90%, I didn't benchmark
32 to try to reduce my third-party dependencies. I could drop most of what
34 fun of it. Originally I based these helpers on my own coding- and naming
50 short namespace and I use it in some of my private classes (so it has nothing
56 It should work on any of these with a C++11-capable compiler. I currently
[all …]

12345678