Searched +full:fedora +full:- +full:release (Results 1 – 25 of 91) sorted by relevance
1234
| /third_party/libabigail/.github/workflows/ |
| D | build-container.yaml | 5 # Always have a base image ready to go - this is a nightly build 7 - cron: 0 3 * * * 18 - develop 23 # Publish packages on release 24 release: 32 fail-fast: false 36 container: [["Dockerfile.fedora", "ghcr.io/woodard/libabigail-fedora", true], 37 ["Dockerfile.ubuntu", "ghcr.io/woodard/libabigail-ubuntu-22.04", false], 38 ["Dockerfile.fedora-base", "ghcr.io/woodard/libabigail-fedora-base", false]] 40 runs-on: ubuntu-latest [all …]
|
| /third_party/libabigail/doc/manuals/ |
| D | fedabipkgdiff.rst | 7 ``fedabipkgdiff`` compares the ABI of shared libraries in `Fedora`_ 9 download packages from the `Fedora Build System`_. 11 ``fedabipkgdiff`` knows how to talk with the `Fedora Build System`_ to 40 * Default system-wide suppression specification file 45 suppression file $libdir/libabigail/libabigail-default.abignore. If 46 that file is not present, then no default system-wide suppression 63 * ``--help | -h`` 67 * ``--dry-run`` 72 * ``--debug`` 78 * ``--traceback`` [all …]
|
| /third_party/python/Lib/test/ |
| D | test_platform.py | 14 NAME=Fedora 16 ID=fedora 20 PRETTY_NAME="Fedora 32 (Thirty Two)" 22 LOGO=fedora-logo-icon 23 CPE_NAME="cpe:/o:fedoraproject:fedora:32" 25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/" 28 REDHAT_BUGZILLA_PRODUCT="Fedora" 30 REDHAT_SUPPORT_PRODUCT="Fedora" 45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 66 IN-VALID=value [all …]
|
| /third_party/notofonts/ |
| D | debug.json | 7 "fonts/NotoSansAdlam/full/otf/NotoSansAdlam-Bold.otf", 8 "fonts/NotoSansAdlam/full/otf/NotoSansAdlam-Regular.otf", 9 "fonts/NotoSansAdlam/full/slim-variable-ttf/NotoSansAdlam[wght].ttf", 10 "fonts/NotoSansAdlam/full/ttf/NotoSansAdlam-Bold.ttf", 11 "fonts/NotoSansAdlam/full/ttf/NotoSansAdlam-Regular.ttf", 12 "fonts/NotoSansAdlam/full/variable-ttf/NotoSansAdlam[wght].ttf" 15 "fonts/NotoSansAdlam/hinted/ttf/NotoSansAdlam-Bold.ttf", 16 "fonts/NotoSansAdlam/hinted/ttf/NotoSansAdlam-Regular.ttf" 19 "fonts/NotoSansAdlam/unhinted/otf/NotoSansAdlam-Bold.otf", 20 "fonts/NotoSansAdlam/unhinted/otf/NotoSansAdlam-Regular.otf", [all …]
|
| /third_party/libabigail/tools/ |
| D | fedabipkgdiff | 2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 3 # -*- coding: utf-8 -*- 4 # -*- Mode: Python 6 # Copyright (C) 2013-2016 Red Hat, Inc. 36 # Fedora packagers and developers. Usually, excpet the RPM packages built 88 # --d1 /path/to/package1-debuginfo.rpm \ 89 # --d2 /path/to/package2-debuginfo.rpm \ 93 # ComparisonHalf is a three-elements tuple in format 95 # (package1.rpm, [package1-debuginfo.rpm..] package1-devel.rpm) 97 # - the first element is the subject representing the package to [all …]
|
| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' 35 # e.g. fedora:31@build-default [all …]
|
| /third_party/libabigail/tests/ |
| D | mockfedabipkgdiff.in | 2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 3 # -*- coding: utf-8 -*- 4 # -*- Mode: Python 9 # https://sourceware.org/ml/libabigail/2016-q3/msg00031.html. 12 '''A local-only version of the fedabipkgdiff program 15 that it doesn't use the network (via the Koji client) to get Fedora 17 the Fedora build system to get Fedora binary packages. 23 tests/data/test-fedabipkgdiff/packages. This program then invokes 54 INPUT_DIR = '@abs_top_srcdir@/tests/data/test-fedabipkgdiff' 55 OUTPUT_DIR = '@abs_top_builddir@/tests/output/test-fedabipkgdiff' [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | cross-arm-linux-gnueabihf.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 9 set(CROSS_PATH /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.02-01-20130221_linux) 15 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-gcc") 16 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-g++") 19 # Different build system distros set release optimization level to different 20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 22 # our desire for cross-build release optimization policy for code built to run 26 # sane value for cross-build here. Notice some gcc versions enable broken 27 # optimizations with -O3. 29 if (CMAKE_BUILD_TYPE MATCHES RELEASE OR CMAKE_BUILD_TYPE MATCHES Release OR CMAKE_BUILD_TYPE MATCHE… [all …]
|
| D | cross-ming.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-ming.cmake 16 set(CMAKE_C_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-gcc") 17 #set(CMAKE_CXX_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-g++") 18 set(CMAKE_RC_COMPILER "${CROSS_PATH}/x86_64-w64-mingw32-windres") 19 set(CMAKE_C_FLAGS "-Wno-error") 22 # Different build system distros set release optimization level to different 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 25 # our desire for cross-build release optimization policy for code built to run 29 # sane value for cross-build here. Notice some gcc versions enable broken 30 # optimizations with -O3. [all …]
|
| D | cross-arm-android-gnueabi.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 9 set(CROSS_PATH /opt/libwebsockets_android/android-toolchain-arm) 18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-androideabi-gcc") 19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-androideabi-g++") 22 # Different build system distros set release optimization level to different 23 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 25 # our desire for cross-build release optimization policy for code built to run 29 # sane value for cross-build here. Notice some gcc versions enable broken 30 # optimizations with -O3. 32 if (CMAKE_BUILD_TYPE MATCHES RELEASE OR CMAKE_BUILD_TYPE MATCHES Release OR CMAKE_BUILD_TYPE MATCHE… [all …]
|
| D | cross-aarch64-qnx.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-aarch64-qnx.cmake 18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/ntoaarch64-gcc") 19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/ntoaarch64-g++") 21 set(CMAKE_C_FLAGS "-Wno-error") 25 # Different build system distros set release optimization level to different 26 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 28 # our desire for cross-build release optimization policy for code built to run 32 # sane value for cross-build here. Notice some gcc versions enable broken 33 # optimizations with -O3. 35 if (CMAKE_BUILD_TYPE MATCHES RELEASE OR CMAKE_BUILD_TYPE MATCHES Release OR CMAKE_BUILD_TYPE MATCHE… [all …]
|
| D | cross-w64.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w64.cmake 13 set(CROSS_ROOT ${CROSS_PATH}/x86_64-w64-mingw32/sys-root/) 20 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-gcc") 21 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-g++") 22 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/x86_64-w64-mingw32-windres") 23 set(CMAKE_C_FLAGS "-Wno-error") 26 # Different build system distros set release optimization level to different 27 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 29 # our desire for cross-build release optimization policy for code built to run 33 # sane value for cross-build here. Notice some gcc versions enable broken [all …]
|
| D | cross-w32.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-w32.cmake -DLWS_WITH_SSL=0 13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/) 19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc") 20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++") 21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres") 24 # Different build system distros set release optimization level to different 25 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 27 # our desire for cross-build release optimization policy for code built to run 31 # sane value for cross-build here. Notice some gcc versions enable broken 32 # optimizations with -O3. [all …]
|
| D | cross-aarch64.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 14 set(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc") 15 set(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++") 18 # Different build system distros set release optimization level to different 19 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 21 # our desire for cross-build release optimization policy for code built to run 25 # sane value for cross-build here. Notice some gcc versions enable broken 26 # optimizations with -O3. 28 if (CMAKE_BUILD_TYPE MATCHES RELEASE OR CMAKE_BUILD_TYPE MATCHES Release OR CMAKE_BUILD_TYPE MATCHE… 29 set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O2") [all …]
|
| D | cross-aarch64-android.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=contrib/cross-aarch64-android.cmake 14 set(CROSS_SYSROOT "${NDK}/platforms/android-${ANDROID_API_VER}/arch-${ABARCH1}") 15 set(BUILD_ARCH linux-x86_64) 21 set(TC_BASE ${TC_PATH}/bin/${CMAKE_SYSTEM_PROCESSOR}-linux-android) 24 set(CMAKE_C_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang") 25 set(CMAKE_CXX_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang++") 29 # Different build system distros set release optimization level to different 30 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 32 # our desire for cross-build release optimization policy for code built to run 36 # sane value for cross-build here. Notice some gcc versions enable broken [all …]
|
| D | cross-esp32.cmake | 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 13 set(TC xtensa-esp32-elf) 15 set(CMAKE_C_COMPILER "${TC}-gcc${EXECUTABLE_EXT}") 16 set(CMAKE_AR "${TC}-ar${EXECUTABLE_EXT}") 17 set(CMAKE_RANLIB "${TC}-ranlib${EXECUTABLE_EXT}") 18 set(CMAKE_LINKER "${TC}-ld${EXECUTABLE_EXT}") 21 # Different build system distros set release optimization level to different 22 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 24 # our desire for cross-build release optimization policy for code built to run 28 # sane value for cross-build here. Notice some gcc versions enable broken [all …]
|
| D | cross-linkit.cmake | 7 # cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/opt/linkit/cross-root \ 8 # -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-linkit.cmake \ 9 # -DLWS_PLAT_FREERTOS=1 \ 10 # -DLWS_WITH_ZLIB=0 \ 11 # -DLWS_WITHOUT_EXTENSIONS=1 \ 12 # -DLWS_WITH_ZIP_FOPS=0 \ 13 # -DLWS_WITH_HTTP_STREAM_COMPRESSION=0 \ 14 # -DLWS_WITH_MBEDTLS=1 \ 15 # -DLWS_WITH_FILE_OPS=0 20 set(CROSS_PATH ${CROSS_BASE}/tools/gcc/gcc-arm-none-eabi) [all …]
|
| D | cross-atmel.cmake | 7 # cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/opt/atmel/cross-root \ 8 # -DCMAKE_TOOLCHAIN_FILE=../contrib/cross-atmel.cmake \ 9 # -DLWS_PLAT_FREERTOS=1 \ 10 # -DLWS_WITH_ZLIB=0 \ 11 # -DLWS_WITHOUT_EXTENSIONS=1 \ 12 # -DLWS_WITH_ZIP_FOPS=0 \ 13 # -DLWS_WITH_HTTP_STREAM_COMPRESSION=0 \ 14 # -DLWS_WITH_MBEDTLS=0 \ 15 # -DLWS_WITH_SSL=0 \ 16 # -DLWS_WITH_FILE_OPS=0 [all …]
|
| /third_party/mesa3d/docs/drivers/ |
| D | svga3d.rst | 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The VM is configured for virtual hardware version 12. 15 - The host OS, GPU and graphics driver supports DX11 (Windows) or 17 - On Linux, the vmwgfx kernel module must be version 2.9.0 or later. 18 - A recent version of Mesa with the updated svga Gallium driver. 25 - Multisample antialiasing (2x, 4x) 26 - GL_ARB/AMD_draw_buffers_blend 27 - GL_ARB_sample_shading 28 - GL_ARB_texture_cube_map_array 29 - GL_ARB_texture_gather [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 8 "linux-debian-11/x86_64-amd/gcc": { 9 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 11 "linux-debian-buster/x86-amd/gcc": { 12 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 20 "linux-debian-sid/x86-amd/gcc": { [all …]
|
| D | bug_report.md | 5 If it's much older than last stable release, we will likely suggest you try that 10 "Fedora 32 x86_64" or "OSX Catalina" etc 26 …"fails" --> this word is a red flag you didn't try to debug the issue much... exactly how does it … 27 …--> this word is a red flag you didn't try to debug the issue much... exactly what does it mean, w… 28 …"crashes" --> what happens if you run under valgrind? You know lws is not threadsafe except for lw… 29 "sucks" --> let's discuss you writing a patch to improve whatever it is 35 Crash? Get a usable backtrace by building with `cmake .. -DCMAKE_BUILD_TYPE=DEBUG` and run under gd… 37 … with `cmake .. -DCMAKE_BUILD_TYPE=DEBUG` and run with `lws_set_log_level(1151, NULL)`, on the exa…
|
| /third_party/skia/third_party/externals/harfbuzz/docs/ |
| D | usermanual-install-harfbuzz.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 7 <chapter id="install-harfbuzz"> 18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all 23 Release notes are posted with each new release to provide an 32 compatibility-breaking way in any release. However, other, 52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa… 53 On Fedora, RHEL, CentOS, or other Red-Hat–based systems, you would run: 54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev… 60 are building from the source in a downloaded release tarball or [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/libbpf/ |
| D | README.md | 2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width… 3 <img src="assets/libbpf-logo-sideways.png" width="40%"> 10 [](https://… 19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source 20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under 22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf), 23 please don't open PRs here unless you are changing Github-specific parts of libbpf 24 (e.g., Github-specific Makefile). 32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap) 33 and [the companion blog post](https://nakryiko.com/posts/libbpf-bootstrap/) for [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.1.1.rst | 1 Mesa 20.1.1 Release Notes / 2020-06-10 4 Mesa 20.1.1 is a bug fix release which fixes bugs found since the 20.1.0 5 release. 20 --------------- 24 3ea6e46ea7881c656f7b4724639eaa4672d4e0e0b70869651e8f955ebae3d476 mesa-20.1.1.tar.xz 27 ------------ 29 - None 32 --------- 34 - i965: Rendering problems replaying a trace of "Refunct" after 35 mesa-20.1.0-rc1 release [bisected] [all …]
|
1234