Searched +full:backwards +full:- +full:incompatible (Results 1 – 25 of 463) sorted by relevance
12345678910>>...19
| /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/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/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 44 // If A -> B is indicated in the map, then type A must be built before 55 // example, the actual dependency is A -> C -> B, so there will be A -> C and 56 // C -> B with valid PropertyConfigProto* respectively in this map, but we 57 // will also expand transitive dependents: add A -> B into dependent map with 61 // If A -> B is indicated in the map, then type A is a parent type of B, 83 // Schema types that were changed in a way that was backwards compatible and 88 // Schema types that were changed in a way that was backwards compatible, 93 // Schema types that were changed in a way that was backwards compatible, 132 // 3. SchemaTypeConfigProtos.schema_type must be non-empty [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| 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: 11 - One or more long-time support (LTS) branches: 24 ## Backwards Compatibility for application code 28 undocumented features, then you should be able to re-compile it without 33 compile-time configuration (`mbedtls/config.h`) or the same modified 34 compile-time configuration. Changing compile-time configuration options can 35 result in an incompatible API or ABI, although features will generally not 42 need to be changed. In case security comes in conflict with backwards 47 compatibility (same definition as API except with re-linking instead of [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/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/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/bazelbuild-rules_python/ |
| D | DEVELOPING.md | 19 also test-drive the commit in an existing Bazel workspace to sanity check functionality. 22 1. [Determine the next semantic version number](#determining-semantic-version) 23 1. Create a tag and push, e.g. `git tag 0.5.0 upstream/main && git push upstream --tags` 31 **rules_python** is currently using [Zero-based versioning](https://0ver.org/) and thus backwards-i… 32 changes still come under the minor-version digit. So releases with API changes and new features bum… 35 To find if there were any features added or incompatible changes made, review 41 …sue #400](https://github.com/bazelbuild/rules_python/issues/400#issuecomment-779159530) for more c… 46 ### PyPI user rules-python 48 Part of the release process uploads packages to PyPI as the user `rules-python`. 49 This account is managed by Google; contact rules-python-pyi@google.com if
|
| /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/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/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 | 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
|
| 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 | 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
|
| /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/api/src/main/java/io/opencensus/metrics/data/ |
| D | package-info.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 * are likely to get backwards-incompatible updates in the future. DO NOT USE except for
|
| /external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/ |
| D | package-info.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 * This package contains the Java implementation of the OpenCensus Agent (OC-Agent) Trace Exporter. 22 * io.opencensus.exporter.trace.ocagent} are likely to get backwards-incompatible updates in the 26 …* https://github.com/census-instrumentation/opencensus-proto/tree/master/src/opencensus/proto/agen…
|
12345678910>>...19