Searched +full:macos +full:- +full:autotools (Results 1 – 25 of 44) sorted by relevance
12
| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 8 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.yml | 2 - 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 …]
|
| D | autogen.sh | 3 # 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 …]
|
| D | meson.build | 5 # Copyright (C) 2020-2021 by 23 # meson setup -Ddefault_library=shared 43 '--soversion', 61 '--format=ftmodule.h', '@INPUT@', '--output', '@OUTPUT@'], 72 '--format=main-modules', 93 '--format=aux-modules', 119 '--format=base-extensions-list', 180 'include/freetype/config/integer-types.h', 181 'include/freetype/config/mac-support.h', 182 'include/freetype/config/public-macros.h', [all …]
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 5 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/libuv/ |
| D | SUPPORTED_PLATFORMS.md | 4 |---|---|---|---| 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.
|
| D | ChangeLog | 11 * 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 …]
|
| D | README.md | 5 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 — 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/ |
| D | config.yml | 4 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/ |
| D | Changes | 7 #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 …]
|
| D | README.md | 3 [](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 …]
|
| D | configure.ac | 11 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/libsnd/ |
| D | README | 18 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).
|
| D | NEWS.OLD | 1 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/skia/third_party/externals/expat/ |
| D | README.md | 3 [](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/skia/third_party/externals/harfbuzz/ |
| D | README.mingw.md | 2 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 …]
|
| D | CMakeLists.txt | 8 # for a framework build on macOS, use: 9 # cmake -DBUILD_FRAMEWORK=ON -Bbuild -H. -GXcode && cmake --build build 20 ## Disallow in-source builds, as CMake generated make files can collide with autotools ones 24 In-source builds are not permitted! Make a separate folder for" 31 rm -rf CMakeCache.txt CMakeFiles") 41 option(HB_HAVE_CORETEXT "Enable CoreText shaper backend on macOS" ON) 55 option(HB_BUILD_SUBSET "Build harfbuzz-subset" ON) 79 macro (check_funcs) # Similar to AC_CHECK_FUNCS of autotools 84 add_definitions(-DHAVE_${definition_to_add}) 94 add_definitions(-DHAVE_UNISTD_H) [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 1 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/ |
| D | CHANGES | 13 - 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 …]
|
| D | RELEASE-NOTES | 13 o idn: add native AppleIDN (icucore) support for macOS/iOS [95] 22 o appveyor: drop unnecessary `--clean-first` cmake option [197] 23 o appveyor: guard against crash-build with VS2008 [193] 24 o appveyor: make gcc 6 mingw64 job build-only [152] 25 o asyn-thread: fix curl_global_cleanup crash in Windows [161] 26 o asyn-thread: fix Curl_thread_create result check [162] 27 o autotools: delete unused functions [177] 28 o autotools: fix `HAVE_IOCTLSOCKET_FIONBIO` test for gcc 14 [186] 29 o autotools: only probe for SGI MIPS compilers on IRIX [213] 33 o BUG-BOUNTY.md: clarify the third party situation [210] [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | ChangeLog.md | 7 non-GCC-compatible compilers for Un*x/Arm platforms. 9 2. Fixed a regression introduced by 2.1 beta1[13] that prevented the Arm 32-bit 11 included `-mfloat-abi=softfp` or `-mfloat-abi=hard`. 15 Android systems when running AArch32/Thumb builds of libjpeg-turbo built with 18 4. Added a command-line argument (`-copy icc`) to jpegtran that causes it to 22 5. libjpeg-turbo should now build and run on CHERI-enabled architectures, which 26 64-bit SSE2 Huffman encoder when attempting to losslessly transform a 27 specially-crafted malformed JPEG image. 40 decompress a specially-crafted malformed progressive JPEG image caused the 47 4. Fixed a floating point exception (CVE-2021-20205) that occurred when [all …]
|
| /third_party/pulseaudio/ |
| D | NEWS | 5 * Updates to ALSA UCM-based setups 8 * webrtc-audio-processing dependency updated 9 * Trigger role groups added to module-role-cork 10 * XDG base directory spec for profile-set loading 14 * webrtc-audio-processing dependency updated 18 Alistair Leslie-Hughes 47 Peter Meerwald-Stadler 53 Seong-ho Cho 79 * Fix crash with the "pacmd play-file" command when reads from the disk aren't frame-aligned 80 * Fix module-rtp-recv sometimes thinking it's receiving an Opus stream when it's not [all …]
|
| /third_party/backends/ |
| D | NEWS | 1 <!-- -*- Mode: markdown -*- --> 3 <!-- Please add new release notes to the newsfragments directory (read the README.md file there). 5 semi-automatically. 6 --> 8 <!--(towncrier release notes start)--> 10 ## New with 1.2.1 (released 2023-02-05) 14 - `avision`: 15 - Minor fix for protocol packet length. 16 - Added “basic” support for Avision AD345F. Note that multi-sheet scanning is problematic. 17 - Fix for 32-bit limitation on scan line size which caused early abort of scan. [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not 45 already installed, use apt-get or dnf to install the *ninja-build* 53 modules (Mako). You also need pkg-config (a hard dependency of Meson), [all …]
|
| /third_party/pcre2/pcre2/src/ |
| D | config.h.in | 4 /* PCRE2 is written in Standard C, but there are a few non-standard things it 8 In environments that support the GNU autotools, config.h.in is converted into 10 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by 13 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands, 16 Alternatively, you can avoid editing by using -D on the compiler command line 17 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H, 18 but if you do, default values will be taken from config.h for non-boolean 25 surrounded by #ifndef/#endif lines so that the value can be overridden by -D. 33 value), this is changed so that backslash-R matches only CR, LF, or CRLF. 34 The build-time default can be overridden by the user of PCRE2 at runtime. [all …]
|
12