Home
last modified time | relevance | path

Searched +full:- +full:- +full:job +full:- +full:success +full:- +full:regex (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/.gitlab-ci/b2c/
Dgenerate_b2c.py30 parser.add_argument('--ci-job-id')
31 parser.add_argument('--container-cmd')
32 parser.add_argument('--initramfs-url')
33 parser.add_argument('--job-success-regex')
34 parser.add_argument('--job-warn-regex')
35 parser.add_argument('--kernel-url')
36 parser.add_argument('--log-level', type=int)
37 parser.add_argument('--poweroff-delay', type=int)
38 parser.add_argument('--session-end-regex')
39 parser.add_argument('--session-reboot-regex')
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml2 # Cancel job if a newer commit is pushed to the same branch
7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
[all …]
/third_party/cups-filters/utils/
Dcups-browsed.c2 This file is part of cups-filters.
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
40 #include <regex.h>
46 #include <avahi-client/client.h>
47 #include <avahi-client/lookup.h>
49 #include <avahi-glib/glib-watch.h>
50 #include <avahi-common/malloc.h>
51 #include <avahi-common/error.h>
128 #include "cups-notifier.h"
131 #define CUPS_BROWSED_MARK "cups-browsed"
[all …]
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
D22.2.0.rst1 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 …]
D21.1.0.rst1 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/toybox/www/
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h40 // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
62 #include "gtest/internal/gtest-internal.h"
63 #include "gtest/internal/gtest-string.h"
64 #include "gtest/gtest-death-test.h"
65 #include "gtest/gtest-matchers.h"
66 #include "gtest/gtest-message.h"
67 #include "gtest/gtest-param-test.h"
68 #include "gtest/gtest-printers.h"
70 #include "gtest/gtest-test-part.h"
71 #include "gtest/gtest-typed-test.h"
[all …]
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx1 /* Debuginfo-over-http server.
2 Copyright (C) 2019-2021 Red Hat, Inc.
20 /* cargo-cult from libdwfl linux-kernel-modules.c */
45 #undef __attribute__ /* glibc bug - rhbz 1763325 */
86 // #include <regex> // on rhel7 gcc 4.8, not competent
87 #include <regex.h>
123 equal(haystack.end()-needle.size(), haystack.end(), in string_endswith()
139 "pragma synchronous = 0;\n" // disable fsync()s - this cache is disposable across a machine crash
145 // NB: all these are overridable with -D option
271 // XXX: we could have migration queries here to bring prior-schema
[all …]
/third_party/python/Doc/whatsnew/
D3.2.rst13 a beta release, please use the tracker instead -- this helps avoid
40 sufficient; the e-mail address isn't necessary. It's helpful to
60 :pep:`392` - Python 3.2 Release Schedule
83 :pep:`384` - Defining a Stable ABI
95 This module has already had widespread success in the community as a
96 third-party module. Being more fully featured than its predecessor, the
97 :mod:`argparse` module is now the preferred module for command-line processing.
116 parser.add_argument('-u', '--user', # -u or --user option
122 >>> cmd = 'deploy sneezy.example.com sleepy.example.com -u skycaptain'
133 >>> parser.parse_args('-h'.split())
[all …]
/third_party/python/Misc/
DHISTORY2 --------------
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 …]
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =
[all …]
/third_party/libabigail/
DChangeLog1 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/pcre2/pcre2/doc/
Dpcre2.txt1 -----------------------------------------------------------------------------
8 -----------------------------------------------------------------------------
16 PCRE2 - Perl-compatible regular expressions (revised API)
25 API is more extensible, and it was simplified by abolishing the sepa-
31 As well as Perl-style regular expression patterns, some features that
35 requesting some minor changes that give better ECMAScript (aka Java-
38 The source code for PCRE2 can be compiled to support strings of 8-bit,
39 16-bit, or 32-bit code units, which means that up to three separate li-
42 64-bit environment that also supports 32-bit applications, versions of
43 PCRE2 that are compiled in both 64-bit and 32-bit modes may be needed.
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
65 ## 2022-03-17, Version 16.14.2 'Gallium' (LTS), @richardlau
73 * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
78 …4`](https://github.com/nodejs/node/commit/3924618c74)] - **deps**: update archs files for OpenSSL-
79 * \[[`7a6a870d58`](https://github.com/nodejs/node/commit/7a6a870d58)] - **deps**: upgrade openssl s…
80 * \[[`c533b430f4`](https://github.com/nodejs/node/commit/c533b430f4)] - **test**: fix tests affecte…
84 ## 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams
93 * \[[`2a24e763d5`](https://github.com/nodejs/node/commit/2a24e763d5)] - **async\_hooks**: fix impor…
94 * \[[`c4a296f59b`](https://github.com/nodejs/node/commit/c4a296f59b)] - **benchmark**: enable no-em…
95 * \[[`abe2eb9fc0`](https://github.com/nodejs/node/commit/abe2eb9fc0)] - **benchmark**: avoid input …
[all …]
DCHANGELOG_V13.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
54 ## 2020-04-29, Version 13.14.0 (Current), @BridgeAR
73 * \[[`52d8afc07e`](https://github.com/nodejs/node/commit/52d8afc07e)] - **(SEMVER-MINOR)** **async\…
74 * \[[`b304df97ff`](https://github.com/nodejs/node/commit/b304df97ff)] - **(SEMVER-MINOR)** **async\…
75 * \[[`a1178b6c5b`](https://github.com/nodejs/node/commit/a1178b6c5b)] - **buffer**: add type check …
76 * \[[`d9378747ae`](https://github.com/nodejs/node/commit/d9378747ae)] - **buffer**: mark pool Array…
77 * \[[`9bcfc8ed58`](https://github.com/nodejs/node/commit/9bcfc8ed58)] - **buffer,n-api**: fix doubl…
78 * \[[`606719fa16`](https://github.com/nodejs/node/commit/606719fa16)] - **build**: fix vcbuild erro…
79 * \[[`832ea520be`](https://github.com/nodejs/node/commit/832ea520be)] - **build**: remove .git fold…
80 * \[[`e1809c8d71`](https://github.com/nodejs/node/commit/e1809c8d71)] - **build**: add configure fl…
[all …]
DCHANGELOG_V12.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
91 ## 2022-04-05, Version 12.22.12 'Erbium' (LTS), @richardlau
96 reach End-of-Life status on 30 April 2022, after which it will not
101 This release fixes a shutdown crash in Node-API (formerly N-API) and a
110 * \[[`1193290f3f`](https://github.com/nodejs/node/commit/1193290f3f)] - **deps**: V8: cherry-pick c…
111 * \[[`333eda8d03`](https://github.com/nodejs/node/commit/333eda8d03)] - **doc**: add a note about p…
112 * \[[`518a49c0c6`](https://github.com/nodejs/node/commit/518a49c0c6)] - **doc**: use openpgp.org fo…
113 * \[[`11aef2ad03`](https://github.com/nodejs/node/commit/11aef2ad03)] - **doc**: update release key…
114 * \[[`a9c38f1003`](https://github.com/nodejs/node/commit/a9c38f1003)] - **doc**: add release key fo…
115 * \[[`a35f553889`](https://github.com/nodejs/node/commit/a35f553889)] - **doc**: add release key fo…
[all …]
DCHANGELOG_V5.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
59 ## 2016-06-23, Version 5.12.0 (Stable), @evanlucas
63 …ity release summary at <https://nodejs.org/en/blog/vulnerability/june-2016-security-releases> for …
68 … 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-private#40](https://github.com/nodejs/node-
69 …ffer overflow vulnerability discovered in v8. More details can be found in the CVE (CVE-2016-1699).
73 * \[[`0ca0827b71`](https://github.com/nodejs/node/commit/0ca0827b71)] - **(SEMVER-MINOR)** **buffer…
74 * \[[`27785aeb37`](https://github.com/nodejs/node/commit/27785aeb37)] - **buffer**: ignore negative…
75 …mit/34b96c1322)] - **deps**: backport 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-privat…
76 * \[[`2ebeb82852`](https://github.com/nodejs/node/commit/2ebeb82852)] - **test**: fix test-net-\* e…
77 * \[[`03d36aea4f`](https://github.com/nodejs/node/commit/03d36aea4f)] - **(SEMVER-MINOR)** **test**…
[all …]
DCHANGELOG_V14.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
78 ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
86 * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
91 …https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windo…
92 …0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-
93 * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl s…
97 ## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau
104 In practical terms, **Corepack will let you use Yarn and pnpm without having to install them** - ju…
105 Please head over to the [Corepack documentation page](https://nodejs.org/dist/latest-v14.x/docs/api…
107 Contributed by Maël Nison - [#39608](https://github.com/nodejs/node/pull/39608)
[all …]
DCHANGELOG_V10.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
82 ## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins
90 * **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509\_V\_FLAG\_X509\_STRICT (High)
94 * **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature\_algorithms processing (High)
98 * **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High)
99 …totype pollution. You can read more about it in <https://github.com/advisories/GHSA-c4w7-xm78-47vh>
105 * \[[`5e526b96ce`](https://github.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.…
106 …c`](https://github.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs files for OpenSSL-
107 * \[[`5db0a05a90`](https://github.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl s…
111 ## 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @richardlau
[all …]
/third_party/sqlite/src/
Dshell.c5 ** "shell.c" file used to implement the SQLite command-line shell.
13 ** source file to help make the command-line program easier to compile.
41 ** Optionally #include a user-defined header, whereby compilation options
64 ** the browser-mode build has much different user input requirements
98 ** Enable large-file support for fopen() and friends on unix.
224 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
226 * overridden with the -batch command line option.
284 /* Return the current wall-clock time */
290 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
291 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
[all …]