Home
last modified time | relevance | path

Searched full:pull (Results 1 – 25 of 1309) sorted by relevance

12345678910>>...53

/third_party/rust/crates/nix/
DCHANGELOG.md9 ([#1964](https://github.com/nix-rust/nix/pull/1964))
14 ([#1821](https://github.com/nix-rust/nix/pull/1821))
20 ([#1871](https://github.com/nix-rust/nix/pull/1871))
23 ([#1877](https://github.com/nix-rust/nix/pull/1877))
25 ([#1849](https://github.com/nix-rust/nix/pull/1849))
27 ([#1849](https://github.com/nix-rust/nix/pull/1849))
29 ([#1829](https://github.com/nix-rust/nix/pull/1829))
31 ([#1825](https://github.com/nix-rust/nix/pull/1825))
33 ([#1804](https://github.com/nix-rust/nix/pull/1804))
35 ([#1805](https://github.com/nix-rust/nix/pull/1805))
[all …]
DCONTRIBUTING.md55 # Pull requests
57 GitHub pull requests are the primary mechanism we use to change nix. GitHub itself has
58 some [great documentation][pr-docs] on using the Pull Request feature. We use the 'fork and
59 pull' model described there.
61 Please make pull requests against the `master` branch.
69 [pr-docs]: https://help.github.com/articles/using-pull-requests/
73 nix has a test suite that you can run with `cargo test`. Ideally, we'd like pull
80 will run once you open a pull request.
97 All pull requests are merged via [bors], an integration bot. After the
98 pull request has been reviewed, the reviewer will leave a comment like
/third_party/PyYAML/
DCHANGES9 * https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown
10 * https://github.com/yaml/pyyaml/pull/483 -- Add a test for YAML 1.1 types
11 * https://github.com/yaml/pyyaml/pull/497 -- fix float resolver to ignore `.` and `._`
12 * https://github.com/yaml/pyyaml/pull/550 -- drop Python 2.7
13 * https://github.com/yaml/pyyaml/pull/553 -- Fix spelling of “hexadecimal”
14 * https://github.com/yaml/pyyaml/pull/556 -- fix representation of Enum subclasses
15 * https://github.com/yaml/pyyaml/pull/557 -- fix libyaml extension compiler warnings
16 * https://github.com/yaml/pyyaml/pull/560 -- fix ResourceWarning on leaked file descriptors
17 * https://github.com/yaml/pyyaml/pull/561 -- always require `Loader` arg to `yaml.load()`
18 * https://github.com/yaml/pyyaml/pull/564 -- remove remaining direct distutils usage
[all …]
/third_party/rust/crates/bitflags/
DCHANGELOG.md5 [#252]: https://github.com/bitflags/bitflags/pull/256
11 [#252]: https://github.com/bitflags/bitflags/pull/252
43 [#187]: https://github.com/bitflags/bitflags/pull/187
44 [#202]: https://github.com/bitflags/bitflags/pull/202
45 [#206]: https://github.com/bitflags/bitflags/pull/206
46 [#207]: https://github.com/bitflags/bitflags/pull/207
47 [#211]: https://github.com/bitflags/bitflags/pull/211
48 [#225]: https://github.com/bitflags/bitflags/pull/225
49 [#227]: https://github.com/bitflags/bitflags/pull/227
50 [#229]: https://github.com/bitflags/bitflags/pull/229
[all …]
/third_party/NuttX/
DReleaseNotes1468 logic: When attempting to set no pull-up or pull-down (floating),
1469 it would, instead, select pull-down.
3724 first time. Having a pull-up resistor on MISO may avoid this
3726 without pull-up.
12085 - SAM3/4: Fix GPIO pull-up/down code. Enabling the pull-down resistor
12086 while the pull-up resistor is still enabled is not possible. In this
12088 Likewise, enabling the pull-up resistor while the pull-down resistor
14263 slave contending with the push-pull during the ACK. From David
16439 - XMC4500-Relax: Setup max. freq. 120MHz and setup pull-up to UART
16970 - STM32 HRTIM: Add HRTIM push-pull mode configuration. From
[all …]
/third_party/rust/crates/atty/
DCHANGELOG.md3 …m/hermitcore/libhermit-rs), a Rust-based unikernel [#41](https://github.com/softprops/atty/pull/41)
11 …n the unix family so redox cfg is no longer needed [#35](https://github.com/softprops/atty/pull/35)
15 * fix msys detection with `winapi@0.3.5` [#28](https://github.com/softprops/atty/pull/28)
19 * fix wasm regression [#27](https://github.com/softprops/atty/pull/27)
23 * Fix fix pty detection [#25](https://github.com/softprops/atty/pull/25)
27 * Fix an inverted condition on MinGW [#22](https://github.com/softprops/atty/pull/22)
31 * Change `||` to `&&` for whether MSYS is a tty [#24](https://github.com/softprops/atty/pull/24/)
35 …[0.3](https://retep998.github.io/blog/winapi-0.3/) [#18](https://github.com/softprops/atty/pull/18)
39 * added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17)
43 * added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17)
[all …]
/third_party/cJSON/
DCHANGELOG.md31 * Fix potential core dumped for strrchr, see [#546](https://github.com/DaveGamble/cJSON/pull/546)
32 …null pointer crash in cJSON_CreateXxArray, see [#538](https://github.com/DaveGamble/cJSON/pull/538)
33 …ll pointer problems on allocation failure, see [#526](https://github.com/DaveGamble/cJSON/pull/526)
34 * Fix a possible dereference of null pointer, see [#519](https://github.com/DaveGamble/cJSON/pull/5…
35 * Fix windows build failure about defining nan, see [#518](https://github.com/DaveGamble/cJSON/pull
41 * optimize the way to find tail node, see [#503](https://github.com/DaveGamble/cJSON/pull/503)
42 …osx because NAN is a float. Thanks @sappo, see [#484](https://github.com/DaveGamble/cJSON/pull/484)
43 … in detach and replace. Thanks @miaoerduo, see [#456](https://github.com/DaveGamble/cJSON/pull/456)
49 …t breaking changes. Thanks @caglarivriz, see [#358](https://github.com/DaveGamble/cJSON/pull/358)
50 … cJSON_GetNumberValue. Thanks @Intuition, see[#385](https://github.com/DaveGamble/cJSON/pull/385)
[all …]
/third_party/vk-gl-cts/
Dhistory.log444 1453 git pull
481 1490 git pull
484 1493 git pull
486 1495 git pull
488 1497 git pull
490 1499 git pull
492 1501 git pull
494 1503 git pull
526 1535 git pull
542 1551 git pull
[all …]
/third_party/json/
DChangeLog.md17 …alidate version number; cleanup [\#3698](https://github.com/nlohmann/json/pull/3698) ([falbrechtsk…
18 …file and update file for 3.11.2 [\#3697](https://github.com/nlohmann/json/pull/3697) ([falbrechtsk…
19 - fix typo in json\_pointer.md [\#3692](https://github.com/nlohmann/json/pull/3692) ([eltociear](ht…
20 - Add amalgamated json-fwd.hpp to release [\#3687](https://github.com/nlohmann/json/pull/3687) ([nl…
21 - Documentation updates for 3.11.2 [\#3686](https://github.com/nlohmann/json/pull/3686) ([falbrecht…
22 - Make json\_pointer usable as map key \(again\) [\#3685](https://github.com/nlohmann/json/pull/368…
23 - Deprecate json\_pointer/string\_t comparisons [\#3684](https://github.com/nlohmann/json/pull/3684…
24 …ersion component to be disabled [\#3683](https://github.com/nlohmann/json/pull/3683) ([falbrechtsk…
25 …-string json\_pointer overloads [\#3681](https://github.com/nlohmann/json/pull/3681) ([falbrechtsk…
26 - Amalgamate the forward declaration header [\#3679](https://github.com/nlohmann/json/pull/3679) ([…
[all …]
/third_party/rust/crates/regex/
DCHANGELOG.md8 * [PERF #930](https://github.com/rust-lang/regex/pull/930):
33 * [FEATURE #832](https://github.com/rust-lang/regex/pull/832):
35 * [FEATURE #857](https://github.com/rust-lang/regex/pull/857):
37 * [FEATURE #861](https://github.com/rust-lang/regex/pull/861):
81 * [BUG #772](https://github.com/rust-lang/regex/pull/772):
102 [PR #768](https://github.com/rust-lang/regex/pull/768) fixes the bug, which was
148 * [BUG #750](https://github.com/rust-lang/regex/pull/750):
160 * [BUG #362](https://github.com/rust-lang/regex/pull/362):
162 * [BUG #576](https://github.com/rust-lang/regex/pull/576):
164 * [BUG #728](https://github.com/rust-lang/regex/pull/749):
[all …]
/third_party/typescript/scripts/
Drequest-pr-review.mjs6 string: ["token", "pull", "reviewer", "owner", "repo"],
8 pr: "pull",
14 pull: process.env.GH_PULL_NUMBER,
25 if (!options.token || !options.pull || !options.reviewer || !options.owner || !options.repo) {
30 const pull_number = +options.pull;
52 console.log(`Failed to add ${reviewers.join(", ")} to the pull request.`);
66 --repo <repo> The GH repo for the pull request (default: 'TypeScript').
67 --pull <pr_number> The pull request number. Uses %GH_PULL_NUMBER% if present.
/third_party/jerryscript/
DCONTRIBUTING.md6 When development is complete, a patch set should be submitted via GitHub pull requests. A review of…
8 Please submit all patches in public by opening a pull request. Patches sent privately to Maintainer…
50 ### 4. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls)
52 You can find instructions about opening a pull request [here](https://help.github.com/articles/crea…
69 Changes are submitted via pull requests and only the Maintainers and Committers should approve or r…
72 ## Tips on GitHub Pull Requests
77 * Pull in upstream changes often to stay up-to-date so that when you submit your pull request, merg…
/third_party/vulkan-loader/
DCONTRIBUTING.md37 GitHub under Issues and Pull Requests.
38 * Use the existing GitHub forking and pull request process.
42 [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
50 * The resulting Pull Request will be assigned to a repository maintainer.
51 It is the maintainer's responsibility to ensure the Pull Request
53 Once the Pull Request has been approved and is passing internal CI,
107 error for each commit in your pull request.
108 Note that to be accepted into the repository, the pull request must
145 submitting your pull request or other contribution to GitHub.
DGOVERNANCE.md16 …ong with Github, HW test farms operated by LunarG perform pre-commit cloud testing on pull-requests
24 - Write control: Approve pull/merge requests (verify submissions vs. acceptance criteria)
42 - Contributions are via pull requests
43 - Project leads will assigning approvers to contributor pull requests
46 - At least one review approval is required to complete a pull request
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md57 * Create a pull request (PR) with your patch.
92 pull request which will trigger running all CI jobs.
132 * Make sure that the `upstream` remote is set to fetch from the `refs/pull`
138 +refs/pull/*/head:refs/remotes/upstream/pr/*
141 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
145 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
156 git pull
159 * Fetch all pull requests refs:
165 * Checkout the particular pull request you are going to review:
184 just pushed. See https://github.com/KhronosGroup/SPIRV-Tools/pull/935 as an
/third_party/skia/third_party/externals/spirv-tools/
DCONTRIBUTING.md57 * Create a pull request (PR) with your patch.
92 pull request which will trigger running all CI jobs.
132 * Make sure that the `upstream` remote is set to fetch from the `refs/pull`
138 +refs/pull/*/head:refs/remotes/upstream/pr/*
141 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
145 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
156 git pull
159 * Fetch all pull requests refs:
165 * Checkout the particular pull request you are going to review:
184 just pushed. See https://github.com/KhronosGroup/SPIRV-Tools/pull/935 as an
/third_party/mesa3d/docs/
Drepository.rst37 git pull origin
118 If you try to do a pull by just saying\ ``git pull`` and Git
126 Otherwise, you have to say\ ``git pull origin main`` each time you
127 do a pull.
142 git pull
157 did your last pull. Even if your changes do not conflict with their
159 the point in time where you did your last pull and merging it to a
166 git pull --rebase
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dupdate.py12 pull = False variable
15 pull = True variable
17 if pull or 'pull' in sys.argv:
18 subprocess.run ([git, 'pull'], cwd='aots', check=True)
/third_party/libphonenumber/
DCONTRIBUTING.md5 Please read the following before filing an issue or sending a pull request.
97 ## Pull requests
100 sources, we cannot accept pull requests to edit these files directly. This includes
106 before sending the pull request. If the issue wasn’t reproducible and seems to be
108 [discussion group](https://groups.google.com/group/libphonenumber-discuss) than creating a pull req…
110 We are happy to review and accept pull requests for the following:
115 This list is not exhaustive. To clarify whether we'd accept a pull request, and
119 To get your pull request merged, we need the following:
129 * A link to a clear description of what the pull request intends to solve in [Issue
135 * The initial pull request may contain the implementation in only one
/third_party/curl/docs/
DCONTRIBUTE.md28 notified of pull requests and new issues posted there.
136 Ideally you file a [pull request on
142 it into a pull request for you, to have the CI jobs verify it proper before it
156 ### About pull requests
158 With GitHub it is easy to send a [pull
162 We strongly prefer pull requests to mailed patches, as it makes it a proper
167 Every pull request submitted is automatically tested in several different
173 try to update your pull requests to rerun the tests later as described below.
175 You can update your pull requests by pushing new commits or force-pushing
179 When you adjust your pull requests after review, consider squashing the
[all …]
/third_party/cups-filters/
DNEWS84 images as input files from 128 to 200 (Pull request #446).
96 driverless utility does not enforce encryption (Pull request
101 right (Pull request #431).
127 inkscape with the correct command line (Issue #315, Pull
155 page ranges without upper limit, like "10-" (Pull request
159 generator (Pull request #398).
167 PWG-Raster header (Pull request #394).
172 from 300 sec on can get selected (Pull request #378).
186 printing DjVu files (Issue #354, Pull request #371, Ubuntu
189 new openldap (Issue #367, Pull request #370).
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmappable_leaf_op.h79 /// \brief In pull mode, gets the next row
85 TensorPtr sample_ids_; // sample id pointer for pull mode
86 uint32_t curr_row_; // current row number count for pull mode
87 …pared_data_; // flag to indicate whether the data is prepared before LoadTensorRow for pull mode
120 /// Initialize pull mode, calls PrepareData() within
124 /// Virtual function to load a tensor row at location row_id for pull mode
134 /// \brief Gets the implementation status for operator in pull mode
/third_party/benchmark/
DCONTRIBUTING.md31 of your first [pull request][].
47 separate branches in order to ensure that a pull request only includes the
54 1. Finally, push the commits to your fork and submit a [pull request][].
58 [pull request]: https://help.github.com/articles/creating-a-pull-request
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt10 public pull requests that have been accepted.
21 (public pull request 1702).
29 public Vulkan-ValidationLayers pull request 3571).
71 (public pull request 1701).
124 * Trivial typos in proposal documents (public pull request 1682).
131 Vulkan-ValidationLayers pull request 3331).
173 page width in wide windows (public pull request 1660).
216 slink:VkExportMemoryWin32HandleInfoKHR (public pull request 1612).
221 * Fix typos (public pull request 1662).
223 pull request 1663).
[all …]
/third_party/skia/third_party/externals/oboe/docs/
DChangeLog.md10 - [Remove `AudioStream::setNativeFormat`](https://github.com/google/oboe/pull/213/commits/0e8af6a65…
11 - [Remove `AudioStream::isPlaying`](https://github.com/google/oboe/pull/213/commits/6437f5aa224330f…
12 - [Add `AudioStream::getTimestamp(clockid_t)`](https://github.com/google/oboe/pull/213/commits/ab69…
22 …es to `ResultWithValue` where appropriate. [Full details](https://github.com/google/oboe/pull/109).

12345678910>>...53