Searched +full:ubuntu +full:- +full:gcc +full:- +full:autotools (Results 1 – 25 of 25) 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 9 ## Linux builds using various versions of GCC. 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 [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/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/ltp/ |
| D | INSTALL | 2 ------------ 7 Debian / Ubuntu 9 …# apt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6… 13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d… 17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers 23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config 31 ------------- 36 $ make autotools 37 $ mkdir -p $TOP_BUILDDIR 40 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios. [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/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). 32 GCC Farm Project 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, [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/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/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/libinput/doc/user/ |
| D | building.rst | 16 system-provided libinput with one from the git repository, see 21 ------------------------------------------------------------------------------ 23 ------------------------------------------------------------------------------ 30 correct, up-to-date and/or unmodified from the git branch. Due dilligence 33 The following repositories provide an up-to-date package for libinput: 35 - **Arch:** https://aur.archlinux.org/packages/libinput-git/ 36 - **Fedora:** https://copr.fedorainfracloud.org/coprs/whot/libinput-git/ 44 ------------------------------------------------------------------------------ 46 ------------------------------------------------------------------------------ 49 `ninja <https://www.ninja-build.org>`_. A build is usually the three-step [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/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/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/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/nghttp2/ |
| 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 53 * sphinx (http://sphinx-doc.org/) 56 all you need. Use ``--enable-lib-only`` to ensure that only [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/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/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 …]
|
| /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 2023-10-20 Dodji Seketeli <dodji@redhat.com> 6 2023-10-20 Dodji Seketeli <dodji@redhat.com> 8 gen-changelog.py: Fix a long standing typo 9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET. 11 2023-10-20 Dodji Seketeli <dodji@redhat.com> 13 gen-changelog.py: Don't escaping '/' with '\' in regexp 14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in 17 2023-10-20 Dodji Seketeli <dodji@redhat.com> 19 ir: Fix compilation error with GCC 4.8.5 20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add [all …]
|
| /third_party/backends/ChangeLogs/ |
| D | ChangeLog-1.0.20 | 1 2009-05-03 Chris Bagwell <cbagwell-guest at users.alioth.debian.org> 4 * backend/Makefile.am, tools/sane-config.in: Add missing 6 * tools/Makefile.am: Add missing $SCSI_LIBS to sane-find-scanner. 8 ****** Release of sane-backends 1.0.20. End of code freeze ****** 10 2009-05-03 m. allan noah <kitno455 a t gmail d o t com> 13 * sane-backends.lsm, doc/releases.txt: minor tweaks 17 2009-05-01 m. allan noah <kitno455 a t gmail d o t com> 21 2009-04-30 m. allan noah <kitno455 a t gmail d o t com> 25 2009-04-30 m. allan noah <kitno455 a t gmail d o t com> 28 * po/sane-backends.nl.po: updates from Martin Kho [all …]
|