Searched +full:backwards +full:- +full:incompatible (Results 1 – 25 of 507) sorted by relevance
12345678910>>...21
| /external/bazelbuild-rules_rust/ |
| D | COMPATIBILITY.md | 1 # `rules_rust` backwards compatibility policy 3 This document defines the backwards compatibility policy for rules_rust and 10 A backwards compatible change has the property that a build that is green, 17 A backwards compatible release has the property that it only contains backward 22 backwards compatible changes. 27 Backwards incompatible changes will have to follow a process in order to be 34 All minor version number releases before version 1.0 can be backwards incompatible. 35 Backwards incompatible changes still have to follow the the process, but minimum 46 release had incompatible changes that broke `rules_rust`), it is acceptable to 63 Platforms subject to backwards compatibility policy are [all …]
|
| /external/libchrome/ui/gfx/geometry/mojo/ |
| D | geometry.mojom | 2 // Use of this source code is governed by a BSD-style license that can be 7 // Don't make backwards-incompatible changes to this definition! 8 // It's used in PageState serialization, so backwards incompatible changes 9 // would cause stored PageState objects to be un-parseable. 15 // Don't make backwards-incompatible changes to this definition! 16 // It's used in PageState serialization, so backwards incompatible changes 17 // would cause stored PageState objects to be un-parseable. Please contact the
|
| /external/wayland/egl/ |
| D | wayland-egl-abi-check.c | 26 #include "wayland-egl-backend.h" /* Current struct wl_egl_window implementation */ 34 /* From: 214fc6e850 - Benjamin Franzke : egl: Implement libwayland-egl */ 47 /* From: ca3ed3e024 - Ander Conselvan de Oliveira : egl/wayland: Don't invalidate drawable on swap … 63 /* From: 690ead4a13 - Stencel, Joanna : egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surfac… 81 /* From: 2d5d61bc49 - Miguel A. Vico : wayland-egl: Make wl_egl_window a versioned struct */ 102 /* This program checks we keep a backwards-compatible struct wl_egl_window 103 * definition whenever it is modified in wayland-egl-backend.h. 109 #define MEMBER_SIZE(type, member) sizeof(((type *)0)->member) 115 printf("Backwards incompatible change detected!\n " \ 123 printf("Backwards incompatible change detected!\n " \ [all …]
|
| /external/libchrome/mojo/public/mojom/base/ |
| D | string16.mojom | 2 // Use of this source code is governed by a BSD-style license that can be 12 // Don't make backwards-incompatible changes to this definition! 13 // It's used in PageState serialization, so backwards incompatible changes 14 // would cause stored PageState objects to be un-parseable. Please contact the
|
| /external/bazel-skylib/docs/ |
| D | maintainers_guide.md | 5 * `bzl_library.bzl` - used by almost all rule sets, and thus requiring 6 especial attention to maintaining backwards compatibility. Ideally, it ought 8 (see https://github.com/bazelbuild/bazel-skylib/issues/127). 9 * Test libraries - `rules/analysis_test.bzl`, `rules/build_test.bzl`, 22 Because Skylib is so widely used, breaking backwards compatibility can cause 27 backwards-incompatible manner. See the criteria in README.md. 28 2. Given a choice between breaking backwards compatibility and keeping it, try 29 to keep backwards compatibility. For example, if adding a new argument to a 32 3. Keep Skylib out-of-the-box compatible with the current stable Bazel release 33 (ideally - with two most recent stable releases). [all …]
|
| /external/perfetto/protos/perfetto/trace/android/ |
| D | camera_event.proto | 8 * http://www.apache.org/licenses/LICENSE-2.0 103 // These fields capture vendor-specific additions to this proto message. In 106 // is a backwards incompatible change made to the message. 113 // session-specific values. 120 // typically arranged into a directed graph-like structure. This message is 130 // These fields capture vendor-specific additions to this proto message. In 133 // is a backwards incompatible change made to the message. 150 // These fields capture vendor-specific additions to this proto message. In 153 // is a backwards incompatible change made to the message.
|
| /external/perfetto/docs/analysis/ |
| D | perfetto-sql-backcompat.md | 1 # PerfettoSQL: backwards compatibility 3 PerfettoSQL tries its hardest to minimize backwards incompatible changes but occasionally they are … 4 In situations where we need to make such changes which we expect to have non-trivial impact, this p… 6 - **Date/Version**: the date of this change and the first release of Perfetto with the change 7 …- **Symptoms**: unexpected behavior or error messages you would see if you are affected by the cha… 8 - **Context**: why we are making the change i.e. why does it have to backwards incompatible? 9 …- **Migrations**: suggested changes you can make to your PerfettoSQL to not be broken by the chang… 15 2024-12-18/v49.0 19 - The value of the `type` column changing from output of queries which query a `*track` table 20 - Missing rows if you have constraints on the `type` column. e.g. [all …]
|
| /external/pytorch/docs/source/notes/ |
| D | broadcasting.rst | 1 .. _broadcasting-semantics: 13 ----------------- 16 - Each tensor has at least one dimension. 17 - When iterating over the dimension sizes, starting at the trailing dimension, 48 - If the number of dimensions of :attr:`x` and :attr:`y` are not equal, prepend 1 50 - Then, for each dimension size, the resulting dimension size is the max of the sizes of 70 …RuntimeError: The size of tensor a (2) must match the size of tensor b (3) at non-singleton dimens… 72 In-place semantics 73 ------------------ 74 One complication is that in-place operations do not allow the in-place tensor to change shape [all …]
|
| /external/mbedtls/ |
| D | BRANCHES.md | 5 - The [`master`](https://github.com/Mbed-TLS/mbedtls/tree/master) branch: 8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: 10 prepared. It has API changes that make it incompatible with Mbed TLS 2.x, 12 - One or more long-time support (LTS) branches: these only get bug fixes and 14 [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). 17 such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7). 31 ## Backwards Compatibility for application code 35 undocumented features, then you should be able to re-compile it without 40 compile-time configuration (`mbedtls/mbedtls_config.h`) or the same modified 41 compile-time configuration. Changing compile-time configuration options can [all …]
|
| /external/tensorflow/tensorflow/tools/api/tests/ |
| D | README.txt | 1 TensorFlow API backwards compatibility test 4 If this test fails, it means a change has been made to the public API. Backwards 5 incompatible changes are not allowed. You can run the test as follows to update 9 # -- --update_goldens True
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | BRANCHES.md | 5 - The [`main`](https://github.com/Mbed-TLS/mbedtls/tree/main) branch: 8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: 10 prepared. It has API changes that make it incompatible with Mbed TLS 3.x, 12 - One or more long-time support (LTS) branches: these only get bug fixes and 14 - [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). 15 - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6). 18 such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7). 27 We will make regular LTS releases on an 18-month cycle, each of which will have 32 ## Backwards Compatibility for application code 36 undocumented features, then you should be able to re-compile it without [all …]
|
| /external/emboss/doc/design_docs/archive/ |
| D | alternate_enum_cases.md | 11 [Google's C++ style guide][google-cpp-style] which prefers`kPrefixedCamelCase`. 18 * [#59][issue-59] 23 only currently-supported backend in Emboss. However, this approach should be 35 * `SHOUTY_CASE` - (default) All-capital case with words separated by an underscore 36 * `kCamelCase` - Capitalized camel case prefixed with "k" 38 The options will be provided as a string to the attribute as comma-separated 57 includes all specified name-value pairs. The names will be emitted in the order 60 comma-separated list) should be fully backwards-compatible. 62 Removing a case will always be backwards-incompatible, so care should be taken 133 be updated separately from the `.emb` file and backwards-compatibility must be [all …]
|
| /external/vixl/ |
| D | VERSIONS.md | 8 - Backwards-incompatible changes update the _major_ version. 9 - New features update the _minor_ version. 10 - Bug fixes update the _patch_ version. 13 ---------- 21 -------------- 24 commits from `master`. Our day-to-day development process hasn't changed and 27 with no backwards-compatibility guarantees.
|
| /external/icing/icing/schema/ |
| D | schema-util.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 #include "icing/feature-flags.h" 45 // If A -> B is indicated in the map, then type A must be built before 56 // example, the actual dependency is A -> C -> B, so there will be A -> C and 57 // C -> B with valid PropertyConfigProto* respectively in this map, but we 58 // will also expand transitive dependents: add A -> B into dependent map with 62 // If A -> B is indicated in the map, then type A is a parent type of B, 84 // Schema types that were changed in a way that was backwards compatible and 89 // Schema types that were changed in a way that was backwards compatible, 94 // Schema types that were changed in a way that was backwards compatible, [all …]
|
| /external/kernel-headers/original/uapi/sound/sof/ |
| D | abi.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 13 * Rules for incrementing or changing version :- 15 * 1) Increment MAJOR version if you make incompatible API changes. MINOR and 18 * 2) Increment MINOR version if you add backwards compatible features or 21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
|
| /external/google-cloud-java/java-recommendations-ai/ |
| D | .readme-partials.yaml | 3 > make backwards-incompatible changes. 5 > [Google Cloud Retail](https://github.com/googleapis/java-retail)
|
| /external/kotlinx.serialization/docs/ |
| D | compatibility.md | 6 since other experimental platforms currently do not impose any backward-compatibility guarantees. 7 …e stable on [this page](https://kotlinlang.org/docs/reference/evolution/components-stability.html). 9 - [Core library compatibility](#core-library-compatibility) 10 * [General (Stable) API](#stable-api) 11 * [Experimental API](#experimental-api) 12 * [Internal API](#internal-api) 13 - [Compatibility with Kotlin compiler plugin](#compatibility-with-kotlin-compiler-plugin) 19 …quire opt-in, please refer to [corresponding documentation page](https://kotlinlang.org/docs/refer… 26 * It is binary backwards-compatible: during update of `kotlinx.serialization` version, previously c… 29 * It is source backwards compatible modulo major deprecation. Most of the API is here to stay forev… [all …]
|
| /external/libconfig/lib/ |
| D | Makefile.am | 14 # backwards compatible with the previous release. 17 # This release has a new, but backwards incompatible interface. 21 VERINFO = -version-info 12:0:1 25 AM_LFLAGS = --header-file=scanner.h --prefix=$(PARSER_PREFIX) 28 AM_YFLAGS = -d -p $(PARSER_PREFIX) 41 ## Build mode: C-only or C & C++ 54 libcppflags = -D_REENTRANT 55 libcppxxflags = -D_REENTRANT 58 libcppflags += -DLIBCONFIG_EXPORTS 59 libcppxxflags += -DLIBCONFIGXX_EXPORTS -DLIBCONFIG_STATIC [all …]
|
| /external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
| D | BUILD | 3 # to validate that we don't make backwards-incompatible changes in particular
|
| /external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
| D | BUILD | 3 # to validate that we don't make backwards-incompatible changes in particular
|
| /external/opencensus-java/ |
| D | README.md | 5 …hub repositories, except [census-instrumentation/opencensus-python](https://github.com/census-inst… 7 …ead the full blog post to learn more**](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). 9 # OpenCensus - A stats collection and distributed tracing framework 10 [![Gitter chat][gitter-image]][gitter-url] 11 [![Maven Central][maven-image]][maven-url] 12 [![Javadocs][javadoc-image]][javadoc-url] 13 [![Build Status][travis-image]][travis-url] 14 [![Windows Build Status][appveyor-image]][appveyor-url] 15 [![Coverage Status][codecov-image]][codecov-url] 17 > :exclamation: The [opencensus-contrib-log-correlation-log4j2](https://github.com/census-instrumen… [all …]
|
| /external/aws-sdk-java-v2/ |
| D | VERSIONING.md | 3 The AWS SDK for Java v2 uses a versioning scheme that follows the format: `MAJOR.MINOR.PATCH[-QUALI… 5 * `MAJOR` - Huge changes, expect API incompatibilities and other breaking changes. 6 …- Medium risk changes. Upgrading SHOULD usually just work but check the [release notes](CHANGELOG.… 7 * `PATCH` - Zero to low risk changes. New features and bug fixes that should be safe to consume wit… 8 * `QUALIFIER` - (Optional) Additional release version qualifier (e.g. PREVIEW). Most releases are n… 17 * [AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-… 18 …ion Support Matrix](https://docs.aws.amazon.com/credref/latest/refdocs/version-support-matrix.html) 23 …rvice clients (e.g. `S3`, `EC2`, `DynamoDb`, etc) and the runtime (e.g. `aws-config`) together und… 27 …either `@SdkInternalApi` or `@SdkTestInternalApi` is not subject to any backwards compatibility gu…
|
| /external/python/bumble/extras/android/RemoteHCI/app/src/main/aidl/android/hardware/bluetooth/ |
| D | Status.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 // 1). this is a frozen version file - do not edit this in any case. 23 // 2). this is a 'current' file. If you make a backwards compatible change to 25 // prompt you to update this file with `m <name>-update-api`. 27 // You must not make a backward incompatible change to any AIDL file built 31 // with such a backward incompatible change, it has a high risk of breaking
|
| D | IBluetoothHci.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 // 1). this is a frozen version file - do not edit this in any case. 23 // 2). this is a 'current' file. If you make a backwards compatible change to 25 // prompt you to update this file with `m <name>-update-api`. 27 // You must not make a backward incompatible change to any AIDL file built 31 // with such a backward incompatible change, it has a high risk of breaking
|
| D | IBluetoothHciCallbacks.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 // 1). this is a frozen version file - do not edit this in any case. 23 // 2). this is a 'current' file. If you make a backwards compatible change to 25 // prompt you to update this file with `m <name>-update-api`. 27 // You must not make a backward incompatible change to any AIDL file built 31 // with such a backward incompatible change, it has a high risk of breaking
|
12345678910>>...21