Searched +full:ubuntu +full:- +full:clang +full:- +full:autotools (Results 1 – 24 of 24) sorted by relevance
| /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/brotli/ |
| D | .travis.yml | 5 - master 11 - os: linux 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 16 - ubuntu-toolchain-r-test 18 - gcc-7 19 - g++-7 20 - os: linux 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 25 - ubuntu-toolchain-r-test 27 - gcc-4.4 [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: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [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/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 …]
|
| /third_party/nghttp2/ |
| D | Dockerfile.android | 4 # $ sudo docker build -t nghttp2-android - < Dockerfile.android 11 # $ sudo docker run -v /path/to/dest:/out nghttp2-android cp /root/build/nghttp2/src/nghttpx /out 14 # Only use standalone-toolchain for reduce size 15 FROM ubuntu:22.04 19 ENV NDK /root/android-ndk-$NDK_VERSION 20 ENV TOOLCHAIN $NDK/toolchains/llvm/prebuilt/linux-x86_64 21 ENV TARGET aarch64-linux-android 23 ENV AR $TOOLCHAIN/bin/llvm-ar 24 ENV CC $TOOLCHAIN/bin/$TARGET$API-clang 25 ENV CXX $TOOLCHAIN/bin/$TARGET$API-clang++ [all …]
|
| D | CMakeLists.txt | 1 # nghttp2 - HTTP/2 C Library 26 # XXX using 1.8.90 instead of 1.9.0-DEV 30 # https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 38 math(EXPR LT_SOVERSION "${LT_CURRENT} - ${LT_AGE}") 48 # default). These strings are presented in cmake-gui. 58 # Auto-detection of features that can be toggled 110 string(REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " " ${_var} "${${_var}}") 114 if(CMAKE_C_COMPILER_ID MATCHES "GNU" OR CMAKE_C_COMPILER_ID MATCHES "Clang") 121 foreach(_cxx1x_flag -std=c++14) 138 # Check that std::map::emplace is available for g++-4.7. [all …]
|
| D | README.rst | 1 nghttp2 - HTTP/2 C Library 15 ------------------ 19 <https://tools.ietf.org/html/rfc7541>`_ HPACK - Header Compression for 24 (https://github.com/tatsuhiro-t/spdylay) project. 27 ------------------ 34 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and 45 ------------ 49 * pkg-config >= 0.20 58 * sphinx (http://sphinx-doc.org/) 61 all you need. Use ``--enable-lib-only`` to ensure that only [all …]
|
| /third_party/protobuf/kokoro/linux/32-bit/ |
| D | Dockerfile | 13 … echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/v… 14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07 18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 20 autotools-dev \ 21 build-essential \ 28 libc6-dbg \ 29 libc6-dev \ 30 libgtest-dev \ 37 # -- For python -- 38 python-setuptools \ [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 33 Setting up a build environment for libsndfile on Debian or Ubuntu is as simple as: 35 sudo apt install autoconf autogen automake build-essential libasound2-dev \ 36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \ 37 libmpg123-dev pkg-config python 44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config 49 autoreconf -vif 50 ./configure --enable-werror 56 Although Autotools is the primary and recommended build toolchain, CMake meta 61 Unix Makefiles, Xcode projects and [many more](https://cmake.org/cmake/help/latest/manual/cmake-gen… [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 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), 57 .. code-block:: console [all …]
|
| /third_party/node/deps/cares/ |
| D | CHANGES | 1 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 …]
|
| /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 …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | ChangeLog.md | 11 decompress a specially-crafted malformed progressive JPEG image caused the 15 encoders to generate incorrect results when using the Clang compiler with 18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when 19 attempting to compress a specially-crafted malformed GIF image with a specified 23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script 24 containing one or more scans with lengths divisible by 32 and non-zero 31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression 36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht… 40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file 42 a 16-bit binary PGM file into an RGB image buffer. [all …]
|
| /third_party/pcre2/pcre2/maint/ |
| D | README | 13 Long-term ideas (wish list) 30 site. The generated file contains the tables for a 2-stage lookup of Unicode 48 pcre2_chartables.c.non-standard 79 sequence of bytes in the UTF-8 encoding, and vice versa. If its argument is a 80 hex number such as 0x1234, it outputs a list of the equivalent UTF-8 bytes. 81 If its argument is a sequence of concatenated UTF-8 bytes (e.g. 12e188b4) it 82 treats them as a UTF-8 string and outputs the equivalent code points in hex. 143 files are CMakeLists.txt and config-cmake.h.in. After making a release, test 146 . Run ./autogen.sh to ensure everything is up-to-date. 154 . Run tests in both 32-bit and 64-bit environments if possible. I can no longer [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 19.1.0.rst | 17 ---------------- 21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz 24 ------------ 26 - GL_ARB_parallel_shader_compile on all drivers. 27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers. 28 - GL_EXT_shader_image_load_formatted on radeonsi. 29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers. 30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES 32 - GL_NV_compute_shader_derivatives on iris and i965. 33 - GL_KHR_parallel_shader_compile on all drivers. [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| /third_party/libuv/ |
| D | ChangeLog | 11 * build,win: remove extraneous -lshell32 (Ben Noordhuis) 19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis) 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) 85 * fix: reject zero-length idna inputs (Ben Noordhuis) [all …]
|
| /third_party/cups-filters/ |
| D | NEWS | 1 NEWS - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24 2 ------------------------------------------------------ 6 - libcupsfilters: In PPD generator create only one *cupsFilter2: 9 - libcupsfilters: In get_printer_attributes() poll 10 "media-col-database" separately if needed. On some printers 11 one gets "media-col-database" only this way. Ofte reveals 14 - libcupsfilters: Let PPD generator also parse 15 "media-col-ready" IPP attribute. "media-col-ready" lists the 16 loaded media, in contrary to "media-ready" as list of 17 complete descriptions of the media ("media-col" data [all …]
|
| /third_party/libffi/ |
| D | ChangeLog | 3 Date: Mon Jun 28 21:10:49 2021 -0400 9 Date: Mon Jun 28 19:50:29 2021 -0400 15 Date: Mon Jun 28 18:50:31 2021 -0400 21 Date: Mon Jun 28 18:45:11 2021 -0400 27 Date: Mon Jun 28 14:59:07 2021 -0400 33 Date: Mon Jun 28 11:51:35 2021 -0700 39 Date: Mon Jun 28 07:24:19 2021 -0700 41 Fix the assertions in cls-24byte (#652) 43 * Fix the assertions in cls-24byte 49 Date: Mon Jun 28 09:53:01 2021 -0400 [all …]
|
| /third_party/libabigail/ |
| D | ChangeLog | 1 2022-12-02 Dodji Seketeli <dodji@redhat.com> 5 `git shortlog libabigail-2.1..HEAD` 7 2022-12-02 Dodji Seketeli <dodji@redhat.com> 9 Bug 29829 - dwarf-reader: Allow DIEs to be in a lexical block 10 * src/abg-dwarf-reader.cc (get_scope_for_die): Support 13 2022-12-02 Dodji Seketeli <dodji@redhat.com> 15 dwarf-reader: Make die_peel_{qual_ptr,typedef} always set peeled type 16 * src/abg-dwarf-reader.cc (die_peel_qual_ptr, die_peel_typedef): 20 2022-11-24 Dodji Seketeli <dodji@redhat.com> 22 dwarf-reader: Avoid duplicating member functions [all …]
|
| /third_party/lame/ |
| D | ChangeLog | 3 -==================- 5 - All dates/times are in GMT. 6 - Generated from svn log entries (svn2cl) 8 -- 10 2019-07-23 12:20 robert 15 2019-07-23 09:34 robert 21 2019-07-23 09:18 robert 26 2019-07-19 13:27 robert 30 `eov->bitrate_index <= cfg->vbr_max_bitrate_index' failed 37 2019-06-28 13:05 robert [all …]
|