| /third_party/rust/crates/nix/ |
| D | .cirrus.yml | 8 RUSTFLAGS: -D warnings 9 RUSTDOCFLAGS: -D warnings 18 - . $HOME/.cargo/env || true 19 - $TOOL +$TOOLCHAIN -Vv 20 - rustc +$TOOLCHAIN -Vv 21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets 22 - $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET 23 - $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings 24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi 25 …- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/downl… [all …]
|
| D | Cargo.toml | 6 rust-version = "1.56" 7 authors = ["The nix-rust Project Developers"] 8 repository = "https://github.com/nix-rust/nix" 10 categories = ["os::unix-apis"] 14 rustdoc-args = ["--cfg", "docsrs"] 16 "x86_64-unknown-linux-gnu", 17 "aarch64-linux-android", 18 "x86_64-apple-darwin", 19 "aarch64-apple-ios", 20 "x86_64-unknown-freebsd", [all …]
|
| D | README.md | 3 [](https://cirrus-ci.com/g… 13 exposed by the [libc crate](https://github.com/rust-lang/libc). This is done by 20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system 25 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int; 28 pub fn gethostname() -> Result<OsString>; 34 platforms supported by [libc](https://github.com/rust-lang/libc), only some 38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either 40 * Tier 2 - Builds for this target are run in CI. Failures during the build 43 * Tier 3 - Builds for this target are run in CI. Failures during the build 50 * aarch64-apple-darwin [all …]
|
| D | CHANGELOG.md | 6 ## [0.26.2] - 2023-01-18 8 - Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering. 9 ([#1964](https://github.com/nix-rust/nix/pull/1964)) 11 ## [0.26.1] - 2022-11-29 13 - Fix UB with `sys::socket::sockopt::SockType` using `SOCK_PACKET`. 14 ([#1821](https://github.com/nix-rust/nix/pull/1821)) 16 ## [0.26.0] - 2022-11-29 19 - Added `SockaddrStorage::{as_unix_addr, as_unix_addr_mut}` 20 ([#1871](https://github.com/nix-rust/nix/pull/1871)) 21 - Added `MntFlags` and `unmount` on all of the BSDs. [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | build.sh | 8 set -ex 18 rustup component add rust-src 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" 55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 48 fn clone(&self) -> DIR { in clone() 76 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 78 #[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))] 91 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 94 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 97 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 100 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 103 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 106 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 109 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] [all …]
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 62 fn clone(&self) -> timezone { in clone() 71 fn clone(&self) -> ucred_t { in clone() 480 any(target_arch = "x86", target_arch = "x86_64"), 484 any(target_arch = "x86", target_arch = "x86_64"), 581 fn eq(&self, other: &utmpx) -> bool { 603 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { 637 fn eq(&self, other: &epoll_event) -> bool { 644 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { 663 fn eq(&self, other: &sockaddr_un) -> bool { 674 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { [all …]
|
| /third_party/rust/crates/clang-sys/ |
| D | CHANGELOG.md | 1 ## [1.4.0] - 2022-09-22 4 - The value of an `EntityKind` enum variant 7 …e in `libclang`](https://github.com/llvm/llvm-project/commit/bb83f8e70bd1d56152f02307adacd718cd67e… 10 - Added support for `clang` 16.0.x 11 - Added support for `clang` 15.0.x 12 - Added support for `clang` 14.0.x 14 ## [1.3.3] - 2022-05-28 17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before 20 ## [1.3.2] - 2022-05-18 23 - Added support for illumos and derivatives [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| D | syscalls.rs | 14 target_os = "illumos", 28 target_os = "illumos", 41 target_os = "illumos", 50 target_os = "illumos", 65 #[cfg(not(any(target_os = "illumos", target_os = "solaris")))] 70 target_os = "illumos", 82 target_os = "illumos", 102 target_os = "illumos", 121 target_os = "illumos", 165 weak!(fn __utimensat64(c::c_int, *const c::c_char, *const LibcTimespec, c::c_int) -> c::c_int); [all …]
|
| /third_party/rust/crates/libc/libc-test/ |
| D | build.rs | 20 if target.contains("solaris") || target.contains("illumos") { in do_cc() 60 t if t.contains("illumos") => return test_solarish(t), in do_ctest() 64 t if t.contains("nto-qnx") => return test_neutrino(t), in do_ctest() 65 t => panic!("unknown target {}", t), in do_ctest() 69 fn ctest_cfg() -> ctest::TestGenerator { in ctest_cfg() 97 // `libc-test/semver` dir. in do_semver() 111 let os_arch = format!("{}-{}", os, arch); in do_semver() 114 let os_env = format!("{}-{}", os, target_env); in do_semver() 117 let os_env_arch = format!("{}-{}-{}", os, target_env, arch); in do_semver() 127 println!("cargo:rerun-if-changed={}", path.display()); in process_semver_file() [all …]
|
| /third_party/mesa3d/ |
| D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 30 …default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++14'] 54 '-D__STDC_CONSTANT_MACROS', 55 '-D__STDC_FORMAT_MACROS', 56 '-D__STDC_LIMIT_MACROS', 57 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 58 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', 63 with_moltenvk_dir = get_option('moltenvk-dir') 64 with_vulkan_icd_dir = get_option('vulkan-icd-dir') 65 with_tests = get_option('build-tests') [all …]
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 3 //! [Further reading](https://man7.org/linux/man-pages/man7/socket.7.html) 29 * ===== Re-exports ===== 35 #[cfg(not(any(target_os = "illumos", target_os = "solaris")))] 38 #[cfg(any(target_os = "illumos", target_os = "solaris"))] 43 target_os = "illumos", 53 target_os = "illumos", 91 /// Provides sequenced, reliable, two-way, connection- 92 /// based byte streams. An out-of-band data transmission 98 /// Provides a sequenced, reliable, two-way connection- 111 // backwards-compatibility with Nix-0.25.0 we manually implement it, so as to [all …]
|
| /third_party/gstreamer/gstplugins_good/ |
| D | NEWS | 5 The latest bug-fix release in the 1.20 series is 1.20.3 and was released 16 the stable 1.x API series of your favourite cross-platform multimedia 24 - Development in GitLab was switched to a single git repository 26 - GstPlay: new high-level playback library, replaces GstPlayer 27 - WebM Alpha decoding support 28 - Encoding profiles can now be tweaked with additional 29 application-specified element properties 30 - Compositor: multi-threaded video conversion and mixing 31 - RTP header extensions: unified support in RTP depayloader and 33 - SMPTE 2022-1 2-D Forward Error Correction support [all …]
|
| D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 8 * gst-plugins-good.doap: 12 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 17 2022-05-18 10:23:15 +0300 Sebastian Dröge <sebastian@centricular.com> 19 * gst/matroska/matroska-demux.c: 20 … matroskademux: Avoid integer-overflow resulting in heap corruption in WavPack header handling code 26 CVE: CVE-2022-1920 27 https://gstreamer.freedesktop.org/security/sa-2022-0004.html 28 Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1226 29 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2613> [all …]
|
| /third_party/gstreamer/gst_libav/ |
| D | NEWS | 5 The latest bug-fix release in the 1.20 series is 1.20.3 and was released 16 the stable 1.x API series of your favourite cross-platform multimedia 24 - Development in GitLab was switched to a single git repository 26 - GstPlay: new high-level playback library, replaces GstPlayer 27 - WebM Alpha decoding support 28 - Encoding profiles can now be tweaked with additional 29 application-specified element properties 30 - Compositor: multi-threaded video conversion and mixing 31 - RTP header extensions: unified support in RTP depayloader and 33 - SMPTE 2022-1 2-D Forward Error Correction support [all …]
|
| /third_party/gstreamer/gstplugins_bad/ |
| D | NEWS | 5 The latest bug-fix release in the 1.20 series is 1.20.3 and was released 16 the stable 1.x API series of your favourite cross-platform multimedia 24 - Development in GitLab was switched to a single git repository 26 - GstPlay: new high-level playback library, replaces GstPlayer 27 - WebM Alpha decoding support 28 - Encoding profiles can now be tweaked with additional 29 application-specified element properties 30 - Compositor: multi-threaded video conversion and mixing 31 - RTP header extensions: unified support in RTP depayloader and 33 - SMPTE 2022-1 2-D Forward Error Correction support [all …]
|
| D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 7 * gst-plugins-bad.doap: 11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 16 2022-06-09 23:19:24 +0900 Seungha Yang <seungha@centricular.com> 22 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2584> 24 2022-05-27 05:15:13 +1000 Jan Schmidt <jan@centricular.com> 26 * sys/androidmedia/gstamc-constants.h: 32 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2572> 34 2022-05-30 16:31:38 -0400 Olivier Crête <olivier.crete@collabora.com> 38 webrtcbin: Reject answers that don't contain the same number of m-line as offer [all …]
|
| /third_party/gstreamer/gstreamer/ |
| D | NEWS | 5 The latest bug-fix release in the 1.20 series is 1.20.3 and was released 16 the stable 1.x API series of your favourite cross-platform multimedia 24 - Development in GitLab was switched to a single git repository 26 - GstPlay: new high-level playback library, replaces GstPlayer 27 - WebM Alpha decoding support 28 - Encoding profiles can now be tweaked with additional 29 application-specified element properties 30 - Compositor: multi-threaded video conversion and mixing 31 - RTP header extensions: unified support in RTP depayloader and 33 - SMPTE 2022-1 2-D Forward Error Correction support [all …]
|
| /third_party/gstreamer/gstplugins_base/ |
| D | NEWS | 5 The latest bug-fix release in the 1.20 series is 1.20.3 and was released 16 the stable 1.x API series of your favourite cross-platform multimedia 24 - Development in GitLab was switched to a single git repository 26 - GstPlay: new high-level playback library, replaces GstPlayer 27 - WebM Alpha decoding support 28 - Encoding profiles can now be tweaked with additional 29 application-specified element properties 30 - Compositor: multi-threaded video conversion and mixing 31 - RTP header extensions: unified support in RTP depayloader and 33 - SMPTE 2022-1 2-D Forward Error Correction support [all …]
|
| /third_party/pulseaudio/ |
| D | configure.ac | 1 # -*- Autoconf -*- 6 # Copyright 2004-2008 Lennart Poettering 7 # Copyright 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB 24 AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[pulseaudio-discuss (at) list… 28 AC_CONFIG_AUX_DIR([build-aux]) 29 AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability subdir-objects silent-rules color-tests dist-… 33 AS_IF([! test -n "$VERSION"], [ 34 AC_MSG_ERROR([git-version-gen failed]) 37 m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`) 38 m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`) [all …]
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_ARCHIVE.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 177 * uv: Upgrade to v1.0.0-rc1 187 * buffer: improve Buffer constructor (Kang-Hao Kenny) 213 * dns: send lookup c-ares errors to callback (Chris Dickinson) 245 * repl: fix multi-line input (Fedor Indutny) 254 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu) 339 * async-listener: revamp of subsystem (Trevor Norris) 346 * crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews) [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /third_party/node/doc/api/ |
| D | all.json | 21 …- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo… 26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->", 58 …-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ… 63 …-js\">module.exports.hello = () => 'world';\n</code></pre>\n<p>First, create the file <code>hello.… 66 "textRaw": "Context-aware addons", 67 "name": "context-aware_addons", 68 …-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex… 77 "pr-url": "https://github.com/nodejs/node/pull/34572", 82 …-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar… 88 "displayName": "Context-aware addons" [all …]
|
| D | all.html | 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width"> 6 <meta name="nodejs.org:node-version" content="v14.21.2"> 13 <body class="alt apidoc" id="api-section-all"> 22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li> 23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li> 27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li> 28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li> 29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li> 30 <li><a href="addons.html" class="nav-addons">C++ addons</a></li> [all …]
|