Home
last modified time | relevance | path

Searched +full:bump +full:- +full:version (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/third_party/rust/crates/bindgen/.github/workflows/
Dbump-version.yml1 name: Bump version for release
12 - minor
13 - patch
16 bump-version:
18 id-token: write
19 pull-requests: write
22 runs-on: ubuntu-latest
24 - name: Checkout code
27 - name: Configure gitsign
28 uses: chainguard-dev/actions/setup-gitsign@main
[all …]
/third_party/grpc/doc/
Dversioning.md5-part version number (`vX.Y.Z`) and follow [semantic versioning](https://semver.org/), which defin…
6 - **Major version bumps** only happen on rare occasions. In order to qualify for a major version bu…
7 - **Minor version bumps** happen approx. every 6 weeks as part of the normal release cycle as defin…
8 - **Patch version bump** corresponds to bugfixes done on release branch.
11 - A **minor** version will not necessarily add new functionality. This follows from the fact that w…
12 - Backward compatibility can be broken by a **minor** release if the API affected by the change was…
15 - New implementations start at v0.x.y version and until they reach 1.0, they are considered not rea…
16 - The "1.0" release has semantics of GA (generally available) and being production ready. Requireme…
17 - basic RPC features are feature complete and tested
18 - implementation is tested for interoperability with other languages
[all …]
/third_party/libwebsockets/READMEs/
Drelease-checklist2 -----------------
4 1) non-CI QA
8 2) soname bump?
12 - CMakeLists.txt
16 - scripts/libwebsockets.spec
18 -/%{_libdir}/libwebsockets.so.6
23 a) Add next version tag header.
27 - NEW
28 - CHANGE
29 - REMOVE
[all …]
/third_party/ffmpeg/libavutil/
Dversion.h9 * version 2.1 of the License, or (at your option) any later version.
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 * Libavutil version macros
35 * Useful to check and match library version in order to maintain
44 * Prior to FFmpeg 3.2 point releases did not change any lib version number to
48 * That is if we branch a release of master 55.10.123 we will bump to 55.11.100
50 * point release will then bump the MICRO improving the usefulness of the lib
61 * Extract version components from the full ::AV_VERSION_INT int as returned
73 * @defgroup lavu_ver Version and Build diagnostics
76 * which version of libavutil is in use.
[all …]
/third_party/ltp/pan/
Dltp-bump.c5 * under the terms of version 2 of the GNU General Public License as
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
33 /* $Id: ltp-bump.c,v 1.1 2009/05/19 09:39:11 subrata_modak Exp $ */
53 while ((c = getopt(argc, argv, "a:s:12")) != -1) { in main()
75 "ltp-bump: Must supply -a or set ZOO env variable\n"); in main()
81 fprintf(stderr, "ltp-bump: Must supply names\n"); in main()
85 /* need r+ here because we're using write-locks */ in main()
87 fprintf(stderr, "ltp-bump: %s\n", zoo_error); in main()
94 if (nanny == -1) { in main()
95 fprintf(stderr, "ltp-bump: Did not find tag '%s'\n", in main()
[all …]
DMakefile8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
30 CPPFLAGS += -Wno-error
32 CPPFLAGS += -I$(abs_srcdir)
34 LDLIBS += -lm
36 LFLAGS += -l
40 MAKE_TARGETS := ltp-bump ltp-pan
42 ltp-bump: ltp-bump.o zoolib.o
44 ltp-pan: ltp-pan.o zoolib.o splitstr.o
/third_party/openGLES/extensions/ATI/
DATI_envmap_bumpmap.txt14 Version
30 This extension adds environment mapped bump mapping (EMBM) to the GL.
34 rotated through a user-specified rotation matrix to get the texture
38 bumpmap texture. This map represents -1 <= du,dv <= 1 offsets to
44 the bump offset to.
132 - (p.144, Table 3.15) Add row to table:
135 -------------------- ----------- -------------------
138 - (p. 155, Table 3.16) Add rows to table, add last two columns:
142 --------------- --------------- ---- ---- ---- ---- ---- ---- ---- ----
145 - (p. 136 Table 3.18) Add Row:
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_envmap_bumpmap.txt14 Version
30 This extension adds environment mapped bump mapping (EMBM) to the GL.
34 rotated through a user-specified rotation matrix to get the texture
38 bumpmap texture. This map represents -1 <= du,dv <= 1 offsets to
44 the bump offset to.
132 - (p.144, Table 3.15) Add row to table:
135 -------------------- ----------- -------------------
138 - (p. 155, Table 3.16) Add rows to table, add last two columns:
142 --------------- --------------- ---- ---- ---- ---- ---- ---- ---- ----
145 - (p. 136 Table 3.18) Add Row:
[all …]
/third_party/ltp/doc/man1/
Dltp-bump.12 .\" $Id: ltp-bump.1,v 1.1 2009/05/19 09:39:11 subrata_modak Exp $
7 .\" under the terms of version 2 of the GNU General Public License as
23 .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34 .TH BUMP 1 "14 Sep 2000" "LTP" "Linux Test Project"
36 ltp-bump \- send signal to tags run by ltp-pan
38 \fBltp-bump [-1] [-s \fIsig\fB] [\fI-a active-file\fB] [tags...]
41 Bump will send a SIGINT signal to processes, given that each process has a
42 corresponding tag in an active-file. The active-file is the same one that is
43 used by the ltp-pan to start the processes.
50 \fB-1\fP
[all …]
/third_party/mbedtls/scripts/
Dbump_version.sh4 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
8 # Sets the version numbers in the source code to those given.
10 # Usage: bump_version.sh [ --version <version> ] [ --so-crypto <version>]
11 # [ --so-x509 <version> ] [ --so-tls <version> ]
12 # [ -v | --verbose ] [ -h | --help ]
15 set -e
17 VERSION=""
22 until [ -z "$1" ]
25 --version)
26 # Version to use
[all …]
/third_party/f2fs-tools/
DVERSIONING1 -------------------
3 -------------------
5 > https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
8 > changes, I need to bump revision. If new interface is added, for example, I
9 > need to bump current while revision=0 and age++.
13 OS-independent. I don't use libtool because I find it horribly
16 So I'll tell you how things work with respect to Linux's ELF version
25 which is "major version, minor version, patchlevel". This shows up in
30 So in this example, the major version number is 1, the minor version
34 The patchlevel and minor version numbers were useful back for SunOS
[all …]
/third_party/mesa3d/docs/
Drust.rst5 ------------------
8 pace of Rust, we promise to only bump the minimum required Rust version
11 - Only up to the Rust requirement of other major Linux desktop
14 - `Firefox ESR <https://whattrainisitnow.com/release/?version=esr>`__:
15 `Minimum Supported Rust Version:
16 <https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html#schedule>`__
18 - latest `Linux Kernel Rust requirement
19 <https://docs.kernel.org/process/changes.html#current-minimal-requirements>`__
21 - Only require a newer Rust version than stated by other rules if and only
24 As bug fixes might run into rustc compiler bugs, a rust version bump _can_
/third_party/grpc/doc/core/
Dpending_api_cleanups.md2 backward-compatibility (e.g., a macro or some other function to preserve
3 the original API) to avoid having to bump the major version number in
5 feature that does change the API in a non-backward-compatible way, we
6 will wind up bumping the major version number anyway, at which point we
7 can take the opportunity to clean up any pending backward-compatibility
10 This file lists all pending backward-compatibility changes that should
11 be cleaned up the next time we are going to bump the major version
14 - remove `GRPC_ARG_MAX_MESSAGE_LENGTH` channel arg from
18 - require a C++ runtime for all languages wrapping core.
19 - remove `GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS` channel arg
/third_party/grpc/doc/cpp/
Dpending_api_cleanups.md2 backward-compatibility (e.g., a macro or some other function to preserve
3 the original API) to avoid having to bump the major version number in
5 feature that does change the API in a non-backward-compatible way, we
6 will wind up bumping the major version number anyway, at which point we
7 can take the opportunity to clean up any pending backward-compatibility
10 This file lists all pending backward-compatibility changes that should
11 be cleaned up the next time we are going to bump the major version
14 - remove `ServerBuilder::SetMaxMessageSize()` method from
16 - remove `ClientContext::set_fail_fast()` method from
18 - remove directory `include/grpc++` and all headers in it
[all …]
/third_party/rust/crates/proc-macro-error/
DCargo.toml2 name = "proc-macro-error"
3 version = "1.0.4"
4 authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
5 description = "Almost drop-in replacement to panics in proc-macros"
7 repository = "https://gitlab.com/CreepySkeleton/proc-macro-error"
9 keywords = ["proc-macro", "error", "errors"]
10 categories = ["development-tools::procedural-macro-helpers"]
11 license = "MIT OR Apache-2.0"
17 maintenance = { status = "passively-maintained" }
20 targets = ["x86_64-unknown-linux-gnu"]
[all …]
/third_party/libdrm/
DRELEASING4 fix they need in a released version of libdrm.
6 When new ioctl definitions are merged into drm-next, we will add
10 Follow these steps to release a new version of libdrm:
12 1) Bump the version number in meson.build. We seem to have settled for
13 2.4.x as the versioning scheme for libdrm, so just bump the micro
14 version.
16 2) Run `ninja -C builddir/ dist` to generate the tarballs.
17 Make sure that the version number of the tarball name in
18 builddir/meson-dist/ matches the number you bumped to. Move that
21 3) Push the updated main branch with the bumped version number:
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DRELEASING.md1 # HarfBuzz release walk-through checklist:
3 - [ ] Open gitk and review changes since last release.
5 - [ ] Print all public API changes:
6 `git diff $(git describe | sed 's/-.*//').. src/*.h`
8 - [ ] Document them in NEWS.
11 - [ ] Document deprecations.
12 Ensure all new API / deprecations are in listed correctly in docs/harfbuzz-sections.txt.
13 If release added new API, add entry for new API index at the end of docs/harfbuzz-docs.xml.
15 …If there's a backward-incompatible API change (including deletions for API used anywhere), that's …
18 - [ ] Based on severity of changes, decide whether it's a minor or micro release number bump.
[all …]
/third_party/ffmpeg/libavformat/
Dversion_major.h2 * Version macros.
9 * version 2.1 of the License, or (at your option) any later version.
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
27 * Libavformat version macros
36 * dropped at a future version bump. The defines themselves are not part of
39 * @note, when bumping the major version it is recommended to manually
41 * at once through the bump. This improves the git bisect-ability of the change.
/third_party/skia/m133/third_party/externals/harfbuzz/
DRELEASING.md1 # HarfBuzz release walk-through checklist:
3 - [ ] Open gitk and review changes since last release.
5 - [ ] Print all public API changes:
6 `git diff $(git describe | sed 's/-.*//').. src/*.h`
8 - [ ] Document them in NEWS.
11 - [ ] Document deprecations.
12 Ensure all new API / deprecations are in listed correctly in docs/harfbuzz-sections.txt.
13 If release added new API, add entry for new API index at the end of docs/harfbuzz-docs.xml.
15 …If there's a backward-incompatible API change (including deletions for API used anywhere), that's …
18 - [ ] Based on severity of changes, decide whether it's a minor or micro release number bump.
[all …]
/third_party/ffmpeg/libavcodec/
Dversion_major.h7 * version 2.1 of the License, or (at your option) any later version.
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 * Libavcodec version macros.
32 * dropped at a future version bump. The defines themselves are not part of
35 * @note, when bumping the major version it is recommended to manually
37 * at once through the bump. This improves the git bisect-ability of the change.
/third_party/curl/docs/libcurl/
DABI.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 ABI - Application Binary Interface
10 "ABI" describes the low-level interface between an application program and a
22 ## Version Numbers
24 In libcurl land, you cannot tell by the libcurl version number if that
25 libcurl is binary compatible or not with another libcurl version. As a rule,
26 we do not break the ABI so you can *always* upgrade to a later version without
33 adhere to new things, we bump the SONAME. Then the library gets a different
[all …]
/third_party/libabigail/
DABIXML-FORMAT-VERSIONS1 2.1 version
4 This occurred in libabigail 2.1. The IR doesn't contain no-op
8 cases, we were replacing these by qualified types that were no-ops.
9 Those no-ops qualified types further needed to be stripped off in the
11 out those no-op qualified types was causing some difficulties in the
15 its diff->type_diff() be different from what we could see from the
16 change observed between its diff->first_subject()->get_type() and
17 diff->second_subject()->get_type(). This is because diff->type_diff()
18 strips the no-op qualified types to create a new diff IR node, whereas
19 looking at the difference between diff->first_subject->get_type() and
[all …]
/third_party/rust/rust/compiler/rustc_lexer/src/
Dcursor.rs6 /// and position can be shifted forward via `bump` method.
18 pub fn new(input: &'a str) -> Cursor<'a> { in new()
29 pub(crate) fn prev(&self) -> char { in prev()
45 pub(crate) fn first(&self) -> char { in first()
51 pub(crate) fn second(&self) -> char { in second()
59 pub(crate) fn is_eof(&self) -> bool { in is_eof()
64 pub(crate) fn pos_within_token(&self) -> u32 { in pos_within_token()
65 (self.len_remaining - self.chars.as_str().len()) as u32 in pos_within_token()
74 pub(crate) fn bump(&mut self) -> Option<char> { in bump() method
86 pub(crate) fn eat_while(&mut self, mut predicate: impl FnMut(char) -> bool) { in eat_while()
[all …]
/third_party/liburing/debian/
Dchangelog1 liburing (2.2-1) stable; urgency=low
4 * Bump up so version to 2
5 * Drop liburing1-udeb
7 * Add linux header dependency to liburing-dev
8 * Bump up debhelper-compact level to 13
10 -- Kefu Chai <tchaikov@gmail.com> Sun, 16 Oct 2022 16:30:48 +0800
12 liburing (0.7-1) stable; urgency=low
17 -- Stefan Metzmacher <metze@samba.org> Thu, 23 Jul 2020 00:23:00 +0200
19 liburing (0.4-2) stable; urgency=low
23 -- Stefan Metzmacher <metze@samba.org> Fri, 07 Feb 2020 15:30:00 +0100
[all …]
/third_party/mesa3d/docs/relnotes/
D19.0.2.rst7 Mesa 19.0.2 implements the OpenGL 4.5 API, but the version reported by
12 Compatibility contexts may report a lower version depending on each
16 ----------------
20 SHA256: eb972fc11d4e1261d34ec0b91a701f158d4870c0428fb108353ae7eab64b1118 mesa-19.0.2.tar.gz
21 SHA256: 1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802 mesa-19.0.2.tar.xz
24 ------------
27 ---------
29 - `Bug 108766 <https://bugs.freedesktop.org/show_bug.cgi?id=108766>`__
30 - Mesa built with meson has RPATH entries
31 - `Bug 109648 <https://bugs.freedesktop.org/show_bug.cgi?id=109648>`__
[all …]

12345678910>>...18