Home
last modified time | relevance | path

Searched +full:macos +full:- +full:autotools (Results 1 – 25 of 50) sorted by relevance

12

/third_party/libsnd/.github/workflows/
Daction.yml8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
19 macos-cmake,
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
15 - 'docker'
16 - 'windows'
17 - '1809'
18 - 'gstreamer-windows'
[all …]
Dautogen.sh3 # Copyright (C) 2005-2021 by
25 echo $1 | sed -e 's/\([0-9][0-9]*\)\..*/\1/g'
30 echo $1 | sed -e 's/[0-9][0-9]*\.\([0-9][0-9]*\).*/\1/g'
36 # separated with a point, but something like 1.4-p6
37 patch=`echo $1 | sed -e 's/[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\).*/\1/g'`
39 patch=`echo $1 | sed -e 's/[0-9][0-9]*\.[0-9][0-9]*\-p\([0-9][0-9]*\).*/\1/g'`
55 if test $MAJOR1 -lt $MAJOR2; then
59 if test $MAJOR1 -gt $MAJOR2; then
67 if test $MINOR1 -lt $MINOR2; then
71 if test $MINOR1 -gt $MINOR2; then
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml5 permissions: read-all
16 build-cache:
19 os: [ubuntu-22.04, macos-12]
21 runs-on: ${{ matrix.os }}
24 - uses: actions/checkout@v4
25 - name: Restore libbpf cache
26 id: cache-libbpf
31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }}
32 - name: Restore OpenSSL v1.1.1 cache
33 id: cache-openssl1
[all …]
/third_party/node/deps/uv/
DSUPPORTED_PLATFORMS.md4 |---|---|---|---|
6 | macOS | Tier 1 | macOS >= 10.15 | Current and previous macOS release |
13 | Android | Tier 3 | NDK >= r15b | Android 7.0, `-DANDROID_PLATFORM=android-24` |
14 | MinGW | Tier 3 | MinGW32 and MinGW-w64 | |
42 new include file in ``include/`` with the name ``uv-theplatform.h`` and add
49 Two build systems are supported: autotools and cmake. Ideally both need to be
66 autotools based build system or use version checking macros.
DChangeLog7 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
17 * ibmi: Implement UDP disconnect (V-for-Vasili)
31 * build: add iOS to macos CI (Jameson Nash)
33 * build: re-enable CI for windows changes (Jameson Nash)
37 * test: remove unused declarations in tcp_rst test (V-for-Vasili)
39 * core: add thread-safe strtok implementation (Guilherme Íscaro)
41 * win: fix incompatible-types warning (twosee)
45 * build: fix AIX xlc autotools build (V-for-Vasili)
51 * doc: make sample cross-platform build (gengjiawen)
55 * sunos: fs-event callback can be called after uv_close() (Andy Fiddaman)
[all …]
DREADME.md5 libuv is a multi-platform support library with a focus on asynchronous I/O. It
12 * Full-featured event loop backed by epoll, kqueue, IOCP, event ports.
42 The ABI/API changes can be tracked [here](http://abi-laboratory.pro/tracker/timeline/libuv/).
47 The documentation is licensed under the CC BY 4.0 license. Check the [LICENSE-docs file](LICENSE-do…
58 Located in the docs/ subdirectory. It uses the [Sphinx](http://sphinx-doc.org/)
75 sphinx-autobuild to be installed and is only supported on Unix):
103 — High-level introductory talk about libuv.
104 * [libuv-dox](https://github.com/thlorenz/libuv-dox)
126 $ gpg --keyserver pool.sks-keyservers.net --recv-keys AE9BC059
132 $ git show pubkey-saghul | gpg --import
[all …]
/third_party/libuv/
DSUPPORTED_PLATFORMS.md4 |---|---|---|---|
6 | macOS | Tier 1 | macOS >= 11 | Currently supported macOS releases |
13 | Android | Tier 3 | NDK >= r15b | Android 7.0, `-DANDROID_PLATFORM=android-24` |
14 | MinGW | Tier 3 | MinGW32 and MinGW-w64 | |
42 new include file in ``include/`` with the name ``uv-theplatform.h`` and add
49 Two build systems are supported: autotools and cmake. Ideally both need to be
66 autotools based build system or use version checking macros.
DChangeLog11 * build,win: remove extraneous -lshell32 (Ben Noordhuis)
19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
27 * unix: unbreak macOS < 10.14 (Sergey Fedorov)
35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
37 * misc: ignore libuv-release-tool files (Jameson Nash)
45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
61 * unix: support full TCP keep-alive on Solaris (Andy Pan)
67 * freebsd: fix build on non-intel archs (David Carlier)
75 * build: re-enable msvc-asan job on CI (Jameson Nash)
83 * fix: always zero-terminate idna output (Ben Noordhuis)
[all …]
DREADME.md5 libuv is a multi-platform support library with a focus on asynchronous I/O. It
12 * Full-featured event loop backed by epoll, kqueue, IOCP, event ports.
42 The ABI/API changes can be tracked [here](http://abi-laboratory.pro/tracker/timeline/libuv/).
47 [LICENSE-extra](LICENSE-extra) files.
49 The documentation is licensed under the CC BY 4.0 license. Check the [LICENSE-docs file](LICENSE-do…
60 Located in the docs/ subdirectory. It uses the [Sphinx](http://sphinx-doc.org/)
77 sphinx-autobuild to be installed and is only supported on Unix):
105 &mdash; High-level introductory talk about libuv.
106 * [libuv-dox](https://github.com/thlorenz/libuv-dox)
128 $ gpg --keyserver pool.sks-keyservers.net --recv-keys AE9BC059
[all …]
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 win64-executor:
9 - image: cimg/base:edge-20.04
10 autotools-executor:
12 - image: cimg/base:edge-20.04
16 macos-aat-fonts:
17 macos:
20 - checkout
21- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
[all …]
/third_party/skia/third_party/externals/expat/expat/
DChanges7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
9 XML_ExternalEntityParserCreate in out-of-memory situations
13 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in
17 #531 #534 CVE-2021-45960 -- Fix issues with left shifts by >=29 places
27 (which needs argument "-n" when running xmlwf).
35 #488 #490 Autotools: Fix installed header expat_config.h for multilib
47 #551 CVE-2022-23990 -- Fix unsigned integer overflow in function
52 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks
53 (denial-of-service; flavors targeting CPU time or RAM or both,
61 - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to
[all …]
DREADME.md3 [![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapac…
12 Expat is a stream-oriented XML parser. This means that you register
20 - GNU GCC >=4.5
21 - LLVM Clang >=3.5
22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`)
25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases),
26 which includes both pre-compiled libraries and executables, and source code for
29 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html).
37 ## Using libexpat in your CMake-Based Project
70 - libexpat >=2.2.8 where packaging uses the CMake build system
[all …]
Dconfigure.ac11 dnl Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
12 dnl Copyright (c) 2001-2003 Greg Stein <gstein@users.sourceforge.net>
13 dnl Copyright (c) 2006-2012 Karl Waclawek <karl@waclawek.net>
14 dnl Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
17 dnl Copyright (c) 2017-2020 Joe Orton <jorton@redhat.com>
20 dnl Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it>
50 dnl the command at m4-generation time. This allows us to create an m4
52 dnl version number at m4-time, rather than when ./configure is run, so
57 dnl test. I believe this test will work, but I don't have a place with non-
61 [esyscmd(conftools/get-version.sh lib/expat.h)],
[all …]
/third_party/protobuf/kokoro/macos/
Dprepare_build_macos_rc3 # This script sets up a Kokoro MacOS worker for running Protobuf tests
5 set -eux
13 # go/kokoro/userdocs/macos/selecting_xcode.md for more information.
25 # of CMake, autotools, etc.
31 # tools (and a newer version of protobuf). g/kokoro-users/7FRvQMUdN40 about why
33 sudo rm -rf \
37 sudo rm -rf \
50 if [[ "${KOKORO_INSTALL_RUBY:-}" == "yes" ]] ; then
57 if [[ "${KOKORO_INSTALL_COCOAPODS:-}" == "yes" ]] ; then
61 gem uninstall -a "$(gem list | grep cocoapods | cut -d ' ' -f 1)"
[all …]
/third_party/skia/third_party/externals/expat/
DREADME.md3 [![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapac…
12 Expat is a stream-oriented XML parser. This means that you register
20 - GNU GCC >=4.5
21 - LLVM Clang >=3.5
22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`)
25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases),
26 which includes both pre-compiled libraries and executables, and source code for
29 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html).
37 ## Using libexpat in your CMake-Based Project
70 - libexpat >=2.2.8 where packaging uses the CMake build system
[all …]
/third_party/libsnd/
DREADME18 http://kbs.cs.tu-berlin.de/~jutta/toast.html
28 -----
42 You can use CMake now to build under Linux, also under Windows and MacOS, see
47 ----
52 -----------
54 Official Windows binaries are compiled with Autotools and MinGW, but you can use
62 ------
67 --------
69 libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
DNEWS.OLD1 Version 1.0.31 (2021-01-24)
38 * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz.
39 * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz.
40 * Fix leak in wav_read_header(), credit to OSS-Fuzz.
41 * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz.
42 * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz.
43 * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz.
44 * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz.
45 * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz.
46 * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz.
[all …]
/third_party/node/deps/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - [Brad House brought this change]
12 - [Brad House brought this change]
14 Merge pull request from GHSA-mg26-v6qh-x48q
16 - [Oliver Welsh brought this change]
20 Hello, I work on an application for Microsoft which uses c-ares to
51 - `ContainerNoDfltSvrEmptyInit` to test that initialization fails when
53 - `ContainerNoDfltSvrFullInit` to test that initialization still
63 ---------
68 - badge should be only main branch
[all …]
DCMakeLists.txt1 # Copyright (C) The c-ares project and its contributors
2 # SPDX-License-Identifier: MIT
15 PROJECT (c-ares LANGUAGES C VERSION "1.27.0" )
24 # For instance, in an autotools project, in Makefile.am there is a line that
26 # -version-info 4:0:2
28 # This then generates a version of "(current-age).age.revision" with an
29 # interface version of "(current-age)"
31 # libname.so -> libname.so.2
32 # libname.so.2 -> libname.so.2.2.0
44 OPTION (CARES_THREADS "Build with thread-safety support" …
[all …]
DINSTALL.md1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! **
15 Lots of people download binary distributions of c-ares. This document
16 does not describe how to install c-ares using such a binary package.
17 This document describes how to compile, build and install c-ares from
24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory
29 you will need a local installation of Autotools. If using CMake the steps are
32 AutoTools Build
47 [GIT-INFO](GIT_INFO) on how to proceed.
51 ./configure --help
53 If you want to install c-ares in a different file hierarchy than /usr/local,
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DREADME.mingw.md2 as a widely used and tested shaper is used as more-or-less OpenType reference
4 is or wasn't that clear. For having access to Uniscribe on Linux/macOS these
11 - Fedora: `dnf install wine`.
13 2. Install `mingw-w64` compiler.
14 - Fedora, 32bit: `dnf install mingw32-gcc-c++`
15 - Fedora, 64bit: `dnf install mingw64-gcc-c++`
16 - Debian: `apt install g++-mingw-w64`
17 - Mac: `brew install mingw-w64`
19 3. If you have drank the `meson` koolaid, look at `.ci/build-win32.sh` to see how to
21 old trusty autotools instead:
[all …]
/third_party/libuv/.github/workflows/
DCI-unix.yml1 name: CI-unix
6 - '**'
7 - '!docs/**'
8 - '!src/win/**'
9 - '!.**'
10 - '.github/workflows/CI-unix.yml'
13 - v[0-9].*
14 - master
17 build-linux:
18 runs-on: ubuntu-latest
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]
/third_party/curl/docs/
DKNOWN_BUGS16 1.5 Expect-100 meets 417
30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
38 5.2 curl-config --libs contains private details
39 5.3 building for old macOS fails with gcc
40 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
41 5.6 cygwin: make install installs curl-config.1 twice
43 5.11 configure --with-gssapi with Heimdal is ignored on macOS
53 6.6 libcurl can fail to try alternatives with --proxy-any
55 6.9 SHA-256 digest not supported in Windows SSPI builds
79 11.4 HTTP test server 'connection-monitor' problems
[all …]

12