Searched +full:ubuntu +full:- +full:clang +full:- +full:cmake +full:- +full:shared (Results 1 – 21 of 21) 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/libxml2/ |
| D | .gitlab-ci.yml | 3 # for libxslt, that's why we need git and libgcrypt-dev. 5 # FROM ubuntu:20.04 7 # RUN apt-get update && \ 8 # apt-get upgrade -y && \ 9 # apt-get install -y --no-install-recommends \ 10 # curl git ca-certificates \ 11 # autoconf automake libtool pkg-config \ 12 # make gcc clang llvm \ 13 # zlib1g-dev liblzma-dev libgcrypt-dev \ 14 # python-dev python3-dev \ [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/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 14 @section cm Introduction to CMake 16 CMake is a multi-platform build tool that can generate build files for many 17 different target platforms. See more info at http://www.cmake.org 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 [all …]
|
| /third_party/mbedtls/tests/docker/bionic/ |
| D | Dockerfile | 4 # ------- 9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 17 FROM ${MY_REGISTRY}ubuntu:bionic 22 RUN apt-get update \ 23 && apt-get -y install software-properties-common \ 24 && rm -rf /var/lib/apt/lists 26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa 28 RUN apt-get update \ 29 && apt-get -y install \ [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 30 modern CMake based build system. Use of the CMake build system is documented 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 54 ## The CMake build system [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 23 # configurations, and can and will arbitrarily change the current CMake 28 # After running this script, the CMake cache will be lost and CMake 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 36 # * CMake 37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind) 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc [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 8 destruction of a shared DTD in function 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). 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/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. 142 are added to the CMake files as well as to the autoconf files. The relevant 143 files are CMakeLists.txt and config-cmake.h.in. After making a release, test 144 it out with CMake if there have been changes here. [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/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 16 recent versions of Clang. 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 [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/vk-gl-cts/external/vulkancts/ |
| D | README.md | 7 Up-to-date documentation for dEQP is available at: 9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 14 ------------ 22 * CMake 3.20.0 or newer 30 * Standard toolchain (make, gcc/clang) 33 * You can get this from the `mesa-common-dev` Ubuntu package. 45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 56 ------------ [all …]
|
| /third_party/json/ |
| D | ChangeLog.md | 4 ## [3.11.2](https://github.com/nlohmann/json/releases/tag/3.11.2) (2022-08-12) 8 - MSVC natvis visualizer does not work after introduction of inline ABI namespace [\#3696](https://… 9 - The use of parenthesis gives compilation errors in some situations [\#3682](https://github.com/nl… 10 - extern from/to\_json result in linker error [\#3657](https://github.com/nlohmann/json/issues/3657) 11 - json\_fwd.hpp no longer standalone [\#3656](https://github.com/nlohmann/json/issues/3656) 12 - regression: `.value<size_t>` is compilation error. [\#3655](https://github.com/nlohmann/json/issu… 13 - Regression: no match for 'operator!=' comparing json\_pointer and const char \*/string\_t [\#3654… 14 - Regression: call to member function 'value' is ambiguous [\#3652](https://github.com/nlohmann/jso… 15 - macOS 10.15 Actions runner image deprecation [\#3612](https://github.com/nlohmann/json/issues/361… 17 - generate\_natvis.py: validate version number; cleanup [\#3698](https://github.com/nlohmann/json/p… [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/mesa3d/docs/relnotes/ |
| 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 | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| /third_party/skia/infra/bots/ |
| D | tasks.json | 3 "Build-Debian10-Clang-arm-Debug-Android": { 5 "Build-Debian10-Clang-arm-Debug-Android" 8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": { 10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan" 13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": { 15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES" 18 "Build-Debian10-Clang-arm-Release-Android": { 20 "Build-Debian10-Clang-arm-Release-Android" 23 "Build-Debian10-Clang-arm-Release-Android_API26": { 25 "Build-Debian10-Clang-arm-Release-Android_API26" [all …]
|
| /third_party/NuttX/ |
| D | ReleaseNotes | 14 "nuttx-6.27"). 16 NuttX-0.1.0 17 ----------- 23 This release has been verified on both the Linux user-mode and C5471 25 for the C5471 can be found in arch/c5471/doc/test-results.txt. 29 NuttX-0.1.1 30 ----------- 42 This release has been verified on the Linux user-mode platform, the 51 NuttX-0.1.2 52 ----------- [all …]
|