Home
last modified time | relevance | path

Searched +full:- +full:- +full:repo (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/third_party/jsframework/
Dpackage-lock.json9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.0.t…
10 …"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9…
13 "@jridgewell/gen-mapping": "^0.1.0",
14 "@jridgewell/trace-mapping": "^0.3.9"
17 "@babel/code-frame": {
19 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.12.11.tg…
20 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
26 "@babel/compat-data": {
28 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.19.1.t…
29 …"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQ…
[all …]
/third_party/weex-loader/
Dpackage-lock.json2 "name": "weex-loader",
9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.1.t…
10 …"integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO…
12 "@jridgewell/gen-mapping": "^0.3.0",
13 "@jridgewell/trace-mapping": "^0.3.9"
18 "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/cli/-/cli-7.20.7.tgz",
19 …"integrity": "sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpY…
21 "@jridgewell/trace-mapping": "^0.3.8",
22 "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
25 "convert-source-map": "^1.1.0",
[all …]
/third_party/glslang/.github/workflows/
Ddeploy.js4 owner: context.repo.owner,
5 repo: context.repo.repo, property
6 ref: 'tags/master-tot',
10 core.setFailed(`upload master-tot tag; ${error.name}; ${error.message}`)
16 owner: context.repo.owner,
17 repo: context.repo.repo, property
18 tag: 'master-tot'
26 owner: context.repo.owner,
27 repo: context.repo.repo, property
37 owner: context.repo.owner,
[all …]
/third_party/vulkan-loader/scripts/
Dupdate_deps.py4 # Copyright (c) 2018-2023 Valve Corporation
5 # Copyright (c) 2018-2023 LunarG, Inc.
6 # Copyright (c) 2023-2023 RasterGrid Kft.
12 # http://www.apache.org/licenses/LICENSE-2.0
24 Get and build dependent repositories using known-good commits.
27 -------
32 repository at a "known-good" commit in order to provide stability in
35 Known-Good JSON Database
36 ------------------------
38 This program expects to find a file named "known-good.json" in the
[all …]
Dgenerate_source.py6 # Copyright (c) 2021-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
7 # Copyright (c) 2023-2023 RasterGrid Kft.
13 # http://www.apache.org/licenses/LICENSE-2.0
36 …parser.add_argument('registry', metavar='REGISTRY_PATH', help='path to the Vulkan-Headers registry…
37 parser.add_argument('--api',
41 …parser.add_argument('--generated-version', help='sets the header version used to generate the repo
43 …group.add_argument('-i', '--incremental', action='store_true', help='only update repo files that c…
44 …group.add_argument('-v', '--verify', action='store_true', help='verify repo files match generator …
49 registry = os.path.abspath(os.path.join(args.registry, 'Vulkan-Headers/registry/vk.xml'))
52 return -1
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/providers/triton/backend/
DCMakeLists.txt3 project(triton-mslite-backend LANGUAGES C CXX)
16 set(TRITON_BACKEND_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/backend repo")
17 set(TRITON_CORE_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo")
18 set(TRITON_COMMON_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/common repo")
40 triton-mslite-backend SHARED
45 TritonMSLiteBackend::triton-mslite-backend ALIAS triton-mslite-backend
54 repo-common
55 GIT_REPOSITORY https://github.com/triton-inference-server/common.git
60 repo-core
61 GIT_REPOSITORY https://github.com/triton-inference-server/core.git
[all …]
/third_party/mesa3d/src/nouveau/headers/
Dupdate-from-open-gpu-doc.py5 from git import Repo
15 '/classes/dma-copy/': 'classes/',
17 '/classes/memory-to-memory-format/': 'classes/',
18 '/classes/inline-to-memory/': 'classes/',
25 parser.add_argument('git_path', type=str, help='Path to the open-gpu-doc repo')
30 # 1. create repo object
32 repo = Repo(repo_path) variable
33 assert not repo.bare
36 sys.exit(-1)
38 # 2. update repo
[all …]
/third_party/mesa3d/.gitlab-ci/container/patches/
Dbuild-skqp_git-sync-deps.patch6 diff --git a/tools/git-sync-deps b/tools/git-sync-deps
8 --- a/tools/git-sync-deps
9 +++ b/tools/git-sync-deps
10 @@ -43,7 +43,7 @@ def git_executable():
14 - searchlist = ['git']
19 @@ -94,21 +94,25 @@ def is_git_toplevel(git, directory):
22 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
23 - return os.path.realpath(directory) == os.path.realpath(toplevel)
29 -def status(directory, checkoutable):
30 - def truncate(s, length):
[all …]
/third_party/grpc/tools/run_tests/performance/templates/
Dloadtest_template_basic_all_languages.yaml17 - build:
19 - bash
20 - /build_scripts/build_qps_worker.sh
23 repo: https://github.com/grpc/grpc.git
27 - args:
28 - -c
29 - |
30 timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \
32 --driver_port="${DRIVER_PORT}"
34 - bash
[all …]
Dloadtest_template_psm_proxied_basic_all_languages.yaml17 - build:
19 - build
20 - --config
21 - opt
22 - //test/cpp/qps:qps_worker
24 - bazel
27 repo: https://github.com/grpc/grpc.git
31 - args:
32 - -c
33 - |
[all …]
Dloadtest_template_psm_proxyless_basic_all_languages.yaml17 - build:
19 - build
20 - --config
21 - opt
22 - //test/cpp/qps:qps_worker
24 - bazel
27 repo: https://github.com/grpc/grpc.git
31 - args:
32 - -c
33 - |
[all …]
/third_party/typescript/scripts/
Drequest-pr-review.mjs6 string: ["token", "pull", "reviewer", "owner", "repo"],
17 repo: "TypeScript"
25 if (!options.token || !options.pull || !options.reviewer || !options.owner || !options.repo) {
27 printHelpAndExit(-1);
33 printHelpAndExit(-2);
44 repo: options.repo, property
61 usage: request-pr-review.js [options]
64 --token <token> Your GitHub auth token. Uses %GH_TOKEN% if present.
65 --owner <owner> The GH user or organization for the repo (default: 'microsoft').
66 --repo <repo> The GH repo for the pull request (default: 'TypeScript').
[all …]
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dprepare.rs32 [patch.crates-io] in prepare_stdlib()
33 rustc-std-workspace-core = { path = "./library/rustc-std-workspace-core" } in prepare_stdlib()
34 rustc-std-workspace-alloc = { path = "./library/rustc-std-workspace-alloc" } in prepare_stdlib()
35 rustc-std-workspace-std = { path = "./library/rustc-std-workspace-std" } in prepare_stdlib()
37 # Mandatory for correctly compiling compiler-builtins in prepare_stdlib()
39 debug-assertions = false in prepare_stdlib()
40 overflow-checks = false in prepare_stdlib()
41 codegen-units = 10000 in prepare_stdlib()
44 debug-assertions = false in prepare_stdlib()
45 overflow-checks = false in prepare_stdlib()
[all …]
/third_party/vulkan-headers/.github/workflows/
Dci.yml1 # Copyright 2022-2023 LunarG, Inc.
3 # SPDX-License-Identifier: Apache-2.0
18 cmake-unix:
19 runs-on: ${{ matrix.os }}
20 … 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base…
23 os: [ ubuntu-latest, macos-latest ]
24 cmake-version: [ '3.22.1', 'latest']
26 - uses: actions/checkout@v4
27 - uses: lukka/get-cmake@latest
29 cmakeVersion: ${{ matrix.cmake-version }}
[all …]
/third_party/jinja2/
D.pre-commit-config.yaml5 - repo: https://github.com/asottile/pyupgrade
8 - id: pyupgrade
9 args: ["--py37-plus"]
10 - repo: https://github.com/asottile/reorder-python-imports
13 - id: reorder-python-imports
14 args: ["--application-directories", "src"]
15 - repo: https://github.com/psf/black
18 - id: black
19 - repo: https://github.com/PyCQA/flake8
22 - id: flake8
[all …]
/third_party/grpc/tools/gource/
Dgen-all-logs.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 tmpdir=`mktemp -d`
21 mkdir -p $tmpdir/logs
22 repos="grpc grpc-common grpc-go grpc-java grpc.github.io"
23 for repo in $repos
26 git clone https://github.com/grpc/$repo.git
27 cd $repo
28 gource --output-custom-log $tmpdir/logs/$repo
29 sed -i "s,|/,|/$repo/,g" $tmpdir/logs/$repo
[all …]
/third_party/mindspore/mindspore-src/source/third_party/patch/triton/
Dtriton_backend.patch0011 diff --git a/CMakeLists.txt b/CMakeLists.txt
3 --- a/CMakeLists.txt
5 @@ -36,6 +36,9 @@ option(TRITON_ENABLE_MALI_GPU "Enable Arm MALI GPU support in backend utilities"
13 set(TRITON_COMMON_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/common repo")
14 set(TRITON_CORE_REPO_TAG "main" CACHE STRING "Tag for triton-inference-server/core repo")
15 @@ -49,24 +52,19 @@ if(TRITON_ENABLE_MEMORY_TRACKER AND NOT TRITON_ENABLE_GPU)
19 -#
20 -# Dependencies
21 -#
22 -include(FetchContent)
[all …]
/third_party/rust/rust/compiler/rustc_smir/
DREADME.md1 This crate is regularly synced with its mirror in the rustc repo at `compiler/rustc_smir`.
3 We use `git subtree` for this to preserve commits and allow the rustc repo to
4 edit these crates without having to touch this repo. This keeps the crates compiling
12 Since the crate is the same in the rustc repo and here, the dependencies on rustc_* crates
17 cargo build --no-default-features -Zavoid-dev-deps
26 In the rustc repo, execute
29 git subtree push --prefix=compiler/rustc_smir url_to_your_fork_of_project_stable_mir some_feature_b…
32 …hen open a PR of your `some_feature_branch` against https://github.com/rust-lang/project-stable-mir
36 First we need to bump our stack limit, as the rustc repo otherwise quickly hits that:
39 ulimit -s 60000
[all …]
/third_party/grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch1 diff --git a/third_party/boringssl b/third_party/boringssl
3 --- a/third_party/boringssl
5 @@ -1 +1 @@
6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9
8 diff --git a/third_party/gflags b/third_party/gflags
10 --- a/third_party/gflags
12 @@ -1 +1 @@
13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
15 diff --git a/third_party/googletest b/third_party/googletest
17 --- a/third_party/googletest
[all …]
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/actions/github-release/
Dmain.js1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
19 const repo = slug.split('/')[1];
38 … tag = await octokit.request("GET /repos/:owner/:repo/git/refs/tags/:name", { owner, repo, name }); property
53 repo, property
64 repo, property
75 console.log("double-checking tag is correct");
76 … tag = await octokit.request("GET /repos/:owner/:repo/git/refs/tags/:name", { owner, repo, name }); property
89 let release = await octokit.rest.repos.getReleaseByTag({ owner, repo, tag: name }); property
93 repo, property
104 repo, property
[all …]
/third_party/littlefs/.github/workflows/
Dpost-release.yml1 name: post-release
8 post-release:
9 runs-on: ubuntu-18.04
11 # trigger post-release in dependency repo, this indirection allows the
12 # dependency repo to be updated often without affecting this repo. At
13 # the time of this comment, the dependency repo is responsible for
14 # creating PRs for other dependent repos post-release.
15 - name: trigger-post-release
16 continue-on-error: true
18 curl -sS -X POST -H "authorization: token ${{secrets.BOT_TOKEN}}" \
[all …]
/third_party/markupsafe/
D.pre-commit-config.yaml5 - repo: https://github.com/asottile/pyupgrade
8 - id: pyupgrade
9 args: ["--py37-plus"]
10 - repo: https://github.com/asottile/reorder-python-imports
13 - id: reorder-python-imports
14 args: ["--application-directories", "src"]
16 - repo: https://github.com/psf/black
19 - id: black
20 - repo: https://github.com/PyCQA/flake8
23 - id: flake8
[all …]
/third_party/skia/m133/tools/
Dgit-sync-deps4 # Use of this source code is governed by a BSD-style license that can be
20 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
25 git config sync-deps.disable true
27 To re-enable sync:
29 git config --unset sync-deps.disable
52 subprocess.call([git, '--version'], stdout=devnull)
79 [git, 'config', 'sync-deps.disable'], cwd=directory)
96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
105 return s if len(s) <= length else '...' + s[-(length-3):]
107 return s if len(s) <= length else s[:(length - 3)] + '...'
[all …]
/third_party/rust/rust/src/tools/cargotest/
Dmain.rs7 repo: &'static str, field
14 /// `filters` are passed to libtest (i.e., after a `--` in the `cargo test` invocation).
21 repo: "https://github.com/iron/iron",
31 repo: "https://github.com/BurntSushi/ripgrep",
41 repo: "https://github.com/XAMPPRocky/tokei",
51 repo: "https://github.com/BurntSushi/xsv",
75 repo: "https://github.com/servo/servo",
87 repo: "https://github.com/diesel-rs/diesel",
94 features: Some(&["sqlite", "libsqlite3-sys/bundled"]),
117 println!("testing {}", test.repo); in test_repo()
[all …]
/third_party/skia/tools/
Dgit-sync-deps4 # Use of this source code is governed by a BSD-style license that can be
20 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages.
25 git config sync-deps.disable true
27 To re-enable sync:
29 git config --unset sync-deps.disable
52 subprocess.call([git, '--version'], stdout=devnull)
79 [git, 'config', 'sync-deps.disable'], cwd=directory)
96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
104 return s if len(s) <= length else '...' + s[-(length-3):]
106 return s if len(s) <= length else s[:(length - 3)] + '...'
[all …]

12345678910>>...34